This is the mail archive of the gdb-patches@sourceware.org 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: [PATCH/python] notify memory changed.


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> 2012-06-21  Yao Qi  <yao@codesourcery.com>
Yao> 	* corefile.c (write_memory_with_notification): New.
Yao> 	Include "observer.h".
Yao> 	* gdbcore.h: Declare write_memory_with_notification.
Yao> 	* ada-lang.c (ada_value_assign): Replace 'write_memory' and
Yao> 	'observer_notify_memory_changed' with 'write_memory_with_notification'.
Yao> 	* valops.c (value_assign): Likewise.
Yao> 	* python/py-inferior.c (infpy_write_memory): Call
Yao> 	'write_memory_with_notification'.

Ok.

Tom


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