Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h68 void ReportEventState(const lldb::SBEvent &event, FILE *out) const;
70 void ReportEventState(const lldb::SBEvent &event, SBFile file) const;
72 void ReportEventState(const lldb::SBEvent &event, FileSP file) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp314 void SBProcess::ReportEventState(const SBEvent &event, SBFile out) const { in ReportEventState() function in SBProcess
315 LLDB_RECORD_METHOD_CONST(void, SBProcess, ReportEventState, in ReportEventState()
318 return ReportEventState(event, out.m_opaque_sp); in ReportEventState()
321 void SBProcess::ReportEventState(const SBEvent &event, FILE *out) const { in ReportEventState() function in SBProcess
322 LLDB_RECORD_METHOD_CONST(void, SBProcess, ReportEventState, in ReportEventState()
325 return ReportEventState(event, outfile); in ReportEventState()
328 void SBProcess::ReportEventState(const SBEvent &event, FileSP out) const { in ReportEventState() function in SBProcess
330 LLDB_RECORD_METHOD_CONST(void, SBProcess, ReportEventState, in ReportEventState()
1366 LLDB_REGISTER_METHOD_CONST(void, SBProcess, ReportEventState, in RegisterMethods()
1368 LLDB_REGISTER_METHOD_CONST(void, SBProcess, ReportEventState, in RegisterMethods()
[all …]
H A DSBDebugger.cpp623 process.ReportEventState(event, out_sp); in HandleProcessEvent()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i98 ReportEventState (const lldb::SBEvent &event, SBFile out) const;
101 ReportEventState (const lldb::SBEvent &event, FileSP BORROWED) const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38970 ((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,arg3); in _wrap_SBProcess_ReportEventState__SWIG_0()
39009 ((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,arg3); in _wrap_SBProcess_ReportEventState__SWIG_1()