summaryrefslogtreecommitdiff
path: root/src/vm/mdaassistants.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12Remove always defined FEATURE_SYNCHRONIZATIONCONTEXT_WAITdanmosemsft1-2/+0
2016-09-08Fix a build break introduced by GH#6764dotnet-bot1-1/+1
[tfs-changeset: 1626397]
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-2/+2
modifying the VM to utilize this interface. Introduce an interface separating the GC and the rest of the VM Remove static members of both IGCHeap and IGCHeapInternal and move the management of the singular GC heap to the VM. Rename uses of IGCHeap in the VM to GCHeapHolder, as well as other misc. renames throughout the VM and GC. Split each interface function into categories, document them, use consistent formatting across the interface Undo some accidental find/replace collateral damage Remove all ifdefs from the GC interface Deduplicate function declarations between IGCHeap and IGCHeapInternal, expose AllocAlign8 through the interface and the reference to alloc_context to repair the ARM build Paper cut: false -> nullptr Repair the ARM and x86 builds Rename GCHeapHolder -> GCHeapUtilities and address documentation feedback Rebase against master Rename gcholder.h/cpp -> gcheaputilities.h/cpp Fix an uninitialized field on alloc_context causing test failures on clang Rename the include guard for gcheaputilities.h Un-breaks SOS by making the following changes: 1) Instructs the DAC to look for IGCHeap::gcHeapType by name, instead of assuming that it exists near g_pGCHeap, 2) Eliminate all virtual calls on IGCHeap in the DAC, since we cannot dispatch on an object in another process, 3) Because of 2, expose the number of generations past the GC interface using a static variable on IGCHeap that the DAC can read directly. repair the Windows build
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-6/+4
They are: 1. Wrappers for OS APIs which take or return PATHS 2. Fixing the usage of following Api's: GetEnvironmentVariableW SearchPathW GetShortPathNameW GetLongPathNameW GetModuleFileName Work remaining: Remove fixed size buffers in the VM
2016-01-27Update license headersdotnet-bot1-4/+3
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-1/+5
[tfs-changeset: 1529946]
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2351
[tfs-changeset: 1407945]