This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [testsuite] dg-final { gdb-test { .. } } support (take 2)


On Mon, Sep 21, 2009 at 03:00:03PM +0200, Jakub Jelinek wrote:
> > > +    set fd [open "| $gdb_name -nw -nx -quiet -x $cmd_file ./$output_file 2>/dev/null" r]
> > 
> > Start GDB with "remote_spawn host" rather than a local pipe, then interact 
> > with remote_expect etc..
> 
> host?  This is target...
> The previous patch had ![is_remote target] condition, so
> remote_spawn/remote_expect wasn't IMHO needed, but I've changed it anyway.

This seems to be - for now, at least - native only.  But I think we
still don't want to run GDB on the target; it is conceptually a host
tool.

Also, isnative is a target triplet check.  Isn't [is_remote target]
needed if we use "run"?

-- 
Daniel Jacobowitz
CodeSourcery


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