diff options
author | Yao Qi <yao@codesourcery.com> | 2012-06-24 07:28:10 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-06-24 07:28:10 +0000 |
commit | 972daa01e2ee0a5c41e1dd45a71ad398c9266af8 (patch) | |
tree | 7e71907c31591615f449be8d88c3c99fb068076d /gdb/ChangeLog | |
parent | 8d6e0714b7f1919bfe3720e8d0417708f00ae1ba (diff) | |
download | gdb-972daa01e2ee0a5c41e1dd45a71ad398c9266af8.zip gdb-972daa01e2ee0a5c41e1dd45a71ad398c9266af8.tar.gz gdb-972daa01e2ee0a5c41e1dd45a71ad398c9266af8.tar.bz2 |
gdb:
* corefile.c (write_memory_with_notification): New.
* gdbcore.h: Declare write_memory_with_notification.
* ada-lang.c (ada_value_assign): Replace 'write_memory' and
'observer_notify_memory_changed' with 'write_memory_with_notification'.
* valops.c (value_assign): Likewise.
* python/py-inferior.c (infpy_write_memory): Call
'write_memory_with_notification'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b0c16d..817c074 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2012-06-24 Yao Qi <yao@codesourcery.com> + + * corefile.c (write_memory_with_notification): New. + * gdbcore.h: Declare write_memory_with_notification. + * ada-lang.c (ada_value_assign): Replace 'write_memory' and + 'observer_notify_memory_changed' with 'write_memory_with_notification'. + * valops.c (value_assign): Likewise. + * python/py-inferior.c (infpy_write_memory): Call + 'write_memory_with_notification'. + 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com> * cc-with-index.sh: Use also -ex "set auto-load no". |