summaryrefslogtreecommitdiff
path: root/src/debug/di/shimprocess.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson1-3/+3
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-1/+1
2018-02-09Debugger api to set a breakpoint on offset 0 of all methods (#16303)David Mason1-4/+4
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas1-4/+4
2018-02-08Debugger api to set a breakpoint on offset 0 of all methods (#15819)David Mason1-4/+4
2017-02-12Remove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAMEdanmosemsft1-4/+0
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-18/+9
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas1-3/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin1-10/+10
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin1-13/+5
2015-09-16Merge pull request #1560 from Priya91/longpath-testLakshmi Priya1-2/+2
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene1-3/+13
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-2/+2
2015-04-29Fix build breakJan Kotas1-1/+0
2015-04-28Remove unused code and address codereview commentsEugene Zemtsov1-104/+5
2015-04-23CoreCLR DBI automatically detects CLR instance to attach to (when possible)Eugene Zemtsov1-6/+58
2015-03-24Various DBI related fixes that make it possible to load DBI on Linux and atta...Eugene Zemtsov1-1/+9
2015-03-05Fix build from msbuild environmentEugene Zemtsov1-7/+6
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov1-16/+14
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1957