Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c1005 int resume_all; in linux_nat_resume() local
1008 resume_all = (PIDGET (ptid) == -1); in linux_nat_resume()
1010 if (resume_all) in linux_nat_resume()
1046 if (resume_all) in linux_nat_resume()
H A DChangeLog-20022705 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.