summaryrefslogtreecommitdiff
path: root/src/debug/inc
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin1-8/+2
2016-04-29Fix issue #4298 "SIGSEGV_libcoreclr.so!Debugger::GetArgCount"Mike McLaughlin2-6/+17
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek1-2/+9
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-6/+2
2016-01-27Update license headersdotnet-bot23-93/+70
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin2-17/+28
2015-12-07Add new IPC message for out of context unwinding used for HelperMethodFrames.Mike McLaughlin1-0/+4
2015-10-07correct word spellingあまみや ゆうこ1-1/+1
2015-09-16Fix ARM build regressionBen Pye1-1/+1
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-1/+1
2015-05-26Fix the virtual destructor warningJan Vorlicek1-0/+1
2015-04-01Fix next round of warning typesJan Vorlicek1-1/+1
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov6-265/+148
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton1-0/+1
2015-02-04Fixed typosPascal Borreli2-8/+8
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot29-0/+10927