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

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 262 gdbarch_use_target_description_from_corefile_notes_ftype *use_target_description_from_corefile_notes = default_use_target_description_from_corefile_notes; member in struct:gdbarch
534 /* Skip verify of use_target_description_from_corefile_notes, invalid_p == 0. */
1399 "gdbarch_dump: use_target_description_from_corefile_notes = <%s>\n",
1400 host_address_to_string (gdbarch->use_target_description_from_corefile_notes));
5503 gdb_assert (gdbarch->use_target_description_from_corefile_notes != NULL);
5506 return gdbarch->use_target_description_from_corefile_notes (gdbarch, corefile_bfd);
5511 gdbarch_use_target_description_from_corefile_notes_ftype use_target_description_from_corefile_notes)
5513 gdbarch->use_target_description_from_corefile_notes = use_target_description_from_corefile_notes;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 260 gdbarch_use_target_description_from_corefile_notes_ftype *use_target_description_from_corefile_notes = default_use_target_description_from_corefile_notes; member in struct:gdbarch
529 /* Skip verify of use_target_description_from_corefile_notes, invalid_p == 0 */
1387 "gdbarch_dump: use_target_description_from_corefile_notes = <%s>\n",
1388 host_address_to_string (gdbarch->use_target_description_from_corefile_notes));
5454 gdb_assert (gdbarch->use_target_description_from_corefile_notes != NULL);
5457 return gdbarch->use_target_description_from_corefile_notes (gdbarch, corefile_bfd);
5462 gdbarch_use_target_description_from_corefile_notes_ftype use_target_description_from_corefile_notes)
5464 gdbarch->use_target_description_from_corefile_notes = use_target_description_from_corefile_notes;

Completed in 30 milliseconds