summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt
AgeCommit message (Expand)AuthorFilesLines
2019-10-30[Release/3.1] Port profiler APIs to set and retrieve environment variables to...David Mason2-1872/+2872
2019-10-21[Release/3.1] Fixes for profiler stack sampling (#27300)David Mason1-1871/+1872
2019-07-03Remove legacy resource value (PrivateBuild) in binaries. (#25560)Aaron Robinson2-12/+6
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos4-17/+119
2019-06-05APIs to allow profilers to use DoStackSnapShot on Linux (#24968)David Mason2-0/+17
2019-05-23Diagnostics IPC (#24582)John Salem1-0/+4
2019-05-23Profiler attach over the diagnostics pipe (#24670)David Mason1-1965/+1868
2019-05-22Add EnumerateRefs API and remove GetObjectReferences (#24542)Mukul Sabharwal1-1887/+1888
2019-05-15Making crossgen throw when compiling with the PartialNgen flag and no IBC dat...Fadi Hanna2-0/+2
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason3-1875/+1899
2019-05-06Add option to only notify profiler of LOH allocations (#24291)Mukul Sabharwal1-1/+12
2019-04-25Add IsFrozenObject Profiler API (#24239)Mukul Sabharwal1-0/+12
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal2-1767/+2612
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-2/+1
2019-04-03Reflect PR feedbackJan Vorlicek2-1/+3
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek2-0/+2
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