Winedbg states you can use a debugmsg command in its help screen, but attempting to use it produces parse errors, and grepping the source appears to show the command has no effect. If that's the case and I haven't misunderstood, this patch removes it from the help screen. ChangeLog: Removes the nonexistant command "debugmsg" from winedbg help screen thanks -mike -- Mike Hearn <m.hearn@signal.qinetiq.com> QinetiQ - Malvern Technology Center
Index: programs/winedbg/info.c =================================================================== RCS file: /home/wine/wine/programs/winedbg/info.c,v retrieving revision 1.4 diff -u -u -r1.4 info.c --- programs/winedbg/info.c 30 Jan 2003 00:24:18 -0000 1.4 +++ programs/winedbg/info.c 12 Feb 2003 14:43:49 -0000 @@ -222,7 +222,7 @@ " set <reg> = <expr> set *<addr> = <expr>", " mode [16,32,vm86] walk [wnd,class,module,maps,", " whatis process,thread,exception]", -" info (see 'help info' for options) debugmsg <class>[-+]<type>\n", +" info (see 'help info' for options)", "The 'x' command accepts repeat counts and formats (including 'i') in the", "same way that gdb does.\n",