Changelog: Added 'watch' command to the winedbg help command -- Lionel Ulmer - http://www.bbrox.org/
Index: debugger/info.c =================================================================== RCS file: /home/wine/wine/debugger/info.c,v retrieving revision 1.28 diff -u -r1.28 info.c --- debugger/info.c 13 Aug 2002 18:04:02 -0000 1.28 +++ debugger/info.c 24 Aug 2002 10:22:11 -0000 @@ -206,23 +206,23 @@ "subset of the commands that gdb accepts.", "The commands currently are:", " help quit", -" break [*<addr>] delete break bpnum", -" disable bpnum enable bpnum", -" condition <bpnum> [<expr>] pass", -" bt cont [N]", +" break [*<addr>] watch *<addr>", +" delete break bpnum disable bpnum", +" enable bpnum condition <bpnum> [<expr>]", +" finish cont [N]", " step [N] next [N]", " stepi [N] nexti [N]", " x <addr> print <expr>", -" set <reg> = <expr> set *<addr> = <expr>", +" display <expr> undisplay <disnum>", +" delete display <disnum> pass", +" bt frame <n>", " up down", " list <lines> disassemble [<addr>][,<addr>]", -" frame <n> finish", " show dir dir <path>", -" display <expr> undisplay <disnum>", -" delete display <disnum> debugmsg <class>[-+]<type>\n", +" set <reg> = <expr> set *<addr> = <expr>", " mode [16,32,vm86] walk [wnd,class,queue,module,", " whatis process,modref <pid>]", -" info (see 'help info' for options)\n", +" info (see 'help info' for options) debugmsg <class>[-+]<type>\n", "The 'x' command accepts repeat counts and formats (including 'i') in the", "same way that gdb does.\n",