summaryrefslogtreecommitdiffstats
path: root/lldb/lit
Commit message (Expand)AuthorAgeFilesLines
...
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-5/+8
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-8/+5
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-5/+8
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-2/+16
* Recommit "Minidump/Windows: Fix module lookup""Pavel Labath2019-08-213-0/+68
* Make the FindTypes(std::vector<CompilerContext>, ...) API testable in lldb-testAdrian Prantl2019-08-202-1/+36
* Revert "Minidump/Windows: Fix module lookup"Pavel Labath2019-08-143-68/+0
* Minidump/Windows: Fix module lookupPavel Labath2019-08-093-0/+68
* ObjectFileELF: Convert a unit test to a lit testPavel Labath2019-08-081-0/+93
* Add support for deterministically linked binaries on macOS to lldb.Nico Weber2019-08-071-0/+11
* [Driver] Expand the executable path in the target create outputJonas Devlieghere2019-08-071-0/+7
* A more robust way of testing debug_line parser near the end of modulePavel Labath2019-08-072-3/+28
* ObjectFileELF: permit thread-local sections with overlapping file addressesPavel Labath2019-08-062-0/+126
* SymbolVendorELF: Perform build-id lookup even without a debug linkPavel Labath2019-08-062-1/+33
* Fix line table resolution near the end of a sectionPavel Labath2019-08-065-5/+5
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-2/+2
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-2/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-2/+2
* Fix PDB tests after r367820Pavel Labath2019-08-056-6/+6
* Use rip-relative addressing in asm testJoseph Tremoulet2019-08-021-1/+1
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-022-0/+63
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-011-12/+10
* Add llvm-dwarfdump to the list of test dependenciesPavel Labath2019-08-011-0/+1
* [lit] Use ld.lld -z separate-code to work around a debug_line parsing bugFangrui Song2019-08-015-5/+5
* [Reproducers] Force replay in synchronous mode.Jonas Devlieghere2019-07-311-0/+13
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-291-0/+1
* [AIX][lit] Don't depend on psutil on AIXDavid Tenty2019-07-241-6/+8
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-191-9/+0
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-1836-563/+0
* ObjectFileELF: Add support for gnu-style compressed sectionsPavel Labath2019-07-102-1/+26
* [DWARF] Add one more type unit testPavel Labath2019-07-021-0/+37
* Fix lookup of symbols at the same address with no size vs. sizeJan Kratochvil2019-07-012-0/+22
* DWARF: Add support for type units+split dwarf comboPavel Labath2019-06-253-10/+72
* Reapply "Fix a crash in option parsing."Adrian Prantl2019-06-252-0/+4
* [lit] Deduplicate logic in toolchain.pyJonas Devlieghere2019-06-211-6/+4
* [lit] Make lit-lldb-init configurable by CMakeJonas Devlieghere2019-06-213-2/+6
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-0/+10
* Revert "Fix a crash in option parsing."Davide Italiano2019-06-202-3/+0
* [Reproducers] Make reproducer relocatableJonas Devlieghere2019-06-181-0/+7
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-1710-0/+30
* DWARF: Don't create lldb CompileUnits for DWARF type unitsPavel Labath2019-06-132-0/+111
* [Reproducers] Include lldb version in the reproducer rootJonas Devlieghere2019-06-131-0/+3
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-121-0/+7
* DWARF: Share line tables of type unitsPavel Labath2019-06-122-0/+296
* Fix a crash in option parsing.Adrian Prantl2019-06-112-0/+3
* Breakpad: Add support for the arm64e "architecture"Pavel Labath2019-06-102-0/+6
* Add "REQUIRES: x86" to DWARF assembly testsPavel Labath2019-06-1017-10/+26
* [CMake] Add special case for processing LLDB_DOTEST_ARGSStefan Granitz2019-06-071-1/+27
* Ignore DIEs in the skeleton unit in a DWO scenarioPavel Labath2019-06-051-0/+8
* [FormatEntity] Ignore ASCII escape sequences when colors are disabled.Jonas Devlieghere2019-05-313-0/+26
OpenPOWER on IntegriCloud