Home
last modified time | relevance | path

Searched refs:IntelPTError (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h25 class IntelPTError : public llvm::ErrorInfo<IntelPTError> {
38 IntelPTError(int libipt_error_code,
245 void AppendError(const IntelPTError &error);
H A DDecodedThread.cpp20 char IntelPTError::ID;
22 IntelPTError::IntelPTError(int libipt_error_code, lldb::addr_t address) in IntelPTError() function in IntelPTError
27 void IntelPTError::log(llvm::raw_ostream &OS) const { in log()
188 void DecodedThread::AppendError(const IntelPTError &error) { in AppendError()
H A DLibiptDecoder.cpp60 return make_error<IntelPTError>(status); in CreateBasicLibiptConfig()
91 return make_error<IntelPTError>(status); in SetupMemoryImage()
105 return make_error<IntelPTError>(-pte_nomem); in CreateInstructionDecoder()
127 return make_error<IntelPTError>(-pte_nomem); in CreateQueryDecoder()
435 m_decoded_thread.AppendError(IntelPTError(status, insn.ip)); in DecodeInstructionsAndEvents()
457 m_decoded_thread.AppendError(IntelPTError(status, insn.ip)); in DecodeInstructionsAndEvents()
515 m_decoded_thread.AppendError(IntelPTError(status)); in ProcessPTEvents()
542 m_decoded_thread.AppendError(IntelPTError(-pte_overflow)); in ProcessPTEvents()