Module Name: src
Committed By: christos
Date: Sat May 2 12:58:46 UTC 2020
Modified Files:
src/sys/gdbscripts: modload
Log Message:
gdb has been fixed, so no need to reload the symbol file.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/gdbscripts/modload
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/gdbscripts/modload
diff -u src/sys/gdbscripts/modload:1.2 src/sys/gdbscripts/modload:1.3
--- src/sys/gdbscripts/modload:1.2 Fri May 1 13:00:42 2020
+++ src/sys/gdbscripts/modload Sat May 2 08:58:46 2020
@@ -1,7 +1,5 @@
-# $NetBSD: modload,v 1.2 2020/05/01 17:00:42 christos Exp $
+# $NetBSD: modload,v 1.3 2020/05/02 12:58:46 christos Exp $
# Load the symbol files for all active modules
-# Note that you need to re-run add-symbol-file netbsd.gdb after you
-# load the modules.
define modload
set $h = module_list
set $e = $h.tqh_first