Searched refs:ReadMemoryTags (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.h | 90 llvm::Expected<std::vector<lldb::addr_t>> ReadMemoryTags(lldb::addr_t addr,
|
H A D | ProcessElfCore.cpp | 422 ProcessElfCore::ReadMemoryTags(lldb::addr_t addr, size_t len) { in ReadMemoryTags() function in ProcessElfCore
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemoryTag.cpp | 109 llvm::Expected<std::vector<lldb::addr_t>> tags = process->ReadMemoryTags( in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 102 virtual Status ReadMemoryTags(int32_t type, lldb::addr_t addr, size_t len,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 437 lldb::DataBufferSP ReadMemoryTags(lldb::addr_t addr, size_t len,
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 3812 Status error = m_current_process->ReadMemoryTags(type, addr, length, tags); in Handle_qMemTags()
|
H A D | GDBRemoteCommunicationClient.cpp | 651 DataBufferSP GDBRemoteCommunicationClient::ReadMemoryTags(lldb::addr_t addr, in ReadMemoryTags() function in GDBRemoteCommunicationClient
|
H A D | ProcessGDBRemote.cpp | 2632 DataBufferSP buffer_sp = m_gdb_comm.ReadMemoryTags(addr, len, type); in DoReadMemoryTags()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 58 NativeProcessProtocol::ReadMemoryTags(int32_t type, lldb::addr_t addr, in ReadMemoryTags() function in NativeProcessProtocol
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 283 process_sp->ReadMemoryTags(range.GetRangeBase(), range.GetByteSize()); in GetMemoryTags()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 1844 ReadMemoryTags(lldb::addr_t addr, size_t len);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 6437 Process::ReadMemoryTags(lldb::addr_t addr, size_t len) { in ReadMemoryTags() function in Process
|