summaryrefslogtreecommitdiff
path: root/src/debug/debug-pal
AgeCommit message (Expand)AuthorFilesLines
2017-02-13[Unix] twowaypipe unlink before mkfifo (#9505)Steve MacLean1-0/+5
2016-06-30Fix the hang in the debugger tests repo on OS X. (#6079)Mike McLaughlin1-12/+0
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin1-22/+4
2016-04-29Fix issue #4298 "SIGSEGV_libcoreclr.so!Debugger::GetArgCount"Mike McLaughlin1-4/+12
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek1-30/+20
2016-02-27Merge pull request #3261 from krytarowski/netbsd-support-51Aditya Mandaleeka1-0/+1
2016-02-19Add PID disambiguation to debugger named semaphores.Aditya Mandaleeka1-8/+8
2016-02-19Fix NetBSD build: Define PAL_STDCPP_COMPAT=1 for twowaypipe.cppKamil Rytarowski1-0/+1
2016-02-18Disambiguate debug pipe names with more than just PID.Aditya Mandaleeka1-2/+10
2016-02-17Use pal.h directly in Unix twowaypipe code and remove windefs.h.Aditya Mandaleeka2-24/+11
2016-02-12Change the transport pipe and dbgshim runtime startup semaphores permissions ...Mike McLaughlin1-3/+2
2016-01-27Update license headersdotnet-bot3-12/+9
2016-01-07Fixed issue #5109. Console stops echoing typed keys after running a coreclr ...Mike McLaughlin1-2/+2
2015-09-07Fix debugger/debuggee connection on OSx.Mike McLaughlin1-2/+38
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin2-92/+0
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-2/+0
2015-03-25Fix debug-pal on FreeBSD.Jostein Kjonigsen2-1/+2
2015-03-24Make code comments more accurateEugene Zemtsov1-1/+2
2015-03-24Various DBI related fixes that make it possible to load DBI on Linux and atta...Eugene Zemtsov1-2/+11
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov8-0/+512