summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-031-0/+29
* [LLDB] [test] Try to fix the test from 7d019d1a3b when run on Windows.Martin Storsjö2019-12-021-2/+2
* [LLDB] Set the right address size on output DataExtractors from ObjectFileMartin Storsjö2019-12-021-0/+55
* [LLDB] [ARM] Use r11 as frame pointer on Windows on ARMMartin Storsjö2019-11-293-0/+146
* [LLDB] [test] Add a missing "REQUIRES: arm" lineMartin Storsjö2019-11-281-0/+2
* [LLDB] Always interpret arm instructions as thumb on windowsMartin Storsjö2019-11-281-0/+92
* [LLDB] [PECOFF] Look for the truncated ".eh_fram" section nameMartin Storsjö2019-11-281-0/+92
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-1/+1
* [lldb/symbolvendorelf] Copy more sections from separate debug filesPavel Labath2019-11-261-2/+72
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-0/+14
* [lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny2019-11-253-0/+60
* Register Objective-C property accessors with their property decls.Adrian Prantl2019-11-223-2/+31
* [lldb] [test] XFAIL TestExpressionEvaluation on NetBSDMichał Górny2019-11-221-0/+1
* [Reproducer] Limit signals to macro define sin <csignal>Jonas Devlieghere2019-11-201-1/+0
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-203-1/+28
* [Reproducer] Enable crash reports for reproducer testsJonas Devlieghere2019-11-141-0/+2
* [Reproducer] Discard reproducer directory if not generated.Jonas Devlieghere2019-11-122-0/+18
* Revert "Fix lookup of symbols at the same address with no size vs. size"Muhammad Omair Javaid2019-11-122-22/+0
* BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ...Jim Ingham2019-11-072-0/+24
* crashlog.py: Improve regular expressionsAdrian Prantl2019-11-071-5/+41
* lldb: Skip reproducer+expression evaluation test on linuxPavel Labath2019-11-061-0/+3
* [Reproducer] Add test case for expression evaluationJonas Devlieghere2019-11-052-0/+28
* lldb/breakpad: add suppport for the "x86_64h" architecturePavel Labath2019-11-051-1/+1
* MemoryRegion: Print "don't know" permission values as suchPavel Labath2019-11-051-2/+1
* Reapply [LLDB] [test] Use %clang_cl instead of build.py in a few testsMartin Storsjö2019-11-012-4/+5
* minidump: Create memory regions from the sections of loaded modulesPavel Labath2019-10-313-0/+264
* [lldb/lit] Introduce %clang_host substitutionsPavel Labath2019-10-3160-69/+75
* [LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...Martin Storsjö2019-10-311-0/+90
* [LLDB] [PECOFF] Fix error handling for executables that object::createBinary ...Martin Storsjö2019-10-311-0/+81
* [LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for addresses out of rangeMartin Storsjö2019-10-313-0/+129
* minidump: Rename some architecture constantsPavel Labath2019-10-302-2/+2
* COFF: Set section permissionsPavel Labath2019-10-301-3/+3
* [lldb] [test] Mark TestCustomShell XFAIL on *bsd as wellMichał Górny2019-10-301-1/+4
* [LLDB] Fix for windows bots broken by unsupported testsshafik2019-10-292-0/+4
* [LLDB] [PECOFF] Use FindSectionByID to associate symbols to sectionsMartin Storsjö2019-10-291-0/+116
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-282-0/+96
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-251-0/+49
* lldb/COFF: Create a separate "section" for the file headerPavel Labath2019-10-252-27/+31
* ValueObject: Fix a crash related to children address type computationPavel Labath2019-10-251-0/+113
* [CMake] Split logic across test suite subdirectories (NFC)Jonas Devlieghere2019-10-241-0/+9
* [lldb] drop .symtab removal in minidebuginfo testsKonrad Kleine2019-10-213-15/+0
* [LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo2019-10-214-0/+103
* [Reproducer] XFAIL TestWorkingDir on WindowsJonas Devlieghere2019-10-181-0/+2
* Add REQUIRES: x86 to more tests which need the x86 llvm target builtPavel Labath2019-10-182-0/+4
* [test] Add a .clang-format file for the shell test.Jonas Devlieghere2019-10-171-0/+3
* Revert "[LLDB] [test] Use %clang_cl instead of build.py in a few tests"Martin Storsjo2019-10-172-5/+4
* [LLDB] [test] Use %clang_cl instead of build.py in a few testsMartin Storsjo2019-10-172-4/+5
* [Reproducer] Set the working directory in the VFSJonas Devlieghere2019-10-171-3/+7
* [Reproducer] Support dumping the reproducer CWDJonas Devlieghere2019-10-172-1/+7
* [Reproducer] Capture the debugger's working directoryJonas Devlieghere2019-10-171-0/+11
OpenPOWER on IntegriCloud