summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-047-96/+300
* Reapply "Make Scalar::GetValue more consistent"Pavel Labath2016-09-021-1/+0
* Revert "Make Scalar::GetValue more consistent"Pavel Labath2016-09-021-0/+1
* Bump up TestCallWithTimeout timeoutPavel Labath2016-09-021-2/+2
* Make Scalar::GetValue more consistentPavel Labath2016-09-021-1/+0
* Change the formula for tagged NSIndexPath data formattingEnrico Granata2016-09-013-0/+110
* XFail TestMemoryFind on 32-bit architecturesPavel Labath2016-09-011-0/+2
* Change "memory find" over to using a variation of the Boyer–Moore search al...Enrico Granata2016-09-013-0/+81
* Add a data formatter for std::function in libcxxEnrico Granata2016-08-313-0/+80
* Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata2016-08-312-2/+22
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-312-1/+2
* XFail new TestPyObjSynthProvider.py on linux until I can investigate the caus...Pavel Labath2016-08-311-0/+1
* Rename the test classEnrico Granata2016-08-301-1/+1
* Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata2016-08-304-0/+95
* This test now succeeds.Jim Ingham2016-08-271-1/+0
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-261-1/+3
* Make all the Function implementations different so the compiler won't share t...Jim Ingham2016-08-262-56/+54
* fix darwin_log test errors on macOS < 10.12Todd Fiala2016-08-241-0/+9
* Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_statePavel Labath2016-08-231-0/+5
* Remove a test that depends on knowing all compiler's register allocation sche...Jim Ingham2016-08-191-23/+0
* Fixing a Darwing test thats failing on windowsDimitar Vlahovski2016-08-191-1/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1944-0/+2721
OpenPOWER on IntegriCloud