summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-1216-2/+241
* Correctly look up declarations in inline namespacesRaphael Isemann2019-03-123-0/+41
* Fix a crasher in StackFrame::GetValueForVariableExpressionPath()Greg Clayton2019-03-113-0/+123
* Makefile.rules: Upstream SDKROOT handling code for Darwin.Adrian Prantl2019-03-111-0/+18
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-112-2/+2
* [lldb] [test] Mark more tests flakey on NetBSDMichal Gorny2019-03-112-0/+2
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-117-0/+9
* [lldb] [test] Make 2lwp_process_SIGSEGV test more portableMichal Gorny2019-03-104-5/+8
* [lldb] [test] Adjust XFAIL list to match buildbot resultsMichal Gorny2019-03-093-4/+2
* Actually implement the TestQueues.py workaroundFrederic Riss2019-03-091-5/+4
* Try to workaround the TestQueues.py flakynessFrederic Riss2019-03-091-0/+5
* [lldb] [test] Skip broken NetBSD core testMichal Gorny2019-03-081-0/+1
* [lldb] [test] Do not check libc function names in NetBSD core testMichal Gorny2019-03-081-1/+1
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-0811-0/+316
* Add more logging to TestQueues.pyFrederic Riss2019-03-081-2/+4
* Add ASAN llvm build directory variants toJason Molenda2019-03-081-0/+3
* Fix TestPaths.py on windowsAlex Langford2019-03-071-10/+2
* Add logging to TestQueues.pyFrederic Riss2019-03-071-0/+20
* Fix TestAppleSimulatorOSType.py with Xcode 10.2Frederic Riss2019-03-071-1/+3
* [testsuite] Recommit the TestTerminal directory.Davide Italiano2019-03-071-0/+111
* [testsuite] Spring cleaning: this tests `stty`, not `lldb`.Davide Italiano2019-03-071-111/+0
* Relax testcase.Adrian Prantl2019-03-071-1/+1
* Remove redundant second os.path.join call [NFC]Raphael Isemann2019-03-061-2/+1
* Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton2019-03-062-0/+29
* Adding test to cover the correct import of SourceLocation pertaining to a bui...Shafik Yaghmour2019-03-063-0/+39
* [lldb] [test] Pass appropriate -L&-Wl,-rpath for libc++ on NetBSDMichal Gorny2019-03-061-0/+5
* [ExpressionParser] Test GetClangResourceDirAlex Langford2019-03-061-0/+9
* [lldbsuite, windows] Skip the TestEvents tests on WindowsStella Stamenova2019-03-051-0/+3
* Revert "[lldbtest] Check against the correct name for libcxxabi (macOS)."Davide Italiano2019-03-051-1/+1
* [lldb] Disable some of TestJITLoaderGDB.py tests on WindowsYury Delendik2019-03-051-0/+2
* Adds property to force enabling of GDB JIT loader for MacOSYury Delendik2019-03-054-0/+112
* [lldbtest] Check against the correct name for libcxxabi (macOS).Davide Italiano2019-03-051-1/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-04130-9/+194
* [lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSDMichal Gorny2019-03-021-1/+2
* Pass arguments correctly to the objc object checker on arm64Jim Ingham2019-02-272-0/+30
* Remove XFAIL-Linux from two asan testsPavel Labath2019-02-272-6/+0
* When deserializing breakpoints some options may not be present.Jim Ingham2019-02-221-0/+6
* [lldb] [test] Do not link -ldl on NetBSDMichal Gorny2019-02-213-2/+12
* testsuite: Fix TestCompDirSymLink and TestSourceManager on Linux with symlink...Jan Kratochvil2019-02-212-4/+12
* Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."Davide Italiano2019-02-211-0/+58
* [lldb-mi] Move TestMIPrompt away from pexpect().Davide Italiano2019-02-201-58/+0
* [lldb-mi] Remove a test that uses pexpect().Davide Italiano2019-02-201-82/+0
* [lldb] [test] Fix expected netbsd output for TestImageListMultiArchitectureMichal Gorny2019-02-201-1/+1
* Move -fcxx-modules to MANDATORY_MODULE_BUILD_CFLAGS (NFC)Adrian Prantl2019-02-201-3/+4
* [lldbtest] Remove some accidentally commented out code.Davide Italiano2019-02-201-2/+0
* [testsuite] Fix TestUnicodeString to work with Py2 and Py3.Davide Italiano2019-02-201-2/+2
* Fix vscode tests for python3Pavel Labath2019-02-191-2/+2
* [lldbtest] Fix some code to be compatible between py2 and py3.Davide Italiano2019-02-181-18/+4
* [Python3] Fix TestObjCMethods.py to work with py2 and 3.Davide Italiano2019-02-181-1/+1
* Un-XFAIL TestLinuxCore for windowsPavel Labath2019-02-181-11/+0
OpenPOWER on IntegriCloud