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 | |
dictionary | prompt_substitutions |
|
private |
Definition at line 42 of file prompt.py.
References gdb.prompt._prompt_object_attr().
|
private |
Internal worker for fetching GDB attributes.
Definition at line 26 of file prompt.py.
References func.
Referenced by gdb.prompt._prompt_frame(), and gdb.prompt._prompt_thread().
|
private |
Definition at line 46 of file prompt.py.
References gdb.prompt._prompt_object_attr().
def gdb.prompt.prompt_help | ( | ) |
def gdb.prompt.substitute_prompt | ( | prompt | ) |
Definition at line 110 of file prompt.py.
References len.
Referenced by gdb.command.prompt._ExtendedPrompt.before_prompt_hook().
dictionary gdb.prompt.prompt_substitutions |