diff src/.gdbinit @ 1551:1f7d20c707c0 jimb-sync-Nov-3-1992

Added `mips' command.
author Jim Blandy <jimb@redhat.com>
date Sat, 07 Nov 1992 05:29:26 +0000
parents 0ffcf74fb8ad
children 2c65d1a8af09
line wrap: on
line diff
--- 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