Home
last modified time | relevance | path

Searched refs:ReadCStringFromMemory (Results 1 – 21 of 21) sorted by relevance

/external/lldb/test/python_api/default-constructor/
Dsb_process.py39 obj.ReadCStringFromMemory(0x0, 128, error)
/external/lldb/scripts/Python/interface/
DSBProcess.i285 ") ReadCStringFromMemory;
288 ReadCStringFromMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
/external/lldb/source/Core/
DAddress.cpp173 ReadCStringFromMemory (ExecutionContextScope *exe_scope, const Address &address, Stream *strm) in ReadCStringFromMemory() function
488 ReadCStringFromMemory (exe_scope, *this, s); in Dump()
501 ReadCStringFromMemory (exe_scope, so_addr, s); in Dump()
537 ReadCStringFromMemory (exe_scope, so_addr, s); in Dump()
DValueObject.cpp1352 …if (target_sp->ReadCStringFromMemory(address, (char*)buffer_sp->GetBytes(), max_len, error) && err… in GetValueAsCString()
/external/lldb/test/python_api/process/
DTestProcessAPI.py117 cstring = process.ReadCStringFromMemory(val.GetValueAsUnsigned(), 256, error)
134 cstring = process.ReadCStringFromMemory(val.AddressOf().GetValueAsUnsigned(), 256, error)
/external/lldb/include/lldb/API/
DSBProcess.h227 ReadCStringFromMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp727 m_parent.m_process->ReadCStringFromMemory(key, key_string, err); in operator *()
1163 …process->ReadCStringFromMemory(m_name_ptr, (char*)name_buf.GetBytes(), name_buf.GetByteSize(), err… in Read()
1305 …count = process->ReadCStringFromMemory(m_name_ptr, (char*)string_buf.GetBytes(), buffer_size, erro… in Read()
1308 …count = process->ReadCStringFromMemory(m_types_ptr, (char*)string_buf.GetBytes(), buffer_size, err… in Read()
1397 …count = process->ReadCStringFromMemory(m_name_ptr, (char*)string_buf.GetBytes(), buffer_size, erro… in Read()
1400 …count = process->ReadCStringFromMemory(m_type_ptr, (char*)string_buf.GetBytes(), buffer_size, erro… in Read()
DAppleObjCRuntime.cpp169 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, sizeof(buf), error); in GetObjectDescription()
DAppleObjCRuntimeV1.cpp273 …size_t count = process_sp->ReadCStringFromMemory(name_ptr, (char*)buffer_sp->GetBytes(), 1024, err… in Initialize()
/external/lldb/include/lldb/Target/
DTarget.h898 ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error);
901 ReadCStringFromMemory (const Address& addr, char *dst, size_t dst_max_len, Error &result_error);
DProcess.h2755 ReadCStringFromMemory (lldb::addr_t vm_addr,
2761 ReadCStringFromMemory (lldb::addr_t vm_addr,
/external/lldb/source/API/
DSBProcess.cpp1024 SBProcess::ReadCStringFromMemory (addr_t addr, void *buf, size_t size, lldb::SBError &sb_error) in ReadCStringFromMemory() function in SBProcess
1034 … bytes_read = process_sp->ReadCStringFromMemory (addr, (char *)buf, size, sb_error.ref()); in ReadCStringFromMemory()
/external/lldb/source/Target/
DTarget.cpp1369 Target::ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error) in ReadCStringFromMemory() function in Target
1377 size_t length = ReadCStringFromMemory (address, buf, sizeof(buf), error); in ReadCStringFromMemory()
1394 Target::ReadCStringFromMemory (const Address& addr, char *dst, size_t dst_max_len, Error &result_er… in ReadCStringFromMemory() function in Target
DProcess.cpp2361 Process::ReadCStringFromMemory (addr_t addr, std::string &out_str, Error &error) in ReadCStringFromMemory() function in Process
2368 size_t length = ReadCStringFromMemory (curr_addr, buf, sizeof(buf), error); in ReadCStringFromMemory()
2438 Process::ReadCStringFromMemory (addr_t addr, char *dst, size_t dst_max_len, Error &result_error) in ReadCStringFromMemory() function in Process
/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py21 content = process.ReadCStringFromMemory(pointer,max_len,error)
/external/lldb/source/Commands/
DCommandObjectMemory.cpp735 … size_t read = target->ReadCStringFromMemory(data_addr, &buffer[0], item_byte_size+1, error); in DoExecute()
/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp936 …my_data_read = process_sp->ReadCStringFromMemory(location, (char*)buffer_sp->GetBytes(), size, my_… in ReadAsciiBufferAndDumpToStream()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1043 m_process->ReadCStringFromMemory (path_addr, raw_path, sizeof(raw_path), error); in ReadImageInfos()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2988 ReadCStringFromMemory (label_addr, dispatch_queue_name, error); in GetDispatchQueueNameForThread()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2762 if (process->ReadCStringFromMemory(str_addr, memory_symbol_name, str_error)) in ParseSymtab()
/external/lldb/www/python_reference/
Dapi-objects.txt3445 lldb.SBProcess.ReadCStringFromMemory lldb.SBProcess-class.html#ReadCStringFromMemory