summaryrefslogtreecommitdiff
path: root/binfile.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@src.gnome.org>2006-10-10 00:52:44 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2006-10-10 00:52:44 +0000
commit64750293757199a92f95bdfb065ef979522e2934 (patch)
treef2a512cb95d648420755ae873c1272426e5b22b8 /binfile.h
parentb54b0809b621a6ee87e8de6fa470b157eae9d587 (diff)
+2006-10-09 Soren Sandmann <sandmann@redhat.com>
+ + * binfile.c (bin_file_get_inode): Remove this function + + * binfile.c (bin_file_check_inode): New function. Only print inode + warning once per BinFile. + + * process.c (process_get_vdso_bytes): Remove debug spew +
Diffstat (limited to 'binfile.h')
-rw-r--r--binfile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binfile.h b/binfile.h
index c9f012f..713b225 100644
--- a/binfile.h
+++ b/binfile.h
@@ -36,7 +36,8 @@ BinFile * bin_file_new (const char *filename);
void bin_file_free (BinFile *bin_file);
const BinSymbol *bin_file_lookup_symbol (BinFile *bin_file,
gulong address);
-ino_t bin_file_get_inode (BinFile *bin_file);
+gboolean bin_file_check_inode (BinFile *bin_file,
+ ino_t inode);
const char * bin_symbol_get_name (BinFile *bin_file,
const BinSymbol *symbol);