aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2001-01-31 18:33:30 +0000
committerDave Love2001-01-31 18:33:30 +0000
commitbe9e83310e761e95862cb453e28b05d7b48d25ef (patch)
tree654677293561f7c0fb6eed833cdca6e609ccc6a4 /src
parent3102e429e643bf64f7d12cb97537cdf70c66f950 (diff)
downloademacs-be9e83310e761e95862cb453e28b05d7b48d25ef.tar.gz
emacs-be9e83310e761e95862cb453e28b05d7b48d25ef.zip
(hook-run): Define to run xreload.
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 6b5ec279265..d9600338edc 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -344,10 +344,15 @@ end
344document xreload 344document xreload
345 When starting Emacs a second time in the same gdb session under 345 When starting Emacs a second time in the same gdb session under
346 FreeBSD 2.2.5, gdb 4.13, $valmask and $nonvalbits have lost 346 FreeBSD 2.2.5, gdb 4.13, $valmask and $nonvalbits have lost
347 their values. (The same happens on GNU/Linux with gdb 5.0.) 347 their values. (The same happens on current (2000) versions of GNU/Linux
348 with gdb 5.0.)
348 This function reloads them. 349 This function reloads them.
349end 350end
350 351
352define hook-run
353 xreload
354end
355
351set print pretty on 356set print pretty on
352set print sevenbit-strings 357set print sevenbit-strings
353 358