summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the new TestInterruptThreadNames test a bit.Jason Molenda2016-12-081-23/+39
* When we interrupt a process, it was possible or the thread namesJason Molenda2016-12-083-0/+180
* Update test expectations after AddressSanitizer text descriptions changed in ...Kuba Mracek2016-12-022-2/+2
* Handle UTF-16 and UTF-32 constant CFStringsSean Callanan2016-12-012-0/+11
* 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
* skip android in @skipIfHostIncompatibleWithRemotePavel Labath2016-11-281-1/+3
* Fix TestMiExec.test_lldbmi_exec_next_instructionPavel Labath2016-11-241-1/+1
* Enable MiExecTestCase-test_lldbmi_exec_next_instructionPavel Labath2016-11-241-3/+0
* Enable TestMultithreaded-sb_api_listener_event_process_state on linux/gccPavel Labath2016-11-241-8/+0
* Enable TestBitfields on linux with clangPavel Labath2016-11-241-7/+0
* Enable TestRegisterVariables for some configurationsPavel Labath2016-11-241-5/+2
* 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
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-0/+2
* Fix TestMiniDumpNew.py test for Python 2/3 issueAdrian McCarthy2016-11-141-3/+4
* One more cleanup to lldb version printingChris Bieneman2016-11-141-5/+2
* Disable sanitizer tests on Windows.Zachary Turner2016-11-121-0/+4
* Fix TestHelp on linux after version number syntax changeTamas Berghammer2016-11-111-1/+1
* Mark xfail TestNamespaceDefinitions for arm/aarch64 targetsOmair Javaid2016-11-111-0/+3
* [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilitiesChris Bieneman2016-11-109-33/+18
* Un-XFail test on Windows. Has been in "unexpected success" mode for a while.Adrian McCarthy2016-11-101-2/+0
* Fix expectation in TestStaticVariables.py after rL286302Tamas Berghammer2016-11-091-1/+1
* 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
* [Test Suite] Properly quote python stringChris Bieneman2016-11-081-1/+1
* [Test Suite] Attempt to fix issue zturner reported to meChris Bieneman2016-11-081-1/+1
* Make space for FreeBSD core file testsPavel Labath2016-11-0712-10/+10
* make-core.sh: add FreeBSD supportEd Maste2016-11-051-9/+30
* Don't access the process in expressions w/o checking thatJim Ingham2016-11-031-0/+27
* 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
* [Test-Suite] Speculative fix for darwin botsChris Bieneman2016-10-311-2/+2
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-319-0/+179
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-3112-58/+48
* [Test Suite] Properly respect --framework optionChris Bieneman2016-10-312-12/+39
* Revert "[Test Suite] Pull generateSource into lldbtest"Chris Bieneman2016-10-2712-48/+58
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-2712-58/+48
* 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-264-1/+30
* Don't set a software stepping breakpoint at 0 on arm or mips.Pavel Labath2016-10-261-5/+0
OpenPOWER on IntegriCloud