Skip to content

Commit 84f48ee

Browse files
committed
Format
1 parent 10faf5b commit 84f48ee

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,16 @@ static lldb_private::RegisterInfo g_register_infos_mte[] = {
7979
DEFINE_EXTENSION_REG(mte_ctrl)};
8080

8181
static lldb_private::RegisterInfo g_register_infos_tls[] = {
82-
{"tpidr", nullptr, 8, 0, lldb::eEncodingUint, lldb::eFormatHex,
83-
{LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_REGNUM_GENERIC_TP}, nullptr, nullptr, nullptr},
82+
{"tpidr",
83+
nullptr,
84+
8,
85+
0,
86+
lldb::eEncodingUint,
87+
lldb::eFormatHex,
88+
{LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_REGNUM_GENERIC_TP},
89+
nullptr,
90+
nullptr,
91+
nullptr},
8492
// Only present when SME is present
8593
DEFINE_EXTENSION_REG(tpidr2)};
8694

lldb/test/API/linux/aarch64/tls_registers/TestAArch64LinuxTLSRegisters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def test_tls_no_sme(self):
102102
self.skipTest("SME must not be present.")
103103

104104
self.check_tls_reg(["tpidr"])
105-
106105

107106
@skipUnlessArch("aarch64")
108107
@skipUnlessPlatform(["linux"])

0 commit comments

Comments
 (0)