winedbg: Allow using MSVC mangled symbol names as identifiers.
This commit is contained in:
parent
5392844392
commit
467ba4d398
|
@ -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"]+\"
|
||||
|
||||
|
|
Loading…
Reference in New Issue