Branch: refs/heads/wrwilliams/line_info
Home: https://github.com/dyninst/dyninst
Commit: f158e967c532e8f171094e965286f883bbccc3a8
https://github.com/dyninst/dyninst/commit/f158e967c532e8f171094e965286f883bbccc3a8
Author: Bill Williams <bill@xxxxxxxxxxx>
Date: 2016-12-05 (Mon, 05 Dec 2016)
Changed paths:
M symtabAPI/h/Module.h
M symtabAPI/src/Object-elf.C
Log Message:
-----------
Added interface to query whether a module already has address range information, and reindented--this had become a ragged mess of 3 space/4 space/tab indents. Fixed merge issues from architecture auto-detection.
Commit: 2ce139aea168dd1fab7bbcfdec94b773d9b7731f
https://github.com/dyninst/dyninst/commit/2ce139aea168dd1fab7bbcfdec94b773d9b7731f
Author: Bill Williams <bill@xxxxxxxxxxx>
Date: 2016-12-05 (Mon, 05 Dec 2016)
Changed paths:
M symtabAPI/src/dwarfWalker.C
Log Message:
-----------
DwarfWalker now ignores a lowpc/highpc entry of (0,0) and hands it back as "failed to parse"; it's never meaningful DWARF and we shouldn't pretend it is.
Commit: 1182446c09b429057061526d3a9f1b2c31a57c20
https://github.com/dyninst/dyninst/commit/1182446c09b429057061526d3a9f1b2c31a57c20
Author: Bill Williams <bill@xxxxxxxxxxx>
Date: 2016-12-05 (Mon, 05 Dec 2016)
Changed paths:
M symtabAPI/src/LineInformation.C
Log Message:
-----------
Cleaned up equal_range: it *must* use boost::tuple, not std::tuple, in order to look up by multiple fields of a composite key, but that works.
Commit: eb7ee84c07e4b31d3acdd1b53709283ab5dcd76b
https://github.com/dyninst/dyninst/commit/eb7ee84c07e4b31d3acdd1b53709283ab5dcd76b
Author: Bill Williams <bill@xxxxxxxxxxx>
Date: 2016-12-05 (Mon, 05 Dec 2016)
Changed paths:
M symtabAPI/src/Object-elf.C
Log Message:
-----------
Extract ranges from statements if all else fails.
Compare: https://github.com/dyninst/dyninst/compare/f158e967c532^...eb7ee84c07e4
|