summaryrefslogtreecommitdiff
path: root/src/pal/src/arch
AgeCommit message (Expand)AuthorFilesLines
2016-06-09ARM/Linux Regression Fix of Exception Handling (#5596)MyungJoo Ham1-6/+1
2016-06-01ARM/Linux: Fix Exception Handler PAL Test Fail (#5360)MyungJoo Ham1-2/+2
2016-04-15Implement StartUnwindingNativeFrames Linux/ARMMyungJoo Ham3-54/+86
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek3-0/+64
2016-03-31Fix RtlRestoreContextManu1-11/+13
2016-02-26Fix the osx exception port forwarding limitations.Mike McLaughlin1-13/+6
2016-01-27Update license headersdotnet-bot14-56/+42
2016-01-26Fix OSX bps for PC-relative instructions.Mike McLaughlin1-4/+5
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin3-0/+40
2015-10-07Fix OSX hardware exception handlingJan Vorlicek2-2/+2
2015-09-23Implement runtime suspension for OSXJan Vorlicek4-188/+165
2015-09-04[arm] Fix RtlRestoreContext on ARM with newer clangGeoff Norton1-4/+11
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton2-0/+343
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-1225/+260
2015-07-20Fix alignment issue when converting to/from native context.Aditya Mandaleeka1-6/+6
2015-04-09Merge pull request #668 from janvorli/rtl-restore-context-asmJan Vorlicek1-8/+95
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