summaryrefslogtreecommitdiff
path: root/src/debug/debug-pal
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-1/+0
2019-06-07Explicitly set permission on the socket file created by DiagnosticServer (#24...Sung Yoon Whang1-3/+30
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-1/+1
2019-04-16[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)José Rivero1-1/+1
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero2-13/+9
2019-03-21[EventPipe] Fix linker warning on Debug/Checked build and unlink Unix Domain ...José Rivero3-9/+50
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero3-0/+286
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel1-4/+4
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson5-14/+49
2018-02-17delete unused mirror files (#16423)Sergey Andreenko3-3/+0
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