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: [ob] don't skip most of the testsuite... [was: Re: Make remote-sim target always have a thread]


On Wed, Jul 09, 2008 at 11:52:43AM +0100, Pedro Alves wrote:
> @@ -104,6 +104,7 @@ if { [gdb_breakpoint ${objdir}/${subdir}
>  set save_pwd [pwd]
>  cd ${subdir}
>  if  { [gdb_compile "tmp-${srcfile}" "${testfile}" executable {debug}] != "" } {
> +    cd $save_pwd
>      return -1
>  }
>  cd $save_pwd

Thanks.  If you want those bonus points back, you can get them by only
compiling to object instead of executable in this command; link in a
separate gdb_compile invocation.

-- 
Daniel Jacobowitz
CodeSourcery


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