Home
last modified time | relevance | path

Searched defs:ReadCStringFromMemory (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Core/
DAddress.cpp173 ReadCStringFromMemory (ExecutionContextScope *exe_scope, const Address &address, Stream *strm) in ReadCStringFromMemory() function
/external/lldb/source/Target/
DTarget.cpp1369 Target::ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error) in ReadCStringFromMemory() function in Target
1394 Target::ReadCStringFromMemory (const Address& addr, char *dst, size_t dst_max_len, Error &result_er… in ReadCStringFromMemory() function in Target
DProcess.cpp2361 Process::ReadCStringFromMemory (addr_t addr, std::string &out_str, Error &error) in ReadCStringFromMemory() function in Process
2438 Process::ReadCStringFromMemory (addr_t addr, char *dst, size_t dst_max_len, Error &result_error) in ReadCStringFromMemory() function in Process
/external/lldb/source/API/
DSBProcess.cpp1024 SBProcess::ReadCStringFromMemory (addr_t addr, void *buf, size_t size, lldb::SBError &sb_error) in ReadCStringFromMemory() function in SBProcess