Lines Matching refs:sberror
94 lldb::SBError &sberror) { in StartProcessorTrace() argument
96 sberror.SetErrorStringWithFormat("invalid PTDecoder instance"); in StartProcessorTrace()
100 m_opaque_sp->StartProcessorTrace(sbprocess, sbtraceoptions, sberror); in StartProcessorTrace()
104 lldb::SBError &sberror, lldb::tid_t tid) { in StopProcessorTrace() argument
106 sberror.SetErrorStringWithFormat("invalid PTDecoder instance"); in StopProcessorTrace()
110 m_opaque_sp->StopProcessorTrace(sbprocess, sberror, tid); in StopProcessorTrace()
117 lldb::SBError &sberror) { in GetInstructionLogAtOffset() argument
119 sberror.SetErrorStringWithFormat("invalid PTDecoder instance"); in GetInstructionLogAtOffset()
126 *insn_list_ptr, sberror); in GetInstructionLogAtOffset()
127 if (!sberror.Success()) in GetInstructionLogAtOffset()
135 lldb::SBError &sberror) { in GetProcessorTraceInfo() argument
137 sberror.SetErrorStringWithFormat("invalid PTDecoder instance"); in GetProcessorTraceInfo()
144 sberror); in GetProcessorTraceInfo()
145 if (!sberror.Success()) in GetProcessorTraceInfo()