gdb/
[deliverable/binutils-gdb.git] / gdb / doc / observer.texi
index 6827ed8f982f79a3ab30382d10cb0ffcd8d7e1b4..c81e1372737551599304eebe23c59507ad4ddfb0 100644 (file)
@@ -230,6 +230,14 @@ the current top-level prompt.
 Variable gdb_datadir has been set.  The value may not necessarily change.
 @end deftypefun
 
+@deftypefun void command_param_changed (const char *@var{param}, const char *@var{value})
+The parameter of some @code{set} commands in console are changed.  This
+method is called after a command @code{set @var{param} @var{value}}.
+@var{param} is the parameter of @code{set} command, and @var{value}
+is the value of changed parameter.
+
+@end deftypefun
+
 @deftypefun void test_notification (int @var{somearg})
 This observer is used for internal testing.  Do not use.  
 See testsuite/gdb.gdb/observer.exp.
This page took 0.026401 seconds and 4 git commands to generate.