From cf09a9b6d260bc7f35fc4aa3cb3d5c7a76917d2e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 24 Nov 2020 18:45:36 -0500 Subject: [PATCH] Commentary --- docs/internals.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/internals.adoc b/docs/internals.adoc index fdf08a899..557d33b5e 100644 --- a/docs/internals.adoc +++ b/docs/internals.adoc @@ -959,9 +959,9 @@ Then, when the watch fires, to break at every following change to that node: To print a node: pn nodep - # or: call nodep->dumpGdb() # aliased to "pn" in src/.gdbinit + # or: call dumpGdb(nodep) # aliased to "pn" in src/.gdbinit pnt nodep - # or: call nodep->dumpTreeGdb() # aliased to "pnt" in src/.gdbinit + # or: call dumpTreeGdb(nodep) # aliased to "pnt" in src/.gdbinit When GDB halts, it is useful to understand that the backtrace will commonly show the iterator functions between each invocation of `visit` in the