[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
Wed Jan 19 02:40:14 PST 2022


labath added a comment.

Thanks for the info. If you are using it then I think we can come up with something would support your use case. TBH, I am kinda surprised this even works (are you sure you're running lldb-*server* tests and not just the "normal" lldb ones?) -- I haven't seen any patches in this area, so I expected it to have bitrotted.

The main thing which is in my way me is the (flaky) forward-connection mode. Would it be ok if we used reverse connections here? I am assuming we don't have to worry about firewalls with qemu..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117559/new/

https://reviews.llvm.org/D117559



More information about the lldb-commits mailing list