Branch: refs/heads/thaines/module_start_address
Home: https://github.com/dyninst/dyninst
Commit: 8c4edf2aa8b0ad0883afea177d14dfd4f48e7035
https://github.com/dyninst/dyninst/commit/8c4edf2aa8b0ad0883afea177d14dfd4f48e7035
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M symtabAPI/src/Object-elf.C
Log Message:
-----------
Use correct lookup when creating module during Object parse
When creating a module during fix_global_symbol_modules_static_dwarf,
the default module covers all ranges, so we need to look for the
exact offset to prevent using the default module every time.
Commit: a1fab34f6796393f51c8bd1b5632728abfd02ef6
https://github.com/dyninst/dyninst/commit/a1fab34f6796393f51c8bd1b5632728abfd02ef6
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M symtabAPI/src/dwarfWalker.C
Log Message:
-----------
Use correct offset in DwarfWalker::parseModule
Compare: https://github.com/dyninst/dyninst/compare/efa527070b97...a1fab34f6796
|