Jacob Lalonde
6505bc3db0
[LLDB][AArch64] Make TPIDR a generic tp register ( #154444 )
...
Unlike x86, ARM doesn't support a generic thread pointer for TLS data,
so things like
```
reg read tp
...
memory read tp
```
Don't work, and you need to specify tpidr. This works, especially
because that's the name GDB uses. But for ease of use, and at the
request of @aperez I've made it so we can reference it via `tp`.
I personally don't have an aarch machine, and all the arm examples in
`Shell/Register/Core` are freebsd and don't contain tpidr, so I was
unable to add a shell test for this. I added a test to the AARCH
register tests, but without an Aarch machine I'm hoping these work.
2025-09-04 10:37:52 -07:00
..
2023-02-20 10:38:18 -08:00
2025-07-30 11:24:35 +01:00
2025-07-30 11:24:35 +01:00
2025-08-27 14:05:38 +01:00
2023-04-04 21:21:45 +01:00
2023-03-27 13:42:14 -07:00
2023-03-27 13:42:14 -07:00
2023-03-27 13:42:14 -07:00
2025-08-20 14:33:27 -07:00
2025-08-20 14:33:27 -07:00
2025-08-20 14:33:27 -07:00
2025-08-20 14:33:27 -07:00
2025-02-06 09:12:44 +01:00
2025-01-14 15:19:22 +00:00
2023-09-19 10:49:57 +00:00
2025-06-24 09:54:14 -07:00
2023-03-27 13:42:14 -07:00
2025-01-14 09:16:11 +08:00
2023-01-29 18:07:56 +08:00
2023-07-20 16:32:47 -07:00
2025-06-25 10:31:38 +01:00
2025-06-25 10:31:38 +01:00
2025-06-30 16:27:44 +03:00
2025-06-30 16:27:44 +03:00
2024-12-12 10:04:24 +08:00
2024-12-12 10:04:24 +08:00
2025-08-27 14:05:38 +01:00
2025-08-27 14:05:38 +01:00
2024-12-13 10:06:55 +08:00
2024-12-13 10:06:55 +08:00
2024-08-27 10:59:31 -07:00
2023-07-20 16:32:47 -07:00
2025-08-27 14:05:38 +01:00
2025-08-27 14:05:38 +01:00
2023-03-27 13:42:14 -07:00
2023-12-04 23:21:45 -05:00
2025-01-15 11:03:33 -05:00
2025-01-15 11:03:33 -05:00
2023-07-20 16:32:47 -07:00
2023-04-13 11:30:00 +00:00
2024-11-14 09:28:27 -08:00
2025-04-23 22:10:15 -07:00
2025-04-23 22:10:15 -07:00
2024-11-14 09:28:27 -08:00
2023-04-13 11:30:00 +00:00
2023-04-05 13:25:43 +02:00
2023-04-05 13:25:43 +02:00
2023-04-05 13:25:43 +02:00
2023-07-20 16:32:47 -07:00
2023-04-05 19:54:23 +08:00
2023-04-05 20:16:48 +02:00
2023-12-04 23:21:45 -05:00
2023-02-07 12:39:46 +00:00
2023-12-04 23:21:45 -05:00
2025-01-24 13:42:06 +00:00
2025-01-24 13:42:06 +00:00
2025-01-14 09:16:11 +08:00
2025-01-14 09:16:11 +08:00
2024-01-17 07:23:58 -05:00
2025-05-19 16:04:50 -07:00
2025-05-19 16:04:50 -07:00
2024-09-04 15:31:59 +01:00
2023-07-20 16:32:47 -07:00
2023-07-20 16:32:47 -07:00
2025-08-01 15:40:14 -07:00
2025-04-04 18:43:31 -07:00
2023-04-13 11:30:00 +00:00
2023-04-13 11:30:00 +00:00
2025-07-28 16:40:00 +01:00
2025-07-28 16:09:24 +01:00
2023-04-05 13:25:43 +02:00
2025-09-04 10:37:52 -07:00
2025-08-07 13:01:52 -07:00
2023-04-13 11:30:00 +00:00
2025-01-14 09:16:11 +08:00
2025-01-14 09:16:11 +08:00
2025-05-19 16:04:50 -07:00
2025-05-19 16:04:50 -07:00
2025-05-19 16:04:50 -07:00
2024-09-04 15:31:59 +01:00
2023-04-13 11:30:00 +00:00
2025-09-04 10:37:52 -07:00
2024-11-14 09:28:27 -08:00
2023-04-13 11:30:00 +00:00
2025-01-14 09:16:11 +08:00
2023-04-13 11:30:00 +00:00
2023-04-13 11:30:00 +00:00
2023-04-13 11:30:00 +00:00
2023-04-13 11:30:00 +00:00
2025-05-19 16:04:50 -07:00
2024-09-04 15:31:59 +01:00
2023-04-13 11:30:00 +00:00
2023-07-21 11:42:42 +08:00
2023-07-20 16:32:47 -07:00
2023-09-27 09:14:40 -07:00
2023-04-13 11:30:00 +00:00
2025-02-13 11:30:10 -08:00
2024-02-14 13:06:20 -08:00
2025-03-25 06:50:52 -03:00
2025-03-25 06:52:07 -03:00