summaryrefslogtreecommitdiff
path: root/src/debug/daccess/daccess.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Delete dead code (#25066)Jan Kotas1-1/+0
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas1-5/+2
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-1/+0
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-12/+9
2019-03-17Fix conversion issuesSinan Kaya1-2/+2
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-2/+2
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-1/+2
2019-02-19Fix CLRDataCreateInstance export. This was breaking SOS. (#22701)Mike McLaughlin1-1/+2
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-339/+336
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-3/+4
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-0/+1
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-2/+2
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-3/+0
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas1-0/+4
2018-09-06Add support for collectible types to SOS (#19842)Jan Vorlicek1-0/+4
2018-06-03Warnings cleanup (#18260)Robin Sue1-5/+0
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-4/+25
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason1-0/+4
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-6/+5
2017-05-03Createdump fixes and cleanup. (#11368)Mike McLaughlin1-2/+0
2017-03-29Tiered Compilation step 1noahfalk1-1/+1
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-3/+4
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna1-1/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-4/+6
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-3/+3
2016-07-20Merge pull request #6325 from swaroop-sridhar/R2RverSwaroop Sridhar1-1/+1
2016-07-20GCInfo: Support versioning.Swaroop Sridhar1-1/+1
2016-07-20Fix is_blittable partial specializations (#6357)joemmett1-2/+2
2016-03-17Merge pull request #3783 from mikem8361/fixsosbpMike McLaughlin1-0/+4
2016-03-17Fixed problem with bpmd not working sometimes.Mike McLaughlin1-0/+4
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-4/+4
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin1-0/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-19Replaced remaining typesJan Vorlicek1-1/+1
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-2/+2
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-2/+17
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-2/+2
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-9/+11
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-0/+2
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin1-11/+8
2015-05-26Fix the virtual destructor warningJan Vorlicek1-1/+1
2015-04-23Fixed the dac table file problem. The file name used isn't unique if there is...Mike McLaughlin1-3/+1
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-11/+0
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-3/+3
2015-03-25Fix CORDB_PLATFORM mismatch between DAC and SOSEugene Zemtsov1-2/+2
2015-03-24Various DBI related fixes that make it possible to load DBI on Linux and atta...Eugene Zemtsov1-10/+27
2015-03-19Enable the rest of the Dump commands and supporting functions.Mike McLaughlin1-1/+12
2015-03-16Delete PrecodeStubManager::PrecodeIsPrecodeByAsm methodJan Kotas1-12/+11
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-0/+19
2015-02-18Ifdef out some PE specific DAC code. Still need to replace some of it with a ...Mike McLaughlin1-2/+6