Searched refs:last_error_ (Results 1 – 17 of 17) sorted by relevance
45 last_error_.code = DWARF_ERROR_NONE; in Step()48 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in Step()91 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()92 last_error_.address = memory_.cur_offset(); in FillInCieHeader()99 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()100 last_error_.address = memory_.cur_offset(); in FillInCieHeader()109 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()110 last_error_.address = memory_.cur_offset(); in FillInCieHeader()115 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()125 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()[all …]
52 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()53 last_error_.address = memory_.cur_offset(); in Init()60 last_error_.code = DWARF_ERROR_UNSUPPORTED_VERSION; in Init()73 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Init()80 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()81 last_error_.address = memory_.cur_offset(); in Init()87 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()88 last_error_.address = memory_.cur_offset(); in Init()93 last_error_.code = DWARF_ERROR_NO_FDES; in Init()128 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetFdeFromPc()[all …]
39 last_error_.code = ERROR_UNWIND_INFO; in FindEntry()68 last_error_.code = ERROR_UNWIND_INFO; in FindEntry()75 last_error_.code = ERROR_MEMORY_INVALID; in GetPrel31Addr()76 last_error_.address = offset; in GetPrel31Addr()116 last_error_.code = ERROR_UNWIND_INFO; in StepExidx()152 last_error_.code = ERROR_NONE; in StepExidx()161 last_error_.code = ERROR_UNWIND_INFO; in StepExidx()165 last_error_.code = ERROR_MEMORY_INVALID; in StepExidx()166 last_error_.address = arm.status_address(); in StepExidx()
97 last_error_.code = ERROR_SYSTEM_CALL; in SendSignalToThread()105 last_error_.code = ERROR_THREAD_DOES_NOT_EXIST; in SendSignalToThread()107 last_error_.code = ERROR_SYSTEM_CALL; in SendSignalToThread()137 last_error_.code = ERROR_THREAD_DOES_NOT_EXIST; in SendSignalToThread()139 last_error_.code = ERROR_THREAD_TIMEOUT; in SendSignalToThread()153 last_error_.code = ERROR_UNSUPPORTED; in UnwindWithSignal()
50 last_error_.code = DWARF_ERROR_NONE; in GetLocationInfo()51 last_error_.address = 0; in GetLocationInfo()71 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()72 last_error_.address = memory_->cur_offset(); in GetLocationInfo()84 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()85 last_error_.address = memory_->cur_offset(); in GetLocationInfo()97 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetLocationInfo()112 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in GetLocationInfo()121 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()122 last_error_.address = memory_->cur_offset(); in GetLocationInfo()[all …]
1526 last_error_.code = DWARF_ERROR_TOO_MANY_ITERATIONS; in Eval()1535 last_error_.code = DWARF_ERROR_NONE; in Decode()1537 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Decode()1538 last_error_.address = memory_->cur_offset(); in Decode()1544 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Decode()1552 last_error_.code = DWARF_ERROR_STACK_INDEX_NOT_VALID; in Decode()1560 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Decode()1561 last_error_.address = memory_->cur_offset(); in Decode()1617 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in op_deref()1618 last_error_.address = addr; in op_deref()[all …]
61 const DwarfErrorData& last_error() { return last_error_; } in last_error()62 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()63 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()90 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
140 last_error_.code = ERROR_MEMORY_INVALID; in ReadAllHeaders()141 last_error_.address = 0; in ReadAllHeaders()389 last_error_.code = ERROR_MEMORY_INVALID; in GetSoname()390 last_error_.address = offset; in GetSoname()455 last_error_.code = ERROR_NONE; in Step()456 last_error_.address = 0; in Step()484 last_error_ = gnu_debugdata_interface_->last_error(); in Step()494 last_error_.code = ERROR_NONE; in Step()498 last_error_.code = ERROR_MEMORY_INVALID; in Step()499 last_error_.address = section->LastErrorAddress(); in Step()[all …]
87 const DwarfErrorData& last_error() { return last_error_; } in last_error()88 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()89 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()103 DwarfErrorData last_error_;
177 last_error_.code = ERROR_INVALID_MAP; in Unwind()229 last_error_.code = ERROR_MAX_FRAMES_EXCEEDED; in Unwind()273 elf->GetLastError(&last_error_); in Unwind()315 last_error_.code = ERROR_MAX_FRAMES_EXCEEDED; in Unwind()321 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()405 last_error_.code = ERROR_INVALID_MAP; in Init()
37 using DwarfSectionImpl<AddressType>::last_error_;
73 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()74 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()81 ErrorData last_error_; variable
123 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()124 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString()125 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()144 last_error_.code = ERROR_NONE; in ClearErrors()145 last_error_.address = 0; in ClearErrors()164 ErrorData last_error_; variable
126 const ErrorData& last_error() { return last_error_; } in last_error()127 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()128 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()175 ErrorData last_error_{ERROR_NONE, 0};
88 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()89 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()114 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
99 void FakeSetErrorCode(ErrorCode code) { last_error_.code = code; } in FakeSetErrorCode()101 void FakeSetErrorAddress(uint64_t address) { last_error_.address = address; } in FakeSetErrorAddress()
55 void TestClearError() { this->last_error_.code = DWARF_ERROR_NONE; } in TestClearError()