mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
Added 'watch' command to the winedbg help command.
This commit is contained in:
parent
f59bebe514
commit
af246b59b4
1 changed files with 9 additions and 9 deletions
|
@ -206,23 +206,23 @@ void DEBUG_Help(void)
|
|||
"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",
|
||||
|
|
Loading…
Reference in a new issue