Module: wine Branch: refs/heads/master Commit: 467ba4d398c78d50307770d24bc52211dee87344 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=467ba4d398c78d50307770d2...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Tue Feb 14 14:03:52 2006 +0100
winedbg: Allow using MSVC mangled symbol names as identifiers.
---
programs/winedbg/debug.l | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/winedbg/debug.l b/programs/winedbg/debug.l index 50013ab..ad1a986 100644 --- a/programs/winedbg/debug.l +++ b/programs/winedbg/debug.l @@ -76,7 +76,7 @@ static int syntax_error; DIGIT [0-9] HEXDIGIT [0-9a-fA-F] FORMAT [ubcdgiswx] -IDENTIFIER [_a-zA-Z~][_a-zA-Z0-9~@]* +IDENTIFIER [_a-zA-Z~?][_a-zA-Z0-9~?@]* PATHNAME [-/_a-zA-Z.~][-/_a-zA-Z0-9.~@]* STRING "[^\n"]+"