aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueUUID.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-90/+72
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-4/+4
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton1-0/+4
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-1/+1
2013-05-03Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda1-3/+4
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-09-27Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton1-1/+51
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-0/+70