summaryrefslogtreecommitdiff
path: root/src/unwinder/i386/unwinder_i386.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2017-05-17[x86/Linux] Port 'DacUnwindStackFrame' (#11666)Jonghyun Park1-31/+57
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-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 Park1-0/+205