summaryrefslogtreecommitdiff
path: root/src/unwinder
AgeCommit message (Expand)AuthorFilesLines
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