From abb66e7dc78a476ae490c5ca746f787d2ff0b9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann?= Date: Thu, 9 Nov 2006 22:55:53 +0000 Subject: [PATCH] udpate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thu Nov 9 17:55:24 2006 Søren Sandmann * TODO (-): udpate --- ChangeLog | 4 ++++ TODO | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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