This is the mail archive of the gdb@sources.redhat.com 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]

Re: RFC: ui_out type?


On Tue, Oct 01, 2002 at 01:38:32PM -0700, Jim Ingham wrote:
> Daniel,
> 
> On Tuesday, October 1, 2002, at 01:17  PM, 
> gdb-digest-help@sources.redhat.com wrote:
> 
> >(gdb) disas 'std::collate<char>::do_compare(char const*, char const*, 
> >char const*, char const*) const'
> >Unmatched single quote.
> >
> >[Er... that's not what I wanted to show.  Does anyone know why we're
> >reporting an unmatched quote there?  "print" works but not "disas".]
> >
> >
> 
> "disassemble" doesn't use decode_line_1 to parse it's input.  It has 
> its own simplified parser for arguments, which doesn't handle many of 
> the more complex tricks decode_line_1 can handle...

Thanks.  I'll add a note about this to the command parsing hitlist I'm
building.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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