Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp300 void SBProcess::ReportEventState(const SBEvent &event, SBFile out) const { in ReportEventState() function in SBProcess
303 return ReportEventState(event, out.m_opaque_sp); in ReportEventState()
306 void SBProcess::ReportEventState(const SBEvent &event, FILE *out) const { in ReportEventState() function in SBProcess
309 return ReportEventState(event, outfile); in ReportEventState()
312 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-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42210 ((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,arg3); in _wrap_SBProcess_ReportEventState__SWIG_0()
42249 ((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,arg3); in _wrap_SBProcess_ReportEventState__SWIG_1()