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]
Other format: [Raw text]

Re: Multiplexed registers and invalidating the register cache


+The target's register contents has changed.

FYI, this should probably read: The target's memory or register contents have [has?] changed. eli?

+@deftypefun void target_changed (struct target_ops *@var{current_target})

- As a parameter, I'd just use "target" (you've current_target as a parameter in several places) (one day there will be more than one target ...).


+#include "observer.h"

- you'll want to update Makefile.in


Otherwize assuming, eli's ok with the fixed wording, its ok to commit.

Andrew



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