Searched refs:dump_tdep (Results 1 – 4 of 4) sorted by relevance
1264 gdbarch_dump_tdep_ftype *dump_tdep; member1304 gdbarch_dump_tdep_ftype *dump_tdep, in gdbarch_register() argument1337 (*curr)->dump_tdep = dump_tdep; in gdbarch_register()1476 new_gdbarch->dump_tdep = rego->dump_tdep; in gdbarch_find_by_info()
258 gdbarch_dump_tdep_ftype *dump_tdep = nullptr,
49 gdbarch_dump_tdep_ftype *dump_tdep = nullptr; member1389 if (gdbarch->dump_tdep != NULL) in gdbarch_dump()1390 gdbarch->dump_tdep (gdbarch, file); in gdbarch_dump()
3627 * gdbarch.sh (struct gdbarch): Add member dump_tdep.