Commentary

This commit is contained in:
Wilson Snyder 2020-11-24 18:45:36 -05:00
parent dc306cf371
commit cf09a9b6d2
1 changed files with 2 additions and 2 deletions

View File

@ -959,9 +959,9 @@ Then, when the watch fires, to break at every following change to that node:
To print a node: To print a node:
pn nodep pn nodep
# or: call nodep->dumpGdb() # aliased to "pn" in src/.gdbinit # or: call dumpGdb(nodep) # aliased to "pn" in src/.gdbinit
pnt nodep 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 When GDB halts, it is useful to understand that the backtrace will commonly
show the iterator functions between each invocation of `visit` in the show the iterator functions between each invocation of `visit` in the