summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin2-92/+0
2015-06-06Merge pull request #1108 from dotnet-bot/from-tfsJan Kotas2-3/+16
2015-06-05Enable VerifyHeap and DumpHeap.Mike McLaughlin1-1/+1
2015-06-05Fix bug: CoreCLR debugger couldn't make more than one EnC edit to a method. S...Eugene Zemtsov2-3/+16
2015-05-26Fix warning no-overloaded-virtualJan Vorlicek1-0/+3
2015-05-26Fix the virtual destructor warningJan Vorlicek20-33/+56
2015-05-12Merge pull request #986 from janvorli/fix-osx-personalityJan Vorlicek1-2/+1
2015-05-12Fix OSX personality routines encodingJan Vorlicek1-2/+1
2015-05-07Merge changes from parent branchdotnet-bot1-0/+1
2015-05-04Remove legacy commentRichard Lander1-1/+0
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-2/+0
2015-04-29Fix build breakJan Kotas1-1/+0
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