GDB (xrefs)
|
#include "mips-linux-watch.h"
Public Attributes | |
CORE_ADDR | addr |
int | len |
int | type |
struct mips_watchpoint * | next |
Definition at line 93 of file mips-linux-watch.h.
CORE_ADDR mips_watchpoint::addr |
Definition at line 95 of file mips-linux-watch.h.
Referenced by mips_linux_insert_watchpoint(), mips_linux_remove_watchpoint(), mips_linux_watch_populate_regs(), and x86_insert_aligned_watchpoint().
int mips_watchpoint::len |
Definition at line 96 of file mips-linux-watch.h.
Referenced by mips_linux_insert_watchpoint(), mips_linux_remove_watchpoint(), and mips_linux_watch_populate_regs().
struct mips_watchpoint* mips_watchpoint::next |
Definition at line 98 of file mips-linux-watch.h.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), mips_linux_close(), mips_linux_insert_watchpoint(), mips_linux_remove_watchpoint(), and mips_linux_watch_populate_regs().
int mips_watchpoint::type |
Definition at line 97 of file mips-linux-watch.h.
Referenced by mips_linux_insert_watchpoint(), mips_linux_remove_watchpoint(), and mips_linux_watch_populate_regs().