Home
last modified time | relevance | path

Searched refs:save_stop_reason (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlinux-nat.c301 static void save_stop_reason (struct lwp_info *lp);
2587 save_stop_reason (lp); in stop_wait_callback()
2604 save_stop_reason (lp); in stop_wait_callback()
2730 save_stop_reason (struct lwp_info *lp) in save_stop_reason() function
3187 save_stop_reason (lp); in linux_nat_filter_event()
DChangeLog-20169043 (stop_wait_callback): Call save_stop_reason instead of
9046 (save_stop_reason): ... this. Bits of save_sigtrap folded here.
9051 (linux_nat_filter_event): Call save_stop_reason instead of
DChangeLog-20174172 (save_stop_reason): Likewise.
4626 * linux-nat.c (save_stop_reason): Likewise.
DChangeLog-202017281 (save_stop_reason): Likewise.
18071 (stop_wait_callback, save_stop_reason, linux_nat_filter_event)
DChangeLog-201811149 (save_stop_reason, linux_nat_wait_1)
DChangeLog-201914011 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git111397 ends up calling save_stop_reason (linux-nat.c), which ends up trying
115606 in lwp->stop_pc. This is done in save_stop_reason, in both
115615 breakpoint is going to hit, we could simply teach save_stop_reason to
115627 save_stop_reason bails out early. While going through the shell,