This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA] add remote.c gdbarch thread-handling hooks



> I've been working on an architecture with a primitive threading mechanism
> that GDB queries and manipulates by directly setting registers in the
> target.
> 
> This patch facilitates that with hooks for target-specific code to
> override remote.c thread-handling functions.


Nick, while creative, this looks wrong.  You're using remote.c to half 
implement some new custom protocol.


> It also fixes a few typos in init_remote_cisco_ops() and
> init_remote_async_ops() and moves assignment of a few target_ops fields to
> be consistent with ordering in target.h.


I'd assume this bit is pretty obvious and can go in as a separate 
independant patch.

	Andrew


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