Home
last modified time | relevance | path

Searched refs:want_exceptions (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgnu-nat.c241 int want_exceptions; member
587 if (inf->want_exceptions) in make_proc()
666 inf->want_exceptions = 1; /* By default */ in make_inf()
2088 if (inf->want_exceptions) in gnu_create_inferior()
2939 if (inf->task && inf->want_exceptions != val) in set_exceptions_cmd()
2943 inf->want_exceptions = val; in set_exceptions_cmd()
2953 ? (inf->want_exceptions ? "are" : "aren't") in show_exceptions_cmd()
2954 : (inf->want_exceptions ? "will be" : "won't be")); in show_exceptions_cmd()