summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSession.cpp
AgeCommit message (Expand)Author
2024-10-05Add warning message to `session save` when transcript isn't saved. (#109020)Tom Yang
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-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2020-07-23[lldb/interpreter] Move the history subcommand to session (NFCI)Med Ismail Bennani
2020-07-22[lldb/interpreter] Add ability to save lldb session to a fileMed Ismail Bennani