Commit 467ba4d3 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedbg: Allow using MSVC mangled symbol names as identifiers.

parent 53928443
...@@ -76,7 +76,7 @@ static int syntax_error; ...@@ -76,7 +76,7 @@ static int syntax_error;
DIGIT [0-9] DIGIT [0-9]
HEXDIGIT [0-9a-fA-F] HEXDIGIT [0-9a-fA-F]
FORMAT [ubcdgiswx] 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\.~@]* PATHNAME [-/_a-zA-Z\.~][-/_a-zA-Z0-9\.~@]*
STRING \"[^\n"]+\" STRING \"[^\n"]+\"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment