summaryrefslogtreecommitdiff
path: root/src/inc/cordebug.idl
AgeCommit message (Expand)AuthorFilesLines
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos1-0/+34
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au1-3/+5
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas1-5/+3
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au1-3/+5
2018-11-06Pull out GetContainingObjectAndrew Au1-22/+0
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au1-15/+22
2018-11-06Change GetContainingObject APIAndrew Au1-4/+4
2018-11-06Fix ARM compilation issueAndrew Au1-0/+1
2018-11-06Fix a couple bugs in GetContainingObjectAndrew Au1-4/+5
2018-11-06ICorDebug API documentationAndrew Au1-3/+53
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au1-0/+1
2018-11-06Fix collision with ICorDebugProcess9 to 10Andrew Wang1-1/+1
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au1-1/+1
2018-11-06Making sure issues are tracked by TODOsAndrew Au1-0/+2
2018-11-06ContainerObject -> ContainingObjectAndrew Au1-1/+1
2018-11-06Pass databreakpoint mask into debuggerTom McDonald1-1/+1
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald1-2/+3
2018-11-06ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()Andrew Au1-1/+1
2018-11-06Boilerplate for adding new DBI methodAndrew Au1-0/+11
2018-11-06Passing ICorDebugProcess instead of ICorDebugControllerAndrew Au1-2/+2
2018-11-06The GC events are now working, somewhat ...Andrew Au1-174/+175
2018-11-06Saving progress - works towards gc eventsAndrew Au1-0/+12
2018-09-13Adding the ARM floating point registers to the cordebug.idl file (#19934)Andrew Au1-0/+32
2018-02-09Debugger api to set a breakpoint on offset 0 of all methods (#16303)David Mason1-1/+17
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas1-17/+1
2018-02-08Debugger api to set a breakpoint on offset 0 of all methods (#15819)David Mason1-1/+17
2016-10-14NullReferenceException APIs (#7338)Sven Boemer1-1/+134
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy1-0/+33
2016-01-27Update license headersdotnet-bot1-4/+4
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin1-3/+5
2015-10-07correct word spellingあまみや ゆうこ1-3/+3
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene1-0/+19
2015-03-25Fix CORDB_PLATFORM mismatch between DAC and SOSEugene Zemtsov1-4/+9
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-14/+14
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+7233