GDB (xrefs)
|
Public Attributes | |
struct watch_area * | next |
CORE_ADDR | lo_addr |
CORE_ADDR | hi_addr |
Definition at line 439 of file s390-linux-nat.c.
CORE_ADDR watch_area::hi_addr |
Definition at line 443 of file s390-linux-nat.c.
Referenced by s390_insert_watchpoint(), and s390_prepare_to_resume().
CORE_ADDR watch_area::lo_addr |
Definition at line 442 of file s390-linux-nat.c.
Referenced by s390_insert_watchpoint(), and s390_prepare_to_resume().
struct watch_area* watch_area::next |
Definition at line 441 of file s390-linux-nat.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), s390_insert_watchpoint(), s390_prepare_to_resume(), and s390_remove_watchpoint().