Module Name: src
Committed By: christos
Date: Fri May 1 17:00:43 UTC 2020
Modified Files:
src/sys/gdbscripts: modload
Log Message:
mention the need to reload the kernel symbols
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/sys/gdbscripts/modload:1.2
--- src/sys/gdbscripts/modload:1.1 Tue Apr 28 15:45:58 2020
+++ src/sys/gdbscripts/modload Fri May 1 13:00:42 2020
@@ -1,5 +1,7 @@
-# $NetBSD: modload,v 1.1 2020/04/28 19:45:58 christos Exp $
+# $NetBSD: modload,v 1.2 2020/05/01 17:00:42 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