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