Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachVMMemory.cpp554 nub_size_t total_bytes_read = 0; in Read() local
557 while (total_bytes_read < data_count) in Read()
559 … mach_vm_size_t curr_size = MaxBytesLeftInPage(task, curr_addr, data_count - total_bytes_read); in Read()
576 total_bytes_read += curr_bytes_read; in Read()
585 return total_bytes_read; in Read()
/external/lldb/tools/debugserver/source/
DDNB.cpp1089 nub_size_t total_bytes_read = 0; in DNBPrintf() local
1156 return total_bytes_read; in DNBPrintf()
1169 return total_bytes_read; in DNBPrintf()
1179 return total_bytes_read; in DNBPrintf()
1198 return total_bytes_read; in DNBPrintf()
1207 return total_bytes_read; in DNBPrintf()
1431 total_bytes_read += mem_string_len; in DNBPrintf()
1435 return total_bytes_read; in DNBPrintf()
1449 total_bytes_read += bytes_read; in DNBPrintf()
1512 return total_bytes_read; in DNBPrintf()
[all …]
/external/lldb/source/Target/
DProcess.cpp2387 size_t total_bytes_read = 0; in ReadStringFromMemory() local
2413 size_t aligned_start = total_bytes_read - total_bytes_read % type_width; in ReadStringFromMemory()
2414 … for (size_t i = aligned_start; i + type_width <= total_bytes_read + bytes_read; i += type_width) in ReadStringFromMemory()
2421 total_bytes_read += bytes_read; in ReadStringFromMemory()
2432 return total_bytes_read; in ReadStringFromMemory()
/external/lldb/source/Core/
DValueObject.cpp1120 size_t total_bytes_read = 0; in ReadPointedString() local
1171 total_bytes_read = bytes_read; in ReadPointedString()
1200 total_bytes_read += bytes_read; in ReadPointedString()
1255 return total_bytes_read; in ReadPointedString()