From 45c18993b7f4958b2e6b3ae3895786264b05c8f4 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 7 Nov 1992 05:29:26 +0000 Subject: [PATCH] Added `mips' command. --- src/.gdbinit | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/.gdbinit b/src/.gdbinit index f75d7532a7f..f773ec244cc 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -12,6 +12,14 @@ end # 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