aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
14 hours[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-3/+2
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere1-4/+12
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-1/+1
2024-09-24[lldb] Fix typos in various help messages. (#109851)Ryan Mansfield1-1/+1
2024-09-20[lldb] Add support for disabling frame recognizers (#109219)Adrian Vogelsgesang1-42/+105
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-7/+7
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang1-24/+44
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-0/+24
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-24/+0
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-0/+24
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere1-17/+11
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl1-5/+13
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-54/+5
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-19/+0
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi1-0/+19
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham1-19/+0
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham1-1/+4
2024-01-17[lldb] On Windows, silence warning with latest MSVCAlexandre Ganea1-0/+1
2023-10-30Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67...Greg Clayton1-0/+2
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-44/+32
2023-07-19[lldb] Make frame var --regex always search globalsFelipe de Azevedo Piovezan1-36/+56
2023-07-19[lldb][NFC] Factor out CommandObject code filtering results based on scopeFelipe de Azevedo Piovezan1-20/+20
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham1-14/+22
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-6/+5
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham1-4/+4
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-3/+3
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+4
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-17[lldb] llvm::Optional::value() && => operator*/operator->Fangrui Song1-2/+2
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-1/+6
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova1-6/+1
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-1/+6
2022-09-06Fix another place were we suggest lldb.target in a Frame Recognizer.Jim Ingham1-1/+2
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-2/+2
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-0/+1
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-1/+5
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata1-3/+3
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-5/+5
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-5/+5
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-05-16[lldb][NFC] Make cmd a reference in GenerateOptionUsageDavid Spickett1-1/+1
2022-05-03[lldb] Add setting for max depth of value object printing (NFC)Dave Lee1-5/+2
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour1-1/+1
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-11/+7
2022-01-15[lldb] Set result error state in 'frame variable'Dave Lee1-16/+14
2022-01-09Revert "[lldb] Set result error state in 'frame variable'"Dave Lee1-14/+16
2022-01-09[lldb] Set result error state in 'frame variable'Dave Lee1-16/+14
2022-01-08Revert "[lldb] Set result error state in 'frame variable'"Dave Lee1-14/+16
2022-01-08[lldb] Set result error state in 'frame variable'Dave Lee1-16/+14