From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Nick Duffek Cc: jtc@redback.com, cagney@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] add remote.c gdbarch thread-handling hooks Date: Mon, 16 Jul 2001 11:14:00 -0000 Message-id: <3B532F19.3000500@cygnus.com> References: <200107161726.f6GHQ8P08542@rtl.cygnus.com> X-SW-Source: 2001-07/msg00381.html > 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