Add commented out code to reject callback.
authorSoren Sandmann <sandmann@redhat.com>
Sun, 17 Feb 2008 23:31:19 +0000 (23:31 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Sun, 17 Feb 2008 23:31:19 +0000 (23:31 +0000)
commitb98db05f9bbd2f56d756d1ccf805f5136c65ba25
treecac905533ab4e26c7b87a1bd94ce969eca380877
parent9d2f7a1a9d52115976b7268bd0ac6b2320ec3e3a
Add commented out code to reject callback.

2008-02-17  Soren Sandmann  <sandmann@redhat.com>

* collector.c (lookup_symbol): Add commented out code to reject
callback.

* elfparser.c (struct ElfParser): Store the filename if any
(elf_parser_get_sym_address): Subtract the load address, so the
result will be an offset into the text section.

* process.[ch] (process_lookup_symbol): Add an offset out-argument

* binfile.[ch] (bin_symbol_get_address): New function

* TODO: updates

svn path=/trunk/; revision=397
ChangeLog
TODO
binfile.c
binfile.h
collector.c
elfparser.c
process.c
process.h