summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt1-9/+11
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-2/+2
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek2-132/+138
2018-11-30Update how CoreDisTools is discovered (#21261)Aaron Robinson2-10/+3
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng1-9/+11
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas5-305/+138
2018-11-21Delete dead/unused code (#21138)Jan Kotas4-685/+0
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas2-16/+3
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský2-13/+30
2018-11-15Update CrstTypeTool to produce spaces (#21029)David Wrighton2-174/+178
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au1-3/+5
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-0/+6
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers1-5/+21
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas2-34/+0
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