Home
last modified time | relevance | path

Searched refs:ReadStringFromMemory (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp240 std::string HexagonDYLDRendezvous::ReadStringFromMemory(addr_t addr) { in ReadStringFromMemory() function in HexagonDYLDRendezvous
284 entry.path = ReadStringFromMemory(entry.path_addr); in ReadSOEntryFromMemory()
H A DHexagonDYLDRendezvous.h225 std::string ReadStringFromMemory(lldb::addr_t addr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h219 std::string ReadStringFromMemory(lldb::addr_t addr);
H A DDYLDRendezvous.cpp439 std::string DYLDRendezvous::ReadStringFromMemory(addr_t addr) { in ReadStringFromMemory() function in DYLDRendezvous
515 std::string file_path = ReadStringFromMemory(entry.path_addr); in ReadSOEntryFromMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp566 process_sp->ReadStringFromMemory(options.GetLocation(), buffer, in ReadUTFBufferAndDumpToStream()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1791 size_t ReadStringFromMemory(lldb::addr_t vm_addr, char *str, size_t max_bytes,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2219 size_t Process::ReadStringFromMemory(addr_t addr, char *dst, size_t max_bytes, in ReadStringFromMemory() function in Process