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