aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSettings.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee1-5/+42
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-39/+3
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-8/+0
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi1-0/+8
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham1-8/+0
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-59/+32
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-27/+27
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere1-4/+3
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-4/+4
2022-09-26[lldb] Fix completion of 'settings set' valuesDave Lee1-1/+1
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-0/+1
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour1-3/+3
2022-03-08[lldb] Add --exists flag to `settings set`Jonas Devlieghere1-4/+8
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-9/+6
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-1/+1
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-26/+0
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-2/+2
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha1-2/+1
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath1-1/+2
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha1-2/+1
2020-04-02Convert for loops to entry-based iterationShivam Mittal1-4/+2
2020-03-12[lldb] Clear all settings during a test's setUpTatyana Krasnukha1-1/+49
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl1-16/+15
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna1-4/+3
2019-09-23[lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann1-3/+2
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann1-2/+2
2019-09-06[lldb][NFC] Remove Args::StripSpacesRaphael Isemann1-33/+20
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann1-17/+18
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-9/+3
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann1-41/+27
2019-08-21[lldb] Add tests for 'settings remove' and fix error message typosRaphael Isemann1-3/+3
2019-08-21[lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann1-0/+2
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-9/+0
2019-07-16[lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann1-3/+3
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann1-11/+6
2019-05-08Propagate command interpreter errors from lldlbinitJonas Devlieghere1-0/+1
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere1-23/+22
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-24/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-2/+5
2018-10-26Add functionality to export settingsJonas Devlieghere1-0/+205
2018-10-24[Settings] Add -force flag to "settings set"Jonas Devlieghere1-3/+23
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-2/+2
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann1-9/+9
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann1-87/+10
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann1-6/+12
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann1-113/+126