Searched refs:curr_dst (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 1990 char *curr_dst = dst; in ReadCStringFromMemory() local 1997 size_t bytes_read = ReadMemory(address, curr_dst, bytes_to_read, error, in ReadCStringFromMemory() 2005 const size_t len = strlen(curr_dst); in ReadCStringFromMemory() 2012 curr_dst += bytes_read; in ReadCStringFromMemory() 2058 char *curr_dst = dst; in ReadStringFromMemory() local 2065 ReadMemory(address, curr_dst, bytes_to_read, error, force_live_memory); in ReadStringFromMemory() 2081 curr_dst += bytes_read; in ReadStringFromMemory()
|
H A D | Process.cpp | 2171 char *curr_dst = dst; in ReadCStringFromMemory() local 2178 size_t bytes_read = ReadMemory(curr_addr, curr_dst, bytes_to_read, error); in ReadCStringFromMemory() 2185 const size_t len = strlen(curr_dst); in ReadCStringFromMemory() 2192 curr_dst += bytes_read; in ReadCStringFromMemory()
|