Home
last modified time | relevance | path

Searched refs:ptr_value (Results 1 – 5 of 5) sorted by relevance

/external/lldb/test/python_api/value/change_values/
DTestChangeValueAPI.py109 ptr_value = frame0.FindVariable ("ptr")
110 self.assertTrue (ptr_value.IsValid(), "Got the SBValue for ptr")
112 ptr_second_value = ptr_value.GetChildMemberWithName ("second_val")
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc112 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() argument
115 result += AppendUnsigned(buff, buff_end, ptr_value, 16, in AppendPointer()
/external/lldb/source/Core/
DValueObject.cpp3844 addr_t ptr_value = GetPointerValue (&address_type); in CastPointerType() local
3846 if (ptr_value != LLDB_INVALID_ADDRESS) in CastPointerType()
3848 Address ptr_addr (ptr_value); in CastPointerType()
3863 addr_t ptr_value = GetPointerValue (&address_type); in CastPointerType() local
3865 if (ptr_value != LLDB_INVALID_ADDRESS) in CastPointerType()
3867 Address ptr_addr (ptr_value); in CastPointerType()
/external/lldb/source/Target/
DProcess.cpp2535 lldb::addr_t ptr_value, in WritePointerToMemory() argument
2541 scalar = (uint32_t)ptr_value; in WritePointerToMemory()
2543 scalar = ptr_value; in WritePointerToMemory()
/external/lldb/include/lldb/Target/
DProcess.h2810 lldb::addr_t ptr_value,