Huw Davies : winedbg: Accept "continue".

Alexandre Julliard julliard at winehq.org
Mon Apr 25 16:30:31 CDT 2022


Module: wine
Branch: master
Commit: 86a075a0273c259215bec35523607a23eb075992
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=86a075a0273c259215bec35523607a23eb075992

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Apr 25 10:29:54 2022 +0100

winedbg: Accept "continue".

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winedbg/debug.l | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winedbg/debug.l b/programs/winedbg/debug.l
index 280013799c9..23073dd4c65 100644
--- a/programs/winedbg/debug.l
+++ b/programs/winedbg/debug.l
@@ -182,7 +182,7 @@ STRING     \"(\\[^\n]|[^\\"\n])*\"
 <INITIAL,NOPROCESS>backtrace|backtrac|backtra|backt|back|bac|ba|bt { BEGIN(NOCMD); return tBACKTRACE; }
 <INITIAL,NOPROCESS>where|wher|whe       { BEGIN(NOCMD); return tBACKTRACE; }
 
-<INITIAL>cont|con|co|c   		{ BEGIN(NOCMD); return tCONT; }
+<INITIAL>continue|continu|contin|conti|cont|con|co|c	{ BEGIN(NOCMD); return tCONT; }
 <INITIAL>pass|pas|pa   			{ BEGIN(NOCMD); return tPASS; }
 <INITIAL>condition|conditio|conditi|condit|condi|cond	{ BEGIN(NOCMD); return tCOND; }
 <INITIAL>step|ste|st|s   		{ BEGIN(NOCMD); return tSTEP; }




More information about the wine-cvs mailing list