summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Fix control C trap hang in the debugger (#23090)Juan Hoyos3-28/+33
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas2-26/+0
2019-03-06Fix missing includes in coreclr/src/debug/createdump/ (#23075)Mike McLaughlin1-0/+2
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-2/+0
2019-03-05Remove dead ContainToAppDomain (#23021)Steve MacLean1-1/+0
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya1-2/+2
2019-02-26Address janvorli's feedback commentsAdeel1-25/+25
2019-02-26Merge branch 'master' into fix/signed-compare-and-narrowingAdeel Mujahid4-8/+8
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya4-8/+8
2019-02-25Address janvorli's feedback commentsAdeel1-2/+2
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel3-10/+10
2019-02-22More GNUC Fixes (#22687)Sinan Kaya3-11/+12
2019-02-19Fix CLRDataCreateInstance export. This was breaking SOS. (#22701)Mike McLaughlin3-3/+12
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-339/+336
2019-02-15Disable arm64 contracts. (#22605)Sergey Andreenko2-42/+0
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-3/+4
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid5-9/+11
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-2/+2
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-1/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara10-187/+0
2019-01-14Making sure the nativeCodeVersion flowing change works with Rejit and EnC (#2...Andrew Au1-1/+11
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au5-63/+67
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin1-5/+19
2019-01-08Fixed potential memory leak (#21872)Oded Hanson1-0/+1
2019-01-07Actually fix issue #21484 reported by the customer. (#21850)Mike McLaughlin1-5/+13
2019-01-07Respect the instrumented code maps passed by the profiler in a rejit (#21786)David Mason1-3/+24
2019-01-04Fix misspelling (#21640)Matt Galbraith1-1/+1
2019-01-04If the debugger is stopped on a garbage collection event, resuming the thread...Andrew Au1-7/+16
2019-01-03Merge pull request #21774 from hoyosjs/juhoyosa/event_sizeJuan Hoyos1-1/+3
2019-01-01Cleanup ArgumentNull_Obj references in unmanaged runtime (#21738)Jan Kotas1-10/+10
2018-12-17Add payload size case for GC eventsJuan Hoyos1-1/+3
2018-12-13Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...Andrew Au2-11/+25
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin2-11/+30
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson28-125/+280
2018-12-10Delete vm/context.* (#21459)Jan Kotas5-16/+5
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean3-157/+26
2018-11-28Remove obsolete assert (#21260)Andrew Au1-2/+0
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas5-77/+10
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-21Single stepping out of the unsafe places (#21135)Andrew Au2-18/+53
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas2-71/+20
2018-11-16Fix unloadability races (#21024)Jan Vorlicek3-16/+9
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas3-36/+3
2018-11-14Fix warnings because of Bool incompatibalitySwaroop Sridhar1-1/+1
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au8-28/+29
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas3-20/+5
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas8-23/+27
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au8-27/+23
2018-11-06Pull out GetContainingObjectAndrew Au7-197/+7