GDB (xrefs)
Public Member Functions | Public Attributes | Static Public Attributes | Static Private Attributes | List of all members
gdb.command.prompt._ExtendedPrompt Class Reference
Inheritance diagram for gdb.command.prompt._ExtendedPrompt:

Public Member Functions

def __init__ (self)
 
def get_show_string (self, pvalue)
 
def get_set_string (self)
 
def before_prompt_hook (self, current)
 
def __init__ (self)
 
def get_show_string (self, pvalue)
 
def get_set_string (self)
 
def before_prompt_hook (self, current)
 

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

def gdb.command.prompt._ExtendedPrompt.__init__ (   self)

Definition at line 40 of file prompt.py.

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

def gdb.command.prompt._ExtendedPrompt.__init__ (   self)

Member Function Documentation

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_set_string (   self)
def gdb.command.prompt._ExtendedPrompt.get_set_string (   self)
def gdb.command.prompt._ExtendedPrompt.get_show_string (   self,
  pvalue 
)
def gdb.command.prompt._ExtendedPrompt.get_show_string (   self,
  pvalue 
)

Member Data Documentation

tuple gdb.command.prompt._ExtendedPrompt.__doc__ = __doc__+gdb.prompt.prompt_help()
staticprivate

Definition at line 35 of file prompt.py.

gdb.command.prompt._ExtendedPrompt.hook_set
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.

gdb.command.prompt._ExtendedPrompt.value

The documentation for this class was generated from the following file: