Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
45c18993
Commit
45c18993
authored
Nov 07, 1992
by
Jim Blandy
Browse files
Added `mips' command.
parent
a0965605
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/.gdbinit
src/.gdbinit
+8
-0
No files found.
src/.gdbinit
View file @
45c18993
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment