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 284 of file utils.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.unwinder.Unwinder::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), and add_internal_problem_command().
const char* internal_problem::should_dump_core |
Definition at line 299 of file utils.c.
Referenced by add_internal_problem_command().
bool internal_problem::should_print_backtrace |
Definition at line 306 of file utils.c.
Referenced by add_internal_problem_command().
const char* internal_problem::should_quit |
Definition at line 293 of file utils.c.
Referenced by add_internal_problem_command().
bool internal_problem::user_settable_should_dump_core |
Definition at line 296 of file utils.c.
Referenced by add_internal_problem_command().
bool internal_problem::user_settable_should_print_backtrace |
Definition at line 302 of file utils.c.
Referenced by add_internal_problem_command().
bool internal_problem::user_settable_should_quit |
Definition at line 289 of file utils.c.
Referenced by add_internal_problem_command().