[Lldb-commits] [PATCH] D66655: [lldb] Fix x86 compilation
Tatyana Krasnukha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 26 08:57:29 PDT 2019
tatyana-krasnukha added a comment.
A few typos remained after copy-pasting
================
Comment at: source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp:279
// This is likely an internal register for lldb use only and should not be
// directly queried.
error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb "
----------------
written?
================
Comment at: source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp:281
error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb "
"register, cannot read directly",
reg_info->name);
----------------
write
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66655/new/
https://reviews.llvm.org/D66655
More information about the lldb-commits
mailing list