Home
last modified time | relevance | path

Searched refs:ReportEventState (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h73 void ReportEventState(const lldb::SBEvent &event, FILE *out) const;
76 void ReportEventState(const lldb::SBEvent &event, SBFile file) const;
78 void ReportEventState(const lldb::SBEvent &event, FileSP BORROWED) const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp303 void SBProcess::ReportEventState(const SBEvent &event, SBFile out) const { in ReportEventState() function in SBProcess
306 return ReportEventState(event, out.m_opaque_sp); in ReportEventState()
309 void SBProcess::ReportEventState(const SBEvent &event, FILE *out) const { in ReportEventState() function in SBProcess
312 return ReportEventState(event, outfile); in ReportEventState()
315 void SBProcess::ReportEventState(const SBEvent &event, FileSP out) const { in ReportEventState() function in SBProcess
H A DSBDebugger.cpp670 process.ReportEventState(event, out_sp); in HandleProcessEvent()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp43847 ((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,arg3); in _wrap_SBProcess_ReportEventState__SWIG_0()
43886 ((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,arg3); in _wrap_SBProcess_ReportEventState__SWIG_1()