Home | History | Annotate | Download | only in gdb

Lines Matching refs:cb

85 typedef struct gdb_object *(gdb_object_open) (struct gdb_symbol_callbacks *cb);
87 /* The callback used to create new symbol table. CB is the
95 typedef struct gdb_symtab *(gdb_symtab_open) (struct gdb_symbol_callbacks *cb,
114 typedef struct gdb_block *(gdb_block_open) (struct gdb_symbol_callbacks *cb,
125 typedef void (gdb_symtab_add_line_mapping) (struct gdb_symbol_callbacks *cb,
133 typedef void (gdb_symtab_close) (struct gdb_symbol_callbacks *cb,
142 typedef void (gdb_object_close) (struct gdb_symbol_callbacks *cb,
237 CB is the struct gdb_unwind_callbacks * the callback belongs to.
247 (struct gdb_unwind_callbacks *cb, int regnum);
260 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum,
284 The implementation has to use the functions in CB to actually emit
291 struct gdb_symbol_callbacks *cb,
294 /* Unwind the current frame, CB is the set of unwind callbacks that
300 struct gdb_unwind_callbacks *cb);