summaryrefslogtreecommitdiff
path: root/tools/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-16These can be made constMiklos Vajna1-1/+1
2019-11-07killpoco: Don't use POCO for app exit values.Jan Holesovsky1-0/+1
2019-01-14tools: make members private in AddrSpaceMiklos Vajna1-3/+7
2019-01-11tools: make members private in StringDataMiklos Vajna1-6/+17
2019-01-10tools: make members private in MapMiklos Vajna1-9/+20
2018-02-07tools: spell out non-trivial autos to improve readabilityMiklos Vajna1-4/+4
2018-01-09loolmap: configurable width for hex dumping.Michael Meeks1-9/+15
2018-01-09loolmap: re-work string dumping and scan for C strings.Michael Meeks1-13/+47
2017-12-20loplugin:nullptrPranav Kant1-1/+1
2017-12-20loplugin:includeformPranav Kant1-1/+1
2017-12-15Annotate string pointers in hex dumps to make sense of memory.Michael Meeks1-50/+61
2017-12-12loolmap: fix assert on zero parent pages.Michael Meeks1-2/+3
2017-12-11loolmap: implement a simple string scan and dump function.Michael Meeks1-16/+122
2017-12-11loolmap: share some /proc opening pieces.Michael Meeks1-24/+26
2017-12-11loolmap: store address space mappings.Michael Meeks1-9/+42
2017-12-11loolmap: clean up dead assignmentMiklos Vajna1-1/+0
2017-12-04loolmap: more cleanup print more metrics.Michael Meeks1-27/+20
2017-12-04Fix build; no operator== on std::stringstreamPranav Kant1-1/+1
2017-12-01loolmap - improve page annotation, and page diffs, count dirty bytes.Michael Meeks1-20/+71
2017-11-30loolmap - read the parent's page data for unshared pages too.Michael Meeks1-14/+117
2017-11-29Dump hex contents of un-shared memory.Michael Meeks1-4/+61
2017-11-29RLE compress sharing bitmap for display.Michael Meeks1-10/+39
2017-11-28Collect anonymous and file backed mappings too.Michael Meeks1-6/+18
2017-11-28Dump unshared heap memory ascii-art map by page..Michael Meeks1-1/+43
2017-11-28Cleanup, memory map dumper, add <pid> mode, and collect heap pages.Michael Meeks1-19/+42
2017-10-26Avoid warning: ā€˜%sā€™ directive output may be truncated writing up to 255 b...Tor Lillqvist1-1/+1
2017-03-10config.h - get includes right: must always be the first include.Michael Meeks1-0/+2
2016-12-22add a configure option for using clang compiler pluginsNoel Grandin1-2/+2
2016-11-25Adapt makefiles, includes etc. to new locations.Michael Meeks1-0/+180