summaryrefslogtreecommitdiff
path: root/src/vm/stackwalk.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Fix ARM/ARM64 hijacking in tail calls (#16039)Jan Vorlicek1-0/+13
2017-07-04Remove unused global variable (#12620)Jonghyun Park1-4/+0
2017-05-17Use relevant define for resumable frame SP handling (and update ifdef conditi...Jonghyun Park1-5/+5
2017-04-12[x86/Linux] Funclet-based synchronization (#10791)Jonghyun Park1-2/+5
2017-03-10Fix incorrect assert conditionJan Kotas1-1/+4
2017-02-25Fix GC hole when exception filter throws unhandled exception (#9785)Jan Vorlicek1-11/+18
2017-02-10Hide VirtualUnwindXXX for DACESS_COMPILE (#9407)Jonghyun Park1-15/+2
2017-02-08Clean up GetAddrOfSecurityObject (#9423)Jonghyun Park1-0/+2
2017-02-03[x86/Linux] Clean Up #ifdef for VerifyValidTransitionFromManagedCode (#9304)Jonghyun Park1-3/+2
2017-02-02[x86/Linux] Do NOT use QuickUnwindStackFrame (#9299)Jonghyun Park1-2/+2
2017-02-01[x86/Linux] Process Explicit Frame before Managed Frame (#9261)Jonghyun Park1-12/+16
2017-01-23[x86/Linux] Port two assertions in stackwalk.cpp (#9046)Jonghyun Park1-2/+2
2017-01-18[x86/Linux] Port RtlVirtualUnwind (#8911)Jonghyun Park1-3/+1
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-11/+7
2016-12-19[x86/Linux] Add UMThunkStub (#8627)SaeHie Park1-1/+1
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek1-0/+2
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-2/+2
2016-08-08Port CS#1596330 from netfxdev1 (bug#119959)Rahul Kumar1-0/+6
2016-05-24Fix filter funclet handling during stack walk on Unix (#5183)Jan Vorlicek1-1/+4
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-4/+4
2016-03-09Merge pull request #3595 from janvorli/fix-stack-walk-with-finallyJan Vorlicek1-5/+8
2016-03-08Fix stack walking on Unix in case of finallyJan Vorlicek1-5/+8
2016-03-08Fix Unix exception handling in finalizersJan Vorlicek1-7/+1
2016-02-26Fix stack walker on UnixJan Vorlicek1-20/+24
2016-02-15Fix unwound funclet GC stack reporting on UnixJan Vorlicek1-0/+1
2016-01-28Merge pull request #2893 from swaroop-sridhar/redirectJan Kotas1-3/+4
2016-01-28Fix an assert failure in GCStress testingSwaroop Sridhar1-3/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2015-08-26Fix corner case of GC stack walking during exception handlingJan Vorlicek1-15/+32
2015-08-13Fix GC issues during exception handling on UnixJan Vorlicek1-1/+31
2015-05-07Merge changes from parent branchdotnet-bot1-1/+26
2015-04-01Fix next round of warning typesJan Vorlicek1-4/+4
2015-03-17Merge changes from parent branchdotnet-bot1-63/+65
2015-03-13Add unhandled exception stack trace printJan Vorlicek1-1/+5
2015-03-13Fix managed exception unwinding through CallDescrWorkerInternalJan Vorlicek1-0/+7
2015-03-12Add support for exceptions crossing native framesJan Vorlicek1-1/+7
2015-02-27Implement basic support for managed exception handling.Sergiy Kuryata1-4/+5
2015-02-18Reflect CR feedbackJan Vorlicek1-1/+1
2015-02-17Merge branch 'master' into unix_issue177Geoff Norton1-29/+29
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek1-24/+21
2015-02-13Fix x86 build breakJan Kotas1-3/+3
2015-02-13Fixed comments, replaced references to Evanesco with ARMJan Kotas1-7/+7
2015-02-13Simplify platform ifdefsJan Kotas1-23/+23
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+3393