Home
last modified time | relevance | path

Searched refs:default_action (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h37 ResumeActionList(lldb::StateType default_action, int signal) { in ResumeActionList() argument
38 SetDefaultThreadActionIfNeeded(default_action, signal); in ResumeActionList()
99 ResumeAction default_action = {LLDB_INVALID_THREAD_ID, action, signal}; in SetDefaultThreadActionIfNeeded() local
100 m_actions.push_back(default_action); in SetDefaultThreadActionIfNeeded()
/freebsd/contrib/ntp/sntp/libopts/
H A Dtime.c81 goto default_action; in optionTimeDate()
102 goto default_action; in optionTimeDate()
131 default_action: in optionTimeDate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1683 if (const ResumeAction *default_action = in ResumeActionListStopsAllThreads() local
1685 if (default_action->state == eStateSuspended && actions.GetSize() == 1) in ResumeActionListStopsAllThreads()