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

123

/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/riscv64/
H A Djit-reader.h31 /* Versioning information. See gdb_reader_funcs. */
218 /* get_frame_id in gdb_reader_funcs is to return a gdb_frame_id
267 /* This struct is passed to unwind in gdb_reader_funcs, and is to be
284 struct gdb_reader_funcs;
294 typedef enum gdb_status (gdb_read_debug_info) (struct gdb_reader_funcs *self,
303 typedef enum gdb_status (gdb_unwind_frame) (struct gdb_reader_funcs *self,
310 typedef struct gdb_frame_id (gdb_get_frame_id) (struct gdb_reader_funcs *self,
316 typedef void (gdb_destroy_reader) (struct gdb_reader_funcs *self);
319 populated gdb_reader_funcs or NULL. The memory allocated for the
320 gdb_reader_funcs i
332 struct gdb_reader_funcs struct
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/m68000/
H A Djit-reader.h31 /* Versioning information. See gdb_reader_funcs. */
218 /* get_frame_id in gdb_reader_funcs is to return a gdb_frame_id
267 /* This struct is passed to unwind in gdb_reader_funcs, and is to be
284 struct gdb_reader_funcs;
294 typedef enum gdb_status (gdb_read_debug_info) (struct gdb_reader_funcs *self,
303 typedef enum gdb_status (gdb_unwind_frame) (struct gdb_reader_funcs *self,
310 typedef struct gdb_frame_id (gdb_get_frame_id) (struct gdb_reader_funcs *self,
316 typedef void (gdb_destroy_reader) (struct gdb_reader_funcs *self);
319 populated gdb_reader_funcs or NULL. The memory allocated for the
320 gdb_reader_funcs i
332 struct gdb_reader_funcs struct
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-reader.c44 read_debug_info (struct gdb_reader_funcs *self,
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)
190 destroy_reader (struct gdb_reader_funcs *self)
196 struct gdb_reader_funcs *
200 struct gdb_reader_funcs *reader_funcs =
201 malloc (sizeof (struct gdb_reader_funcs));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-reader.c44 read_debug_info (struct gdb_reader_funcs *self,
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)
190 destroy_reader (struct gdb_reader_funcs *self)
196 struct gdb_reader_funcs *
200 struct gdb_reader_funcs *reader_funcs =
201 malloc (sizeof (struct gdb_reader_funcs));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Djit.c154 jit_reader (struct gdb_reader_funcs *f, gdb_dlhandle_up &&h)
166 struct gdb_reader_funcs *functions;
175 typedef struct gdb_reader_funcs * (reader_init_fn_type) (void);
184 struct gdb_reader_funcs *funcs = NULL;
708 struct gdb_reader_funcs *funcs;
1046 struct gdb_reader_funcs *funcs;
1096 struct gdb_reader_funcs *funcs;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Djit.c123 jit_reader (struct gdb_reader_funcs *f, gdb_dlhandle_up &&h)
135 struct gdb_reader_funcs *functions;
144 typedef struct gdb_reader_funcs * (reader_init_fn_type) (void);
153 struct gdb_reader_funcs *funcs = NULL;
691 struct gdb_reader_funcs *funcs;
1014 struct gdb_reader_funcs *funcs;
1061 struct gdb_reader_funcs *funcs;

Completed in 261 milliseconds

123