winedbg: Prevent syntax errors for list command due to the lexer.
commit1cb7c1a11c289dc16869bd1385e6aa2be3c7d731
authorDylan Smith <dylan.ah.smith@gmail.com>
Sat, 22 Aug 2009 05:57:29 +0000 (22 01:57 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 Aug 2009 13:17:34 +0000 (24 15:17 +0200)
tree6118672f99511284b3a97457be5eae8536df2384
parent5900da2869eaeff778024a21394db3997b19234f
winedbg: Prevent syntax errors for list command due to the lexer.

The list command allows more than just a pathname, but since a pathname
allows such a wide range of characters, it will prevent other parameters
from getting parsed properly (e.g. a start line number). This even
interfered with the usage of pathname for the list command, since the
command typically includes a line number within the file.
programs/winedbg/debug.l