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: RFC: Support target specific qSupported


On Wed, Feb 03, 2010 at 08:44:03AM -0800, H.J. Lu wrote:
> @@ -566,6 +569,9 @@ init_remote_state (struct gdbarch *gdbarch)
>        rs->buf = xrealloc (rs->buf, rs->buf_size);
>      }
>  
> +  /* Record our GDBARCH.  */
> +  rs->gdbarch = gdbarch;
> +
>    return rsa;
>  }
>  

Sorry, I didn't notice this before.  Is target_gdbarch available at
this point?  That's the one I'd expect.

-- 
Daniel Jacobowitz
CodeSourcery


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