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: [PATCH] Add target_xfer_partial_ftype


On 12/17/2013 01:15 PM, Yao Qi wrote:
> This patch adds a typedef target_xfer_partial_ftype.  When we change
> the signature of xfer_partial functions (for example, adding a new
> parameter), we don't have to modify all of their declarations.
> 
> This patch also updates the type of parameters of target_xfer_partial
> from "void *" to "gdb_byte *".
> 
> It is obvious to me, but comments are still welcome.
> 

Thanks, looks good to me.

-- 
Pedro Alves


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