[Lldb-commits] [PATCH] D63594: [lldb] [Process/NetBSD] Simplify register buffer usage
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 20 04:52:05 PDT 2019
mgorny added a comment.
I'll try to simplify it in a few steps and see how that goes. All I'm saying is that ultimately having some `DoRegisterSet()` wrapper that calls `ptrace()` and avoids repeating getting PID/TID may help. Though admittely it saves very little actual code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63594/new/
https://reviews.llvm.org/D63594
More information about the lldb-commits
mailing list