diff options
| author | Peter Collingbourne <pcc@google.com> | 2021-11-05 18:40:52 -0700 |
|---|---|---|
| committer | Peter Collingbourne <pcc@google.com> | 2021-11-05 18:59:26 -0700 |
| commit | 47d784e9f2ffe128a5564b111698c0103e88d62b (patch) | |
| tree | 0736c074c014637e0603c633419face7050944bf /debuggerd/debuggerd_test.cpp | |
| parent | 80fccb3c9a532ee9d16389de0d54dae88b091665 (diff) | |
Add a human readable description of the tagged_addr_ctrl value to tombstones.
Change-Id: Ib9860b282cf749891e0f6ef7697669b94235c236
Diffstat (limited to 'debuggerd/debuggerd_test.cpp')
| -rw-r--r-- | debuggerd/debuggerd_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debuggerd/debuggerd_test.cpp b/debuggerd/debuggerd_test.cpp index 59643d9d31..75f9921aa2 100644 --- a/debuggerd/debuggerd_test.cpp +++ b/debuggerd/debuggerd_test.cpp @@ -343,7 +343,8 @@ TEST_F(CrasherTest, smoke) { if (mte_supported()) { // Test that the default TAGGED_ADDR_CTRL value is set. - ASSERT_MATCH(result, R"(tagged_addr_ctrl: 000000000007fff3)"); + ASSERT_MATCH(result, R"(tagged_addr_ctrl: 000000000007fff3)" + R"( \(PR_TAGGED_ADDR_ENABLE, PR_MTE_TCF_SYNC, mask 0xfffe\))"); } } |
