Source-Changes-HG archive

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

[src/trunk]: src/sys/gdbscripts gdb has been fixed, so no need to reload the ...



details:   https://anonhg.NetBSD.org/src/rev/4f870d6b7752
branches:  trunk
changeset: 932216:4f870d6b7752
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 02 12:58:46 2020 +0000

description:
gdb has been fixed, so no need to reload the symbol file.

diffstat:

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

diffs (12 lines):

diff -r 3723ea89bebc -r 4f870d6b7752 sys/gdbscripts/modload
--- a/sys/gdbscripts/modload    Sat May 02 12:56:55 2020 +0000
+++ b/sys/gdbscripts/modload    Sat May 02 12:58:46 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index