+2002-08-09 Keith Seitz <keiths@redhat.com>
+
+ * gdbmi.texinfo: Document selected-frame-changed, register-update,
+ and context-changed events.
+
2002-08-09 Keith Seitz <keiths@redhat.com>
* mi-main.c (mi_cmd_data_list_register_names): Add "-numbers"
@smallexample
=architecture-changed
@end smallexample
+
+@item register-update
+A register has been changed in the inferior. The event will include the
+@code{number} of the register that the UI needs to update.
+@smallexample
+=register-changed,number="3"
+@end smallexample
+
+@item selected-frame-level-changed
+This event is sent whenever the user changes @value{GDBN}'s selected frame.
+The event will include the newly selected frame level.
+@smallexample
+=selected-frame-level-changed,level="3"
+@end smallexample
+
+@item context-changed
+The user has changed @value{GDBN}'s current thread. The event will include
+the newly selected thread number.
+@smallexample
+=context-changed,thread="2"
+@end smallexample
@end table