GDB (xrefs)
|
#include "breakpoint.h"
Public Attributes | |
void(* | create_sals_from_location_spec )(location_spec *locspec, struct linespec_result *canonical) |
void(* | create_breakpoints_sal )(struct gdbarch *, struct linespec_result *, gdb::unique_xmalloc_ptr< char >, gdb::unique_xmalloc_ptr< char >, enum bptype, enum bpdisp, int, int, int, int, int, int, int, unsigned) |
Definition at line 563 of file breakpoint.h.
void(* breakpoint_ops::create_breakpoints_sal) (struct gdbarch *, struct linespec_result *, gdb::unique_xmalloc_ptr< char >, gdb::unique_xmalloc_ptr< char >, enum bptype, enum bpdisp, int, int, int, int, int, int, int, unsigned) |
Definition at line 582 of file breakpoint.h.
Referenced by create_breakpoint().
void(* breakpoint_ops::create_sals_from_location_spec) (location_spec *locspec, struct linespec_result *canonical) |
Definition at line 572 of file breakpoint.h.
Referenced by create_breakpoint().