gdb:
authorYao Qi <yao@codesourcery.com>
Sun, 24 Jun 2012 07:28:10 +0000 (07:28 +0000)
committerYao Qi <yao@codesourcery.com>
Sun, 24 Jun 2012 07:28:10 +0000 (07:28 +0000)
commit972daa01e2ee0a5c41e1dd45a71ad398c9266af8
tree7e71907c31591615f449be8d88c3c99fb068076d
parent8d6e0714b7f1919bfe3720e8d0417708f00ae1ba
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'.
gdb/ChangeLog
gdb/ada-lang.c
gdb/corefile.c
gdb/gdbcore.h
gdb/python/py-inferior.c
gdb/valops.c
This page took 0.033441 seconds and 4 git commands to generate.