Searched refs:ptr_value (Results 1 – 5 of 5) sorted by relevance
109 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")
112 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() argument115 result += AppendUnsigned(buff, buff_end, ptr_value, 16, in AppendPointer()
3844 addr_t ptr_value = GetPointerValue (&address_type); in CastPointerType() local3846 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() local3865 if (ptr_value != LLDB_INVALID_ADDRESS) in CastPointerType()3867 Address ptr_addr (ptr_value); in CastPointerType()
2535 lldb::addr_t ptr_value, in WritePointerToMemory() argument2541 scalar = (uint32_t)ptr_value; in WritePointerToMemory()2543 scalar = ptr_value; in WritePointerToMemory()
2810 lldb::addr_t ptr_value,