Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp214 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadRegisterBytes()
362 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteRegisterBytes()
484 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
509 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
527 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
596 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
H A DThreadGDBRemote.cpp313 gdb_process->GetGDBRemote().GetpPacketSupported(GetID()); in CreateRegisterContextForFrame()
H A DProcessGDBRemote.h186 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote() function
H A DProcessGDBRemote.cpp210 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); in DumpPluginHistory()
1629 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo()
3635 GetGDBRemote().SendContinuePacketAndWaitForResponse( in AsyncThread()
5472 process->GetGDBRemote().TestPacketSpeed( in DoExecute()
5584 process->GetGDBRemote().SendPacketAndWaitForResponse( in DoExecute()
5634 process->GetGDBRemote().SendPacketAndReceiveResponseWithOutputSupport( in DoExecute()