2004-04-26 Orjan Friberg <orjanf@axis.com>
* observer.texi (GDB Observers): Add target_changed event.
This commit is contained in:
parent
7270d8f229
commit
79346bcbc0
@ -1,3 +1,7 @@
|
||||
2004-04-26 Orjan Friberg <orjanf@axis.com>
|
||||
|
||||
* observer.texi (GDB Observers): Add target_changed event.
|
||||
|
||||
2004-04-08 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* observer.texi (GDB Observers): Rework, provide generic observer
|
||||
|
@ -73,3 +73,7 @@ The following observable events are defined:
|
||||
@deftypefun void normal_stop (struct bpstats *@var{bs})
|
||||
The inferior has stopped for real.
|
||||
@end deftypefun
|
||||
|
||||
@deftypefun void target_changed (struct target_ops *@var{target})
|
||||
The target's register contents has changed.
|
||||
@end deftypefun
|
||||
|
Loading…
Reference in New Issue
Block a user