Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-forward.h17 class ResumeActionList; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h37 ResumeActionList(lldb::StateType default_action, int signal) { in ResumeActionList() function
41 ResumeActionList(const ResumeAction *actions, size_t num_actions) { in ResumeActionList() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h38 class ResumeActionList; variable