Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp187 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 DAppleObjCRuntimeV1.cpp227 size_t count = process_sp->ReadCStringFromMemory( in Initialize()
H A DAppleObjCRuntime.cpp215 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp202 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 DSBProcessDocstrings.i131 ) lldb::SBProcess::ReadCStringFromMemory;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp192 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 DReportRetriever.cpp125 process_sp->ReadCStringFromMemory(description_ptr, description, error); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp84 target_sp->ReadCStringFromMemory( in FormatObject()
H A DStringPrinter.cpp465 target_sp->ReadCStringFromMemory(options.GetLocation(), buffer, in ReadEncodedBufferAndDumpToStream()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig86 // 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 DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp127 llvm::Expected<llvm::StringRef> string_or_error = ReadCStringFromMemory( in ReadSVR4LibraryInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp106 target.ReadCStringFromMemory(apiname_ptr, apiName, read_error); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp644 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 DInstrumentationRuntimeUBSan.cpp100 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h204 size_t ReadCStringFromMemory(addr_t addr, void *char_buf, size_t size,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp919 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 DNativeProcessProtocol.h130 ReadCStringFromMemory(lldb::addr_t addr, char *buffer, size_t max_size,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1086 size_t ReadCStringFromMemory(const Address &addr, std::string &out_str,
1089 size_t ReadCStringFromMemory(const Address &addr, char *dst,
H A DProcess.h1614 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 Dpython-typemaps.swig191 // 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 DDYLDRendezvous.cpp619 m_process->ReadCStringFromMemory(addr, str, error); in FindMetadata()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp892 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 DNativeProcessProtocol.cpp677 NativeProcessProtocol::ReadCStringFromMemory(lldb::addr_t addr, char *buffer, in ReadCStringFromMemory() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp258 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()

12