summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueUUID.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-06-26[lldb][NFCI] UUID::Dump should take a reference instead of a pointerAlex Langford
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-23[lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-06-29UUID: Add support for arbitrary-sized module IDsPavel Labath
2018-06-21Remove UUID::SetFromCStringPavel Labath
2018-06-21Modernize UUID classPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Fix warnings and errors introduced with UUID changes.Zachary Turner
2016-11-17Convert UriParser to use StringRef.Zachary Turner
2016-11-17Convert AutoComplete related code to StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
2013-05-03Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-09-27Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton