summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2019-05-09[Tizen] seperate PIC and PIE to fix x86_64 build errorsubmit/tizen/20190509.094820accepted/tizen/unified/20190510.012106Woongsuk Cho1-3/+5
2019-04-19[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki7-13/+337
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
2018-11-06More code review feedbackAndrew Au5-46/+65
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au3-58/+111
2018-11-06Change GetContainingObject APIAndrew Au3-7/+76
2018-11-06FEATURE_DATABREAKPOINTAndrew Au4-29/+29
2018-11-06Code review feedbackAndrew Au4-88/+32
2018-11-06Comment on jithelp.asmAndrew Au1-1/+0
2018-11-06Ensure BeforeGC and AfterGC events are always sent in pairsChuck Ries2-3/+9
2018-11-06Stepping out of the write barrierAndrew Au2-2/+47
2018-11-06Complete the work for AMD64 unwind out of write barrier workAndrew Au2-67/+47
2018-11-06Bringing up the AMD64 support for unwinding away from JIT WriteBarrierAndrew Au2-8/+32
2018-11-06Make the write barrier unwinding fix works for coreclr release buildAndrew Au3-1/+20
2018-11-06x86 only stackwalk fixAndrew Au2-11/+39
2018-11-06Allocating the DebuggerDataBreakpoint object in the right heapAndrew Au1-1/+1
2018-11-06Avoid unused event typesAndrew Au1-4/+2
2018-11-06Avoiding triggering data breakpoint in LinuxAndrew Au1-0/+2
2018-11-06Linux fixAndrew Au1-0/+9
2018-11-06Fix ARM compilation issueAndrew Au1-2/+2
2018-11-06More code review feedbackAndrew Au1-1/+7