summaryrefslogtreecommitdiff
path: root/src/debug/createdump/crashinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-25[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki1-9/+29
2019-05-17Fix createdump on alpine (#24623)Mike McLaughlin1-2/+4
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin1-5/+5
2019-02-26Address janvorli's feedback commentsAdeel1-25/+25
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel1-4/+4
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin1-10/+24
2018-09-02Add modules to the heap only dump in order to have: (#19761)chrisnas1-0/+4
2017-11-20Fix a few of createdump bugs. (#15079)Mike McLaughlin1-90/+119
2017-09-12Fix core dump generation on Centos. (#13887)Mike McLaughlin1-3/+3
2017-08-23Add unwind info to core dumps. (#13547)Mike McLaughlin1-50/+109
2017-07-19Remove section headers writing to createdump (#12887)Mike McLaughlin1-91/+1
2017-07-17Make createdump build and work on ARM (#12798)Konstantin Baladurin1-24/+62
2017-06-23Add ELF program and section headers to core dump. (#12425)Mike McLaughlin1-93/+429
2017-05-20Fix ReadMemory error reading DSO link_map name. (#11759)Mike McLaughlin1-4/+14
2017-05-03Createdump fixes and cleanup. (#11368)Mike McLaughlin1-81/+145
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin1-36/+35
2017-04-18Implement the createdump policy options and env variables (#11032)Mike McLaughlin1-7/+6
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-0/+630