summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/lldbplugin/soscommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-27Enabled GCInfo, EEHeap, DumpRuntimeTypes and EHInfo SOS commands.Mike McLaughlin1-20/+38
2015-08-01Added a "setsostid" command to workaround a bug in lldb on a core dump where ...Mike McLaughlin1-10/+17
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin1-4/+3
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin1-12/+28
2015-06-01General cleanup. Don't install libdebug-pal.a. Ifdef some DEBUG only code.Mike McLaughlin1-26/+34
2015-02-20More review feedback changes. Fixed message when the sos module isn't found. ...Mike McLaughlin1-1/+8
2015-02-20Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...Mike McLaughlin1-1/+2
2015-02-19Fixed Windows build for the DAC by restore the lib order back. Add the MAKEDL...Mike McLaughlin1-13/+22
2015-02-19Use the MAKEDLLNAME macro to properly name the dynamically loaded libraries .Mike McLaughlin1-1/+1
2015-02-13Minor pal fixes when initialized for a dll.Mike McLaughlin1-1/+0
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-0/+71