Home
last modified time | relevance | path

Searched refs:ReadMemoryTags (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h91 llvm::Expected<std::vector<lldb::addr_t>> ReadMemoryTags(lldb::addr_t addr,
H A DProcessElfCore.cpp412 ProcessElfCore::ReadMemoryTags(lldb::addr_t addr, size_t len) { in ReadMemoryTags() function in ProcessElfCore
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp109 llvm::Expected<std::vector<lldb::addr_t>> tags = process->ReadMemoryTags( in DoExecute()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h83 Status ReadMemoryTags(int32_t type, lldb::addr_t addr, size_t len,
H A DNativeThreadLinux.cpp349 Status status = GetProcess().ReadMemoryTags(allocation_tag_type, fault_addr, in AnnotateSyncTagCheckFault()
H A DNativeProcessLinux.cpp1358 Status NativeProcessLinux::ReadMemoryTags(int32_t type, lldb::addr_t addr, in ReadMemoryTags() function in NativeProcessLinux
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h102 virtual Status ReadMemoryTags(int32_t type, lldb::addr_t addr, size_t len,
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h438 lldb::DataBufferSP ReadMemoryTags(lldb::addr_t addr, size_t len,
H A DGDBRemoteCommunicationServerLLGS.cpp3802 Status error = m_current_process->ReadMemoryTags(type, addr, length, tags); in Handle_qMemTags()
H A DGDBRemoteCommunicationClient.cpp637 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2544 DataBufferSP buffer_sp = m_gdb_comm.ReadMemoryTags(addr, len, type); in DoReadMemoryTags()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp58 NativeProcessProtocol::ReadMemoryTags(int32_t type, lldb::addr_t addr, in ReadMemoryTags() function in NativeProcessProtocol
/openbsd/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp283 process_sp->ReadMemoryTags(range.GetRangeBase(), range.GetByteSize()); in GetMemoryTags()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1741 ReadMemoryTags(lldb::addr_t addr, size_t len);
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp6133 Process::ReadMemoryTags(lldb::addr_t addr, size_t len) { in ReadMemoryTags() function in Process