Searched refs:heap_buf_ptr (Results 1 – 1 of 1) sorted by relevance
907 lldb_private::DataBufferHeap* heap_buf_ptr = NULL; in GetPointeeData() local908 lldb::DataBufferSP data_sp(heap_buf_ptr = new lldb_private::DataBufferHeap()); in GetPointeeData()927 heap_buf_ptr->SetByteSize(bytes); in GetPointeeData()928 … size_t bytes_read = target->ReadMemory(so_addr, false, heap_buf_ptr->GetBytes(), bytes, error); in GetPointeeData()944 heap_buf_ptr->SetByteSize(bytes); in GetPointeeData()945 … size_t bytes_read = process->ReadMemory(addr + offset, heap_buf_ptr->GetBytes(), bytes, error); in GetPointeeData()960 heap_buf_ptr->CopyData((uint8_t*)(addr + offset), bytes_read); in GetPointeeData()