summaryrefslogtreecommitdiff
path: root/src/debug/createdump
AgeCommit message (Expand)AuthorFilesLines
2021-11-22[Tizen] Add support for aarch64 for coredumps created by minicoredumper (#327)submit/tizen_6.5/20211121.211854submit/tizen/20211121.211701accepted/tizen/unified/20211122.122534accepted/tizen/6.5/unified/20211122.213410Mateusz Moscicki/System (PLT) /SRPOL/Engineer/Samsung Electronics1-0/+6
2020-10-05[Tizen] Add method to write coredump of .NET process (#317)tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen/20201005.013439accepted/tizen/unified/20201005.101320accepted/tizen/6.0/unified/hotfix/20201102.235357accepted/tizen/6.0/unified/20201030.104646accepted/tizen_6.0_unified_hotfixMateusz Moscicki/System (PLT) /SRPOL/Engineer/Samsung Electronics3-26/+65
2020-07-03[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)submit/tizen_5.5_wearable_hotfix/20201026.184306submit/tizen_5.5/20200729.021615submit/tizen_5.5/20200629.221218submit/tizen/20200703.012556accepted/tizen/unified/20200703.155115accepted/tizen/5.5/unified/wearable/hotfix/20201027.101953accepted/tizen/5.5/unified/20200729.230651accepted/tizen_5.5_unifiedMateusz Moscicki/System (PLT) /SRPOL/Engineer/Samsung Electronics2-20/+40
2020-05-13[Tizen] Change the visibility of symbols for dnetmemoryenumlibsubmit/tizen_5.5/20200512.212247submit/tizen/20200528.065414accepted/tizen/unified/20200529.124257accepted/tizen/5.5/unified/20200522.160111Mateusz Moscicki2-6/+6
2020-03-25[Tizen] add pie linker option to createdumpWoongsuk Cho1-0/+1
2020-03-25[Tizen] Use PTRACE_GETREGSET for any arch when creating dumpSwift Kim1-13/+5
2020-03-25[Tizen] seperate PIC and PIE to fix x86_64 build errorWoongsuk Cho1-3/+5
2020-03-25[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki7-13/+337
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin1-1/+5
2019-06-26[createdump] Write page offset in NT_FILE note (#25384)Mikhail Aksenov1-1/+1
2019-06-17Enable createdump on arm and arm64 (#24832)Juan Hoyos5-12/+83
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-1/+1
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-03-06Fix missing includes in coreclr/src/debug/createdump/ (#23075)Mike McLaughlin1-0/+2
2019-02-26Address janvorli's feedback commentsAdeel1-25/+25
2019-02-25Address janvorli's feedback commentsAdeel1-2/+2
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel2-6/+6
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