Searched refs:ReadStringFromMemory (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h207 ReadStringFromMemory(lldb::addr_t addr);
H A DDYLDRendezvous.cpp250 DYLDRendezvous::ReadStringFromMemory(addr_t addr) function in class:DYLDRendezvous
297 entry.path = ReadStringFromMemory(entry.path_addr);
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp433 data_read = process_sp->ReadStringFromMemory(options.GetLocation(), buffer, bufferSPSize, error, type_width);
/external/lldb/include/lldb/Target/
H A DProcess.h2739 ReadStringFromMemory (lldb::addr_t vm_addr,
/external/lldb/source/Target/
H A DProcess.cpp2384 Process::ReadStringFromMemory (addr_t addr, char *dst, size_t max_bytes, Error &error,
2435 // Deprecated in favor of ReadStringFromMemory which has wchar support and correct code to find

Completed in 171 milliseconds