Home
last modified time | relevance | path

Searched refs:WriteMemoryTags (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp290 Status status = process->WriteMemoryTags(tagged_range->GetRangeBase(), in DoExecute()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h86 Status WriteMemoryTags(int32_t type, lldb::addr_t addr, size_t len,
H A DNativeProcessLinux.cpp1413 Status NativeProcessLinux::WriteMemoryTags(int32_t type, lldb::addr_t addr, in WriteMemoryTags() function in NativeProcessLinux
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h105 virtual Status WriteMemoryTags(int32_t type, lldb::addr_t addr, size_t len,
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h441 Status WriteMemoryTags(lldb::addr_t addr, size_t len, int32_t type,
H A DGDBRemoteCommunicationServerLLGS.cpp3901 m_current_process->WriteMemoryTags(type, addr, length, tag_data); in Handle_QMemTags()
H A DGDBRemoteCommunicationClient.cpp681 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2563 return m_gdb_comm.WriteMemoryTags(addr, len, type, tags); in DoWriteMemoryTags()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp64 NativeProcessProtocol::WriteMemoryTags(int32_t type, lldb::addr_t addr, in WriteMemoryTags() function in NativeProcessProtocol
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1763 Status WriteMemoryTags(lldb::addr_t addr, size_t len,
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp6149 Status Process::WriteMemoryTags(lldb::addr_t addr, size_t len, in WriteMemoryTags() function in Process