This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/9729] incorrect 'unmatched single quote' error


------- Additional Comments From tromey at redhat dot com  2009-01-12 22:17 -------
Unfortunately, no.  This sort of parsing in gdb is a mess.
There is no consistency, and each command is free to do as it likes.

In the case of break, there are even hacks in the various 
language-specific expression parsers so that "if" is recognized
as a special terminator.  So, it can't be directly used for disassemble.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9729

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]