Functions | |
def | prompt_help |
def | substitute_prompt |
Variables | |
dictionary | prompt_substitutions |
def gdb::prompt::prompt_help | ( | ) |
def gdb::prompt::substitute_prompt | ( | prompt | ) |
dictionary gdb::prompt::prompt_substitutions |
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 }