diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:25 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:25 -0800 |
commit | db04688faa20f3576257c0fe41752ec435beab9a (patch) | |
tree | 6d638c2e1f65afd5f49d20b2d22ce35bd74705ff /.gdbinit | |
parent | 1edcb9b62a1a520eddae8403c19d841c9b18737f (diff) | |
download | scm-db04688faa20f3576257c0fe41752ec435beab9a.tar.gz scm-db04688faa20f3576257c0fe41752ec435beab9a.zip |
Import Upstream version 5c3upstream/5c3
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -64,7 +64,7 @@ define scm call newline(sys_protects[2]),(void)0 end -define load +define lload if (errjmp_bad) echo sorry, errjmp_bad\n else @@ -94,3 +94,17 @@ end document cdr CDR of $ end + +define disp + call iprin1($arg0, sys_protects[2], 0) + echo \n +end + +define writ + call iprin1($arg0, sys_protects[2], 1) + echo \n +end + + + + |