Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp174 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 DAppleObjCRuntimeV1.cpp238 size_t count = process_sp->ReadCStringFromMemory( in Initialize()
H A DAppleObjCRuntime.cpp209 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, in GetObjectDescription()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig85 // 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 DAddress.cpp189 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 DSBProcess.i278 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 DNativeProcessELF.cpp126 llvm::Expected<llvm::StringRef> string_or_error = ReadCStringFromMemory( in ReadSVR4LibraryInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp82 if (target_sp->ReadCStringFromMemory( in FormatObject()
H A DStringPrinter.cpp465 process_sp->ReadCStringFromMemory(options.GetLocation(), buffer, in ReadEncodedBufferAndDumpToStream()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp175 process_sp->ReadCStringFromMemory(description_ptr, description, error); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp110 target.ReadCStringFromMemory(apiname_ptr, apiName, read_error); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h190 size_t ReadCStringFromMemory(addr_t addr, void *buf, size_t size,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp105 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig104 // 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 DNativeProcessProtocol.h118 ReadCStringFromMemory(lldb::addr_t addr, char *buffer, size_t max_size,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp943 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 DSBProcess.cpp873 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 DTarget.h1014 size_t ReadCStringFromMemory(const Address &addr, std::string &out_str,
1017 size_t ReadCStringFromMemory(const Address &addr, char *dst,
H A DProcess.h1507 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 DDYLDRendezvous.cpp483 m_process->ReadCStringFromMemory(addr, str, error); in ReadStringFromMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp642 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 DInstrumentationRuntimeTSan.cpp261 process_sp->ReadCStringFromMemory(ptr, str, error); in RetrieveString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1834 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 DCommandObjectMemory.cpp708 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 DRenderScriptRuntime.cpp1500 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()

12