This is the mail archive of the gdb-patches@sourceware.cygnus.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: [RFC]: export write_register_gen


Michael Snyder wrote:

> Yet write_register_gen is declared static.  I thought I was
> going to need it, so I wanted to export it.  It turns out that
> I don't need it, but I still think it should be public.

Well, the interface is definitly less evil than read/write register
bytes. So yes.
(Looking at mips-tdep.c, I've been using write_register_bytes() as if it
was write_register_gen().... )

	Andrew

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