summaryrefslogtreecommitdiffstats
path: root/lldb/lit
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere2019-10-09440-20444/+0
* Update breakpad lit test to be independent of the unnamed symbol numberAntonio Afonso2019-10-091-1/+1
* Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl2019-10-09440-0/+20444
* [test] Split LLDB tests into API, Shell & UnitJonas Devlieghere2019-10-09440-20444/+0
* Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso2019-10-083-6/+20
* Add pretty printing of Clang "bitfield" enumsFrederic Riss2019-10-081-2/+2
* Tweak minidebuginfo-set-and-hit-breakpoint.testPavel Labath2019-10-081-5/+8
* [CMake] Add two more uses of add_lldb_test_dependencyJonas Devlieghere2019-10-081-1/+1
* [CMake] Track test dependencies with add_lldb_test_dependencyJonas Devlieghere2019-10-081-9/+5
* [MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere2019-10-081-0/+699
* [test] Rename `Modules` to `ObjectFile` (NFC)Jonas Devlieghere2019-10-0762-0/+0
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-078-0/+192
* Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso2019-10-041-13/+0
* Explicitly set entry point arch when it's thumbAntonio Afonso2019-10-041-0/+13
* [test] Disable TestCustomShell on LinuxJonas Devlieghere2019-10-031-0/+4
* [Host] Return the user's shell from GetDefaultShellJonas Devlieghere2019-10-032-0/+9
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-302-3/+3
* [Reproducer] Always use absolute paths for capture & replay.Jonas Devlieghere2019-09-271-0/+8
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-273-0/+60
* [lit] Do a better job at parsing unsupported tests.Jonas Devlieghere2019-09-251-0/+5
* [LLDB] Add tests for PECOFF arm architecture identificationMartin Storsjo2019-09-242-0/+172
* [LLDB] [test] Allow differing order of some matchesMartin Storsjo2019-09-241-2/+2
* [LLDB] [test] Add a few missing cases of REQUIRES: pythonMartin Storsjo2019-09-242-0/+2
* Fix command-script-import.test on linuxPavel Labath2019-09-182-3/+3
* [lldb] Fix a test assertion after r372192Krasimir Georgiev2019-09-181-1/+1
* [ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere2019-09-182-3/+7
* lldb: move a test input to the test Inputs dirKrasimir Georgiev2019-09-172-1/+3
* [test] Disable reproducer dump test on WindowsJonas Devlieghere2019-09-171-0/+1
* [ScriptInterpreter] Initialize globals when loading a scripting module.Jonas Devlieghere2019-09-172-0/+10
* [Reproducer] Implement dumping packets.Jonas Devlieghere2019-09-161-0/+4
* [test] Add -z separate-code to fix tests that ae sensitive to exact addresses...Fangrui Song2019-09-166-6/+6
* [Reproducer] Add reproducer dump command.Jonas Devlieghere2019-09-132-0/+22
* Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"Konrad Kleine2019-09-115-101/+1
* Revert "[LLDB][ELF] Fixup for comments in D67390"Konrad Kleine2019-09-112-2/+2
* [LLDB][ELF] Fixup for comments in D67390Konrad Kleine2019-09-112-2/+2
* [LLDB][ELF] Load both, .symtab and .dynsym sectionsKonrad Kleine2019-09-115-1/+101
* Revert "[Reproducer] Add a `cont` to ModuleCXX.test"Jonas Devlieghere2019-09-091-1/+0
* [test] Add a FIXME test for stop-command-source-on-errorJonas Devlieghere2019-09-063-0/+30
* [Reproducer] Add a `cont` to ModuleCXX.testJonas Devlieghere2019-09-051-0/+1
* Breakpad: Basic support for STACK WIN unwindingPavel Labath2019-09-053-0/+106
* disassemble command: fix error message when disassembly failsPavel Labath2019-09-042-0/+49
* [lit] Only set DYLD_LIBRARY_PATH for shared buildsJonas Devlieghere2019-08-303-9/+8
* [lit] Fix my earlier bogus fix to not set DYLD_LIBRARY_PATH with Asan.Jonas Devlieghere2019-08-301-1/+1
* [lit] Print exit code in for unresolved (lldb)tests.Jonas Devlieghere2019-08-291-2/+2
* [test] Fix various module cache bugs and inconsistenciesJonas Devlieghere2019-08-298-7/+27
* Remove DWARFExpression::LocationListSizePavel Labath2019-08-291-8/+32
* [dotest] Remove -q (quiet) flag.Jonas Devlieghere2019-08-281-1/+1
* [lit] Fix the way we check if an environment var is setJonas Devlieghere2019-08-281-1/+1
* [lit] Don't set DYLD_LIBRARY_PATH when DYLD_INSERT_LIBRARIES is set.Jonas Devlieghere2019-08-281-13/+15
* Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2019-08-231-2/+12
OpenPOWER on IntegriCloud