GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes | Static Public 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."

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.

Definition at line 40 of file prompt.py.


Member Function Documentation

Definition at line 59 of file prompt.py.

Definition at line 59 of file prompt.py.

Definition at line 53 of file prompt.py.

Definition at line 53 of file prompt.py.

Definition at line 47 of file prompt.py.

Definition at line 47 of file prompt.py.


Member Data Documentation

Definition at line 40 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.

Definition at line 40 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