Searched refs:default_action (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h37 ResumeActionList(lldb::StateType default_action, int signal) argument
39 SetDefaultThreadActionIfNeeded(default_action, signal);
101 ResumeAction default_action = {LLDB_INVALID_THREAD_ID, action, signal}; local
102 m_actions.push_back(default_action);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtime.c81 goto default_action;
100 goto default_action;
129 default_action:
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.c156 struct thread_resume *resume_info, default_action; local
172 default_action.thread = -1;
173 default_action.leave_stopped = 1;
174 default_action.step = 0;
175 default_action.sig = 0;
213 default_action = resume_info[i];
231 resume_info[i] = default_action;

Completed in 88 milliseconds