+2006-10-25 Soren Sandmann <sandmann@daimi.au.dk> + + * process.c

+2006-10-25  Soren Sandmann <sandmann@daimi.au.dk>
+
+       * process.c (free_maps): Take a pointer to a variable that
+
+       * process.c: Stop coalescing processes with the same cmdline.
+
+       * TODO: updates.
+
This commit is contained in:
Søren Sandmann Pedersen
2006-10-25 04:47:06 +00:00
parent a715b55029
commit c6978f660b
3 changed files with 28 additions and 33 deletions

9
TODO
View File

@ -88,7 +88,10 @@ Before 1.2:
- do heuristic stackwalk in userland
* "Expand all" is horrendously slow because update screenshot gets called
for every "expanded" signal.
for every "expanded" signal. In fact even normal expanding is really
slow. It's probably hopeless to get decent performance out of GtkTreeView,
so we will have to store a list of expanded objects and keep that uptodate
as the rows expands and unexpands.
* See if we can make "In file <blah>" not be treated as a recursive function.
Maybe simply treat each individual address in the file as a function.
@ -156,7 +159,9 @@ Before 1.2:
done: HEAD will not load files with the wrong inode now.
* Consider deleting cmdline hack in process.c and replace with something at
the symbol resolution level. Will require more memory though.
the symbol resolution level. Will require more memory though. DONE: in
head, processes are no longer coalesced based on cmdline. Need to add something
at the symbol level.
* Add spew infrastructure to make remote debugging easier.