[Lldb-commits] [PATCH] D117559: [lldb] Remove remote testing ability from lldb**-server** tests

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 18 06:26:13 PST 2022


labath created this revision.
labath added reviewers: hhb, omjavaid, ted.
labath requested review of this revision.
Herald added a project: LLDB.

It was only ever implemented for linux (and android), and even that
implementation is fairly hacky and flaky (e.g. it is relying on
launching the server multiple to avoid port collisions). It is also in
the way of making further changes/cleanups in this area.

If noone is relying on this feature, I think it'd be better to remove
it, and start over if it becomes needed again.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117559

Files:
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117559.400826.patch
Type: text/x-patch
Size: 7089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220118/db30a746/attachment.bin>


More information about the lldb-commits mailing list