summaryrefslogtreecommitdiff
path: root/src/dlls/dbgshim
AgeCommit message (Expand)AuthorFilesLines
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin1-2/+7
2018-03-19Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...Mike McLaughlin1-0/+1
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
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-12-26Remove files related to legacy build system (#8723)Robert2-113/+0
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-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin2-7/+41
2016-05-04Remove O_RDWR from sem_open and better error codes on failure (#4772)Mike McLaughlin1-2/+3
2016-04-26This has following changes:Rahul Kumar1-8/+1
2016-04-21Fix dbgshim race conditionsMike McLaughlin1-33/+9
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-4/+1
2016-03-08Added CreateProcessForLaunch, ResumeProcess and CloseResumeHandle that canMike McLaughlin3-1/+118
2016-03-04Merge pull request #3507 from gkhanna79/OneCore2Gaurav Khanna1-0/+8
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-0/+8
2016-02-26DbgShim!RegisterForRuntimeStartup: Avoid extra call to callbackGregg Miskelly1-1/+1
2016-02-14Add more CMake sugar for NetBSDKamil Rytarowski1-2/+2
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-1/+1
2016-01-27Update license headersdotnet-bot5-21/+16
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin3-107/+662
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-11/+11
2015-06-26Add missing include directoryMatt Ellis1-0/+2
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-06-02Fix unresolved symbol by adding the native resource lib.Mike McLaughlin1-0/+1
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-1/+1
2015-04-28Remove unused code and address codereview commentsEugene Zemtsov1-14/+23
2015-04-27Proper CLR module discovery in dbgshim on POSIX systemsEugene Zemtsov2-7/+14
2015-04-27Mark dbgshim functions as extern "C", for easier load via GetProcAddressEugene Zemtsov1-6/+6
2015-04-17Add missing MIT license headersJan Vorlicek1-5/+4
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis1-1/+1
2015-04-02Get the dbgshim module to build and enabled all the public APIs with simple/d...Mike McLaughlin4-77/+189
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot9-0/+1306