GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Functions | Variables
gdb::prompt Namespace Reference

Functions

def prompt_help
def substitute_prompt

Variables

dictionary prompt_substitutions

Function Documentation

Generate help dynamically from the __doc__ strings of attribute
functions.

Definition at line 96 of file prompt.py.

Definition at line 110 of file prompt.py.


Variable Documentation

Initial value:
00001 {
00002     'e': _prompt_esc,
00003     '\\': _prompt_bs,
00004     'n': _prompt_n,
00005     'r': _prompt_r,
00006     'v': _prompt_version,
00007     'w': _prompt_pwd,
00008     'f': _prompt_frame,
00009     't': _prompt_thread,
00010     'p': _prompt_param,
00011     '[': _prompt_noprint_begin,
00012     ']': _prompt_noprint_end
00013 }

Definition at line 82 of file prompt.py.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines