[Lldb-commits] [PATCH] D64647: [lldb] [Process/NetBSD] Implement per-thread execution control
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 11:06:48 PDT 2019
mgorny marked 2 inline comments as done.
mgorny added inline comments.
================
Comment at: lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp:56
+ ret = NativeProcessNetBSD::PtraceWrapper(PT_SETSTEP, m_process.GetID(),
+ nullptr, -GetID());
+ if (ret.Success())
----------------
labath wrote:
> Is this really meant to be negative?
Good catch, it's leftover from `PT_STEP` usage…
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64647/new/
https://reviews.llvm.org/D64647
More information about the lldb-commits
mailing list