Project

General

Profile

Actions

Feature #17647

open

Print register `r11` on 32-bit ARM Linux

Added by xtkoba (Tee KOBAYASHI) about 3 years ago. Updated almost 3 years ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:<unknown>]

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

ruby-arm-register-r11.patch (369 Bytes) ruby-arm-register-r11.patch xtkoba (Tee KOBAYASHI), 02/20/2021 10:01 AM
Actions #1

Updated by jeremyevans0 (Jeremy Evans) about 3 years ago

  • Tracker changed from Bug to Feature
  • Backport deleted (2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN)
Actions

Also available in: Atom PDF

Like0
Like0Like0