summaryrefslogtreecommitdiff
path: root/src/dlls/dbgshim/dbgshim.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin1-2/+7
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-3/+1
2017-01-20Fix debugger launch race hitting breakpoints in startup code. (#8951)Mike McLaughlin1-11/+52
2016-10-24Fix performance problem introduced in previous change. (#7783)Mike McLaughlin1-1/+1
2016-09-20Fix launch timing issue in dbgshim found in VS. (#7279)Mike McLaughlin1-2/+4
2016-05-04Remove O_RDWR from sem_open and better error codes on failure (#4772)Mike McLaughlin1-2/+3
2016-04-21Fix dbgshim race conditionsMike McLaughlin1-33/+9
2016-03-08Added CreateProcessForLaunch, ResumeProcess and CloseResumeHandle that canMike McLaughlin1-0/+98
2016-02-26DbgShim!RegisterForRuntimeStartup: Avoid extra call to callbackGregg Miskelly1-1/+1
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-83/+612
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-11/+11
2015-06-26Make 64bit dump debugging possible on CoreCLREugene Zemtsov1-2/+2
2015-06-16Merge pull request #1141 from mikem8361/dbgshimMike McLaughlin1-99/+69
2015-06-15Make sure dbgshim can attach to processes from other sessionsEugene Zemtsov1-3/+30
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin1-99/+69
2015-04-28Remove unused code and address codereview commentsEugene Zemtsov1-14/+23
2015-04-27Proper CLR module discovery in dbgshim on POSIX systemsEugene Zemtsov1-7/+13
2015-04-02Get the dbgshim module to build and enabled all the public APIs with simple/d...Mike McLaughlin1-38/+119
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1093