[Lldb-commits] [PATCH] D91504: [lldb] Use translated full ftag values [WIP]
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 15 10:28:45 PST 2020
mgorny added a comment.
I'll port to other platforms once we agree on the approach.
================
Comment at: lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:534
+ // TODO
+ if (reg_info->kinds[lldb::eRegisterKindLLDB] == lldb_ftag_x86_64) {
+ uint8_t abridged_tw = *(uint8_t *)src;
----------------
@labath, any suggestion what kind of test to use here? Maybe against `&m_xstate->fxsave.ftag` address?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91504/new/
https://reviews.llvm.org/D91504
More information about the lldb-commits
mailing list