diff options
author | Martin Hunt <hunt@redhat.com> | 1999-01-29 09:46:03 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1999-01-29 09:46:03 +0000 |
commit | 6925baeaa6402a694a73802aa96d790396ca021e (patch) | |
tree | a0b801803da3bd12ddf97312015ac51591ee9195 /gdb/ChangeLog | |
parent | 6aba57bef263f5e46997358da0f884e60db239ce (diff) | |
download | gdb-6925baeaa6402a694a73802aa96d790396ca021e.zip gdb-6925baeaa6402a694a73802aa96d790396ca021e.tar.gz gdb-6925baeaa6402a694a73802aa96d790396ca021e.tar.bz2 |
1999-01-29 Martin Hunt <hunt@cygnus.com>
Changes from Keith Seitz <keiths@cygnus.com>
* valops.c (value_assign): Add calls to register_changed_hook and
memory_changed_hook to inform UIs that the user has changed
the target's registers/memory.
* findvar.c (write_register_gen): Remove call to pc_changed_hook.
* defs.h: Remove declaration for pc_changed_hook and
add declarations for register_changed_hook and
memory_changed_hook.
* top.c: Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 667b24b..c8fe188 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +1999-01-29 Martin Hunt <hunt@cygnus.com> + Changes from Keith Seitz <keiths@cygnus.com> + + * valops.c (value_assign): Add calls to register_changed_hook and + memory_changed_hook to inform UIs that the user has changed + the target's registers/memory. + * findvar.c (write_register_gen): Remove call to pc_changed_hook. + * defs.h: Remove declaration for pc_changed_hook and + add declarations for register_changed_hook and + memory_changed_hook. + * top.c: Ditto. + Thu Jan 28 18:16:07 1999 Mark Alexander <marka@cygnus.com> * procfs.c (wait_fd): Handle deleted threads correctly. |