mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Remove old commented out code
2006-08-27 Soren Sandmann <sandmann@redhat.com> * binparser.c: Remove old commented out code 2006-08-27 Soren Sandmann <sandmann@redhat.com> * module/Makefile ($(MODULE).o): Add dependency on sysprof-module.h * elfparser.c (elf_parser_get_eh_frame): Add this function. Remove some commented out code.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
2c04f6e200
commit
b7cf5d34b8
@ -68,6 +68,9 @@ separate_debug_file_exists (const char *name, guint32 crc)
|
||||
if (!parser)
|
||||
return NULL;
|
||||
|
||||
g_print ("debug for the debug file: %s\n",
|
||||
elf_parser_get_debug_link (parser, &file_crc));
|
||||
|
||||
file_crc = elf_parser_get_crc32 (parser);
|
||||
|
||||
if (file_crc != crc)
|
||||
@ -188,6 +191,7 @@ bin_file_lookup_symbol (BinFile *bin_file,
|
||||
{
|
||||
if (bin_file->elf)
|
||||
{
|
||||
g_print ("lookup in %s\n", bin_file->filename);
|
||||
const ElfSym *sym = elf_parser_lookup_symbol (bin_file->elf, address);
|
||||
|
||||
if (sym)
|
||||
|
||||
Reference in New Issue
Block a user