diff --git a/debugger/debug.l b/debugger/debug.l index c4ee4d1e1d0..910d721a72c 100644 --- a/debugger/debug.l +++ b/debugger/debug.l @@ -94,7 +94,7 @@ STRING \"[^\n"]+\" set|se { BEGIN(NOCMD); return tSET; } walk|w { BEGIN(WALK_CMD); return tWALK; } x { BEGIN(FORMAT_EXPECTED); return tEXAM; } -help|hel|he|"?" { BEGIN(HELP_CMD); return tHELP; } +help|hel|he|"?" { BEGIN(HELP_CMD); return tHELP; } backtrace|backtrac|backtra|backt|back|bac|ba|bt { BEGIN(NOCMD); return tBACKTRACE; } where|wher|whe { BEGIN(NOCMD); return tBACKTRACE; }