diff --git a/ChangeLog b/ChangeLog index bf861fc2..f50fe48f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 9 17:55:24 2006 Søren Sandmann + + * TODO (-): udpate + Thu Nov 9 17:31:17 2006 Søren Sandmann * binfile.c (get_debug_file): Start with "/usr", not diff --git a/TODO b/TODO index 082cfe73..fb81e5c7 100644 --- a/TODO +++ b/TODO @@ -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