Searched refs:last_status (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dserver.c93 static struct target_waitstatus last_status; variable in typeref:struct:target_waitstatus
282 mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); local
284 if (last_status.kind != TARGET_WAITKIND_STOPPED)
291 mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); local
292 if (last_status.kind != TARGET_WAITKIND_STOPPED)
296 current_inferior->last_status = last_status;
298 while (last_status.value.sig != TARGET_SIGNAL_TRAP);
301 current_inferior->last_status = last_status;
[all...]
H A Dlinux-low.h183 int last_status; member in struct:lwp_info
H A Dlinux-low.c523 if (WSTOPSIG (lwp->last_status) == SIGTRAP
526 && lwp->last_status >> 16 == 0)
965 && thread->last_status.kind != TARGET_WAITKIND_IGNORE)
1041 child->last_status = *wstatp;
1701 if (thread->last_status.kind == TARGET_WAITKIND_IGNORE
1720 if (thread->last_status.kind == TARGET_WAITKIND_IGNORE
1742 && thread->last_status.kind == TARGET_WAITKIND_IGNORE
1776 && thread->last_status.kind == TARGET_WAITKIND_IGNORE
3023 thread->last_status.kind == TARGET_WAITKIND_STOPPED
3384 thread->last_status
[all...]
H A Dinferiors.c175 new_thread->last_status.kind = TARGET_WAITKIND_IGNORE;
H A Dserver.h210 struct target_waitstatus last_status; member in struct:thread_info
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_hesiod.c182 static int last_status = 1; /* assume up by default */ local
189 last_status = 0;
192 if (last_status == 0) { /* if was down before */
194 last_status = 1;
H A Dinfo_nis.c199 static int last_status = 1; /* assume up by default */ local
211 last_status = 0;
225 last_status = 0;
234 last_status = 0;
237 if (last_status == 0) { /* reinitialize if was down before */
243 last_status = 1;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Derror.c124 static int last_status; local
172 last_status = status;
224 last_status, last_errnum);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.h121 int last_status; /* 0=used $HOME/.hlfsspool; !0=used alt dir */ member in struct:uid2home_t
H A Dhomedir.c100 found->last_status = 1;
109 found->last_status = 0;
127 if (found->last_status == 0) {
149 found->last_status = 1;
153 found->last_status = 1;
287 * update the last_status field of the requesting user.
307 lastchild->last_status = WEXITSTATUS(status);
314 lostchild->last_status = WEXITSTATUS(status);
681 pwtab[cur_pwtab_num].last_status = 0; /* assume best: used homedir */
767 pwtab[i].last_status,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dinfrun.c2071 struct target_waitstatus last_status;
2073 get_last_target_status (&last_ptid, &last_status);
2067 struct target_waitstatus last_status; local

Completed in 199 milliseconds