Public Member Functions | |
def | __init__ |
def | get_show_string |
def | get_set_string |
def | before_prompt_hook |
def | __init__ |
def | get_show_string |
def | get_set_string |
def | before_prompt_hook |
Public Attributes | |
value | |
hook_set | |
Static Public Attributes | |
string | set_doc = "Set the extended prompt." |
string | show_doc = "Show the extended prompt." |
Set the extended prompt. Usage: set extended-prompt VALUE Substitutions are applied to VALUE to compute the real prompt. The currently defined substitutions are:
def gdb.command.prompt._ExtendedPrompt.__init__ | ( | self | ) |
def gdb.command.prompt._ExtendedPrompt.__init__ | ( | self | ) |
def gdb.command.prompt._ExtendedPrompt.before_prompt_hook | ( | self, | |
current | |||
) |
def gdb.command.prompt._ExtendedPrompt.before_prompt_hook | ( | self, | |
current | |||
) |
def gdb.command.prompt._ExtendedPrompt.get_show_string | ( | self, | |
pvalue | |||
) |
def gdb.command.prompt._ExtendedPrompt.get_show_string | ( | self, | |
pvalue | |||
) |
string gdb::command::prompt._ExtendedPrompt::set_doc = "Set the extended prompt." [static] |
string gdb::command::prompt._ExtendedPrompt::show_doc = "Show the extended prompt." [static] |