summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-test/lldb-test.cpp
AgeCommit message (Expand)Author
2025-06-27[lldb][NFC] Switch IRMemoryMap::Malloc to return llvm::Expected (#146016)Igor Kudrin
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev
2024-10-31[lldb] Extend FindTypes to optionally search by mangled type name (#113007)Augusto Noronha
2024-10-12[lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (#112062)Adrian Prantl
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-05[lldb] Refactor TypeQuery::ContextMatches, take 2 (#101333)Pavel Labath
2024-07-10[lldb][test] Fix lldb-test compile errorDavid Spickett
2024-06-24[lldb] Merge CompilerContextKind::{Class,Struct} (#96145)Pavel Labath
2024-01-09[lldb] DWARFDIE: Follow DW_AT_specification when computing CompilerCo… (#77...Adrian Prantl
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-10-24Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (#69981)Adrian Prantl
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-11-16Make CompilerType safeAdrian Prantl
2022-08-19[lldb] Use Optional::value instead of Optional::getValue (NFC)Kazu Hirata
2022-08-12[lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford
2022-08-03[lldb] Allow SymbolTable regex search functions to match mangled nameAugusto Noronha
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-24[lldb] Add support for specifying a log handlerJonas Devlieghere
2022-06-23[lldb] Support a buffered logging modeJonas Devlieghere
2021-03-19[lldb] Call os_log_fault on lldb_assertJonas Devlieghere
2020-12-09[lldb] Kill the inferior instead of detaching during test suite runsJonas Devlieghere
2020-08-11[lldb] Enable inheriting TCC permissions in lldb-testJonas Devlieghere
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2020-04-17Allow lldb-test to combine -find with -dump-clang-astAdrian Prantl
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-02-25[lldb][NFC] Make ArrayRef initialization more obvious in lldb-test.cppRaphael Isemann
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-12-21[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-11-22Register Objective-C property accessors with their property decls.Adrian Prantl
2019-11-12Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-11[lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour
2019-10-10[lldb-test] Remove unused headerAlex Langford
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl
2019-09-10[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Remove redundant curly braces.Adrian Prantl