summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2015-04-28Remove unused code and address codereview commentsEugene Zemtsov3-114/+5
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 Zemtsov3-17/+73
2015-04-23CoreCLR DBI automatically detects CLR instance to attach to (when possible)Eugene Zemtsov3-17/+73
2015-04-23Fixed the dac table file problem. The file name used isn't unique if there is...Mike McLaughlin3-12/+2
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin2-11/+7
2015-04-18Ensure we differentiate between division by zero and overflowJan Vorlicek1-5/+5
2015-04-11C++11 requires a space between literal and identifierzhangkaizhao1-1/+1
2015-04-11Merge pull request #676 from dotnet-bot/from-tfsJan Kotas1-6/+34
2015-04-07Merge changes from parent branchdotnet-bot1-6/+34
2015-04-07Improve comments and fix Realloc in executable debugger heapEugene Zemtsov3-4/+17
2015-04-02Make managed debugging on Linux possible (attach, load, bp, exceptions, stack...Eugene Zemtsov3-2/+47
2015-04-01Fix next round of warning typesJan Vorlicek7-8/+8
2015-03-27Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.Mike McLaughlin6-20/+32
2015-03-26Make it possible to write stress log from a module that doesn't have statical...Eugene Zemtsov1-1/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek8-17/+19
2015-03-25Merge pull request #570 from Djuffin/cordb_platform_fixSergiy Kuryata4-5/+27
2015-03-25Fix CORDB_PLATFORM mismatch between DAC and SOSEugene Zemtsov4-5/+27
2015-03-25Fix debug-pal on FreeBSD.Jostein Kjonigsen2-1/+2
2015-03-24Make code comments more accurateEugene Zemtsov2-3/+5
2015-03-24Get rid of EventRedirectionPipeline() call on UnixEugene Zemtsov1-0/+5
2015-03-24Various DBI related fixes that make it possible to load DBI on Linux and atta...Eugene Zemtsov5-24/+70
2015-03-22Replace PAL_GetCoreClrModuleBase() with PAL_GetPalModuleBase()Eugene Zemtsov1-1/+1
2015-03-19Merge remote-tracking branch 'upstream/master' into dumpcmdsMike McLaughlin1-2/+4
2015-03-19Enable the rest of the Dump commands and supporting functions.Mike McLaughlin2-6/+18
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-2/+4
2015-03-17Fix some of the issues found by Viva64 static analyserJan Kotas2-16/+5
2015-03-16Build the PrintException command and related support functions.Mike McLaughlin1-5/+2
2015-03-16Delete PrecodeStubManager::PrecodeIsPrecodeByAsm methodJan Kotas1-12/+11
2015-03-16Remove duplicate object code from cordbdiJeroen Janssen1-1/+0
2015-03-12Merge pull request #435 from janvorli/nested-exception-handlingJan Vorlicek1-1/+1
2015-03-12Add support for exceptions crossing native framesJan Vorlicek1-1/+1
2015-03-06Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin44-17735/+1218
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin4-1/+116
2015-03-05Rename old Silverlight Mac debugging GUID to avoid confusionEugene Zemtsov1-3/+3
2015-03-05Fix build from msbuild environmentEugene Zemtsov2-10/+6
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov43-17725/+1210
2015-02-20Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...Mike McLaughlin1-0/+3
2015-02-19Merge branch 'master' into soscommand1Mike McLaughlin1-0/+4
2015-02-18Ifdef out some PE specific DAC code. Still need to replace some of it with a ...Mike McLaughlin1-2/+6
2015-02-17Merge branch 'master' into unix_issue177Geoff Norton7-24/+12
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek1-0/+4
2015-02-15Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin7-24/+12
2015-02-13di can be built, but still cannot be linked.Geoff Norton1-3/+1
2015-02-13Merge pull request #266 from jkotas/simplify-ifdefsJan Kotas5-17/+6
2015-02-13Improve workaround description and limit it to just MS compilerEugene Zemtsov1-4/+5
2015-02-13Simplify platform ifdefsJan Kotas5-17/+6
2015-02-12Merge branch 'master' into soscommand1mikem83611-0/+8
2015-02-12Workaround for an ARM specific MS C++ compiler bugEugene Zemtsov1-0/+8