[Lldb-commits] [PATCH] D73802: [lldb] Introduce i386 support in NetBSD Process plugin
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 31 22:25:29 PST 2020
mgorny marked an inline comment as done.
mgorny added inline comments.
================
Comment at: lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp:62
+ GPR gpr;
+ FPR_i386 i387;
+ uint32_t u_debugreg[8]; // Debug registers (DR0 - DR7).
----------------
krytarowski wrote:
> Please add `uint32_t tlsbase;`.
To what purpose? It's not being used anywhere.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73802/new/
https://reviews.llvm.org/D73802
More information about the lldb-commits
mailing list