summaryrefslogtreecommitdiff
path: root/src/debug/daccess
AgeCommit message (Expand)AuthorFilesLines
2016-04-27ARM, SOS: Fix fail to load libsos.so while debugging with lldbSaeHie Park1-1/+5
2016-04-18enable build of cross target components.Rahul Kumar1-23/+0
2016-04-18Fix nidump to avoid crashing while working with Ready to Run imagesJohn Chen1-1/+1
2016-03-31Merge pull request #4021 from dotnet-bot/from-tfsJan Kotas3-13/+13
2016-03-30Fixed issue #3987 "Debugger fails to stop on entry due to stack walk failure"Mike McLaughlin1-0/+3
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy3-13/+13
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 McLaughlin3-1/+32
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas1-4/+0
2016-01-27Update license headersdotnet-bot28-112/+84
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2015-12-16Rename CNameSpace to GCScanJan Kotas3-4/+4
2015-12-15Build arm64 using private toolsetRahul Kumar1-17/+2
2015-11-19Replaced remaining typesJan Vorlicek3-4/+4
2015-11-18Replace most windows style types by c++ typesJan Vorlicek3-8/+8
2015-11-04Fix build break from CL#1544863 Part IIMike McLaughlin1-0/+2
2015-11-04Fix build break from CL# 1544863 (git PR #1946 merge commit 810b1162fff85075f...Mike McLaughlin1-2/+2
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin1-2/+8
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas5-8/+139
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-0/+5
2015-09-17Add ICorDebugDataTarget4 to SOS.Mike McLaughlin2-7/+7
2015-09-17Fix build break on armJan Kotas1-1/+1
2015-09-16Merge pull request #1560 from Priya91/longpath-testLakshmi Priya3-7/+7
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene1-0/+19
2015-09-15Use Frame list context when GetThreadContext is unavailableEugene Zemtsov1-2/+35
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar3-7/+7
2015-08-10Implement /disassemble nidump option for readytorun imagesJan Kotas2-48/+203
2015-08-05Fix build breaks on VS2015 RTMJan Kotas1-2/+2
2015-08-04Enable the Windows x86 buildMike Danes1-1/+6
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton2-10/+18
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye2-8/+29
2015-07-01Fix Windows build.Mike McLaughlin1-1/+3
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin2-12/+12
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-15/+0
2015-05-26Fix warning no-overloaded-virtualJan Vorlicek1-0/+3
2015-05-26Fix the virtual destructor warningJan Vorlicek5-19/+21
2015-05-07Merge changes from parent branchdotnet-bot1-0/+1
2015-04-27Fix build breakJan Kotas1-1/+1
2015-04-27Replace hash_map/set with unordered_map/setDick van den Brink1-4/+4
2015-04-23Merge pull request #783 from Djuffin/dbi-linuxEugene Zemtsov1-5/+10
2015-04-23CoreCLR DBI automatically detects CLR instance to attach to (when possible)Eugene Zemtsov1-5/+10
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-04-07Improve comments and fix Realloc in executable debugger heapEugene Zemtsov1-2/+2
2015-04-02Make managed debugging on Linux possible (attach, load, bp, exceptions, stack...Eugene Zemtsov1-1/+21
2015-04-01Fix next round of warning typesJan Vorlicek1-1/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek5-10/+12
2015-03-25Fix CORDB_PLATFORM mismatch between DAC and SOSEugene Zemtsov2-3/+22