summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [test] Run TestLaunchWithShellExpand with /bin/sh on POSIX.Jonas Devlieghere2019-10-041-0/+4
* [lldb] [testsuite] Mark TestSBCommandReturnObject as failing on WindowsJan Kratochvil2019-10-041-0/+3
* [lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil2019-10-043-0/+69
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-042-0/+11
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-033-7/+38
* Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham2019-10-032-0/+21
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-1/+125
* new api class: SBFileLawrence D'Anna2019-10-032-0/+164
* [lldb] Fix evaluation of nested classes with parent from other CURaphael Isemann2019-10-025-0/+81
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-013-10/+74
* [test] Make TestBasicEntryValuesX86_64 run on Linux as well as DarwinVedant Kumar2019-09-301-1/+5
* [lldb][NFC] Updating test to reflect made by D67966Shafik Yaghmour2019-09-301-1/+1
* [lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks th...Raphael Isemann2019-09-301-0/+43
* [lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN br...Raphael Isemann2019-09-301-4/+0
* [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...Raphael Isemann2019-09-303-0/+29
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-281-1/+22
* Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-2717-0/+22
* [lldb] Disable testing entry values as memory locationDjordje Todorovic2019-09-271-0/+3
* Disable the empty string check in TestDataFormatterStdStringPavel Labath2019-09-271-1/+2
* [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-2717-22/+0
* [lldb] Print an error message for an empty subcommandRaphael Isemann2019-09-271-2/+1
* [lldb][NFC] Actually test which method we call in TestCallOverriddenMethodRaphael Isemann2019-09-272-4/+8
* [lldb][NFC] Test CommandObjectMultiword functionalityRaphael Isemann2019-09-271-0/+34
* [lldb][modern-type-lookup] Add test for using the ClangModulesDeclVendorRaphael Isemann2019-09-263-0/+36
* Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha2019-09-261-0/+29
* Modernize Makefile.Adrian Prantl2019-09-251-1/+1
* [lldb][modern-type-lookup] Add two basic tests for modern-type-lookupRaphael Isemann2019-09-256-0/+69
* [lldb] [test] Add NetBSD to XFAIL list for thread_local testMichal Gorny2019-09-251-1/+2
* [lldb] Test data formatters for empty stringsRaphael Isemann2019-09-254-1/+18
* [lldb] Remove -nostdlib++ flag from import-std-module/sysroot testRaphael Isemann2019-09-251-1/+1
* [lldb][NFC] Refactor TestCallBuiltinFunctionRaphael Isemann2019-09-251-11/+4
* [Make] Revert some changes from r372795.Jonas Devlieghere2019-09-252-4/+4
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-25146-219/+264
* [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVERJonas Devlieghere2019-09-244-0/+4
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-2444-114/+0
* [lldb][NFC] Relax completion tests for log command to make them pass on LinuxRaphael Isemann2019-09-241-15/+4
* [lldb] Add completion support for log enable/disable/listRaphael Isemann2019-09-241-0/+32
* Adapt test to upstream clang compiler changes.Adrian Prantl2019-09-241-1/+4
* [Make] Add support for building NeXT-style frameworksJonas Devlieghere2019-09-231-11/+40
* [lldb-suite] TestCallOverriddenMethod.py is now passing on WindowsStella Stamenova2019-09-231-1/+0
* [lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...Raphael Isemann2019-09-231-3/+16
* [lldb] Process formatters in reverse-chronological orderJan Kratochvil2019-09-201-0/+7
* Fir TestAPILog for gccPavel Labath2019-09-181-7/+5
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-184-1/+128
* Clean up this test.Jim Ingham2019-09-181-46/+11
* TestFoundationDisassembly.py is not dependent on debug information.Jim Ingham2019-09-181-0/+2
* [ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere2019-09-182-4/+4
* [test] Fail gracefully if the regex doesn't matchJonas Devlieghere2019-09-161-6/+11
* [test] Update TestAPILog to pass on Windows.Jonas Devlieghere2019-09-131-2/+2
* [test] Print the log output on failure.Jonas Devlieghere2019-09-131-2/+2
OpenPOWER on IntegriCloud