Lines Matching refs:ReportEventState
314 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()
1370 LLDB_REGISTER_METHOD_CONST(void, SBProcess, ReportEventState, in RegisterMethods()