summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas4-3276/+164
2019-03-06Fix comment (#23058)Next Turn1-1/+4
2019-02-27Remove legacy classfactory.cpp implementation for managed COM activation (#22...Aaron Robinson1-1/+0
2019-02-27added a lightweight GC profiling option (#22866)Maoni Stephens1-1/+2
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara1-99/+0
2019-02-03Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský2-0/+2
2019-01-30Fix CorError header file generation (#22294)Michal Strehovský1-19/+3
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean1-73/+0
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson2-0/+2
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au1-4/+8
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas1-8/+4
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au1-4/+8
2018-11-06Pull out GetContainingObjectAndrew Au1-102/+15
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au1-27/+102
2018-11-06Change GetContainingObject APIAndrew Au1-4/+4
2018-11-06Fix ARM compilation issueAndrew Au1-0/+32
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au1-1/+11
2018-11-06Fix collision with ICorDebugProcess9 to 10Andrew Wang2-23/+23
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au1-39/+5
2018-11-06ContainerObject -> ContainingObjectAndrew Au1-6/+6
2018-11-06Pass databreakpoint mask into debuggerTom McDonald1-4/+8
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald2-6/+16
2018-11-06ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()Andrew Au1-2/+2
2018-11-06Boilerplate for adding new DBI methodAndrew Au4-121/+131
2018-11-06Passing ICorDebugProcess instead of ICorDebugControllerAndrew Au1-8/+8
2018-11-06The GC events are now working, somewhat ...Andrew Au2-10/+18
2018-11-06Saving progress - works towards gc eventsAndrew Au2-175/+177
2018-11-06Initial data breakpoint changesCagri (Charlie) Aslan2-35/+222
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-1/+0
2018-09-06Add support for collectible types to SOS (#19842)Jan Vorlicek2-0/+84
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov1-12/+12
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-1/+7
2018-08-01Allow rejit on attach (#19054)David Mason1-1657/+1762
2018-07-22Enable profiler attach on Windows (#18762)Sung Yoon Whang2-205/+197
2018-06-26More Dead String (#18664)Henry Sharber2-280/+0
2018-06-24Removed dead strings used in debug-only code (#18622)hsharber2-1281/+0
2018-06-18Removed dead strings from corerror.xmlHenry Sharber1-36/+0
2018-05-21 Implement ICorDebugILFrame3::GetReturnValueForILOffset on arm32 (#18050)Chris Sienkiewicz1-0/+32
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas3-40/+22
2018-03-30Fix ilasm COR header (#17357)Eric StJohn1-14/+9
2018-03-19Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...Mike McLaughlin1-9/+109
2018-02-09Debugger api to set a breakpoint on offset 0 of all methods (#16303)David Mason2-1/+92
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas1-87/+0
2018-02-08Debugger api to set a breakpoint on offset 0 of all methods (#15819)David Mason1-0/+87
2017-10-27Delete dead code (#14703)Jan Kotas7-913/+0
2017-10-23profiler changes for tiered compilation (#14612)David Mason2-0/+941
2017-10-23Fix for #12609 - add option to disable tiered compilation for profilers (#14...David Mason1-1/+2
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason2-0/+182
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason2-0/+89
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-1/+1