summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)Author
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-24[lldb] Fix typos in various help messages. (#109851)Ryan Mansfield
2024-09-20[lldb] Add support for disabling frame recognizers (#109219)Adrian Vogelsgesang
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
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
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham
2024-01-17[lldb] On Windows, silence warning with latest MSVCAlexandre Ganea
2023-10-30Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67...Greg Clayton
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-07-19[lldb] Make frame var --regex always search globalsFelipe de Azevedo Piovezan
2023-07-19[lldb][NFC] Factor out CommandObject code filtering results based on scopeFelipe de Azevedo Piovezan
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-17[lldb] llvm::Optional::value() && => operator*/operator->Fangrui Song
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-06Fix another place were we suggest lldb.target in a Frame Recognizer.Jim Ingham
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-05-16[lldb][NFC] Make cmd a reference in GenerateOptionUsageDavid Spickett
2022-05-03[lldb] Add setting for max depth of value object printing (NFC)Dave Lee
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-15[lldb] Set result error state in 'frame variable'Dave Lee
2022-01-09Revert "[lldb] Set result error state in 'frame variable'"Dave Lee
2022-01-09[lldb] Set result error state in 'frame variable'Dave Lee
2022-01-08Revert "[lldb] Set result error state in 'frame variable'"Dave Lee
2022-01-08[lldb] Set result error state in 'frame variable'Dave Lee