summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* Android.rules: Add libc++ supportPavel Labath2017-03-132-10/+26
* Mark this as skipped for now. There is a race condition withJason Molenda2017-03-101-0/+1
* Make the LLDB test suite work with MSVC 2017 on Windows.Zachary Turner2017-03-091-4/+6
* Android.rules: fix computation of gcc toolchain directory on armPavel Labath2017-03-081-11/+11
* Back to xfailing this. For some reason on our buildbotsJason Molenda2017-03-081-0/+1
* TestQueues should be passing again, remove the expected fail.Jason Molenda2017-03-081-1/+0
* Android.rules: add support for clang compilerPavel Labath2017-03-072-16/+45
* Disable the lldb-mi tests on remote platforms.Sean Callanan2017-03-0416-0/+64
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-031-8/+0
* Android.rules: fix building on macPavel Labath2017-03-031-1/+0
* Android.rules: fix building on windowsPavel Labath2017-03-031-1/+1
* test: shorten test trace file namesPavel Labath2017-03-031-2/+5
* testsuite/android: build test executables with the android ndk directlyPavel Labath2017-03-032-7/+53
* Fix flakyness in TestGdbRemoteHostInfoPavel Labath2017-03-022-10/+0
* Make it clear what you should modify when you copy any of these sampleJim Ingham2017-03-012-5/+12
* Add a test to ensure that SBFrame::Disassemble produces some output.Jim Ingham2017-03-012-1/+69
* Add a sample_test directory with simple starterJim Ingham2017-03-015-0/+103
* Mark TestYMMRegister as no_debug_info_testPavel Labath2017-03-011-0/+1
* Switch SBBreakpointLocation to use a weak_ptrPavel Labath2017-03-011-0/+3
* Switch SBWatchpoint to use a weak_ptr to the underlying objectPavel Labath2017-02-281-0/+3
* Add a comment to describe purpose of signal-filtering testEugene Zemtsov2017-02-281-0/+2
* Ah, this was an early exit to leave built products around, it wasn't meant toJason Molenda2017-02-271-1/+0
* Support NetBSD Thread ID in lldb-server testsKamil Rytarowski2017-02-272-0/+10
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-272-1/+23
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-245-14/+232
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-244-1/+157
* Fix a race condition in FuncUnwinders where the mutex was beingJason Molenda2017-02-242-0/+6
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-231-11/+5
* Finish the reformatting of the lldb-server test executablesPavel Labath2017-02-233-366/+316
* Reformat inferior's main.cpp in lldb-server testPavel Labath2017-02-232-333/+302
* Mark TestDarwinLogBasic.py as an xfail because the logging isJason Molenda2017-02-221-0/+1
* NPL: Fix one more bug in the single step workaroundPavel Labath2017-02-171-4/+1
* Skip TestStepOverBreakpoint on windowsPavel Labath2017-02-151-0/+2
* Fix TestNameLookup for GCCPavel Labath2017-02-151-2/+2
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-153-0/+140
* XFAIL TestNameLookup for GCCPavel Labath2017-02-141-1/+2
* Fix buildbots.Greg Clayton2017-02-131-1/+1
* FindFunctions now works again with mangled names.Greg Clayton2017-02-133-0/+124
* Improve asserts in TestWatchpointIgnoreCountPavel Labath2017-02-101-9/+7
* [LLDB][MIPS] Fix TestMiExec and TestMiData failuresNitesh Jain2017-02-083-3/+26
* [LLDB][MIPS] Fix TestMiniDumpNewNitesh Jain2017-02-081-0/+8
* Fix multi-process-driver.cpp build on NetBSDKamil Rytarowski2017-02-021-1/+1
* Move the stop point to somewhere before the final use of theJim Ingham2017-01-311-1/+2
* Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...Boris Ulasevich2017-01-273-140/+0
* Fix SBData::SetData() so that it always sets the address byte size correctly ...Greg Clayton2017-01-251-0/+20
* Jim unintentionally had the gdb-format specifiers falling throughJason Molenda2017-01-252-0/+19
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-01-243-0/+140
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-201-3/+116
* Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5Omair Javaid2017-01-131-1/+1
* XFAIL TestRegisterVariables on gcc-4.8-x86_64Pavel Labath2017-01-101-0/+2
OpenPOWER on IntegriCloud