/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | regcache.c | 185 struct regcache struct 187 struct regcache_descr *descr; argument 211 static struct regcache * argument 216 struct regcache *regcache; in regcache_xmalloc_1() local 249 regcache_xfree (struct regcache *regcache) in regcache_xfree() 265 make_cleanup_regcache_xfree (struct regcache *regcache) in make_cleanup_regcache_xfree() 273 get_regcache_arch (const struct regcache *regcache) in get_regcache_arch() 279 get_regcache_aspace (const struct regcache *regcache) in get_regcache_aspace() 287 register_buffer (const struct regcache *regcache, int regnum) in register_buffer() 365 struct regcache *regcache = src; in do_cooked_read() local [all …]
|
H A D | ppc-ravenscar-thread.c | 119 supply_register_at_address (struct regcache *regcache, int regnum, in supply_register_at_address() 148 struct regcache *regcache, int regnum) in ppc_ravenscar_generic_fetch_registers() 177 ppc_ravenscar_generic_prepare_to_store (struct regcache *regcache) in ppc_ravenscar_generic_prepare_to_store() 188 struct regcache *regcache, int regnum) in ppc_ravenscar_generic_store_registers() 219 ppc_ravenscar_powerpc_fetch_registers (struct regcache *regcache, int regnum) in ppc_ravenscar_powerpc_fetch_registers() 228 ppc_ravenscar_powerpc_store_registers (struct regcache *regcache, int regnum) in ppc_ravenscar_powerpc_store_registers() 262 ppc_ravenscar_e500_fetch_registers (struct regcache *regcache, int regnum) in ppc_ravenscar_e500_fetch_registers() 271 ppc_ravenscar_e500_store_registers (struct regcache *regcache, int regnum) in ppc_ravenscar_e500_store_registers()
|
H A D | i386dfly-nat.c | 55 struct regcache *regcache = get_current_regcache (); in i386dfly_resume() local 92 supply_gregset (struct regcache *regcache, const gregset_t *gregsetp) in supply_gregset() 102 fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regnum) in fill_gregset() 113 supply_fpregset (struct regcache *regcache, const fpregset_t *fpregsetp) in supply_fpregset() 123 fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regnum) in fill_fpregset() 137 i386dfly_supply_pcb (struct regcache *regcache, struct pcb *pcb) in i386dfly_supply_pcb()
|
H A D | amd64dfly-nat.c | 105 supply_gregset (struct regcache *regcache, const gregset_t *gregsetp) in supply_gregset() 115 fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regnum) in fill_gregset() 124 supply_fpregset (struct regcache *regcache, const fpregset_t *fpregsetp) in supply_fpregset() 134 fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regnum) in fill_fpregset() 148 amd64dfly_supply_pcb (struct regcache *regcache, struct pcb *pcb) in amd64dfly_supply_pcb()
|
H A D | sparc-ravenscar-thread.c | 62 supply_register_at_address (struct regcache *regcache, int regnum, in supply_register_at_address() 104 sparc_ravenscar_fetch_registers (struct regcache *regcache, int regnum) in sparc_ravenscar_fetch_registers() 147 sparc_ravenscar_prepare_to_store (struct regcache *regcache) in sparc_ravenscar_prepare_to_store() 156 sparc_ravenscar_store_registers (struct regcache *regcache, int regnum) in sparc_ravenscar_store_registers()
|
H A D | record-full.c | 262 record_full_reg_alloc (struct regcache *regcache, int regnum) in record_full_reg_alloc() 486 record_full_arch_list_add_reg (struct regcache *regcache, int regnum) in record_full_arch_list_add_reg() 599 record_full_message (struct regcache *regcache, enum gdb_signal signal) in record_full_message() 672 struct regcache *regcache; member 686 record_full_message_wrapper_safe (struct regcache *regcache, in record_full_message_wrapper_safe() 723 record_full_exec_insn (struct regcache *regcache, in record_full_exec_insn() 849 struct regcache *regcache = get_current_regcache (); in record_full_core_open_1() local 1253 struct regcache *regcache; in record_full_wait_1() local 1333 struct regcache *regcache = get_current_regcache (); in record_full_wait_1() local 1538 record_full_registers_change (struct regcache *regcache, int regnum) in record_full_registers_change() [all …]
|
H A D | i386bsd-nat.c | 91 i386bsd_supply_gregset (struct regcache *regcache, const void *gregs) in i386bsd_supply_gregset() 110 i386bsd_collect_gregset (const struct regcache *regcache, in i386bsd_collect_gregset() 133 struct regcache *regcache, int regnum) in i386bsd_fetch_inferior_registers() 184 struct regcache *regcache, int regnum) in i386bsd_store_inferior_registers()
|
H A D | i387-tdep.c | 450 i387_supply_fsave (struct regcache *regcache, int regnum, const void *fsave) in i387_supply_fsave() 505 i387_collect_fsave (const struct regcache *regcache, int regnum, void *fsave) in i387_collect_fsave() 598 i387_supply_fxsave (struct regcache *regcache, int regnum, const void *fxsave) in i387_supply_fxsave() 681 i387_collect_fxsave (const struct regcache *regcache, int regnum, void *fxsave) in i387_collect_fxsave() 772 i387_supply_xsave (struct regcache *regcache, int regnum, in i387_supply_xsave() 979 i387_collect_xsave (const struct regcache *regcache, int regnum, in i387_collect_xsave() 1271 i387_return_value (struct gdbarch *gdbarch, struct regcache *regcache) in i387_return_value()
|
H A D | sentinel-frame.c | 29 struct regcache *regcache; member 33 sentinel_frame_cache (struct regcache *regcache) in sentinel_frame_cache()
|
H A D | bsd-kvm.c | 163 bsd_kvm_fetch_pcb (struct regcache *regcache, struct pcb *paddr) in bsd_kvm_fetch_pcb() 176 struct regcache *regcache, int regnum) in bsd_kvm_fetch_registers() 339 bsd_kvm_add_target (int (*supply_pcb)(struct regcache *, struct pcb *)) in bsd_kvm_add_target()
|
H A D | amd64-nat.c | 91 amd64_supply_native_gregset (struct regcache *regcache, in amd64_supply_native_gregset() 122 amd64_collect_native_gregset (const struct regcache *regcache, in amd64_collect_native_gregset()
|
H A D | i386fbsd-tdep.c | 86 i386fbsd_supply_uthread (struct regcache *regcache, in i386fbsd_supply_uthread() 106 i386fbsd_collect_uthread (const struct regcache *regcache, in i386fbsd_collect_uthread()
|
H A D | inf-child.c | 69 struct regcache *regcache, int regnum) in inf_child_fetch_inferior_registers() 87 struct regcache *regcache, int regnum) in inf_child_store_inferior_registers() 105 inf_child_prepare_to_store (struct regcache *regcache) in inf_child_prepare_to_store()
|
H A D | amd64bsd-nat.c | 44 struct regcache *regcache, int regnum) in amd64bsd_fetch_inferior_registers() 78 struct regcache *regcache, int regnum) in amd64bsd_store_inferior_registers()
|
H A D | amd64-tdep.c | 285 struct regcache *regcache, in amd64_pseudo_register_read_value() 346 struct regcache *regcache, in amd64_pseudo_register_write() 614 struct type *type, struct regcache *regcache, in amd64_return_value() 749 amd64_push_arguments (struct regcache *regcache, int nargs, in amd64_push_arguments() 907 struct regcache *regcache, CORE_ADDR bp_addr, in amd64_push_dummy_call() 2731 amd64_supply_fpregset (const struct regset *regset, struct regcache *regcache, in amd64_supply_fpregset() 2747 const struct regcache *regcache, in amd64_collect_fpregset() 2760 struct regcache *regcache, int regnum, in amd64_supply_xstateregset() 2770 const struct regcache *regcache, in amd64_collect_xstateregset() 3036 amd64_supply_fxsave (struct regcache *regcache, int regnum, in amd64_supply_fxsave() [all …]
|
H A D | inf-ptrace.c | 715 inf_ptrace_fetch_register (struct regcache *regcache, int regnum) in inf_ptrace_fetch_register() 762 struct regcache *regcache, int regnum) in inf_ptrace_fetch_registers() 776 inf_ptrace_store_register (const struct regcache *regcache, int regnum) in inf_ptrace_store_register() 820 struct regcache *regcache, int regnum) in inf_ptrace_store_registers()
|
H A D | bsd-uthread.c | 68 bsd_uthread_set_supply_uthread (struct gdbarch *gdbarch, in bsd_uthread_set_supply_uthread() 80 bsd_uthread_set_collect_uthread (struct gdbarch *gdbarch, in bsd_uthread_set_collect_uthread() 284 struct regcache *regcache, int regnum) in bsd_uthread_fetch_registers() 311 struct regcache *regcache, int regnum) in bsd_uthread_store_registers()
|
H A D | i386-tdep.c | 2391 struct regcache *regcache) in i386_push_dummy_code() 2403 struct regcache *regcache, CORE_ADDR bp_addr, int nargs, in i386_push_dummy_call() 2509 struct regcache *regcache, gdb_byte *valbuf) in i386_extract_return_value() 2560 struct regcache *regcache, const gdb_byte *valbuf) in i386_store_return_value() 2674 struct type *type, struct regcache *regcache, in i386_return_value() 2877 i386_mmx_regnum_to_fp_regnum (struct regcache *regcache, int regnum) in i386_mmx_regnum_to_fp_regnum() 2898 struct regcache *regcache, in i386_pseudo_register_read_into_value() 2980 struct regcache *regcache, in i386_pseudo_register_read_value() 2995 i386_pseudo_register_write (struct gdbarch *gdbarch, struct regcache *regcache, in i386_pseudo_register_write() 3196 i386_supply_gregset (const struct regset *regset, struct regcache *regcache, in i386_supply_gregset() [all …]
|
H A D | ravenscar-thread.c | 267 struct regcache *regcache, int regnum) in ravenscar_fetch_registers() 287 struct regcache *regcache, int regnum) in ravenscar_store_registers() 306 ravenscar_prepare_to_store (struct regcache *regcache) in ravenscar_prepare_to_store()
|
H A D | infrun.c | 1318 struct regcache *regcache = get_thread_regcache (ptid); in displaced_step_prepare() local 1492 struct regcache *regcache = get_thread_regcache (event_ptid); in displaced_step_fixup() local 1510 struct regcache *regcache; in displaced_step_fixup() local 1735 struct regcache *regcache = get_current_regcache (); in resume() local 2095 struct regcache *regcache = get_thread_regcache (wait_ptid); in prepare_to_proceed() local 2138 struct regcache *regcache; in proceed() local 2925 struct regcache *regcache; in adjust_pc_after_break() local 3076 struct regcache *regcache; in handle_syscall_event() local 3256 struct regcache *regcache = get_thread_regcache (ecs->ptid); in handle_inferior_event() local 3332 struct regcache *regcache; in handle_inferior_event() local [all …]
|
H A D | fbsd-nat.c | 171 const struct regcache *regcache = get_current_regcache (); in fbsd_make_corefile_notes() local
|
H A D | corelow.c | 504 get_core_register_section (struct regcache *regcache, in get_core_register_section() 576 struct regcache *regcache, int regno) in get_core_registers()
|
H A D | inline-frame.c | 77 struct regcache *regcache = get_thread_regcache (ptid); local
|
/dflybsd-src/gnu/usr.bin/gdb/kgdb/ |
H A D | trgt_x86_64.c | 55 kgdb_trgt_fetch_registers(struct target_ops *target_ops, struct regcache *regcache, int regno) in kgdb_trgt_fetch_registers()
|
/dflybsd-src/contrib/gdb-7/gdb/common/ |
H A D | linux-btrace.c | 177 struct regcache *regcache; in VEC() local
|