Searched refs:ReportEventState (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBProcess.h | 73 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 D | SBProcess.cpp | 303 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 D | SBDebugger.cpp | 670 process.ReportEventState(event, out_sp); in HandleProcessEvent()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 43847 ((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()
|