summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-08-22 18:24:14 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-08-23 07:59:54 +0900
commit00054de6b5ca65f87ca561f31daeb094442638fc (patch)
tree983b7726a3a539e4ac11d0dee3be0a2943708099 /.gdbinit
parentff552389137c2d0af16c63e82bfc7e123be30198 (diff)
Remove nd_entry from NODE_GASGN and NODE_GVAR
After a0f12a0258e4020bd657ee80b7d8f22bd33ea223 NODE_GASGN and NODE_GVAR hold same value on both nd_vid and nd_entry. This commit stops setting value to nd_entry and makes to use only nd_vid.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8261
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gdbinit b/.gdbinit
index 9841c1466d..7dd3336e28 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -689,11 +689,6 @@ define nd_stts
end
-define nd_entry
- printf "%su3.entry%s: ", $color_highlite, $color_end
- p ($arg0).u3.entry
-end
-
define nd_vid
printf "%su1.id%s: ", $color_highlite, $color_end
p ($arg0).u1.id