Lines Matching refs:gdb_reader_funcs
27 /* Versioning information. See gdb_reader_funcs. */
214 /* get_frame_id in gdb_reader_funcs is to return a gdb_frame_id
263 /* This struct is passed to unwind in gdb_reader_funcs, and is to be
280 struct gdb_reader_funcs;
290 typedef enum gdb_status (gdb_read_debug_info) (struct gdb_reader_funcs *self,
299 typedef enum gdb_status (gdb_unwind_frame) (struct gdb_reader_funcs *self,
306 typedef struct gdb_frame_id (gdb_get_frame_id) (struct gdb_reader_funcs *self,
312 typedef void (gdb_destroy_reader) (struct gdb_reader_funcs *self);
315 populated gdb_reader_funcs or NULL. The memory allocated for the
316 gdb_reader_funcs is to be managed by the reader itself (i.e. if it
320 extern struct gdb_reader_funcs *gdb_init_reader (void);
328 struct gdb_reader_funcs