GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/mem-break.c File Reference
#include "defs.h"
#include "symtab.h"
#include "breakpoint.h"
#include "inferior.h"
#include "target.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)
 
int memory_validate_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 

Function Documentation

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 
)
int memory_validate_breakpoint ( struct gdbarch gdbarch,
struct bp_target_info bp_tgt 
)