summaryrefslogtreecommitdiff
path: root/src/debug/di
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Fix step with stackalloc (#27246) (#27351)submit/tizen_5.5_mobile_hotfix/20201030.060307accepted/tizen/5.5/unified/mobile/hotfix/20201103.003335accepted/tizen_5.5_unified_mobile_hotfixSteve MacLean3-2/+4
2020-10-30Fix PIE options (#26323)Jan Vorlicek1-1/+0
2019-07-16Add missing Arm64 specific diagnostic code (#25695)Steve MacLean2-10/+136
2019-07-08Add arm64 floatconversion.S (#25597)Steve MacLean2-1/+15
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos2-8/+203
2019-06-21ifdef Linux specific readvirtual code (#25299)Mike McLaughlin1-0/+8
2019-06-11Delete dead code (#25066)Jan Kotas1-1/+0
2019-06-04signedness (#24878)Sinan Kaya1-1/+1
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin1-8/+27
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas2-33/+0
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky1-0/+1
2019-05-01Adjust some terms (#24351)Dan Moseley1-3/+3
2019-04-16Use delete [] on array types (#24027)Omair Majid1-1/+1
2019-04-15Use NewArrayHolder for array types in src/debug (#24013)Omair Majid2-2/+2
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