Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dcpu.c200 cc->gdb_arch_name = tricore_gdb_arch_name; in tricore_cpu_class_init()
/openbmc/qemu/target/s390x/
H A Dcpu.c406 cc->gdb_arch_name = s390_gdb_arch_name; in s390_cpu_class_init()
/openbmc/qemu/target/loongarch/
H A Dcpu.c869 cc->gdb_arch_name = loongarch32_gdb_arch_name; in loongarch32_cpu_class_init()
882 cc->gdb_arch_name = loongarch64_gdb_arch_name; in loongarch64_cpu_class_init()
/openbmc/qemu/include/hw/core/
H A Dcpu.h168 const gchar * (*gdb_arch_name)(CPUState *cpu); member
/openbmc/qemu/gdbstub/
H A Dgdbstub.c380 if (cc->gdb_arch_name) { in get_feature_xml()
384 cc->gdb_arch_name(cpu))); in get_feature_xml()
/openbmc/qemu/target/arm/
H A Dcpu64.c810 cc->gdb_arch_name = aarch64_gdb_arch_name; in aarch64_cpu_class_init()
H A Dcpu.c2722 cc->gdb_arch_name = arm_gdb_arch_name; in arm_cpu_class_init()
/openbmc/qemu/target/riscv/
H A Dcpu.c2780 cc->gdb_arch_name = riscv_gdb_arch_name; in riscv_cpu_common_class_init()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7482 cc->gdb_arch_name = ppc_gdb_arch_name; in ppc_cpu_class_init()
/openbmc/qemu/target/i386/
H A Dcpu.c8607 cc->gdb_arch_name = x86_gdb_arch_name; in x86_cpu_common_class_init()