diff options
| author | christos <christos@NetBSD.org> | 2020-05-01 17:00:42 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-05-01 17:00:42 +0000 |
| commit | 02ccff3841e4282b08e63e1f59dd8e174301f9b7 (patch) | |
| tree | f0c36ea63a0ffaa71b29e44d705873c87d097020 /sys/gdbscripts/modload | |
| parent | 54292fd0300abbff8844f26df2487421f173784c (diff) | |
mention the need to reload the kernel symbols
Diffstat (limited to 'sys/gdbscripts/modload')
| -rw-r--r-- | sys/gdbscripts/modload | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/gdbscripts/modload b/sys/gdbscripts/modload index fe9dd4da5e4..204d60539f2 100644 --- a/sys/gdbscripts/modload +++ b/sys/gdbscripts/modload @@ -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 |
