summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* XFAIL TestSBData for gcc-4.9 i386Pavel Labath2016-09-301-0/+1
* Add the tracking radar on our end.Jim Ingham2016-09-301-1/+1
* Prefer skipping over x-failingEnrico Granata2016-09-301-1/+1
* Do not assume we will be able to discover the return type of this selector ca...Enrico Granata2016-09-301-1/+1
* Add some logging when trace is on. We're getting a bot failure on i386 that ...Jim Ingham2016-09-291-8/+15
* Don't expect new-style Objective-C literals to work on i386 with the V1 runtime.Sean Callanan2016-09-291-0/+1
* Fixed TestObjCMethods2/i386 by separating out the portions that require ObjC V2.Sean Callanan2016-09-291-13/+17
* This test will not work in i386 mode because we don't create interesting type...Enrico Granata2016-09-291-0/+1
* Fix an issue where libc++ changed the type information we get for std::map::i...Enrico Granata2016-09-282-10/+10
* Add the ability for the task port to change when a process execs.Greg Clayton2016-09-281-1/+0
* use assertEquals in TestSBTypeClassMembersTodd Fiala2016-09-281-26/+33
* convert TestFatArchives.py over to no-debug-info testTodd Fiala2016-09-271-11/+4
* xfail TestExec.py on macOSTodd Fiala2016-09-271-0/+1
* added Linux support for test timeout samplingTodd Fiala2016-09-262-16/+39
* Added a setting that enables saving all .o files from a given JIT expression.Sean Callanan2016-09-263-0/+76
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-262-3/+3
* Remove ancient icc decoratorsPavel Labath2016-09-264-12/+0
* Remove an ancient XFAIL from TestBuiltinTrapPavel Labath2016-09-261-6/+0
* Allow for tests to be disabled at runtimeFrancis Ricci2016-09-234-1/+93
* add hook for calling platform-dependent pre-kill action on a timed out testTodd Fiala2016-09-232-27/+142
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-3/+57
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-1/+34
* Fix parsing expressions to evaluate with spaces and optional args (MI)Ilia K2016-09-221-5/+14
* add stop column highlighting supportTodd Fiala2016-09-214-14/+65
* Probably should add the breakpoint names test directory as well...Jim Ingham2016-09-213-0/+200
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-45/+99
* add availability check to DarwinLog event testsTodd Fiala2016-09-161-0/+13
* First tests for serializing breakpoints.Jim Ingham2016-09-163-0/+206
* Fix TestSymbolContextTwoFiles on Android after rL281595Tamas Berghammer2016-09-151-1/+1
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-154-19/+71
* Force c++14 when running tests on Windows.Zachary Turner2016-09-131-0/+1
* TestQueues could error out because the one second sleep main.c wasJason Molenda2016-09-132-3/+6
* Reduce the number of simultaneous debug sessions to 10 and removeJason Molenda2016-09-132-2/+1
* xfail TestQueues.py and TestDarwinLogFilterMatchMessage.pyTodd Fiala2016-09-122-0/+9
* Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)Ilia K2016-09-121-0/+101
* xfail DarwinLog "filter message by regex" testsTodd Fiala2016-09-091-0/+10
* [LLDB][MIPS] Fix TestEhFrameUnwind.py for MIPSNitesh Jain2016-09-091-3/+29
* [LLDB][MIPS] Fix TestLldbGdbServer.py failureNitesh Jain2016-09-091-1/+3
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-087-4/+172
* Fix test breakage in r280919Pavel Labath2016-09-081-1/+5
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+39
* Revert "Fix tests on Windows."Zachary Turner2016-09-061-2/+2
* Fix tests on Windows.Zachary Turner2016-09-061-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-06635-13635/+23752
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-067-156/+4
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-0627-0/+466
* remove dependence of TestGdbRemoteExitCode.py on parent directory sourceTodd Fiala2016-09-053-4/+391
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-057-4/+156
* Add default_packet_timeout key to the new TestGdbRemoteHostInfo testPavel Labath2016-09-051-1/+2
* XFAIL TestGdbRemoteExitCode failing testsTodd Fiala2016-09-041-0/+2
OpenPOWER on IntegriCloud