Branch: refs/heads/thaines/refactor_dwarfWalker_dieRanges
Home: https://github.com/dyninst/dyninst
Commit: 94d678040e4e0c5bca33213e33533954f278b715
https://github.com/dyninst/dyninst/commit/94d678040e4e0c5bca33213e33533954f278b715
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M symtabAPI/h/Module.h
M symtabAPI/src/Module.C
Log Message:
-----------
Remove compilation directory from Module
This is a DWARF concept. These functions are not documented, so we
should be safe removing them.
Commit: 4f509fc9770b510bd826e73f878b76f744285a10
https://github.com/dyninst/dyninst/commit/4f509fc9770b510bd826e73f878b76f744285a10
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M symtabAPI/src/Object-elf.C
M symtabAPI/src/dwarfWalker.C
M symtabAPI/src/dwarfWalker.h
Log Message:
-----------
Remove unused parameters
Their usage was removed by 48d4286c in 2018.
Commit: 290223cfd5ef6e88176de14b10665fcbe0f3b848
https://github.com/dyninst/dyninst/commit/290223cfd5ef6e88176de14b10665fcbe0f3b848
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M symtabAPI/src/dwarfWalker.C
Log Message:
-----------
Remove undefined behavior
Explicitly non-terminating loops are UB since C++11.
Commit: 642de5be820e5bec80059c9930d733a54a9d0c72
https://github.com/dyninst/dyninst/commit/642de5be820e5bec80059c9930d733a54a9d0c72
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M symtabAPI/src/dwarfWalker.C
Log Message:
-----------
Remove old debug code
Compare: https://github.com/dyninst/dyninst/compare/94d678040e4e%5E...642de5be820e
|