Force gdb-remote plugin when attaching using the derivatives
of PlatformPOSIX class. This is consistent with the behavior
for launching processes (via DebugProcess() method) and guarantees
consistent plugin choice on FreeBSD.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
No objection here. I'm curious why the two modified tests work on Linux or NetBSD today though?
Comment Actions
This is a debt of having 2 process plugins. NetBSD and Linux ship with a single one only.
Comment Actions
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.