summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPSNitesh Jain2017-01-102-1/+265
* [LLDB][MIPS] Revert TestLldbGdbServer failure for MIPSNitesh Jain2017-01-101-9/+1
* [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPSNitesh Jain2017-01-101-1/+9
* Fix dereferencing of pointers to empty classesTamas Berghammer2017-01-073-0/+81
* Revert "XFAIL an lldb-mi test"Pavel Labath2017-01-061-2/+0
* Skip a test on darwin.Hafiz Abid Qadeer2017-01-051-0/+1
* [lldb-mi] Fix implementation for a few mi commandsHafiz Abid Qadeer2017-01-055-5/+98
* XFAIL an lldb-mi testPavel Labath2017-01-051-0/+2
* Fix-up TestLinuxCore for r290874Pavel Labath2017-01-031-0/+8
* Simplify reading of Linux notes to correctly handle endianess.Howard Hellyer2017-01-031-3/+1
* XFail TestNoreturnUnwind for arm targetsOmair Javaid2017-01-021-0/+1
* Ignore SIGPIPE in the mini-driver used by these tests.Jim Ingham2016-12-211-0/+10
* Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich2016-12-203-140/+0
* Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich2016-12-203-0/+140
* Test num locations >= 1 not == 1.Jim Ingham2016-12-141-1/+1
* Remove some annotations from TestMultipleTargetsPavel Labath2016-12-121-8/+2
* Fix i386 being able to show member variables correctly by not returning empty...Greg Clayton2016-12-092-4/+5
* Fix buildbots that are failing due to this test by adding all expected fails ...Greg Clayton2016-12-091-0/+9
* Rename multiple target test so it is unique.Greg Clayton2016-12-091-1/+1
* [LLDB][MIPS] Fix TestMultipleHits for MIPSNitesh Jain2016-12-091-2/+2
* [LLDB][MIPS] Fix some test case failures due to elf_abi field of qprocessInfo...Nitesh Jain2016-12-091-0/+1
* Fix TestMultipleTargets for on x86_64 architecturesPavel Labath2016-12-091-0/+2
* Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...Greg Clayton2016-12-093-0/+78
OpenPOWER on IntegriCloud