Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Host/
DNativeProcessProtocolTest.cpp101 TEST(NativeProcessProtocolTest, ReadCStringFromMemory) { in TEST() argument
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp667 NativeProcessProtocol::ReadCStringFromMemory(lldb::addr_t addr, char *buffer, in ReadCStringFromMemory() function in NativeProcessProtocol
/external/llvm-project/lldb/source/Core/
DAddress.cpp189 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() function
/external/llvm-project/lldb/source/API/
DSBProcess.cpp894 size_t SBProcess::ReadCStringFromMemory(addr_t addr, void *buf, size_t size, in ReadCStringFromMemory() function in SBProcess
/external/llvm-project/lldb/source/Target/
DTarget.cpp1814 size_t Target::ReadCStringFromMemory(const Address &addr, std::string &out_str, in ReadCStringFromMemory() function in Target
1836 size_t Target::ReadCStringFromMemory(const Address &addr, char *dst, in ReadCStringFromMemory() function in Target
DProcess.cpp2071 size_t Process::ReadCStringFromMemory(addr_t addr, std::string &out_str, in ReadCStringFromMemory() function in Process
2144 size_t Process::ReadCStringFromMemory(addr_t addr, char *dst, in ReadCStringFromMemory() function in Process