Home
last modified time | relevance | path

Searched refs:num_of_bytes_read (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp281 SIZE_T num_of_bytes_read = 0; in ReadMemory() local
283 buf, size, &num_of_bytes_read)) { in ReadMemory()
287 bytes_read = num_of_bytes_read; in ReadMemory()