Home
last modified time | relevance | path

Searched refs:WriteAllRegisters (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp398 if (gdb_comm.WriteAllRegisters( in WriteRegisterBytes()
607 if (gdb_comm.WriteAllRegisters( in WriteAllRegisterValues()
H A DGDBRemoteCommunicationClient.h415 bool WriteAllRegisters(lldb::tid_t tid, llvm::ArrayRef<uint8_t> data);
H A DGDBRemoteCommunicationClient.cpp3481 bool GDBRemoteCommunicationClient::WriteAllRegisters( in WriteAllRegisters() function in GDBRemoteCommunicationClient
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp87 return client.WriteAllRegisters(tid, all_registers); in TEST_F()
107 return client.WriteAllRegisters(tid, all_registers); in TEST_F()