summaryrefslogtreecommitdiff
path: root/src/debug/daccess
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-24Various DBI related fixes that make it possible to load DBI on Linux and atta...Eugene Zemtsov1-10/+27
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-06Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin2-4459/+0
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin2-1/+23
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov2-4459/+0
2015-02-20Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...Mike McLaughlin1-0/+3
2015-02-18Ifdef out some PE specific DAC code. Still need to replace some of it with a ...Mike McLaughlin1-2/+6
2015-02-15Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin2-10/+4
2015-02-13Simplify platform ifdefsJan Kotas2-10/+4
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83612-1/+16
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar1-0/+2
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel1-4/+2
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel1-1/+1
2015-02-06Fix several warnings in Linux buildJan Vorlicek1-1/+1
2015-02-04Fixed typosPascal Borreli2-4/+4
2015-02-04Merge pull request #56 from maksqwe/fix_get_jit_manager_listMatt Mitchell1-1/+1
2015-02-04Fix "pNeeded" increment in GetJitManagerList()Maks Naumov1-1/+1