GDB (xrefs)
|
Functions | |
def | _prompt_pwd (ignore) |
def | _prompt_object_attr (func, what, attr, nattr) |
def | _prompt_frame (attr) |
def | _prompt_thread (attr) |
def | _prompt_version (attr) |
def | _prompt_esc (attr) |
def | _prompt_bs (attr) |
def | _prompt_n (attr) |
def | _prompt_r (attr) |
def | _prompt_param (attr) |
def | _prompt_noprint_begin (attr) |
def | _prompt_noprint_end (attr) |
def | prompt_help () |
def | substitute_prompt (prompt) |
Variables | |
dict | prompt_substitutions |
Extended prompt library functions.
|
protected |
Definition at line 45 of file prompt.py.
References gdb.prompt._prompt_object_attr().
|
protected |
Internal worker for fetching GDB attributes.
Definition at line 28 of file prompt.py.
References func.
Referenced by gdb.prompt._prompt_frame(), and gdb.prompt._prompt_thread().
|
protected |
Definition at line 50 of file prompt.py.
References gdb.prompt._prompt_object_attr().
def gdb.prompt.prompt_help | ( | ) |
def gdb.prompt.substitute_prompt | ( | prompt | ) |
Definition at line 125 of file prompt.py.
Referenced by gdb.command.prompt._ExtendedPrompt.before_prompt_hook().
dict gdb.prompt.prompt_substitutions |