summaryrefslogtreecommitdiff
path: root/src/pal/src/arch
AgeCommit message (Expand)AuthorFilesLines
2015-04-08Implement RtlRestoreContext in asmJan Vorlicek1-8/+95
2015-04-08Refactor context register access in seh-unwind.cppJan Vorlicek1-189/+0
2015-04-02Avoid implicit forward labels in context2.SJan Kotas1-11/+12
2015-03-27PAL: Add register-mapping fore FreeBSD x86_64.Jostein Kjønigsen1-0/+55
2015-03-26Fix ptrace-invocation on FreeBSD.Jostein Kjonigsen1-3/+11
2015-03-23Merge pull request #525 from Djuffin/thread_idJan Kotas1-27/+11
2015-03-22Fix compilation of context.cppEugene Zemtsov1-8/+4
2015-03-22Clean up PLA thread id usage.Eugene Zemtsov1-19/+7
2015-03-22Fix CONTEXT_CaptureContext to correctly store the processor flagsSergiy Kuryata1-5/+11
2015-03-12Add support for exceptions crossing native framesJan Vorlicek2-55/+63
2015-03-03Fix GetThreadContext and reflect PR feedbackJan Vorlicek1-91/+38
2015-03-03Fix CONTEXTFromNativeContext / CONTEXTToNativeContext to handle FP regsJan Vorlicek1-2/+112
2015-02-27Implement basic support for managed exception handling.Sergiy Kuryata1-3/+4
2015-02-20Reflect PR feedbackJan Vorlicek1-0/+0
2015-02-20Reimplement native exception handling for PALJan Vorlicek4-375/+8
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek1-0/+6
2015-02-12Add missing license headerGeoff Norton1-10/+15
2015-02-12[issue #232] Rename dispatchexceptionwrapper on the filesystem as wellGeoff Norton1-0/+0
2015-02-11Clean up compiler warnings on the OSX buildGeoff Norton1-1/+1
2015-02-06Remove the old version of DBG_CheckStackAlignment and make sure the assembly ...Geoff Norton2-39/+2
2015-02-06Refactor the DBG_CheckStackAlignment support to be more consistent with the r...Geoff Norton2-2/+3
2015-02-06Initial Mac OSX SupportGeoff Norton3-7/+21
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot7-0/+2345