HomeSort by relevance Sort by last modified time
    Searched full:heap_buf_ptr (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Core/
ValueObject.cpp 907 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);
    [all...]

Completed in 939 milliseconds