aboutsummaryrefslogtreecommitdiff
path: root/src/processor/microdump.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable truncation of module rangesJoshua Peraza2019-06-111-1/+2
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-7/+15
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-5/+5
* Add -s flag to microdump_stackwalk for dumping stack contents.Tobias Sargeant2017-10-171-1/+0
* Add crash reason extraction to microdump processorTobias Sargeant2017-08-211-1/+13
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-201-0/+4
* Adding support for overlapping ranges to RangeMap.Ivan Penkov2016-06-051-1/+1
* [MIPS] Rename variable mips to mips32Veljko Mihailovic2016-05-251-5/+5
* Support processing microdump for mips architectureVeljko Mihailovic2016-04-011-6/+43
* Handle multiple microdumps in system log.Maria Mandlis2016-02-261-4/+3
* Support processing microdumps for x86 architecture.Maria Mandlis2016-02-181-0/+16
* Parse additional line introduced in the microdump format and containing the G...Maria Mandlis2016-02-111-0/+10
* The "CPU architecture" field is being filled from the wrong part ofmmandlis@chromium.org2015-08-261-1/+1
* Fix signal propagation logic for Linux/Android exception handler.primiano@chromium.org2015-06-221-2/+15
* Microdump processor: be more tolerant for different logcat formatsprimiano@chromium.org2015-04-131-1/+1
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-021-5/+49
* Microdump processing implementationmmandlis@chromium.org2014-11-191-0/+262