summaryrefslogtreecommitdiff
path: root/src/unwinder
AgeCommit message (Expand)AuthorFilesLines
2019-09-24Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky2-0/+2
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel1-1/+1
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-3/+3
2018-06-03Warnings cleanup (#18260)Robin Sue2-5/+0
2018-05-24Fix a variety of typos (#18096)John Doe1-2/+2
2018-02-17delete unused mirror files (#16423)Sergey Andreenko9-9/+0
2017-07-25typo (#13026)github-john-doe1-1/+1
2017-07-07[ARM/Linux] Enable DacStackWalkJonghyun Park1-9/+5
2017-05-17[x86/Linux] Port 'DacUnwindStackFrame' (#11666)Jonghyun Park2-31/+59
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park1-15/+1
2017-04-10[x86/Linux] Set ResumeEsp as Caller Sp when unwond to native frame (#10838)Jonghyun Park1-1/+3
2017-04-04[x86/Linux] Correctly unwind esp frames (#10685)Jonghyun Park1-1/+1
2017-03-06[x86/Linux] Stack align aware unwinder (#9928)Jonghyun Park1-2/+13
2017-02-18[ARM64] Use PT_KNONVOLATILE... for crossSteve MacLean, Qualcomm Datacenter Technologies, Inc1-23/+23
2017-02-17[ARM64/Unix] (#9500)Steve MacLean1-13/+36
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park1-1/+3
2017-02-02[x86/Linux] Set Establisher Frame Pointer as Caller SP (#9264)Jonghyun Park1-1/+4
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-28/+12
2017-01-24[x86/Linux] Fix EH Region Mismatch (#9043)Jonghyun Park1-0/+2
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park1-2/+2
2017-01-18[x86/Linux] Port RtlVirtualUnwind (#8911)Jonghyun Park3-6/+242
2016-12-26Remove files related to legacy build system (#8723)Robert6-140/+0
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-1/+2
2016-04-18enable build of cross target components.Rahul Kumar1-24/+0
2016-04-05Fix #1977: always create RBP chains on UnixBruce Forstall1-2/+62
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy4-8/+8
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas1-4/+0
2016-01-27Update license headersdotnet-bot11-44/+33
2016-01-21FIx the incremental build for WindowsJan Vorlicek3-3/+3
2015-12-15Build arm64 using private toolsetRahul Kumar1-20/+3
2015-08-31 The UPDATE_CONTEXT_POINTERS actually breaks lots of debuggers tests. The ro...Zhicheng Zhu1-19/+23
2015-08-04Enable the Windows x86 buildMike Danes2-2/+10
2015-08-03Fix build break on Windows ARMJan Kotas1-4/+4
2015-07-31Merge pull request #1285 from benpye/linux-arm-stack-unwindingJan Vorlicek1-9/+67
2015-07-31Modify unwinder to provide RtlVirtualUnwind.Ben Pye1-9/+67
2015-07-30[aarch64] Address code review feedback and disable EmitGetThreadInlined on PA...Geoff Norton1-6/+6
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton3-7/+85
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-37/+71
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-2/+2
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-3/+1
2015-02-15Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin8-846/+1330
2015-02-13Modify the windows amd64 unwinder to work as jitted code unwinder on UnixJan Vorlicek8-846/+1330
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-0/+5
2015-02-03Move the windows unwinder code out of the debug folder.Jan Vorlicek28-0/+6385