summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSettings.cpp
AgeCommit message (Expand)Author
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-09-26[lldb] Fix completion of 'settings set' valuesDave Lee
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-08[lldb] Add --exists flag to `settings set`Jonas Devlieghere
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha
2020-04-02Convert for loops to entry-based iterationShivam Mittal
2020-03-12[lldb] Clear all settings during a test's setUpTatyana Krasnukha
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-09-23[lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-09-06[lldb][NFC] Remove Args::StripSpacesRaphael Isemann
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-08-21[lldb] Add tests for 'settings remove' and fix error message typosRaphael Isemann
2019-08-21[lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-16[lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann
2019-05-08Propagate command interpreter errors from lldlbinitJonas Devlieghere
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas 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-10-24[Settings] Add -force flag to "settings set"Jonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann