summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use shorter names in TestConcurrentEvents testsPavel Labath2016-10-2435-35/+35
* Add data formatter for libstdc++ unique_ptrTamas Berghammer2016-10-213-0/+91
* Add data formatter for libstdc++ tupleTamas Berghammer2016-10-213-0/+66
* Improve the libstdc++ smart pointer formattersTamas Berghammer2016-10-212-16/+48
* Add TestMultipleHits.pyPavel Labath2016-10-213-0/+92
* Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...Pavel Labath2016-10-211-1/+6
* Fix a race condition between "ephemeral watchpoint disable/enable" and contin...Jim Ingham2016-10-211-6/+1
* Remove an unnecessary and incorrect check for num locations of a breakpointJim Ingham2016-10-201-8/+0
* Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...Omair Javaid2016-10-203-0/+131
* This test now passes.Jim Ingham2016-10-111-1/+0
* Added a bugreport tracking the failure to get float return valuesJim Ingham2016-10-111-5/+6
OpenPOWER on IntegriCloud