summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectType.cpp
AgeCommit message (Expand)Author
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch
2025-05-28[lldb][Formatters] Add --pointer-match-depth option to `type summary add` com...Zequan Wu
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2024-10-30Fix the sort function for languages to have "strict weak ordering". (#114160)jimingham
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)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
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-08-30[lldb] Allow synthetic providers in C++ and fix linking problemswalter erquinigo
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-01[lldb] Fix warning: extra ';' outside of a function is incompatible with C++98Jonas Devlieghere
2023-05-01Improve the help output for `type XXX delete` where XXX is summary, format,Jim Ingham
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
2022-11-10[lldb] Make callback-based formatter matching available from the CLI.Jorge Gorbe Moya
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-10-10[NFCI] More TypeCategoryImpl refactoring.Jorge Gorbe Moya
2022-10-06[lldb] Skip check for conflicting filter/synth when adding a new regex.Jorge Gorbe Moya
2022-10-06[NFCI] Simplify TypeCategoryImpl for-each callbacks.Jorge Gorbe Moya
2022-09-20[NFCI] Clean up enum FormatCategoryItem.Jorge Gorbe Moya
2022-07-21[lldb][NFCI] Refactor regex filtering logic in CommandObjectTypeFormatterListJorge Gorbe Moya
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
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-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-02-16[lldb] Fix memory leak in CommandObjectTypeJonas Devlieghere
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-21[LLDB] [NFC] Typo fix in usage text for "type filter" commandDaniel Jalkut
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-18[lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDBRaphael Isemann
2021-02-10[lldb] Use internal_dict name over dict in python examplesDave Lee
2020-08-31[lldb] tab completion for class `CommandObjectTypeFormatterDelete`Gongyu Deng
2020-08-24[lldb] type category name common completionGongyu Deng
2020-07-23Reland [lldb] Unify type name matching in FormattersContainer IIRaphael Isemann
2020-07-23Temporarily Revert "Reland [lldb] Unify type name matching in FormattersConta...Eric Christopher
2020-07-22Reland [lldb] Unify type name matching in FormattersContainerRaphael Isemann
2020-07-21Revert "[lldb] Unify type name matching in FormattersContainer"Raphael Isemann
2020-07-21[lldb] Unify type name matching in FormattersContainerRaphael Isemann
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann