summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS
AgeCommit message (Expand)AuthorFilesLines
2015-09-03Fix the SOS strike build on arm/arm64 crossMatt Mitchell2-4/+0
2015-09-01Fix FreeBSD build after merge of my changes from the ProjectK branch.Mike McLaughlin1-0/+8
2015-08-27Enabled GCInfo, EEHeap, DumpRuntimeTypes and EHInfo SOS commands.Mike McLaughlin10-141/+128
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin24-304/+302
2015-08-05Fix build breaks on VS2015 RTMJan Kotas1-1/+1
2015-08-04Merge pull request #1327 from mikem8361/settidMike McLaughlin9-27/+190
2015-08-04Enable the Windows x86 buildMike Danes1-0/+9
2015-08-01Added a "setsostid" command to workaround a bug in lldb on a core dump where ...Mike McLaughlin9-27/+190
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas2-1/+4
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov6-10/+10
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton2-1/+4
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-14/+55
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-0/+4
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin9-68/+395
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin6-19/+63
2015-06-05Enable VerifyHeap and DumpHeap.Mike McLaughlin7-38/+50
2015-06-01General cleanup. Don't install libdebug-pal.a. Ifdef some DEBUG only code.Mike McLaughlin9-352/+490
2015-05-26Fix the virtual destructor warningJan Vorlicek2-0/+5
2015-05-07Changes for building using VS2015Jan Kotas1-1/+1
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-0/+1
2015-05-01Fix SOS DumpObj crash in DDRsMike McLaughlin1-1/+1
2015-04-28Add Unix version of coreconsole.Aditya Mandaleeka1-0/+1
2015-04-28Merge pull request #855 from briansull/Wno-switchBrian Sullivan1-1/+7
2015-04-28Removed the -Wno-switch compiler option for the Clang builds on LinuxBrian Sullivan1-1/+7
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin1-2/+2
2015-04-26Merge pull request #825 from DickvdBrink/remove_deprecated_hash_mapJan Kotas5-27/+27
2015-04-27Replace hash_map/set with unordered_map/setDick van den Brink5-27/+27
2015-04-26Fixed lldb header related build errors on FreeBSDAnders Jensen-Waud1-0/+2
2015-04-24Implemented hardware exception chaining.Mike McLaughlin4-2/+57
2015-04-22Fixed lldb not found error on fedoraDick van den Brink1-1/+1
2015-04-16Merge pull request #729 from mikem8361/clrstackfixMike McLaughlin1-5/+11
2015-04-16The ICorDebug version of sos ClrStack command ("sos ClrStack -i") stopped wor...Mike McLaughlin1-5/+11
2015-04-17Add missing MIT license headersJan Vorlicek3-15/+12
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis1-1/+1
2015-04-14Create shared PAL module and change all the debugger modules and coreclr to u...Mike McLaughlin1-1/+2
2015-04-11Merge pull request #676 from dotnet-bot/from-tfsJan Kotas3-0/+6
2015-04-08Fix a casing problem in lldbplugin/CMakeLists.txtPat Gavlin1-1/+1
2015-04-07Merge changes from parent branchdotnet-bot3-0/+6
2015-04-02Fix Windows build.Mike McLaughlin1-2/+0
2015-04-02Get the dbgshim module to build and enabled all the public APIs with simple/d...Mike McLaughlin2-32/+1
2015-04-01Fix next round of warning typesJan Vorlicek2-3/+3
2015-03-27Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.Mike McLaughlin8-79/+138
2015-03-26Make DBI and SOS use PAL from DACEugene Zemtsov1-2/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek3-5/+5
2015-03-25Fix CORDB_PLATFORM mismatch between DAC and SOSEugene Zemtsov1-1/+10
2015-03-21Fixed typo.Mike McLaughlin1-1/+1
2015-03-21Merge remote-tracking branch 'upstream/master' into name2eeMike McLaughlin1-1/+2
2015-03-21Enable DumpLog.Mike McLaughlin6-14/+118
2015-03-19Fix the build on OSX. std::string is used without <string>Geoff Norton1-1/+2
2015-03-19Enable the rest of the Dump commands and supporting functions.Mike McLaughlin10-73/+271