Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/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()
2087 if (inf->want_exceptions) in gnu_create_inferior()
2942 if (inf->task && inf->want_exceptions != val) in set_exceptions_cmd()
2946 inf->want_exceptions = val; in set_exceptions_cmd()
2956 ? (inf->want_exceptions ? "are" : "aren't") in show_exceptions_cmd()
2957 : (inf->want_exceptions ? "will be" : "won't be")); in show_exceptions_cmd()