summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/Property.cpp
AgeCommit message (Expand)Author
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere
2022-06-22[lldb] Add setting to override PE/COFF ABI by module nameAlvin Wong
2021-11-10[lldb] DeConstStringify the Property classPavel Labath
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-09[lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
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-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-10-26Add functionality to export settingsJonas Devlieghere
2018-06-21Remove UUID::SetFromCStringPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-15Change Property::GetName() and GetDescription() to return StringRef.Zachary Turner
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-17Convert many functions to use StringRefs.Zachary Turner
2016-09-16Add unit tests for a few string conversion functions in Args.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-02Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2015-02-20Add an OptionValueLanguage classEnrico Granata
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-02-18Fix SettingsCommandTestCase.test_set_error_output_pathVince Harron
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2015-01-21Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton
2015-01-12Add support for character option types.Zachary Turner
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
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-09-01Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton