Actions
Feature #17647
openPrint register `r11` on 32-bit ARM Linux
Status:
Open
Priority:
Normal
Assignee:
-
Target version:
-
Description
In (32-bit) ARM, register r11
is a general purpose register which is often used as the frame pointer (fp
), and there seems no reason not to print the value of it. In fact, the value of the (potential) frame pointer is printed for every other architecture; x29
(or fp
in Apple) in Aarch64, EBP
in i386, RBP
in x86_64, and s0
in RISC-V.
Files
Updated by jeremyevans0 (Jeremy Evans) about 1 year ago
- Backport deleted (
2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN) - Tracker changed from Bug to Feature
Updated by xtkoba (Tee KOBAYASHI) about 1 year ago
Actions