Home
last modified time | relevance | path

Searched refs:watchpoint_frame (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.h356 struct frame_id watchpoint_frame; member
Dbreakpoint.c943 fi = frame_find_by_id (bpt->owner->watchpoint_frame); in insert_bp_location()
2497 fr = frame_find_by_id (b->watchpoint_frame); in watchpoint_check()
5748 b->watchpoint_frame = get_frame_id (frame); in watch_command_1()
5752 memset (&b->watchpoint_frame, 0, sizeof (b->watchpoint_frame)); in watch_command_1()
7499 fr = frame_find_by_id (bpt->watchpoint_frame);