Searched refs:curr_buffer (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp677 char *curr_buffer = buffer; local
685 status = ReadMemory(curr_addr, static_cast<void *>(curr_buffer),
691 void *str_end = std::memchr(curr_buffer, '\0', bytes_read);
700 curr_buffer += bytes_read;

Completed in 112 milliseconds