Searched defs:ReadCStringFromMemory (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Core/
H A DAddress.cpp173 ReadCStringFromMemory (ExecutionContextScope *exe_scope, const Address &address, Stream *strm) function
488 ReadCStringFromMemory (exe_scope, *this, s);
501 ReadCStringFromMemory (exe_scope, so_addr, s);
537 ReadCStringFromMemory (exe_scope, so_addr, s);
/external/lldb/source/API/
H A DSBProcess.cpp1024 SBProcess::ReadCStringFromMemory (addr_t addr, void *buf, size_t size, lldb::SBError &sb_error) function in class:SBProcess
1034 bytes_read = process_sp->ReadCStringFromMemory (addr, (char *)buf, size, sb_error.ref());
1040 log->Printf ("SBProcess(%p)::ReadCStringFromMemory() => error: process is running", process_sp.get());
/external/lldb/source/Target/
H A DTarget.cpp1369 Target::ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error) function in class:Target
1377 size_t length = ReadCStringFromMemory (address, buf, sizeof(buf), error);
1394 Target::ReadCStringFromMemory (const Address& addr, char *dst, size_t dst_max_len, Error &result_error) function in class:Target

Completed in 152 milliseconds