Home
last modified time | relevance | path

Searched defs:ReadMemoryWithoutTrap (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h105 llvm::Expected<std::vector<uint8_t>> ReadMemoryWithoutTrap(addr_t Addr, in ReadMemoryWithoutTrap() function
/llvm-project/lldb/unittests/Host/
H A DNativeProcessProtocolTest.cpp76 TEST(NativeProcessProtocolTest, ReadMemoryWithoutTrap) { in TEST() argument
/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp649 Status NativeProcessProtocol::ReadMemoryWithoutTrap(lldb::addr_t addr, ReadMemoryWithoutTrap() function in NativeProcessProtocol