diff options
Diffstat (limited to 'gdb/cli/cli-decode.h')
-rw-r--r-- | gdb/cli/cli-decode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index 15732af..d00ff09 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -88,6 +88,10 @@ struct cmd_list_element Entire string should also end with a period, not a newline. */ char *doc; + /* For set/show commands. A method for printing the output to the + specified stream. */ + fprint_setshow_ftype *fprint_setshow; + /* flags : a bitfield bit 0: (LSB) CMD_DEPRECATED, when 1 indicated that this command |