# HG changeset patch # User Jim Blandy # Date 721114166 0 # Node ID 1f7d20c707c010983c2d3821964244f57ef37fcc # Parent 279b5a572def3af17d067c53e3ca81971127cac4 Added `mips' command. diff -r 279b5a572def -r 1f7d20c707c0 src/.gdbinit --- a/src/.gdbinit Sat Nov 07 04:05:32 1992 +0000 +++ b/src/.gdbinit Sat Nov 07 05:29:26 1992 +0000 @@ -12,6 +12,14 @@ # machine-description files. set $data_seg_bits = 0 +define mips +set $data_seg_bits = 0x10000000 +end +document mips +Set up the xfoo macros to deal with the MIPS processor. +Specifically, this sets $data_seg_bits to the right thing. +end + define xtype output (enum Lisp_Type) (($ >> 24) & 0x7f) echo \n