OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGDBRemote
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteRegisterContext.cpp
177
GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->
GetGDBRemote
());
190
if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->
GetGDBRemote
().SetCurrentThread(m_thread.GetProtocolID()))
337
GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *) process)->
GetGDBRemote
());
364
GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->
GetGDBRemote
());
389
if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->
GetGDBRemote
().SetCurrentThread(m_thread.GetProtocolID()))
499
GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->
GetGDBRemote
());
511
if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->
GetGDBRemote
().SetCurrentThread(m_thread.GetProtocolID()))
574
GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->
GetGDBRemote
());
582
if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->
GetGDBRemote
().SetCurrentThread(m_thread.GetProtocolID()))
[
all
...]
ThreadGDBRemote.cpp
208
if (gdb_process->
GetGDBRemote
().GetThreadStopInfo(GetProtocolID(), stop_packet))
ProcessGDBRemote.h
221
GetGDBRemote
()
ProcessGDBRemote.cpp
82
((ProcessGDBRemote *)p)->
GetGDBRemote
().DumpHistory (strm);
[
all
...]
Completed in 44 milliseconds