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 v2] Events when inferior is modified


> Date: Mon, 18 Nov 2013 12:39:31 +0000
> From: Nick Bull <nicholaspbull@gmail.com>
> 
> This patch adds new observers, and corresponding Python events, for
> various actions on an inferior: calling a function (by hand),
> modifying registers or modifying memory.
> 
> A use case for these events is that by flagging these occurrences, it
> can be noticed that the execution of the program is potentially
> 'dirty'.  (Hence why the notification doesn't carry information about
> what was modified; for my purposes it's enough to know that /a/
> change has happened.)
> 
> Nick
> 
> 
> 2013-11-18  Nick Bull  <nicholaspbull@gmail.com>
> 
> 	* doc/observer.texi (inferior_call_pre, inferior_call_post
> 	register_change, memory_change): New observers.

The observer.texi part is OK.

Thanks.


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