summaryrefslogtreecommitdiff
path: root/src/debug/shared
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Fix signed compare warningsSinan Kaya1-2/+2
2018-12-17Add payload size case for GC eventsJuan Hoyos1-1/+3
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson1-7/+7
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au1-2/+4
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas1-4/+2
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au1-2/+4
2018-11-06Pull out GetContainingObjectAndrew Au1-8/+0
2018-11-06Linux fixAndrew Au1-0/+9
2018-02-17delete unused mirror files (#16423)Sergey Andreenko5-5/+0
2017-09-28[x86/Linux] Fix typo in SetDebuggerREGDISPLAYFromREGDISPLAY (#14221)Konstantin Baladurin1-1/+1
2017-09-13[ARM] Fix SetDebuggerREGDISPLAYFromREGDISPLAY() functionIgor Kulaychuk1-1/+8
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-1/+1
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-6/+6
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park1-1/+1
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-35/+1
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin1-1/+7
2016-04-29Fix issue #4298 "SIGSEGV_libcoreclr.so!Debugger::GetArgCount"Mike McLaughlin1-3/+11
2016-03-29Fix ReadMemory AV.Mike McLaughlin1-1/+41
2016-01-27Update license headersdotnet-bot7-28/+21
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-23/+46
2016-01-07Fixed issue #5109. Console stops echoing typed keys after running a coreclr ...Mike McLaughlin1-0/+5
2015-12-11Fix pipe file cleanup in /tmp directory.Mike McLaughlin1-5/+1
2015-12-07Add new IPC message for out of context unwinding used for HelperMethodFrames.Mike McLaughlin1-1/+53
2015-10-22Fixed an issue with getting event size not working for custom notification eventCagri Aslan1-1/+5
2015-03-24Make code comments more accurateEugene Zemtsov1-2/+3
2015-03-24Various DBI related fixes that make it possible to load DBI on Linux and atta...Eugene Zemtsov1-0/+4
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov2-538/+59
2015-02-05Make DBI build on LinuxEugene Zemtsov2-3/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot12-0/+3908