summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...Jim Ingham2016-02-263-0/+158
* XFail TestInlines.py on Windows with clang.Adrian McCarthy2016-02-251-0/+1
* Get register context for the 32-bit process in a WoW64 process minidumpAdrian McCarthy2016-02-253-0/+107
* xfail case sensitivity test on Linux.Zachary Turner2016-02-241-0/+1
* Some fixes for case insensitive paths on Windows.Zachary Turner2016-02-243-0/+134
* XFAIL TestInlines for Linux with gccTamas Berghammer2016-02-231-1/+3
* Actually commit the test for r261598.Sean Callanan2016-02-232-1/+50
* Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linuxPavel Labath2016-02-221-0/+1
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-1919-26/+22
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Enable TestUnicodeLiteralsPavel Labath2016-02-191-4/+0
* Mark TestLldbGdbServer.test_software_breakpoint_set_and_remove_work_llgs as f...Pavel Labath2016-02-191-0/+1
* Make sure code that is in the middle of figuring out the correct architectureJim Ingham2016-02-182-1/+63
* Remove expectedFlakeyFreeBSD decorator for prompt settingEd Maste2016-02-181-1/+0
* Add target and host platform enumerations so we're not using strings.Zachary Turner2016-02-185-7/+57
* Bump up timeout in TestChangeProcessGroupPavel Labath2016-02-161-1/+1
* Mark TestLldbGdbServer.test_written_M_content_reads_back_correctly as flaky o...Pavel Labath2016-02-161-0/+1
* [TestLibCxxAtomic] Skip for GCC.Siva Chandra2016-02-131-0/+1
* [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.Siva Chandra2016-02-131-0/+1
* Data formatter support for libc++ std::atomic<T>Enrico Granata2016-02-123-0/+81
* Adjust for Python-3.Siva Chandra2016-02-122-0/+4
* Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals.Sean Callanan2016-02-123-1/+1
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-124-64/+1
* When calling TypeSystemMap::Clear, objects being destroyed in the process of Jim Ingham2016-02-121-17/+16
* XFAIL TestCommandScriptImmediateOutput on FreeBSD alsoEd Maste2016-02-111-1/+1
* Fix copy/paste error in TestCModules.Zachary Turner2016-02-101-1/+1
* Remove skipUnlessListedRemote.Zachary Turner2016-02-101-12/+0
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-1029-67/+59
* [LLDB][MIPS] Generalise MIPS arch namesMohit K. Bhakkad2016-02-103-3/+3
* Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata2016-02-102-0/+13
* Remove FreeBSD failure decorator from TestCppIncompleteTypesEd Maste2016-02-101-1/+0
* Fix incorrect usage of `str` in _match_decorator_property.Zachary Turner2016-02-091-1/+1
* Remove skipIf<compiler> decorators.Zachary Turner2016-02-0915-25/+16
* Remove decorators related to debug info types.Zachary Turner2016-02-096-31/+6
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-0922-43/+26
* Remove expected failure and skip decorators for host os.Zachary Turner2016-02-098-44/+38
* Fix a typo in an xfail decorator in TestExprsCharTamas Berghammer2016-02-091-1/+1
* [TestExprsChar] Fix a typo is failure archs listSiva Chandra2016-02-091-1/+1
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-099-25/+10
* Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.Zachary Turner2016-02-093-20/+4
* Remove the skipUnlessArch decorator.Zachary Turner2016-02-093-35/+8
* A number of improvements to decorator conditionals.Zachary Turner2016-02-084-28/+30
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-08117-193/+181
* Show real error message in -data-evaluate-expressionEugene Leviant2016-02-081-1/+1
* Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"Pavel Labath2016-02-081-0/+1
* Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata2016-02-061-0/+48
* Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-053-0/+275
* Bump up the packet timeout for gdbremote testsPavel Labath2016-02-051-1/+1
OpenPOWER on IntegriCloud