GDB (xrefs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes | Static Public Attributes | Static Private Attributes
gdb.command.prompt._ExtendedPrompt Class Reference

List of all members.

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."

Static Private Attributes

tuple __doc__ = __doc__+gdb.prompt.prompt_help()

Detailed Description

Set the extended prompt.

Usage: set extended-prompt VALUE

Substitutions are applied to VALUE to compute the real prompt.

The currently defined substitutions are:

Definition at line 22 of file prompt.py.


Constructor & Destructor Documentation

Definition at line 40 of file prompt.py.

Referenced by gdb.command.prompt._ExtendedPrompt.__init__().


Member Function Documentation


Member Data Documentation

Definition at line 35 of file prompt.py.

string gdb::command::prompt._ExtendedPrompt::set_doc = "Set the extended prompt." [static]

Definition at line 37 of file prompt.py.

string gdb::command::prompt._ExtendedPrompt::show_doc = "Show the extended prompt." [static]

Definition at line 38 of file prompt.py.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines