Searched refs:gdb_unwind_callbacks (Results 51 - 56 of 56) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/riscv64/
H A Djit-reader.h235 struct gdb_unwind_callbacks;
241 CB is the struct gdb_unwind_callbacks * the callback belongs to.
251 (struct gdb_unwind_callbacks *cb, int regnum);
264 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum,
272 struct gdb_unwind_callbacks struct
304 struct gdb_unwind_callbacks *cb);
311 struct gdb_unwind_callbacks *c);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/m68000/
H A Djit-reader.h235 struct gdb_unwind_callbacks;
241 CB is the struct gdb_unwind_callbacks * the callback belongs to.
251 (struct gdb_unwind_callbacks *cb, int regnum);
264 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum,
272 struct gdb_unwind_callbacks struct
304 struct gdb_unwind_callbacks *cb);
311 struct gdb_unwind_callbacks *c);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-reader.c82 write_register (struct gdb_unwind_callbacks *callbacks, int dw_reg,
96 read_register (struct gdb_unwind_callbacks *callbacks, int dw_reg,
116 read_sp (struct gdb_reader_funcs *self, struct gdb_unwind_callbacks *cbs,
135 unwind_frame (struct gdb_reader_funcs *self, struct gdb_unwind_callbacks *cbs)
173 get_frame_id (struct gdb_reader_funcs *self, struct gdb_unwind_callbacks *cbs)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-reader.c82 write_register (struct gdb_unwind_callbacks *callbacks, int dw_reg,
96 read_register (struct gdb_unwind_callbacks *callbacks, int dw_reg,
116 read_sp (struct gdb_reader_funcs *self, struct gdb_unwind_callbacks *cbs,
135 unwind_frame (struct gdb_reader_funcs *self, struct gdb_unwind_callbacks *cbs)
173 get_frame_id (struct gdb_reader_funcs *self, struct gdb_unwind_callbacks *cbs)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Djit.c965 jit_unwind_reg_set_impl (struct gdb_unwind_callbacks *cb, int dwarf_regnum,
998 jit_unwind_reg_get_impl (struct gdb_unwind_callbacks *cb, int regnum)
1045 struct gdb_unwind_callbacks callbacks;
1097 struct gdb_unwind_callbacks callbacks;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Djit.c939 jit_unwind_reg_set_impl (struct gdb_unwind_callbacks *cb, int dwarf_regnum,
969 jit_unwind_reg_get_impl (struct gdb_unwind_callbacks *cb, int regnum)
1013 struct gdb_unwind_callbacks callbacks;
1062 struct gdb_unwind_callbacks callbacks;

Completed in 200 milliseconds

123