This is the mail archive of the gdb-patches@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]

Re: [doc patch] compile: missing bits [Re: [PATCH v2 7/9] compile: New 'compile print']


> Date: Fri, 10 Apr 2015 10:09:33 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: Paul_Koning@dell.com, gdb-patches@sourceware.org, pmuldoon@redhat.com
> 
> I have just added:
> 	This feature is only relevant for 
> 	platforms where @code{-g} produces DWARF by default, otherwise one may
> 	try to enforce DWARF by using @code{-gdwarf-4}.

That's good enough, thanks.

> > > +Specifically @code{PATH} is searched for binaries matching regular expression
> > > +@code{@var{ARCH}(-[^-]*)?-@var{OS}-gcc} according to the inferior target being
> > > +debugged.  @code{@var{ARCH}} is processor name - multiarch is supported,
> [...]
> > > +for pattern @code{s390x?}.  @code{OS} is currently supported only for
> > >                              ^^^^^^^^^
> > 
> > @var{os}.
> 
> Not sure if @code{@var{os}} is the same as @var{os}, used only @var{os}.

@var{os} without @code was what I meant, sorry for being unclear.

Thanks, this version is fine with me.


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