summaryrefslogtreecommitdiff
path: root/src/ToolBox
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-17Fix some of the issues found by Viva64 static analyserJan Kotas2-7/+4
2015-03-16Build the PrintException command and related support functions.Mike McLaughlin4-143/+156
2015-03-13Code review feedback.Mike McLaughlin2-3/+3
2015-03-13Ensure we find_library on LLDB as well to find LLDB.framework on OSXGeoff Norton1-1/+1
2015-03-13Fix CI build failures. Undefined functions.Mike McLaughlin4-11/+18
2015-03-11The ClrStack command mostly works except for some address formating (related ...Mike McLaughlin6-2/+132
2015-03-10Fix some more build problems/missing globals. The ClrStack command builds and...Mike McLaughlin4-12/+61
2015-03-10Fix some missing variables and other build problems. The ClrStack command no...Mike McLaughlin1-0/+2
2015-03-10The "ClrStack" command and related functions now build.Mike McLaughlin12-45/+159
2015-03-06Fix method desc name display by using the PAL vsnprintf instead of the regula...Mike McLaughlin1-5/+26
2015-03-06Fix the LLDB.h search order and the format character used.Mike McLaughlin2-4/+4
2015-03-06Fixed that IP2MD stopped working after using it, continuing the target and th...Mike McLaughlin1-19/+13
2015-03-06Allow either lldb-3.6 or lldb-3.5 to be used to build the sos plugin.Mike McLaughlin1-8/+16
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin2-6/+1
2015-03-02Add an option to exlude the SOS plugin for LLDB from the build.Pat Gavlin1-0/+5
2015-03-02Do not require that the LLDB plugin builds unless targeting Linux.Pat Gavlin1-28/+33
2015-03-02Fixes.Pat Gavlin1-4/+7
2015-02-27Don't attempt to walk up the directory tree after finding LLDB.h.Pat Gavlin1-4/+0