31 Mar 2003 04:23
Re: [RFA] Compile objc-lang.c, objc-exp.tab.c [1/5]
Adam Fedor <fedor <at> doc.com>
2003-03-31 02:23:08 GMT
2003-03-31 02:23:08 GMT
Daniel Jacobowitz wrote: > On Thu, Mar 20, 2003 at 05:13:40PM -0500, Andrew Cagney wrote: > >>>> >>>>Would it be possible to make the cplus_demangle() method part of the >>>>language vector? That way code like the patch below could be reduced to: >>>> >>>> /* Return demangled language symbol, or NULL. */ >>>> language_demangle (current_language, arg); >>>> >>>>This would in turn allow Adam to just add an equivalent objc_demangle() >>>>method to the objc language vector, and hence eliminate the need to >>>>always link in objc-lang.c. >>> >>As well as then? The places where objc is adding calls to the demangler >>the language is known. > > > My gut reaction is that it's just clutter until we decide how to solve > the problem of not knowing demanglings. But it'll do for now. I'd > like a comment along the lines of: > > /* FIXME: sometimes the demangler is invoked when we don't know the > language, so we can't use this everywhere. */ > Here's my crack at doing this(Continue reading)
> + <at> subheading The <at> code{-file-list-exec-source-file} Command
> + <at> findex -file-list-exec-source-file
> +
> + <at> subsubheading Synopsis
> +
> + <at> smallexample
> + -file-list-exec-source-file
Can you please expand this to include sample output vis:
(gdb)
111-file-list-exec-source-file
111^done,line="23",file="/home/scratch/GDB/src/gdb/testsuite/gdb.mi/basics.c"
(gdb)
RSS Feed