summaryrefslogtreecommitdiff
path: root/src/pal/src/debug
AgeCommit message (Expand)AuthorFilesLines
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+2
2017-01-26Implement PAL_ProbeMemory with write/read to pipe (issue #4094) (#9122)Mike McLaughlin1-33/+48
2017-01-18Remove obsolete platforms ifdefs from PAL (#8971)Jan Vorlicek1-223/+0
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-1051/+36
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-1/+1
2016-07-29Merge pull request #6521 from adityamandaleeka/remove_internal_freeAditya Mandaleeka1-6/+6
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka1-6/+6
2016-07-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka1-3/+3
2016-02-26Add documentation to environ functions.Aditya Mandaleeka1-1/+2
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-12/+31
2016-02-26Consolidate environment code in environ.cpp.Aditya Mandaleeka1-5/+5
2016-01-27Update license headersdotnet-bot1-5/+4
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-4/+4
2016-01-14Add hardware exception handling back to Read/WriteProcessMemoryAditya Mandaleeka1-595/+602
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin1-0/+15
2015-11-03Remove thread parameter from file-related functionsAditya Mandaleeka1-3/+3
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka1-20/+18
2015-10-22Add null checks to StackString usages.Lakshmi Priya Sekar1-0/+5
2015-10-08Add Null check to lib_name before getting string length.Lakshmi Priya Sekar1-1/+7
2015-10-06Apply StackString for pal MAX_LONGPATH references.Lakshmi Priya Sekar1-4/+10
2015-09-23Implement runtime suspension for OSXJan Vorlicek1-2/+0
2015-08-27Replace MAX_PATH defines with new defines in pal.Lakshmi Priya Sekar1-3/+3
2015-06-25Some more pal init cleanup missed in #1174Mike McLaughlin1-0/+1
2015-06-25CR feedback from @janvorliMike McLaughlin1-4/+7
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-5/+4
2015-04-08Implement RtlRestoreContext in asmJan Vorlicek1-29/+0
2015-03-22Fix compilation of context.cppEugene Zemtsov1-1/+1
2015-03-22Clean up PLA thread id usage.Eugene Zemtsov1-1/+1
2015-03-12Add support for exceptions crossing native framesJan Vorlicek1-9/+0
2015-03-03Fix GetThreadContext and reflect PR feedbackJan Vorlicek1-2/+1
2015-03-03Fix CONTEXTFromNativeContext / CONTEXTToNativeContext to handle FP regsJan Vorlicek1-5/+1
2015-02-28Change the RtlRestoreContext function to use MachSetThreadContext on OSX.Sergiy Kuryata1-3/+11
2015-02-27Implement basic support for managed exception handling.Sergiy Kuryata1-1/+21
2015-02-11Clean up compiler warnings on the OSX buildGeoff Norton1-0/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1800