Searched refs:sberror (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | Decoder.cpp | 77 lldb::SBError &sberror) { in StartProcessorTrace() argument 78 sberror.Clear(); in StartProcessorTrace() 79 CheckDebuggerID(sbprocess, sberror); in StartProcessorTrace() 80 if (!sberror.Success()) in StartProcessorTrace() 88 sberror.SetErrorStringWithFormat("SBTraceOptions::TraceType not set to " in StartProcessorTrace() 94 lldb::SBStructuredData sbstructdata = sbtraceoptions.getTraceParams(sberror); in StartProcessorTrace() 95 if (!sberror.Success()) in StartProcessorTrace() 102 sberror.SetErrorStringWithFormat( in StartProcessorTrace() 112 sberror.SetErrorStringWithFormat( in StartProcessorTrace() 120 sberror.SetErrorStringWithFormat( in StartProcessorTrace() [all …]
|
D | PTDecoder.cpp | 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() [all …]
|
D | Decoder.h | 161 lldb::SBError &sberror); 163 void StopProcessorTrace(lldb::SBProcess &sbprocess, lldb::SBError &sberror, 169 lldb::SBError &sberror); 172 TraceOptions &traceinfo, lldb::SBError &sberror); 198 void CheckDebuggerID(lldb::SBProcess &sbprocess, lldb::SBError &sberror); 205 lldb::SBError &sberror); 215 lldb::SBError &sberror, 221 lldb::SBError &sberror, 227 lldb::SBError &sberror, 235 lldb::SBError &sberror); [all …]
|
D | PTDecoder.h | 185 lldb::SBError &sberror); 201 void StopProcessorTrace(lldb::SBProcess &sbprocess, lldb::SBError &sberror, 240 lldb::SBError &sberror); 263 PTTraceOptions &options, lldb::SBError &sberror);
|
D | README_TOOL.txt | 142 lldb::SBError &sberror) 152 @param[out] sberror : An error with the failure reason if API 207 lldb::SBError &sberror, 221 @param[out] sberror : An error with the failure reason if API fails. 229 lldb::SBError &sberror) 263 @param[out] sberror : An error with the failure reason if API 269 PTTraceOptions &options, lldb::SBError &sberror) 290 @param[out] sberror : An error with the failure reason if API
|