GDB (xrefs)
Loading...
Searching...
No Matches
Functions
mem-break.c File Reference
#include "defs.h"
#include "symtab.h"
#include "breakpoint.h"
#include "inferior.h"
#include "target.h"
#include "gdbarch.h"

Go to the source code of this file.

Functions

int default_memory_insert_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 
int default_memory_remove_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 
int memory_insert_breakpoint (struct target_ops *ops, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 
int memory_remove_breakpoint (struct target_ops *ops, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt, enum remove_bp_reason reason)
 
int memory_validate_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 

Function Documentation

◆ default_memory_insert_breakpoint()

int default_memory_insert_breakpoint ( struct gdbarch * gdbarch,
struct bp_target_info * bp_tgt )

◆ default_memory_remove_breakpoint()

int default_memory_remove_breakpoint ( struct gdbarch * gdbarch,
struct bp_target_info * bp_tgt )

◆ memory_insert_breakpoint()

int memory_insert_breakpoint ( struct target_ops * ops,
struct gdbarch * gdbarch,
struct bp_target_info * bp_tgt )

◆ memory_remove_breakpoint()

int memory_remove_breakpoint ( struct target_ops * ops,
struct gdbarch * gdbarch,
struct bp_target_info * bp_tgt,
enum remove_bp_reason reason )

◆ memory_validate_breakpoint()

int memory_validate_breakpoint ( struct gdbarch * gdbarch,
struct bp_target_info * bp_tgt )