Branch: refs/heads/thaines/refactor_symtab_getOrCreateModule
Home: https://github.com/dyninst/dyninst
Commit: c217c3e7f87e13e8a842041af2e0ac464f6fb69c
https://github.com/dyninst/dyninst/commit/c217c3e7f87e13e8a842041af2e0ac464f6fb69c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-10-08 (Sun, 08 Oct 2023)
Changed paths:
M symtabAPI/src/Symtab.C
Log Message:
-----------
Clean up 'create' tracing message
Commit: 60f65255406459861b3995a4e1999554c565b9c9
https://github.com/dyninst/dyninst/commit/60f65255406459861b3995a4e1999554c565b9c9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-10-08 (Sun, 08 Oct 2023)
Changed paths:
M symtabAPI/src/Symtab.C
Log Message:
-----------
Tidy up variable declarations.
Commit: 20f8221797456a250673b7b80ce408c5762ec6a7
https://github.com/dyninst/dyninst/commit/20f8221797456a250673b7b80ce408c5762ec6a7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-10-08 (Sun, 08 Oct 2023)
Changed paths:
M symtabAPI/src/Symtab.C
Log Message:
-----------
Remove 'assert' after 'new'.
We require exceptions to be enabled when building Dyninst and we aren't
using the 'nothrow' version of 'operator new' here. This check is
useless.
Commit: 59a23a7407e099e8ed35e7ca6ba04a3ab70a2c0d
https://github.com/dyninst/dyninst/commit/59a23a7407e099e8ed35e7ca6ba04a3ab70a2c0d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-10-08 (Sun, 08 Oct 2023)
Changed paths:
M symtabAPI/src/Symtab.C
Log Message:
-----------
Remove existence check.
This will never be true because 'findModuleByOffset' would have found
the module.
Commit: cbc85eb4349c033d7e068ea00d188bcb9b2ab164
https://github.com/dyninst/dyninst/commit/cbc85eb4349c033d7e068ea00d188bcb9b2ab164
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-10-08 (Sun, 08 Oct 2023)
Changed paths:
M symtabAPI/src/Symtab.C
Log Message:
-----------
Don't return with parens
Commit: 97d144347d3953a679704d9dbf70ac4be4f19038
https://github.com/dyninst/dyninst/commit/97d144347d3953a679704d9dbf70ac4be4f19038
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-10-08 (Sun, 08 Oct 2023)
Changed paths:
M symtabAPI/src/Symtab.C
Log Message:
-----------
Rename 'ret' to 'mod'.
For clarity.
Compare: https://github.com/dyninst/dyninst/compare/165f6a7ad006...97d144347d39
|