Branch: refs/heads/kupsch/fix-variable-ranges
Home: https://github.com/dyninst/dyninst
Commit: 43603d13c56bdd0fd8f443c71c4f781a1c410ce4
https://github.com/dyninst/dyninst/commit/43603d13c56bdd0fd8f443c71c4f781a1c410ce4
Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M symtabAPI/src/dwarfWalker.C
M symtabAPI/src/dwarfWalker.h
Log Message:
-----------
Correctly propagate pc ranges for blocks and local variables
- fix valid pc address ranges for local variables that are declared in a
sub-block (brace, try and catch blocks) of their function
- fix Context class's constructors so they correctly initialize and copy
all member (use in-class initialize and default constructors)
|