summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Add missing annotation to TestDataFormatterUnorderedPavel Labath2017-04-111-0/+1
* Mark this test as XFAIL on all platforms, it's happening everywhere.Jason Molenda2017-04-071-1/+1
* XFAIL TestDataFormatterLibcxxVBool on Linux & AndroidTamas Berghammer2017-04-061-0/+1
* Annotate some more libc++ tests with the new categoryPavel Labath2017-04-053-29/+20
* The darwin_log tests are very fragile and currently do not properly assess th...Sean Callanan2017-04-051-0/+1
* Skip three test cases that are asserting on macosx as of r299199. A quickJason Molenda2017-04-043-0/+10
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-311-0/+6
* Do not dereference std::unique_ptr by defaultTamas Berghammer2017-03-312-5/+47
* [LLDB][MIPS] Fix Core file Architecture and OS information.Nitesh Jain2017-03-317-0/+16
* Centralize libc++ test skipping logicPavel Labath2017-03-2911-26/+26
* Delete TestLLVM.pyZachary Turner2017-03-221-67/+0
* Get ObjectFileMachO to handle @executable_pathJim Ingham2017-03-205-0/+64
* Fix TestMoveNearest for remote targetsPavel Labath2017-03-151-1/+2
* Fix TestMoveNearest breakage on darwinPavel Labath2017-03-151-0/+4
* BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...Pavel Labath2017-03-157-15/+85
* Add a test to ensure that SBFrame::Disassemble produces some output.Jim Ingham2017-03-012-1/+69
* Mark TestYMMRegister as no_debug_info_testPavel Labath2017-03-011-0/+1
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-271-1/+0
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-243-0/+171
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-231-11/+5
* Mark TestDarwinLogBasic.py as an xfail because the logging isJason Molenda2017-02-221-0/+1
* Skip TestStepOverBreakpoint on windowsPavel Labath2017-02-151-0/+2
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-153-0/+140
* [LLDB][MIPS] Fix TestMiniDumpNewNitesh Jain2017-02-081-0/+8
* 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
* 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
* 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
* 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
* [LLDB][MIPS] Fix TestMultipleHits for MIPSNitesh Jain2016-12-091-2/+2
* Update test expectations after AddressSanitizer text descriptions changed in ...Kuba Mracek2016-12-022-2/+2
* PR31214: Make a test tolerate "line 0" when stepping by instruction.Paul Robinson2016-11-301-4/+10
* XFAIL: TestNoreturnUnwind on android x86_64Pavel Labath2016-11-281-0/+1
* Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_commandPavel Labath2016-11-241-2/+0
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-244-0/+0
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-2412-0/+369
* ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...Dimitar Vlahovski2016-11-204-0/+88
* Fix "thread step until" handling of multiple line inputs.Jim Ingham2016-11-183-0/+117
* Fix TestMiniDumpNew.py test for Python 2/3 issueAdrian McCarthy2016-11-141-3/+4
* [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilitiesChris Bieneman2016-11-108-8/+2
* Display the pointer value in the libstdc++ unique_ptr summaryPavel Labath2016-11-091-4/+4
* Disable windows-only minidump pluginPavel Labath2016-11-092-16/+4
* Clean up the stop printing header lines.Jim Ingham2016-11-082-12/+28
* Make space for FreeBSD core file testsPavel Labath2016-11-0712-10/+10
* make-core.sh: add FreeBSD supportEd Maste2016-11-051-9/+30
OpenPOWER on IntegriCloud