comparison 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
comparison
equal deleted inserted replaced
1550:279b5a572def 1551:1f7d20c707c0
9 end 9 end
10 10
11 # Set this to the same thing as the DATA_SEG_BITS macro in your 11 # Set this to the same thing as the DATA_SEG_BITS macro in your
12 # machine-description files. 12 # machine-description files.
13 set $data_seg_bits = 0 13 set $data_seg_bits = 0
14
15 define mips
16 set $data_seg_bits = 0x10000000
17 end
18 document mips
19 Set up the xfoo macros to deal with the MIPS processor.
20 Specifically, this sets $data_seg_bits to the right thing.
21 end
14 22
15 define xtype 23 define xtype
16 output (enum Lisp_Type) (($ >> 24) & 0x7f) 24 output (enum Lisp_Type) (($ >> 24) & 0x7f)
17 echo \n 25 echo \n
18 end 26 end