/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCClassDescriptorV2.cpp | 187 process->ReadCStringFromMemory(m_name_ptr, (char *)name_buf.GetBytes(), in Read() 311 process->ReadCStringFromMemory(m_name_ptr, m_name, error); in Read() 316 process->ReadCStringFromMemory(m_types_ptr, m_types, error); in Read() 366 process->ReadCStringFromMemory(m_name_ptr, m_name, error); in Read() 371 process->ReadCStringFromMemory(m_type_ptr, m_type, error); in Read()
|
H A D | AppleObjCRuntimeV1.cpp | 227 size_t count = process_sp->ReadCStringFromMemory( in Initialize()
|
H A D | AppleObjCRuntime.cpp | 215 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, in GetObjectDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 202 ReadCStringFromMemory(proc + offset_p_comm, comm, sizeof(comm), error); in DoUpdateThreadList() 219 ReadCStringFromMemory(td + offset_td_name, thread_name, in DoUpdateThreadList()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBProcessDocstrings.i | 131 ) lldb::SBProcess::ReadCStringFromMemory;
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 192 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() function 535 ReadCStringFromMemory(exe_scope, *this, s); in Dump() 547 ReadCStringFromMemory(exe_scope, so_addr, s); in Dump() 579 ReadCStringFromMemory(exe_scope, so_addr, s); in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 125 process_sp->ReadCStringFromMemory(description_ptr, description, error); in RetrieveReportData()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeFormat.cpp | 84 target_sp->ReadCStringFromMemory( in FormatObject()
|
H A D | StringPrinter.cpp | 465 target_sp->ReadCStringFromMemory(options.GetLocation(), buffer, in ReadEncodedBufferAndDumpToStream()
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 86 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated 105 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | NativeProcessELF.cpp | 127 llvm::Expected<llvm::StringRef> string_or_error = ReadCStringFromMemory( in ReadSVR4LibraryInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 106 target.ReadCStringFromMemory(apiname_ptr, apiName, read_error); in RetrieveReportData()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 644 m_process->ReadCStringFromMemory(kld_filename_addr, kld_filename, in ReadAllKmods() 648 m_process->ReadCStringFromMemory(kld_pathname_addr, kld_pathname, in ReadAllKmods()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 100 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBProcess.h | 204 size_t ReadCStringFromMemory(addr_t addr, void *char_buf, size_t size,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 919 process->ReadCStringFromMemory(buffer_addr, name_string, utility_error); in DoLoadImage() 937 size_t num_chars = process->ReadCStringFromMemory(error_addr + addr_size, in DoLoadImage()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 130 ReadCStringFromMemory(lldb::addr_t addr, char *buffer, size_t max_size,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Target.h | 1086 size_t ReadCStringFromMemory(const Address &addr, std::string &out_str, 1089 size_t ReadCStringFromMemory(const Address &addr, char *dst,
|
H A D | Process.h | 1614 size_t ReadCStringFromMemory(lldb::addr_t vm_addr, char *cstr, 1617 size_t ReadCStringFromMemory(lldb::addr_t vm_addr, std::string &out_str,
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-typemaps.swig | 191 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated 209 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DYLDRendezvous.cpp | 619 m_process->ReadCStringFromMemory(addr, str, error); in FindMetadata()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBProcess.cpp | 892 size_t SBProcess::ReadCStringFromMemory(addr_t addr, void *buf, size_t size, in ReadCStringFromMemory() function in SBProcess 903 bytes_read = process_sp->ReadCStringFromMemory(addr, (char *)buf, size, in ReadCStringFromMemory()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 677 NativeProcessProtocol::ReadCStringFromMemory(lldb::addr_t addr, char *buffer, in ReadCStringFromMemory() function in NativeProcessProtocol
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 258 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()
|