summaryrefslogtreecommitdiff
path: root/src/pal/src/thread/process.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-26DbgShim!RegisterForRuntimeStartup: Avoid extra call to callbackGregg Miskelly1-1/+1
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-9/+3
2016-02-26Consolidate environment code in environ.cpp.Aditya Mandaleeka1-3/+3
2016-02-25Reduce debugger semaphore name length.Aditya Mandaleeka1-2/+4
2016-02-22Merge pull request #3248 from adityamandaleeka/twowaypipe_cleanupAditya Mandaleeka1-13/+150
2016-02-19Add PID disambiguation to debugger named semaphores.Aditya Mandaleeka1-21/+58
2016-02-18Disambiguate debug pipe names with more than just PID.Aditya Mandaleeka1-1/+101
2016-02-17Merge pull request #3211 from gregg-miskelly/OSXAttachFixAditya Mandaleeka1-1/+1
2016-02-17Fix debugger attach to process on OSXGregg Miskelly1-1/+1
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-5/+5
2016-02-12Change the transport pipe and dbgshim runtime startup semaphores permissions ...Mike McLaughlin1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Fix OSX bps for PC-relative instructions.Mike McLaughlin1-32/+0
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-332/+697
2015-12-15Debugger transport pipe file cleanup - Part 2Mike McLaughlin1-7/+29
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin1-36/+33
2015-11-09Remove thread parameter from several more PAL functions.Aditya Mandaleeka1-2/+0
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka1-29/+27
2015-10-29Merge pull request #1875 from adityamandaleeka/remove_suspensionAditya Mandaleeka1-141/+9
2015-10-26Remove unused function PROCCondemnOtherThreadsAditya Mandaleeka1-36/+0
2015-10-26Remove PROCSuspendOtherThreadsAditya Mandaleeka1-105/+9
2015-10-22Add null checks to StackString usages.Lakshmi Priya Sekar1-0/+10
2015-10-21Fix lpFileName leak in InternalCreateProcess.Lakshmi Priya Sekar1-10/+7
2015-10-21Remove new operator usage in PALJan Vorlicek1-1/+1
2015-10-20Merge pull request #1744 from Priya91/palstring-restLakshmi Priya1-7/+19
2015-10-20Remove unused full_cleanup parameterAditya Mandaleeka1-1/+1
2015-10-18Use StackString in PAL file apis.Lakshmi Priya Sekar1-7/+19
2015-10-15Remove unused step logic from PALCommonCleanup.Aditya Mandaleeka1-3/+2
2015-09-23Implement runtime suspension for OSXJan Vorlicek1-2/+1
2015-09-08Merge pull request #1497 from adityamandaleeka/fix_warningsAditya Mandaleeka1-1/+4
2015-09-08Fix the remaining unused variable/label warningsAditya Mandaleeka1-1/+4
2015-09-03Merge pull request #1451 from Priya91/longpathLakshmi Priya1-8/+8
2015-09-01Changed popen to execute "/usr/bin/vmmap".Mike McLaughlin1-1/+1
2015-09-01Added process module enumeration for OSx.Mike McLaughlin1-64/+214
2015-08-27Replace MAX_PATH defines with new defines in pal.Lakshmi Priya Sekar1-8/+8
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-45/+65
2015-06-16Code review feedback.Mike McLaughlin1-4/+1
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin1-0/+242
2015-05-27Implement FlushProcessWriteBuffers using the page protection mechanismJan Vorlicek1-3/+75
2015-05-07Add ability to use pipes for creating threads suspendedAditya Mandaleeka1-6/+9
2015-03-22Clean up PLA thread id usage.Eugene Zemtsov1-1/+1
2015-02-16Merge branch 'master' into soscommand1Mike McLaughlin1-7/+2
2015-02-14Remove solaris supportGeoff Norton1-7/+2
2015-02-13Minor pal fixes when initialized for a dll.Mike McLaughlin1-33/+33
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-17/+20
2015-02-05Build fixes for clang3.7 and systems without stropt.h.Pat Gavlin1-3/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+3591