summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support to the ObjC type scavenger for finding types via debug infoEnrico Granata2016-11-032-0/+23
* Test for YMMRegisters.Ravitheja Addepally2016-11-033-0/+149
* Fix SBWatchpoint::SetEnabled to send an event.Jim Ingham2016-11-021-1/+0
* Xfail this while I figure out why the event isn't getting sent.Jim Ingham2016-11-011-0/+1
* Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchp...Jim Ingham2016-11-012-5/+19
* change ProcessAttach test to no-debug-infoTodd Fiala2016-11-011-0/+2
* Minidump plugin: Fix flaky testDimitar Vlahovski2016-11-011-8/+68
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-319-0/+179
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-312-9/+5
* Revert "[Test Suite] Pull generateSource into lldbtest"Chris Bieneman2016-10-272-5/+9
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-272-9/+5
* Add support for "type lookup" to find C and C++ typesEnrico Granata2016-10-273-4/+26
* Fix an issue where frame variable -s <varname> would not show the scope even ...Enrico Granata2016-10-263-0/+29
* Don't set a software stepping breakpoint at 0 on arm or mips.Pavel Labath2016-10-261-5/+0
* SBWatchpoint::Disable doesn't actually work. Add a test that shows this.Jim Ingham2016-10-263-0/+92
* Fix a race condition between the "ephemeral watchpoint disabling" and command...Jim Ingham2016-10-251-6/+1
* Revert "Improve the libstdc++ smart pointer formatters"Pavel Labath2016-10-252-48/+16
OpenPOWER on IntegriCloud