summaryrefslogtreecommitdiff
path: root/src/debug/createdump
AgeCommit message (Expand)AuthorFilesLines
2019-05-09[Tizen] seperate PIC and PIE to fix x86_64 build errorsubmit/tizen/20190509.094820accepted/tizen/unified/20190510.012106Woongsuk Cho1-3/+5
2019-04-19[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki7-13/+337
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin1-5/+19
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin1-10/+24
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)MichaƂ Janiszewski4-17/+17
2018-09-02Add modules to the heap only dump in order to have: (#19761)chrisnas1-0/+4
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin1-2/+5
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-11-20Fix a few of createdump bugs. (#15079)Mike McLaughlin6-137/+160
2017-09-12Fix core dump generation on Centos. (#13887)Mike McLaughlin1-3/+3
2017-08-23Add unwind info to core dumps. (#13547)Mike McLaughlin7-118/+277
2017-07-28Fix Alpine build (#13052)Jan Vorlicek1-0/+4
2017-07-19Remove section headers writing to createdump (#12887)Mike McLaughlin1-91/+1
2017-07-17Make createdump build and work on ARM (#12798)Konstantin Baladurin9-45/+224
2017-06-23Add ELF program and section headers to core dump. (#12425)Mike McLaughlin7-162/+544
2017-05-20Fix ReadMemory error reading DSO link_map name. (#11759)Mike McLaughlin2-6/+16
2017-05-17The createdump utility needs RPATH (#11688)Mike McLaughlin1-0/+11
2017-05-14Fix minidump hang under shipping lldb 3.9.1 (#11591)Mike McLaughlin1-1/+1
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek1-1/+1
2017-05-03Createdump fixes and cleanup. (#11368)Mike McLaughlin6-114/+165
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin12-180/+296
2017-04-21Move xplat minidump doc to botr. (#11149)Mike McLaughlin1-2/+2
2017-04-20Add the Linux minidump support documentation (#11087)Mike McLaughlin1-3/+0
2017-04-18Implement the createdump policy options and env variables (#11032)Mike McLaughlin4-28/+83
2017-04-15Make createdump build and work on Centos (#10985)Mike McLaughlin2-3/+6
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin13-0/+2084