GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
breakpoint_ops Struct Reference

#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)
 

Detailed Description

Definition at line 563 of file breakpoint.h.

Member Data Documentation

◆ create_breakpoints_sal

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().

◆ create_sals_from_location_spec

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().


The documentation for this struct was generated from the following file: