Update GUI after showing error message.

2005-11-01  Soeren Sandmann  <sandmann@redhat.com>

        * sysprof.c (on_start_toggled): Update GUI after showing error
        message.

        * sysprof.glade: Rename File menu Profiler, move
        Start/Profile/Reset here, delete View menu.
This commit is contained in:
Soeren Sandmann
2005-11-02 05:10:13 +00:00
committed by Søren Sandmann Pedersen
parent c778a1b1ec
commit 4f270a0f48
4 changed files with 88 additions and 86 deletions

3
TODO
View File

@ -117,7 +117,8 @@ Before 1.2:
* Send entire stack to user space, then do stackwalking there. That would
allow us to do more complex algorithms, like dwarf, in userspace. Though
we'd lose the ability to do non-racy file naming. We could pass a list
of the process mappings with each stack though.
of the process mappings with each stack though. Doing this would also solve
the problem of not being able to get maps of processes running as root.
* If interrupt happens in kernel mode, send both
kernel stack and user space stack, have userspace stitch them