summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
Commit message (Expand)AuthorAgeFilesLines
* Update a few tests that may change the platform to save & restoreJason Molenda2019-08-211-0/+8
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-023-3/+0
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-291-0/+1
* @skipIfXmlSupportMissing TestRecognizeBreakpointPavel Labath2019-07-011-0/+1
* Replace tabs with spaces.Adrian Prantl2019-06-291-2/+2
* Make sure the thread list is updated before you set the stop reasonJim Ingham2019-06-283-0/+206
* Support nested target.xml register definition files, lack of reg group markers.Jason Molenda2019-06-261-0/+238
* Change the disabling of packet logging to be in TearDownHook lambdas.Jason Molenda2019-05-104-12/+9
* Ted pointed out that some of test tests that are enabling packetJason Molenda2019-05-104-7/+17
* Fix llvm_unreachable in TestWriteMemoryPavel Labath2019-04-021-1/+1
* [Process] Fix WriteMemory return valueMed Ismail Bennani2019-04-011-0/+29
* Fix the gdb-client test suite for python3Pavel Labath2019-02-151-12/+5
* [lldbsuite] Disable TestStopPCs when there's no XML supportStella Stamenova2018-12-061-0/+2
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-091-0/+64
* Support nwere versions of the Segger J-Link jtag board software.Jason Molenda2018-10-232-2/+154
* [lldbsuite] Make the names of test classes uniqueStella Stamenova2018-10-151-1/+1
* Commit my attempt to test the change to ProcessGDBRemoteJason Molenda2018-09-122-0/+52
* Fix deadlock in gdb-client testsPavel Labath2018-08-301-1/+1
* Update TestTargetXMLArch.py test for llvm triple change with unspecifiedJason Molenda2018-08-131-1/+1
* Fix whitespace in the python test suite.Raphael Isemann2018-07-272-7/+7
* [lit] Fix several tests that fail when using Python 3 or on WindowsStella Stamenova2018-05-142-6/+16
* Report more precise error message when attach failsPavel Labath2018-04-182-0/+36
* Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-132-0/+95
* Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-122-95/+0
* Don't assume backing thread shares protocol ID.Jonas Devlieghere2018-04-122-0/+95
* Add a test for setting the load address of a module with differing physical/v...Pavel Labath2018-03-261-0/+19
* [LLDB] Fix TestTargetXMLArch's expected archPavel Labath2018-03-201-1/+1
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-202-2/+63
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-61/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+61
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-191-1/+1
* Make gdb-client tests generate binaries in the build treePavel Labath2018-02-191-7/+1
* @skipIfRemote TestTargetXMLArchPavel Labath2018-02-151-0/+1
* Skip TestTargetXMLArch on non-darwin OSsPavel Labath2018-02-121-0/+1
* Looks like this fails when built i386 on linux bots, possible targetJason Molenda2018-02-101-0/+1
* Add test case for x86_64 architecture recognition in theJason Molenda2018-02-102-1/+122
* Rewrite the flaky test_restart_bug test in a more deterministic wayPavel Labath2018-02-082-2/+93
* mock_gdb_server: rectify ack handling codePavel Labath2018-02-011-11/+3
* [lldb] Generic base for testing gdb-remote behaviorPavel Labath2018-01-293-0/+489
OpenPOWER on IntegriCloud