summaryrefslogtreecommitdiff
path: root/src/debug/di
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek3-5/+5
2019-03-07Fix signed compare warningsSinan Kaya3-5/+5
2019-03-07Fix control C trap hang in the debugger (#23090)Juan Hoyos3-28/+33
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya1-2/+2
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-3/+3
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid2-8/+8
2019-01-08Fixed potential memory leak (#21872)Oded Hanson1-0/+1
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson19-95/+176
2018-11-26Fix a use after free for Managed Data BP (#21205)Chuck Ries1-4/+6
2018-11-23Fix debugger collectible thread statics access (#21175)Jan Vorlicek1-13/+16
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au4-9/+14
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas4-12/+8
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au4-8/+12
2018-11-06Pull out GetContainingObjectAndrew Au3-164/+5
2018-11-06More code review feedbackAndrew Au3-5/+12
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au3-58/+111
2018-11-06Change GetContainingObject APIAndrew Au3-7/+76
2018-11-06More code review feedbackAndrew Au1-1/+7
2018-11-06Code review feedbackAndrew Au1-1/+1
2018-11-06Use proper macros for GetContainingObject()Andrew Au1-4/+3
2018-11-06Fix a couple bugs in GetContainingObjectAndrew Au1-2/+14
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au2-0/+6
2018-11-06Fix collision with ICorDebugProcess9 to 10Andrew Wang2-4/+4
2018-11-06Return better HR for failing to get managed thread contextAndrew Au1-6/+1
2018-11-06Do not handle the thread context for garbage collection eventsAndrew Au2-28/+6
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au4-10/+8
2018-11-06Fixing linux buildAndrew Au1-0/+8
2018-11-06Get/Set the ThreadContext natively if the debuggee is block on garbage collec...Andrew Au2-6/+27
2018-11-06Hacking CordbProcess::GetThreadContext / SetThreadContext to retrieve/modify ...Andrew Au1-54/+101
2018-11-06Removing unnecessary hacksAndrew Au4-91/+13
2018-11-06ContainerObject -> ContainingObjectAndrew Au2-3/+3
2018-11-06Pass databreakpoint mask into debuggerTom McDonald4-10/+18
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald6-166/+48
2018-11-06ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()Andrew Au2-10/+3
2018-11-06A dummy implementation of the GetContainerObject APIAndrew Au2-4/+30
2018-11-06Boilerplate for adding new DBI methodAndrew Au2-0/+17
2018-11-06Passing ICorDebugProcess instead of ICorDebugControllerAndrew Au4-22/+22
2018-11-06The GC events are now working, somewhat ...Andrew Au4-954/+1006
2018-11-06Saving progress - works towards gc eventsAndrew Au6-11/+172
2018-11-06Add x86 data breakpoint supportAndrew Au1-0/+38
2018-11-06Initial data breakpoint changesCagri (Charlie) Aslan3-7/+221
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise3-4/+5
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-5/+5
2018-10-04Typos (#20271)John Doe1-1/+1
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-4/+2
2018-09-25Add headers to cordb{di, ee_dac, ee_wks}.vcxproj files to improve developer e...Jacek Blaszczynski1-1/+18
2018-09-18Do not add invalid masm flags in cordbdi.vcxproj for x64 Windows (#19995)Jacek Blaszczynski1-30/+35
2018-09-13Fix xplat debugging perf problem. (#19911)Mike McLaughlin1-19/+2
2018-08-01Enable ARM64 builds using release product toolsBruce Forstall1-24/+5
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas1-4/+0