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 15:37 -------
You are running afoul of disassemble's command line parsing.
It looks for a space and, if one is found, splits the command
into two arguments at that point.  It does not consider quoting.

I'm inclined to consider this a bug in disassemble, given that
what you are trying to do seems reasonable.
Offhand I am not sure how best to fix this, though.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-01-12 15:37:49
               date|                            |


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]