Home | History | Annotate | Download | only in gdb

Lines Matching defs:exception_info

292   const struct exception_support_info *exception_info = nullptr;
11748 This function will always set the per-inferior exception_info,
11757 if (data->exception_info != NULL)
11763 data->exception_info = &default_exception_support_info;
11770 data->exception_info = &exception_support_info_v0;
11777 data->exception_info = &exception_support_info_fallback;
11905 data->exception_info->catch_exception_sym) == 0)
11938 return data->exception_info->unhandled_exception_name_addr ();
12592 gdb_assert (data->exception_info != NULL);
12597 return (data->exception_info->catch_exception_sym);
12600 return (data->exception_info->catch_exception_unhandled_sym);
12603 return (data->exception_info->catch_assert_sym);
12606 return (data->exception_info->catch_handlers_sym);