Home
last modified time | relevance | path

Searched defs:ResumeActionList (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DDebug.h35 ResumeActionList() : m_actions(), m_signal_handled() {} in ResumeActionList() function
37 ResumeActionList(lldb::StateType default_action, int signal) in ResumeActionList() function
42 ResumeActionList(const ResumeAction *actions, size_t num_actions) in ResumeActionList() function
/external/llvm-project/lldb/include/lldb/
Dlldb-private-forward.h17 class ResumeActionList; variable
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h34 class ResumeActionList; variable