summaryrefslogtreecommitdiffstats
path: root/src/cv2pdb.vcxproj.filters
Commit message (Collapse)AuthorAgeFilesLines
* Add natvis for DWARF_InfoDataAlex Budovski2023-03-241-0/+6
| | | | | | | This commit adds natvis support for the core DIE in-memory representation type, which is especially helpful now that it effectively models two "lists": children and siblings. This natvis visualizes both as lists in the locals view.
* initial commit of x64 fixesl0calh05t2015-10-071-0/+5
|
* - new tool dumplines to display the debug line number infoRainer Schuetze2015-05-081-0/+3
|
* Updated mscvpdb.h with latest from WINE.Vadim Chugunov2014-12-051-0/+3
|
* Fixed O^n abbrev search.Vadim Chugunov2014-12-051-60/+69
| | | | DIE tree navigation without requiring DW_AT_sibling attributes, moved navigation logic into DIECursor class.
* * tweaked visualizer macros to display void[], limit array preview to 64 entriesRainer Schuetze2014-12-041-0/+61
* added VS2013 projects + solution