Thu Nov  9 17:55:24 2006  Søren Sandmann  <sandmann@redhat.com>

        * TODO (-): udpate
This commit is contained in:
Søren Sandmann
2006-11-09 22:55:53 +00:00
committed by Søren Sandmann Pedersen
parent 3b559da623
commit abb66e7dc7
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Thu Nov 9 17:55:24 2006 Søren Sandmann <sandmann@redhat.com>
* TODO (-): udpate
Thu Nov 9 17:31:17 2006 Søren Sandmann <sandmann@redhat.com>
* binfile.c (get_debug_file): Start with "/usr", not

8
TODO
View File

@ -34,10 +34,6 @@ Before 1.0.4:
Before 1.2:
* Don't look in $(libdir) for separate debug files (since $libdir is
the libdir for sysprof, not a system wide libdir). Tim Rowley.
Fix is probably to hardcode /usr/lib, and also look in $libdir.
* Make sure that labels look decent in case of "No Map" etc.
* Elf bugs:
@ -687,6 +683,10 @@ Later:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Don't look in $(libdir) for separate debug files (since $libdir is
the libdir for sysprof, not a system wide libdir). Tim Rowley.
Fix is probably to hardcode /usr/lib, and also look in $libdir.
* Consider deleting cmdline hack in process.c and replace with something at
the symbol resolution level. Will require more memory though. DONE: in
head, processes are no longer coalesced based on cmdline. Need to add something