[Lldb-commits] [PATCH] D90757: [lldb] Enable FreeBSDRemote plugin by default and update test status
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 6 03:47:41 PST 2020
krytarowski added a comment.
In D90757#2378404 <https://reviews.llvm.org/D90757#2378404>, @theraven wrote:
> Does the new plugin work with processes that are created with `pdfork`? The last time I tried this, it caused the old plugin to lock up the debugger entirely. Please can you ensure that there are tests that cover `pdfork` and `cap_enter` in the child? These are currently quite badly broken.
Can you show an example of a program (ideally minimal) that is supposed to work but hangs? Does GDB support pdfork-ed children?
There is also TRAP_CAP and I'm not sure what should we do upon it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90757/new/
https://reviews.llvm.org/D90757
More information about the lldb-commits
mailing list