mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-12-16 07:10:04 +01:00
add help to "gui source"
This commit is contained in:
@@ -23,6 +23,11 @@ class GuiCommand(gdb.Command):
|
||||
prefix = True)
|
||||
|
||||
class GuiSourceCommand(gdb.Command):
|
||||
"""Create a new source window.
|
||||
Usage: gui source
|
||||
This creates a new source window in the GUI. Any number of source
|
||||
windows can be created."""
|
||||
|
||||
def __init__(self):
|
||||
super(GuiSourceCommand, self).__init__('gui source',
|
||||
gdb.COMMAND_SUPPORT)
|
||||
|
||||
Reference in New Issue
Block a user