summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
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-08EventPipe support for "Parameters" (#20796)José Rivero1-25/+27
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-06Firing the GC events within the thread suspensionAndrew Au2-175/+175
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 Au2-11/+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-11-06Initial data breakpoint changesCagri (Charlie) Aslan1-0/+11
2018-11-05Updating the importer to throw a NotImplementedException if it finds a mustEx...Tanner Gooding2-5/+7
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky3-6/+7
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)Michał Janiszewski1-3/+3
2018-10-15Add ARM64 support to ilasm/ilasmBruce Forstall4-3/+6
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld1-5/+14
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise6-55/+4
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise4-13/+7
2018-10-05Enable Config-File Based Control of EventPipe (#20238)Brian Robbins1-1/+1
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek2-10/+0
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri3-2/+5
2018-09-28Make `structType` optional in jitEEInterface method `getFieldType`. (#20191)Sergey Andreenko1-1/+1
2018-09-28Added transcript of ARMEnabled. (#20181)Alexander Soldatov1-1/+1
2018-09-25Delete dead .NET Framework activation code (#20134)Jan Kotas1-1116/+0
2018-09-17Use elaborated type specifiers to prevent meaning changes (#20019)Jan Kotas1-9/+9
2018-09-13Adding the ARM floating point registers to the cordebug.idl file (#19934)Andrew Au1-0/+32
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas2-73/+27
2018-09-07Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720)Brian Robbins1-0/+1
2018-09-06Add support for collectible types to SOS (#19842)Jan Vorlicek2-0/+30
2018-09-03Deal with cross-bitness compilation warnings Pt.2 (#19781)Egor Chesakov2-2/+6
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov1-12/+14
2018-08-30Fix CoreCLR debug launch (#19730)Andrew Au1-1/+1
2018-08-29Define T_RUNTIME_FUNCTION in cross-bitness crossgen ARM32 (#19718)Egor Chesakov3-3/+14
2018-08-23Deal with compilation warnings in VM in cross-bitness scenario (#18707)Egor Chesakov3-11/+11
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek3-2/+21
2018-08-17Enable Tiered Compilation by default (#19525)Koundinya Veluri1-2/+1
2018-08-10update order of locks so jitstress is unblocked (#19401)David Mason2-174/+174
2018-08-07FillRegDisplay: initialize volatileCurrContextPointers for ARM and ARM64 (#19...Konstantin Baladurin1-1/+12