[Lldb-commits] [PATCH] D84974: Enable Launching the Debugee in VSCode Terminal
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 3 07:19:53 PDT 2022
labath added a comment.
I'm pretty sure that's because YAMA prevents the attach operation. The test probably needs to launch the binary through something like this <https://github.com/llvm/llvm-project/blob/main/lldb/test/API/tools/lldb-server/attach-wait/shim.cpp>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84974/new/
https://reviews.llvm.org/D84974
More information about the lldb-commits
mailing list