GDB (xrefs)
|
Public Attributes | |
const char * | name |
bool | user_settable_should_quit |
const char * | should_quit |
bool | user_settable_should_dump_core |
const char * | should_dump_core |
bool | user_settable_should_print_backtrace |
bool | should_print_backtrace |
const char* internal_problem::name |
Definition at line 280 of file utils.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), add_internal_problem_command(), and gdb.dap.varref.BaseReference::to_object().
const char* internal_problem::should_dump_core |
Definition at line 295 of file utils.c.
Referenced by add_internal_problem_command().
bool internal_problem::should_print_backtrace |
Definition at line 302 of file utils.c.
Referenced by add_internal_problem_command().
const char* internal_problem::should_quit |
Definition at line 289 of file utils.c.
Referenced by add_internal_problem_command().
bool internal_problem::user_settable_should_dump_core |
Definition at line 292 of file utils.c.
Referenced by add_internal_problem_command().
bool internal_problem::user_settable_should_print_backtrace |
Definition at line 298 of file utils.c.
Referenced by add_internal_problem_command().
bool internal_problem::user_settable_should_quit |
Definition at line 285 of file utils.c.
Referenced by add_internal_problem_command().