From: xtkoba+ruby@... Date: 2021-04-30T11:22:01+00:00 Subject: [ruby-core:103670] [Ruby master Feature#17647] Print register `r11` on 32-bit ARM Linux Issue #17647 has been updated by xtkoba (Tee KOBAYASHI). PR: https://github.com/ruby/ruby/pull/4436 ---------------------------------------- Feature #17647: Print register `r11` on 32-bit ARM Linux https://bugs.ruby-lang.org/issues/17647#change-91764 * Author: xtkoba (Tee KOBAYASHI) * Status: Open * Priority: Normal ---------------------------------------- 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) -- https://bugs.ruby-lang.org/ Unsubscribe: