summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-test
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
* SystemInitializer: Define macros for experimental targets tooPavel Labath2019-09-261-0/+2
* SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath2019-09-262-61/+34
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-252-14/+51
* [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
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-4/+0
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-3/+0
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-213-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [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-112-23/+26
* 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
* lldb-test: Improve newline handlingPavel Labath2018-12-152-37/+37
* 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-102-0/+16
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-072-16/+0
* Introduce ObjectFileBreakpadPavel Labath2018-12-072-0/+16
* [pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith2018-12-061-4/+20
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-033-5/+14
* Remove OCaml debugger pluginJonas Devlieghere2018-11-051-6/+0
* Remove Java debugger pluginJonas Devlieghere2018-11-051-9/+0
* Remove Go debugger pluginJonas Devlieghere2018-11-051-11/+0
OpenPOWER on IntegriCloud