| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 174 process->ReadCStringFromMemory(m_name_ptr, (char *)name_buf.GetBytes(), in Read() 296 process->ReadCStringFromMemory(m_name_ptr, m_name, error); in Read() 301 process->ReadCStringFromMemory(m_types_ptr, m_types, error); in Read() 351 process->ReadCStringFromMemory(m_name_ptr, m_name, error); in Read() 356 process->ReadCStringFromMemory(m_type_ptr, m_type, error); in Read()
|
| H A D | AppleObjCRuntimeV1.cpp | 238 size_t count = process_sp->ReadCStringFromMemory( in Initialize()
|
| H A D | AppleObjCRuntime.cpp | 209 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, in GetObjectDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 85 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated 101 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcess.i | 278 print('error: ', error)") ReadCStringFromMemory; 281 ReadCStringFromMemory (addr_t addr, void *char_buf, size_t size, lldb::SBError &error);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
| H A D | NativeProcessELF.cpp | 126 llvm::Expected<llvm::StringRef> string_or_error = ReadCStringFromMemory( in ReadSVR4LibraryInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 82 if (target_sp->ReadCStringFromMemory( in FormatObject()
|
| H A D | StringPrinter.cpp | 465 process_sp->ReadCStringFromMemory(options.GetLocation(), buffer, in ReadEncodedBufferAndDumpToStream()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 175 process_sp->ReadCStringFromMemory(description_ptr, description, error); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 110 target.ReadCStringFromMemory(apiname_ptr, apiName, read_error); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 190 size_t ReadCStringFromMemory(addr_t addr, void *buf, size_t size,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 105 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A 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
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 118 ReadCStringFromMemory(lldb::addr_t addr, char *buffer, size_t max_size,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 943 process->ReadCStringFromMemory(buffer_addr, name_string, utility_error); in DoLoadImage() 960 size_t num_chars = process->ReadCStringFromMemory(error_addr + addr_size, in DoLoadImage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 873 size_t SBProcess::ReadCStringFromMemory(addr_t addr, void *buf, size_t size, in ReadCStringFromMemory() function in SBProcess 875 LLDB_RECORD_DUMMY(size_t, SBProcess, ReadCStringFromMemory, in ReadCStringFromMemory() 886 bytes_read = process_sp->ReadCStringFromMemory(addr, (char *)buf, size, in ReadCStringFromMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1014 size_t ReadCStringFromMemory(const Address &addr, std::string &out_str, 1017 size_t ReadCStringFromMemory(const Address &addr, char *dst,
|
| H A D | Process.h | 1507 size_t ReadCStringFromMemory(lldb::addr_t vm_addr, char *cstr, 1510 size_t ReadCStringFromMemory(lldb::addr_t vm_addr, std::string &out_str,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 483 m_process->ReadCStringFromMemory(addr, str, error); in ReadStringFromMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 642 NativeProcessProtocol::ReadCStringFromMemory(lldb::addr_t addr, char *buffer, in ReadCStringFromMemory() function in NativeProcessProtocol
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 261 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1834 size_t Target::ReadCStringFromMemory(const Address &addr, std::string &out_str, in ReadCStringFromMemory() function in Target 1841 size_t length = ReadCStringFromMemory(address, buf, sizeof(buf), error); in ReadCStringFromMemory() 1856 size_t Target::ReadCStringFromMemory(const Address &addr, char *dst, in ReadCStringFromMemory() function in Target
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 708 size_t read = target->ReadCStringFromMemory(data_addr, &buffer[0], in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 1500 process->ReadCStringFromMemory(addr_t(args[eRsResNamePtr]), res_name, err); in CaptureScriptInit() 1507 process->ReadCStringFromMemory(addr_t(args[eRsCachedDirPtr]), cache_dir, err); in CaptureScriptInit() 2073 GetProcess()->ReadCStringFromMemory(address, name, err); in JITSubelements()
|