llvm-project/lldb/source/Plugins/Platform
Pavel Labath 4b284b9ca8 [lldb] Fix TestPlatformProcessConnect.py
The test was marked as remote-only, which means it was run ~never, and
accumulated various problems. This commit modifies the test to run
locally and includes a couple of other fixes necessary to make it run:
- moves the "invoke" method into the "Base" test class
- adds []'s around the IP address in a couple more places to make things
  work with IPv6

The test is now marked as skipped when running the remote test suite. It
would be possible to make it run both locally and remotely, but this
would require writing a lot special logic for the remote case, and that
is not worth it.
2021-01-14 09:49:19 +01:00
..
Android [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
FreeBSD [lldb] Enable FreeBSDRemote plugin by default and update test status 2020-11-05 17:49:46 +01:00
Linux [lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned. 2020-10-27 16:25:01 +01:00
MacOSX [lldb] Treat remote macOS debugging like any other remote darwin platform 2020-12-02 17:03:22 -08:00
NetBSD [lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned. 2020-10-27 16:25:01 +01:00
OpenBSD [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
POSIX [lldb] "target create" shouldn't save target if the command failed 2020-12-12 16:40:58 +03:00
Windows [lldb] "target create" shouldn't save target if the command failed 2020-12-12 16:40:58 +03:00
gdb-server [lldb] Fix TestPlatformProcessConnect.py 2021-01-14 09:49:19 +01:00
CMakeLists.txt [Platform] Remove Kalimba Platform 2019-03-27 16:23:50 +00:00