Home
last modified time | relevance | path

Searched defs:fail_value (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Utility/
DStringExtractor.cpp129 StringExtractor::GetChar (char fail_value) in GetChar()
146 StringExtractor::GetHexU8 (uint8_t fail_value, bool set_eof_on_fail) in GetHexU8()
165 StringExtractor::GetU32 (uint32_t fail_value, int base) in GetU32()
185 StringExtractor::GetHexMaxU32 (bool little_endian, uint32_t fail_value) in GetHexMaxU32()
247 StringExtractor::GetHexMaxU64 (bool little_endian, uint64_t fail_value) in GetHexMaxU64()
333 StringExtractor::GetHexWithFixedSize (uint32_t byte_size, bool little_endian, uint64_t fail_value) in GetHexWithFixedSize()
/external/lldb/source/Target/
DRegisterContext.cpp94 RegisterContext::GetPC(uint64_t fail_value) in GetPC()
117 RegisterContext::GetSP(uint64_t fail_value) in GetSP()
131 RegisterContext::GetFP(uint64_t fail_value) in GetFP()
145 RegisterContext::GetReturnAddress (uint64_t fail_value) in GetReturnAddress()
152 RegisterContext::GetFlags (uint64_t fail_value) in GetFlags()
160 RegisterContext::ReadRegisterAsUnsigned (uint32_t reg, uint64_t fail_value) in ReadRegisterAsUnsigned()
168 RegisterContext::ReadRegisterAsUnsigned (const RegisterInfo *reg_info, uint64_t fail_value) in ReadRegisterAsUnsigned()
DTarget.cpp1482 uint64_t fail_value, in ReadUnsignedIntegerFromMemory()
DProcess.cpp2515 …IntegerFromMemory (lldb::addr_t vm_addr, size_t integer_byte_size, uint64_t fail_value, Error &err… in ReadUnsignedIntegerFromMemory()
/external/lldb/source/Core/
DRegisterValue.cpp672 RegisterValue::GetAsUInt16 (uint16_t fail_value, bool *success_ptr) const in GetAsUInt16()
699 RegisterValue::GetAsUInt32 (uint32_t fail_value, bool *success_ptr) const in GetAsUInt32()
739 RegisterValue::GetAsUInt64 (uint64_t fail_value, bool *success_ptr) const in GetAsUInt64()
782 RegisterValue::GetAsUInt128 (__uint128_t fail_value, bool *success_ptr) const in GetAsUInt128()
827 RegisterValue::GetAsFloat (float fail_value, bool *success_ptr) const in GetAsFloat()
864 RegisterValue::GetAsDouble (double fail_value, bool *success_ptr) const in GetAsDouble()
902 RegisterValue::GetAsLongDouble (long double fail_value, bool *success_ptr) const in GetAsLongDouble()
DEmulateInstruction.cpp89 uint64_t fail_value, in ReadRegisterUnsigned()
102 uint64_t fail_value, in ReadRegisterUnsigned()
180 …gned (const Context &context, lldb::addr_t addr, size_t byte_size, uint64_t fail_value, bool *succ… in ReadMemoryUnsigned()
DValueObject.cpp1438 ValueObject::GetValueAsUnsigned (uint64_t fail_value, bool *success) in GetValueAsUnsigned()
/external/lldb/source/Interpreter/
DArgs.cpp721 Args::StringToSInt32 (const char *s, int32_t fail_value, int base, bool *success_ptr) in StringToSInt32()
739 Args::StringToUInt32 (const char *s, uint32_t fail_value, int base, bool *success_ptr) in StringToUInt32()
758 Args::StringToSInt64 (const char *s, int64_t fail_value, int base, bool *success_ptr) in StringToSInt64()
775 Args::StringToUInt64 (const char *s, uint64_t fail_value, int base, bool *success_ptr) in StringToUInt64()
792 Args::StringToAddress (const ExecutionContext *exe_ctx, const char *s, lldb::addr_t fail_value, Err… in StringToAddress()
937 Args::StringToBoolean (const char *s, bool fail_value, bool *success_ptr) in StringToBoolean()
1025 Args::StringToOptionEnum (const char *s, OptionEnumValueElement *enum_values, int32_t fail_value, E… in StringToOptionEnum()
1059 Args::StringToScriptLanguage (const char *s, ScriptLanguage fail_value, bool *success_ptr) in StringToScriptLanguage()
1137 Args::StringToEncoding (const char *s, lldb::Encoding fail_value) in StringToEncoding()
DOptionValue.cpp29 OptionValue::GetUInt64Value (uint64_t fail_value, bool *success_ptr) in GetUInt64Value()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h279 uint64_t fail_value, in MemARead()
314 uint64_t fail_value, in MemURead()
/external/lldb/include/lldb/Core/
DRangeMap.h273 GetMinRangeBase (BaseType fail_value) const in GetMinRangeBase()
286 GetMaxRangeEnd (BaseType fail_value) const in GetMaxRangeEnd()
553 GetMinRangeBase (BaseType fail_value) const in GetMinRangeBase()
566 GetMaxRangeEnd (BaseType fail_value) const in GetMaxRangeEnd()
DUniqueCStringMap.h163 Find (const char *unique_cstr, T fail_value) const in Find()
/external/lldb/source/API/
DSBValue.cpp1044 SBValue::GetValueAsSigned(SBError& error, int64_t fail_value) in GetValueAsSigned()
1064 SBValue::GetValueAsUnsigned(SBError& error, uint64_t fail_value) in GetValueAsUnsigned()
1084 SBValue::GetValueAsSigned(int64_t fail_value) in GetValueAsSigned()
1098 SBValue::GetValueAsUnsigned(uint64_t fail_value) in GetValueAsUnsigned()
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp847 …const uint8_t* fail_value; // Value to print if case we fail to reg this register (if this is NUL… member