summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-134-4/+0
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-032-96/+162
* Remove extraneous log enabling.Jason Molenda2019-11-221-1/+0
* Handle the case where the 'g' packet doesn't get all regs.Jason Molenda2019-11-202-1/+199
* Fix TestNoGPacketSupported on linuxPavel Labath2019-11-111-2/+2
* Temporarily change the default for use-g-packet-for-reading to false,Jason Molenda2019-11-082-1/+4
* Test case to verify that lldb falls back to p/P if g is unsupportedJason Molenda2019-11-081-0/+98
* [lldb-server] Add setting to force 'g' packet useGuilherme Andrade2019-11-072-1/+85
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-161-4/+36
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+65
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-69/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+69
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-60/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+60
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-56/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+56
* Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl2019-10-122-65/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-112-2/+65
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-112-61/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-112-2/+61
* Increase timeout in gdbclientutils.py to decrease chance of test failing unde...Adrian Prantl2019-10-101-1/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour2019-10-082-64/+2
* [gdb-remote] process properly effective uidWalter Erquinigo2019-10-071-2/+6
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-072-2/+60
* The setUp/tearDown methods I added mssed up the test function; reorder.Jason Molenda2019-09-131-6/+7
* 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
OpenPOWER on IntegriCloud