Searched defs:ReadCStringFromMemory (Results 1 – 4 of 4) sorted by relevance
| /external/lldb/source/Core/ |
| D | Address.cpp | 173 ReadCStringFromMemory (ExecutionContextScope *exe_scope, const Address &address, Stream *strm) in ReadCStringFromMemory() function
|
| /external/lldb/source/Target/ |
| D | Target.cpp | 1369 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
|
| D | Process.cpp | 2361 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/ |
| D | SBProcess.cpp | 1024 SBProcess::ReadCStringFromMemory (addr_t addr, void *buf, size_t size, lldb::SBError &sb_error) in ReadCStringFromMemory() function in SBProcess
|