summaryrefslogtreecommitdiff
path: root/src/debug/di
AgeCommit message (Expand)AuthorFilesLines
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas2-5/+1
2016-01-27Update license headersdotnet-bot59-237/+178
2016-01-22Non-interlocked read of variable after InterlockedDecrement() causes a raceDmitry-Me1-3/+3
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-2/+1
2016-01-10Use ARCH_SOURCES_DIR consistentlyMike Danes1-2/+2
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin4-18/+22
2015-12-07Add new IPC message for out of context unwinding used for HelperMethodFrames.Mike McLaughlin4-16/+38
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin3-23/+26
2015-10-07Merge pull request #1693 from Kagamine/correct-word-spellingJan Kotas2-11/+11
2015-10-06Fix managed breakpoints on OSx.Mike McLaughlin1-0/+1
2015-10-07correct word spellingあまみや ゆうこ2-11/+11
2015-09-16Merge pull request #1560 from Priya91/longpath-testLakshmi Priya3-6/+6
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene3-9/+33
2015-09-15Use Frame list context when GetThreadContext is unavailableEugene Zemtsov1-9/+1
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar3-6/+6
2015-08-04Enable the Windows x86 buildMike Danes1-5/+12
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas4-6/+10
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov1-1/+1
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton4-6/+10
2015-07-24Build fails when using binutils version 2.25.0Aurojit Panda1-1/+1
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye4-8/+22
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-1/+16
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 the virtual destructor warningJan Vorlicek8-7/+19
2015-05-04Remove legacy commentRichard Lander1-1/+0
2015-04-29Fix build breakJan Kotas1-1/+0
2015-04-28Remove unused code and address codereview commentsEugene Zemtsov3-114/+5
2015-04-23CoreCLR DBI automatically detects CLR instance to attach to (when possible)Eugene Zemtsov2-12/+63
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 Zemtsov1-1/+1
2015-04-02Make managed debugging on Linux possible (attach, load, bp, exceptions, stack...Eugene Zemtsov1-1/+14
2015-04-01Fix next round of warning typesJan Vorlicek1-1/+1
2015-03-27Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.Mike McLaughlin2-6/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek2-4/+4
2015-03-25Fix CORDB_PLATFORM mismatch between DAC and SOSEugene Zemtsov2-2/+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 Zemtsov2-12/+28
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-05Rename old Silverlight Mac debugging GUID to avoid confusionEugene Zemtsov1-3/+3
2015-03-05Fix build from msbuild environmentEugene Zemtsov1-7/+6
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov15-6238/+282
2015-02-13Improve workaround description and limit it to just MS compilerEugene Zemtsov1-4/+5
2015-02-12Workaround for an ARM specific MS C++ compiler bugEugene Zemtsov1-0/+8