GDB (xrefs)
|
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." |
Static Private Attributes | |
tuple | __doc__ = __doc__+gdb.prompt.prompt_help() |
Set the extended prompt. Usage: set extended-prompt VALUE Substitutions are applied to VALUE to compute the real prompt. The currently defined substitutions are:
def gdb.command.prompt._ExtendedPrompt.__init__ | ( | self | ) |
Definition at line 40 of file prompt.py.
Referenced by gdb.command.prompt._ExtendedPrompt.__init__().
def gdb.command.prompt._ExtendedPrompt.__init__ | ( | self | ) |
Definition at line 40 of file prompt.py.
References gdb.command.prompt._ExtendedPrompt.__init__(), gdb.command.prompt._ExtendedPrompt.hook_set, osdata_column.value, gdb-gdb.TypeFlag.value, gdb.command.prompt._ExtendedPrompt.value, trans.value, arm_mapping_symbol.value, frame_info::@54.value, frame_info.value, addrmap_transition.value, frame_info::@56.value, dwarf_stack_value.value, dwarf_expr_piece::@41.value, dwarf_expr_piece.value, area_entry.value, value_and_voffset.value, and call_site::call_site_parameter.value.
def gdb.command.prompt._ExtendedPrompt.before_prompt_hook | ( | self, | |
current | |||
) |
Definition at line 59 of file prompt.py.
References osdata_column.value, gdb-gdb.TypeFlag.value, gdb.command.prompt._ExtendedPrompt.value, trans.value, arm_mapping_symbol.value, frame_info.value, frame_info::@54.value, addrmap_transition.value, frame_info::@56.value, dwarf_stack_value.value, dwarf_expr_piece.value, dwarf_expr_piece::@41.value, area_entry.value, value_and_voffset.value, and call_site::call_site_parameter.value.
Referenced by gdb.command.prompt._ExtendedPrompt.before_prompt_hook(), and gdb.command.prompt._ExtendedPrompt.get_set_string().
def gdb.command.prompt._ExtendedPrompt.before_prompt_hook | ( | self, | |
current | |||
) |
Definition at line 59 of file prompt.py.
References gdb.command.prompt._ExtendedPrompt.before_prompt_hook(), osdata_column.value, gdb-gdb.TypeFlag.value, gdb.command.prompt._ExtendedPrompt.value, trans.value, arm_mapping_symbol.value, frame_info::@54.value, frame_info.value, addrmap_transition.value, frame_info::@56.value, dwarf_stack_value.value, dwarf_expr_piece::@41.value, dwarf_expr_piece.value, area_entry.value, value_and_voffset.value, and call_site::call_site_parameter.value.
Definition at line 53 of file prompt.py.
References gdb.command.prompt._ExtendedPrompt.before_prompt_hook(), gdb.command.prompt._ExtendedPrompt.get_set_string(), and gdb.command.prompt._ExtendedPrompt.hook_set.
Definition at line 53 of file prompt.py.
References gdb.command.prompt._ExtendedPrompt.before_prompt_hook(), and gdb.command.prompt._ExtendedPrompt.hook_set.
Referenced by gdb.command.prompt._ExtendedPrompt.get_set_string().
def gdb.command.prompt._ExtendedPrompt.get_show_string | ( | self, | |
pvalue | |||
) |
Definition at line 47 of file prompt.py.
References gdb.command.prompt._ExtendedPrompt.get_show_string(), osdata_column.value, gdb-gdb.TypeFlag.value, gdb.command.prompt._ExtendedPrompt.value, trans.value, arm_mapping_symbol.value, frame_info::@54.value, frame_info.value, addrmap_transition.value, frame_info::@56.value, dwarf_stack_value.value, dwarf_expr_piece::@41.value, dwarf_expr_piece.value, area_entry.value, value_and_voffset.value, and call_site::call_site_parameter.value.
def gdb.command.prompt._ExtendedPrompt.get_show_string | ( | self, | |
pvalue | |||
) |
Definition at line 47 of file prompt.py.
References osdata_column.value, gdb-gdb.TypeFlag.value, gdb.command.prompt._ExtendedPrompt.value, trans.value, arm_mapping_symbol.value, frame_info.value, frame_info::@54.value, addrmap_transition.value, frame_info::@56.value, dwarf_stack_value.value, dwarf_expr_piece.value, dwarf_expr_piece::@41.value, area_entry.value, value_and_voffset.value, and call_site::call_site_parameter.value.
Referenced by gdb.command.prompt._ExtendedPrompt.get_show_string().
tuple gdb::command::prompt._ExtendedPrompt::__doc__ = __doc__+gdb.prompt.prompt_help() [static, private] |
Definition at line 40 of file prompt.py.
Referenced by gdb.command.prompt._ExtendedPrompt.__init__(), and gdb.command.prompt._ExtendedPrompt.get_set_string().
string gdb::command::prompt._ExtendedPrompt::set_doc = "Set the extended prompt." [static] |
string gdb::command::prompt._ExtendedPrompt::show_doc = "Show the extended prompt." [static] |
Definition at line 40 of file prompt.py.
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), and gdb.command.prompt._ExtendedPrompt::get_show_string().