summaryrefslogtreecommitdiff
path: root/src/debug/debug-pal
AgeCommit message (Expand)AuthorFilesLines
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