summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/lldbplugin/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2015-08-01Added a "setsostid" command to workaround a bug in lldb on a core dump where ...Mike McLaughlin1-1/+3
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-0/+3
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-4/+11
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-0/+1
2015-04-28Add Unix version of coreconsole.Aditya Mandaleeka1-0/+1
2015-04-24Implemented hardware exception chaining.Mike McLaughlin1-0/+2
2015-04-22Fixed lldb not found error on fedoraDick van den Brink1-1/+1
2015-04-08Fix a casing problem in lldbplugin/CMakeLists.txtPat Gavlin1-1/+1
2015-03-13Ensure we find_library on LLDB as well to find LLDB.framework on OSXGeoff Norton1-1/+1
2015-03-11The ClrStack command mostly works except for some address formating (related ...Mike McLaughlin1-0/+7
2015-03-06Fix the LLDB.h search order and the format character used.Mike McLaughlin1-2/+2
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-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
2015-02-27Improve LLDB probing and fix a small bug in umthunkstub.S.Pat Gavlin1-28/+24
2015-02-24Clean up lldb-3.5-dev package error message not to be so noisy. Uses a cached...Mike McLaughlin1-11/+11
2015-02-24Add lldb dev package checking and enable the lldb plugin build.Mike McLaughlin1-2/+10
2015-02-23Add check for lldb-3.5-dev package and enable lldb sos plugin build.Mike McLaughlin1-4/+3
2015-02-23Don't build the lldb plugin until we can install the lldb-3.5-dev package on ...Mike McLaughlin1-3/+4
2015-02-20Fix SOS command to not break the OSX build, and be linkable against apples LL...Geoff Norton1-2/+10
2015-02-20More review feedback changes. Fixed message when the sos module isn't found. ...Mike McLaughlin1-16/+18
2015-02-20Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...Mike McLaughlin1-3/+13
2015-02-19Change lldb plugin to use lldb dev package for its include and lib files.Mike McLaughlin1-21/+16
2015-02-19Fixed Windows build for the DAC by restore the lib order back. Add the MAKEDL...Mike McLaughlin1-3/+0
2015-02-18Use environment vars to point to the lldb source and libraries. If not set, ...Mike McLaughlin1-17/+22
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-0/+28