summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-test/lldb-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* lldb-test symbols: Add -file argument and the ability to dump global variable...Pavel Labath2018-06-121-73/+101
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-081-17/+94
* [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commandsVedant Kumar2018-06-041-37/+54
* [IRMemoryMap] Test interleaved Mallocs and FreesVedant Kumar2018-05-311-3/+44
* [lldb-test] Make logging available to all subcommandsVedant Kumar2018-05-311-0/+3
* [IRMemoryMap] Test host-side allocationsVedant Kumar2018-05-311-3/+9
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-5/+3
* [lldb-test] ir-memory-map: Avoid accessing a bad iteratorVedant Kumar2018-05-301-10/+8
* [lldb-test] Add a testing harness for the JIT's IRMemoryMapVedant Kumar2018-05-301-19/+184
* lldb-test symbols: Add ability to do name-based lookupPavel Labath2018-05-031-22/+255
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-0/+1
* Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham2018-03-121-3/+6
* Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar2018-03-121-6/+3
* Improve prologue handling to support functions with multiple entry points.Jim Ingham2018-03-121-3/+6
* Rewrite TestTargetSymbolsBuildidCase to be more focusedPavel Labath2018-03-061-1/+3
* Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...Pavel Labath2018-02-261-0/+121
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-151-1/+2
OpenPOWER on IntegriCloud