Home
last modified time | relevance | path

Searched refs:gdb_frame_id (Results 1 – 3 of 3) sorted by relevance

/dragonfly/gnu/usr.bin/gdb/libgdb/
H A Djit-reader.h223 struct gdb_frame_id struct
306 typedef struct gdb_frame_id (gdb_get_frame_id) (struct gdb_reader_funcs *self,
/dragonfly/contrib/gdb-7/gdb/
H A Djit-reader.in214 /* get_frame_id in gdb_reader_funcs is to return a gdb_frame_id
217 on a particular frame should return the same gdb_frame_id
223 struct gdb_frame_id
304 gdb_frame_id. */
306 typedef struct gdb_frame_id (gdb_get_frame_id) (struct gdb_reader_funcs *self,
H A Djit.c1219 struct gdb_frame_id frame_id; in jit_frame_this_id()