Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dgdbstub.h4 typedef struct GDBFeature { struct
10 } GDBFeature; argument
13 GDBFeature *feature;
41 const GDBFeature *feature, int g_pos);
67 void gdb_feature_builder_init(GDBFeatureBuilder *builder, GDBFeature *feature,
109 const GDBFeature *gdb_find_static_feature(const char *xmlname);
142 extern const GDBFeature gdb_static_features[];
/openbmc/qemu/stubs/
H A Dgdbstub.c4 const GDBFeature gdb_static_features[] = {
/openbmc/qemu/target/arm/
H A Dgdbstub.c297 static GDBFeature *arm_gen_dynamic_sysreg_feature(CPUState *cs, int base_reg) in arm_gen_dynamic_sysreg_feature()
406 static GDBFeature *arm_gen_dynamic_m_systemreg_feature(CPUState *cs, in arm_gen_dynamic_m_systemreg_feature()
449 static GDBFeature *arm_gen_dynamic_m_secextreg_feature(CPUState *cs, in arm_gen_dynamic_m_secextreg_feature()
519 GDBFeature *feature = arm_gen_dynamic_svereg_feature(cs, cs->gdb_num_regs); in arm_cpu_register_gdb_regs_for_features()
H A Dgdbstub64.c339 GDBFeature *arm_gen_dynamic_svereg_feature(CPUState *cs, int base_reg) in arm_gen_dynamic_svereg_feature()
H A Dinternals.h1673 GDBFeature *arm_gen_dynamic_svereg_feature(CPUState *cpu, int base_reg);
H A Dcpu.h133 GDBFeature desc;
/openbmc/qemu/target/riscv/
H A Dgdbstub.c239 static GDBFeature *riscv_gen_dynamic_csr_feature(CPUState *cs, int base_reg) in riscv_gen_dynamic_csr_feature()
288 static GDBFeature *ricsv_gen_dynamic_vector_feature(CPUState *cs, int base_reg) in ricsv_gen_dynamic_vector_feature()
H A Dcpu.h502 GDBFeature dyn_csr_feature;
503 GDBFeature dyn_vreg_feature;
/openbmc/qemu/gdbstub/
H A Dgdbstub.c55 const GDBFeature *feature;
412 void gdb_feature_builder_init(GDBFeatureBuilder *builder, GDBFeature *feature, in gdb_feature_builder_init()
483 const GDBFeature *gdb_find_static_feature(const char *xmlname) in gdb_find_static_feature()
485 const GDBFeature *feature; in gdb_find_static_feature()
559 const GDBFeature *feature) in gdb_register_feature()
574 const GDBFeature *feature; in gdb_init_cpu()
593 const GDBFeature *feature, int g_pos) in gdb_register_coprocessor()
/openbmc/qemu/target/ppc/
H A Dcpu.h1503 GDBFeature gdb_spr;