HomeSort by: relevance | last modified time | path
    Searched defs:exception_info (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.h 171 darwin_exception_info exception_info; member in struct:darwin_inferior
ada-lang.c 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)
290 const struct exception_support_info *exception_info = nullptr; member in struct:ada_inferior_data
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.h 171 darwin_exception_info exception_info; member in struct:darwin_inferior
ada-lang.c 295 const struct exception_support_info *exception_info = nullptr;
11759 This function will always set the per-inferior exception_info,
11768 if (data->exception_info != NULL)
11774 data->exception_info = &default_exception_support_info;
11781 data->exception_info = &exception_support_info_v0;
11788 data->exception_info = &exception_support_info_fallback;
11916 data->exception_info->catch_exception_sym) == 0)
11949 return data->exception_info->unhandled_exception_name_addr ();
12603 gdb_assert (data->exception_info != NULL);
12608 return (data->exception_info->catch_exception_sym)
293 const struct exception_support_info *exception_info = nullptr; member in struct:ada_inferior_data
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 834 } exception_info[] = { variable in typeref:struct:__anon22698
856 new_pc = mem_get_si (exception_info[type].vaddr);
865 return RX_MAKE_STOPPED (exception_info[type].signal);
868 exception_info[type].str, (unsigned long) opcode_pc);
890 tprintf ("Triggering %s exception\n", exception_info[type].str);
  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 834 } exception_info[] = { variable in typeref:struct:__anon2088
856 new_pc = mem_get_si (exception_info[type].vaddr);
865 return RX_MAKE_STOPPED (exception_info[type].signal);
868 exception_info[type].str, (unsigned long) opcode_pc);
890 tprintf ("Triggering %s exception\n", exception_info[type].str);
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 767 struct exception_info *exception_info;/* Pointer to exception array. */
766 struct exception_info *exception_info;\/* Pointer to exception array. *\/ member in struct:runtime_pdr
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 764 struct exception_info *exception_info;/* Pointer to exception array. */
763 struct exception_info *exception_info;\/* Pointer to exception array. *\/ member in struct:runtime_pdr
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 764 struct exception_info *exception_info;/* Pointer to exception array. */
763 struct exception_info *exception_info;\/* Pointer to exception array. *\/ member in struct:runtime_pdr
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 764 struct exception_info *exception_info;/* Pointer to exception array. */
763 struct exception_info *exception_info;\/* Pointer to exception array. *\/ member in struct:runtime_pdr

Completed in 99 milliseconds