Searched defs:heap_buf_ptr (Results 1 - 1 of 1) sorted by path

/external/lldb/source/Core/
H A DValueObject.cpp907 lldb_private::DataBufferHeap* heap_buf_ptr = NULL; local
908 lldb::DataBufferSP data_sp(heap_buf_ptr = new lldb_private::DataBufferHeap());
927 heap_buf_ptr->SetByteSize(bytes);
928 size_t bytes_read = target->ReadMemory(so_addr, false, heap_buf_ptr->GetBytes(), bytes, error);
944 heap_buf_ptr->SetByteSize(bytes);
945 size_t bytes_read = process->ReadMemory(addr + offset, heap_buf_ptr->GetBytes(), bytes, error);
960 heap_buf_ptr->CopyData((uint8_t*)(addr + offset), bytes_read);

Completed in 271 milliseconds