/external/llvm-project/lldb/test/API/python_api/process/read-mem-cstring/ |
D | TestReadMemCString.py | 49 empty_str = process.ReadCStringFromMemory(empty_str_addr, 2048, err) 53 one_letter_string = process.ReadCStringFromMemory(one_letter_str_addr, 2048, err) 57 invalid_memory_string = process.ReadCStringFromMemory(invalid_memory_str_addr, 2048, err)
|
/external/llvm-project/lldb/unittests/Host/ |
D | NativeProcessProtocolTest.cpp | 101 TEST(NativeProcessProtocolTest, ReadCStringFromMemory) { in TEST() argument 111 EXPECT_THAT_EXPECTED(Process.ReadCStringFromMemory( in TEST() 127 EXPECT_THAT_EXPECTED(Process.ReadCStringFromMemory( in TEST() 144 EXPECT_THAT_EXPECTED(Process.ReadCStringFromMemory(string_start, &string[0], in TEST()
|
/external/llvm-project/lldb/scripts/android/ |
D | host_art_bt.py | 57 art_method_name = process.ReadCStringFromMemory( 112 function = process.ReadCStringFromMemory( 175 function = process.ReadCStringFromMemory( 190 file_name = process.ReadCStringFromMemory(
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCClassDescriptorV2.cpp | 174 process->ReadCStringFromMemory(m_name_ptr, (char *)name_buf.GetBytes(), in Read() 293 process->ReadCStringFromMemory(m_name_ptr, m_name, error); in Read() 298 process->ReadCStringFromMemory(m_types_ptr, m_types, error); in Read() 348 process->ReadCStringFromMemory(m_name_ptr, m_name, error); in Read() 353 process->ReadCStringFromMemory(m_type_ptr, m_type, error); in Read()
|
D | AppleObjCRuntimeV1.cpp | 238 size_t count = process_sp->ReadCStringFromMemory( in Initialize()
|
D | AppleObjCRuntime.cpp | 209 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, in GetObjectDescription()
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_process.py | 42 obj.ReadCStringFromMemory(0x0, 128, error)
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 280 print('error: ', error)") ReadCStringFromMemory; 283 ReadCStringFromMemory (addr_t addr, void *char_buf, size_t size, lldb::SBError &error);
|
/external/llvm-project/lldb/source/Core/ |
D | Address.cpp | 189 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() function 518 ReadCStringFromMemory(exe_scope, *this, s); in Dump() 530 ReadCStringFromMemory(exe_scope, so_addr, s); in Dump() 562 ReadCStringFromMemory(exe_scope, so_addr, s); in Dump()
|
/external/llvm-project/lldb/test/API/python_api/process/ |
D | TestProcessAPI.py | 73 cstring = process.ReadCStringFromMemory( 94 cstring = process.ReadCStringFromMemory(
|
/external/llvm-project/lldb/source/Plugins/Process/POSIX/ |
D | NativeProcessELF.cpp | 126 llvm::Expected<llvm::StringRef> string_or_error = ReadCStringFromMemory( in ReadSVR4LibraryInfo()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | TypeFormat.cpp | 83 if (target_sp->ReadCStringFromMemory( in FormatObject()
|
D | StringPrinter.cpp | 465 process_sp->ReadCStringFromMemory(options.GetLocation(), buffer, in ReadEncodedBufferAndDumpToStream()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
D | InstrumentationRuntimeASan.cpp | 175 process_sp->ReadCStringFromMemory(description_ptr, description, error); in RetrieveReportData()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 110 target.ReadCStringFromMemory(apiname_ptr, apiName, read_error); in RetrieveReportData()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBProcess.h | 190 size_t ReadCStringFromMemory(addr_t addr, void *buf, size_t size,
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 105 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()
|
/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeProcessProtocol.h | 110 ReadCStringFromMemory(lldb::addr_t addr, char *buffer, size_t max_size,
|
/external/llvm-project/lldb/bindings/python/ |
D | python-typemaps.swig | 104 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated 122 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 935 process->ReadCStringFromMemory(buffer_addr, name_string, utility_error); in DoLoadImage() 952 size_t num_chars = process->ReadCStringFromMemory(error_addr + addr_size, in DoLoadImage()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 1005 size_t ReadCStringFromMemory(const Address &addr, std::string &out_str, 1008 size_t ReadCStringFromMemory(const Address &addr, char *dst,
|
D | Process.h | 1549 size_t ReadCStringFromMemory(lldb::addr_t vm_addr, char *cstr, 1552 size_t ReadCStringFromMemory(lldb::addr_t vm_addr, std::string &out_str,
|
/external/llvm-project/lldb/source/API/ |
D | SBProcess.cpp | 894 size_t SBProcess::ReadCStringFromMemory(addr_t addr, void *buf, size_t size, in ReadCStringFromMemory() function in SBProcess 896 LLDB_RECORD_DUMMY(size_t, SBProcess, ReadCStringFromMemory, in ReadCStringFromMemory() 907 bytes_read = process_sp->ReadCStringFromMemory(addr, (char *)buf, size, in ReadCStringFromMemory()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DYLDRendezvous.cpp | 482 m_process->ReadCStringFromMemory(addr, str, error); in ReadStringFromMemory()
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/ |
D | TestLinuxCore.py | 148 F = altprocess.ReadCStringFromMemory(
|