summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/Strike/datatarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Remove SOS and lldb plugin (#25220)Mike McLaughlin1-215/+0
2016-12-06[x86/Linux][SOS] Fix DataTarget::GetPointerSize for x86 (#8473)Evgeny Pavlov1-1/+1
2016-10-21Fix broken #elif (#7756)Dmitry-Me1-1/+1
2016-06-20Merge pull request #3074 from Dmitry-Me/useElseIfForExclusiveAditya Mandaleeka1-1/+1
2016-04-27ARM, SOS: Fix fail to load libsos.so while debugging with lldbSaeHie Park1-0/+7
2016-02-25Create a version resilient interface between sos (libsos.so) and the lldb pluginMike McLaughlin1-2/+2
2016-02-08Use else-if for mutually exclusive conditionsDmitry-Me1-1/+1
2016-01-27Update license headersdotnet-bot1-5/+4
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin1-3/+9
2015-09-17Add ICorDebugDataTarget4 to SOS.Mike McLaughlin1-0/+13
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-2/+2
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin1-2/+2
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin1-1/+5
2015-03-27Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.Mike McLaughlin1-1/+1
2015-03-19Enable the rest of the Dump commands and supporting functions.Mike McLaughlin1-1/+1
2015-03-11The ClrStack command mostly works except for some address formating (related ...Mike McLaughlin1-1/+5
2015-03-10The "ClrStack" command and related functions now build.Mike McLaughlin1-2/+5
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-0/+179