summaryrefslogtreecommitdiffstats
path: root/tester/covoar/AddressToLineMapper.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* AddressToLineMapper.h: Remove pointer to temporary stringAlex White2021-07-201-3/+8
| | | | | | CID 1505281: Pointer to local outside scope Closes #4473
* covoar: Store address-to-line info outside of DWARFAlex White2021-06-171-0/+104
This adds the AddressToLineMapper class and supporting classes to assume responsibility of tracking address-to-line information. This allows the DWARF library to properly cleanup all of its resources and leads to significant memory savings. Closes #4383