diff options
author | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2006-10-10 00:52:44 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2006-10-10 00:52:44 +0000 |
commit | 64750293757199a92f95bdfb065ef979522e2934 (patch) | |
tree | f2a512cb95d648420755ae873c1272426e5b22b8 /binfile.h | |
parent | b54b0809b621a6ee87e8de6fa470b157eae9d587 (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |