From 2a277505d840d27135ded28888f36c58c11f69f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 10 Mar 2005 21:36:42 +0000 Subject: [PATCH] Update README and TODO, based on feedback from Ian McIntosh --- README | 2 +- TODO | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index cb6429f5..94164bf3 100644 --- a/README +++ b/README @@ -55,4 +55,4 @@ Credits: Owen Taylor for the symbol lookup code in memprof -Søren +Søren (sandmann@daimi.au.dk) diff --git a/TODO b/TODO index 79fd0c2d..e303aceb 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,7 @@ +- crashes when you ctrl-click the selected item in the top left pane + ssp: looks like it doesn't handle the none-selected case + Better labels would be useful + - consider caching [filename => bin_file] - Have kernel modulereport the file the symbol was found in Should avoid a lot of potential broken/raciness with dlopen etc.