summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-test/lldb-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-4/+2
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-2/+4
* Register Objective-C property accessors with their property decls.Adrian Prantl2019-11-221-1/+1
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-1/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+4
* [lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour2019-10-111-3/+43
* [lldb-test] Remove unused headerAlex Langford2019-10-101-1/+0
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-3/+3
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-2/+3
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+10
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-10/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+10
* Remove redundant curly braces.Adrian Prantl2019-08-221-1/+1
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-3/+5
* Make the FindTypes(std::vector<CompilerContext>, ...) API testable in lldb-testAdrian Prantl2019-08-201-2/+51
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-27/+25
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-3/+8
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-291-0/+4
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-1/+1
* Add convenience methods to convert LLDB to LLVM data structures.Jonas Devlieghere2019-07-111-1/+1
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-171-0/+1
* Fix lit tests on Windows related to CR+LFAdrian McCarthy2019-06-071-2/+2
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-4/+7
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-2/+1
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-2/+1
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-111-23/+23
* Implement ObjectFileELF::GetBaseAddressPavel Labath2019-01-101-0/+2
* Change lldb-test to use ParseAllDebugSymbols.Zachary Turner2019-01-091-3/+1
* lldb-test ir-memory-map: Use IntervalMap::containsPavel Labath2018-12-271-25/+10
* ELF: Don't create sections for section header index 0Pavel Labath2018-12-181-0/+1
* ELF: more section creation cleanupPavel Labath2018-12-151-0/+3
* ELF: Clean up section type computationPavel Labath2018-12-121-0/+1
* lldb-test: Add ability to dump subsectionsPavel Labath2018-12-121-20/+32
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-101-0/+13
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-071-13/+0
* Introduce ObjectFileBreakpadPavel Labath2018-12-071-0/+13
* [pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith2018-12-061-4/+20
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-2/+7
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-5/+5
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-4/+3
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-101-0/+51
* [PDB] Resolve a symbol context block info correctlyAleksandr Urakov2018-08-291-0/+48
* Add a test for reading lld-generated build-idsPavel Labath2018-06-291-12/+18
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-281-24/+58
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Fix build error introduced in r334498Pavel Labath2018-06-121-2/+2
OpenPOWER on IntegriCloud