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 05/11 v5] Add target/target.h


Pedro Alves wrote:
> I worry about the fragmentation that moving pieces of target
> interfaces to target/target.h generates ends up confusing
> people.  Did you consider leaving a marker in place, like:
> 
>  -extern ptid_t target_wait (ptid_t ptid, struct target_waitstatus *status,
>  -			   int options);
>  + /* For target_wait see target/target.h.  */
> 
>  -extern int target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr,
>  -				ssize_t len);
>  + /* For target_write_memory see target/target.h.  */
> 
> ?

I can certainly do that.  Will include it in the next revision.

Cheers,
Gary

-- 
http://gbenson.net/


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