[all-commits] [llvm/llvm-project] b9bfe8: [lldb] [debugserver] Add stN aliases for stmmN for...
Michał Górny via All-commits
all-commits at lists.llvm.org
Wed Jan 6 17:15:27 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b9bfe8a75306b211dc53291d28a31c0f37be2a2c
https://github.com/llvm/llvm-project/commit/b9bfe8a75306b211dc53291d28a31c0f37be2a2c
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M lldb/test/API/commands/register/register/register_command/TestRegisters.py
M lldb/test/CMakeLists.txt
M lldb/test/Shell/Register/x86-multithread-write.test
M lldb/test/Shell/lit.cfg.py
M lldb/test/Shell/lit.site.cfg.py.in
M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
Log Message:
-----------
[lldb] [debugserver] Add stN aliases for stmmN for compatibility
Add stN aliases for the FPU (stmmN) registers on MacOSX. This should
improve compatibility between MacOSX and other platforms, and partially
fix x86*-fp-write tests without having to duplicate them. Note that
the tests are currently still broken due to ftag incompatibility.
Differential Revision: https://reviews.llvm.org/D91847
More information about the All-commits
mailing list