[Lldb-commits] [PATCH] D92667: [lldb] [Platform/POSIX] Use gdb-remote plugin when attaching

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 4 14:58:17 PST 2020


mgorny added a comment.

In D92667#2434223 <https://reviews.llvm.org/D92667#2434223>, @emaste wrote:

> No objection here. I'm curious why the two modified tests work on Linux or NetBSD today though?

What Kamil said. We're still having two plugins, while these other platforms have only a remote plugin nowadays. Nevertheless, the code here is inconsistent and it's worth fixing, even if it will make no difference long-term.


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

https://reviews.llvm.org/D92667



More information about the lldb-commits mailing list