[Lldb-commits] [PATCH] D73802: [lldb] Introduce i386 support in NetBSD Process plugin
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 31 13:50:01 PST 2020
krytarowski 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).
----------------
Please add `uint32_t tlsbase;`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73802/new/
https://reviews.llvm.org/D73802
More information about the lldb-commits
mailing list