Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DNativeProcessProtocolTest.cpp101 TEST(NativeProcessProtocolTest, ReadCStringFromMemory) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp655 NativeProcessProtocol::ReadCStringFromMemory(lldb::addr_t addr, char *buffer, in ReadCStringFromMemory() function in NativeProcessProtocol
/llvm-project-15.0.7/lldb/source/Core/
H A DAddress.cpp190 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp826 size_t SBProcess::ReadCStringFromMemory(addr_t addr, void *buf, size_t size, in ReadCStringFromMemory() function in SBProcess
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1966 size_t Process::ReadCStringFromMemory(addr_t addr, std::string &out_str, in ReadCStringFromMemory() function in Process
1988 size_t Process::ReadCStringFromMemory(addr_t addr, char *dst, in ReadCStringFromMemory() function in Process
H A DTarget.cpp1856 size_t Target::ReadCStringFromMemory(const Address &addr, std::string &out_str, in ReadCStringFromMemory() function in Target
1879 size_t Target::ReadCStringFromMemory(const Address &addr, char *dst, in ReadCStringFromMemory() function in Target