From be9e83310e761e95862cb453e28b05d7b48d25ef Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 31 Jan 2001 18:33:30 +0000 Subject: [PATCH] (hook-run): Define to run xreload. --- src/.gdbinit | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/.gdbinit b/src/.gdbinit index 6b5ec279265..d9600338edc 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -344,10 +344,15 @@ end document xreload When starting Emacs a second time in the same gdb session under FreeBSD 2.2.5, gdb 4.13, $valmask and $nonvalbits have lost - their values. (The same happens on GNU/Linux with gdb 5.0.) + their values. (The same happens on current (2000) versions of GNU/Linux + with gdb 5.0.) This function reloads them. end +define hook-run + xreload +end + set print pretty on set print sevenbit-strings -- 2.39.2