[Lldb-commits] [PATCH] D144904: [Linux] Add kernel.yama.ptrace_scope note when ptrace fails to attach.

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 28 01:16:17 PST 2023


DavidSpickett added inline comments.


================
Comment at: lldb/unittests/Process/Linux/ProcfsTests.cpp:113
+
+  // At this point we shouldn't fail parsing the core ids
+  Expected<int> ptrace_scope = GetPtraceScope();
----------------
What do you mean by core ids?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144904



More information about the lldb-commits mailing list