summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlugin.cpp
AgeCommit message (Expand)Author
2025-07-15[lldb] Add completions for plugin list/enable/disable (#147775)David Peixotto
2025-06-09Add commands to list/enable/disable plugins (#134418)David Peixotto
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
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-04-27[CommandObject] Use GetDebugger() helper method (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-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2017-05-12Rename Error -> Status.Zachary Turner
2016-12-09Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2013-12-02Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton
2013-04-24<rdar://problem/13209140>Enrico Granata
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-09-28Implementing plugins that provide commands.Enrico Granata