Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/gdbscripts mention the need to reload the kernel symbols



details:   https://anonhg.NetBSD.org/src/rev/e260bc60fc15
branches:  trunk
changeset: 932177:e260bc60fc15
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 01 17:00:42 2020 +0000

description:
mention the need to reload the kernel symbols

diffstat:

 sys/gdbscripts/modload |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a699bdbf2226 -r e260bc60fc15 sys/gdbscripts/modload
--- a/sys/gdbscripts/modload    Fri May 01 16:29:34 2020 +0000
+++ b/sys/gdbscripts/modload    Fri May 01 17:00:42 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index