forked from Imagelibrary/binutils-gdb
Allow Python commands to be in class_tui
Now that Python code can create TUI windows, it seemed appropriate to allow Python commands to appear in the "TUI" help class. This patch adds this capability. gdb/ChangeLog 2020-04-28 Tom Tromey <tom@tromey.com> * NEWS: Update. * python/py-cmd.c (gdbpy_initialize_commands): Add COMMAND_TUI. (cmdpy_init): Allow class_tui. gdb/doc/ChangeLog 2020-04-28 Tom Tromey <tom@tromey.com> * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
This commit is contained in:
@@ -3829,6 +3829,13 @@ The command has to do with tracepoints. For example, @code{trace},
|
||||
@kbd{help tracepoints} at the @value{GDBN} prompt to see a list of
|
||||
commands in this category.
|
||||
|
||||
@findex COMMAND_TUI
|
||||
@findex gdb.COMMAND_TUI
|
||||
@item gdb.COMMAND_TUI
|
||||
The command has to do with the text user interface (@pxref{TUI}).
|
||||
Type @kbd{help tui} at the @value{GDBN} prompt to see a list of
|
||||
commands in this category.
|
||||
|
||||
@findex COMMAND_USER
|
||||
@findex gdb.COMMAND_USER
|
||||
@item gdb.COMMAND_USER
|
||||
|
||||
Reference in New Issue
Block a user