Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h165 process_gdb_remote::GDBRemoteCommunicationReplayServer m_gdb_replay_server; variable
DPlatformRemoteGDBServer.cpp315 error = m_gdb_replay_server.Connect(m_gdb_client); in ConnectRemote()
317 m_gdb_replay_server.StartAsyncThread(); in ConnectRemote()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h250 GDBRemoteCommunicationReplayServer m_gdb_replay_server; variable
DProcessGDBRemote.cpp3346 Status status = m_gdb_replay_server.Connect(m_gdb_comm); in ConnectToReplayServer()
3354 m_gdb_replay_server.StartAsyncThread(); in ConnectToReplayServer()