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 | 305 void SBProcess::ReportEventState(const SBEvent &event, SBFile out) const { in ReportEventState() function in SBProcess 308 return ReportEventState(event, out.m_opaque_sp); in ReportEventState() 311 void SBProcess::ReportEventState(const SBEvent &event, FILE *out) const { in ReportEventState() function in SBProcess 314 return ReportEventState(event, outfile); in ReportEventState() 317 void SBProcess::ReportEventState(const SBEvent &event, FileSP out) const { in ReportEventState() function in SBProcess
|
| H A D | SBDebugger.cpp | 627 process.ReportEventState(event, out_sp); in HandleProcessEvent()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 44626 …((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,SWIG_STD_MOVE(arg3)… in _wrap_SBProcess_ReportEventState__SWIG_0() 44665 …((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,SWIG_STD_MOVE(arg3)… in _wrap_SBProcess_ReportEventState__SWIG_1()
|