HomeSort by relevance Sort by last modified time
    Searched refs:GetProtocolID (Results 1 - 10 of 10) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.h 84 GetProtocolID () const
87 return m_backing_thread_sp->GetProtocolID();
88 return Thread::GetProtocolID();
  /external/lldb/source/Target/
ThreadPlan.cpp 245 m_thread.GetProtocolID());
252 m_thread.GetProtocolID());
264 m_thread.GetProtocolID());
271 m_thread.GetProtocolID());
283 m_thread.GetProtocolID());
290 m_thread.GetProtocolID());
302 m_thread.GetProtocolID());
309 m_thread.GetProtocolID());
323 m_thread.GetProtocolID());
330 m_thread.GetProtocolID());
    [all...]
ThreadList.cpp 145 if (m_threads[idx]->GetProtocolID() == tid)
191 if (m_threads[idx]->GetProtocolID() == tid)
Thread.cpp 689 GetProtocolID());
699 GetProtocolID());
713 GetProtocolID(),
724 GetProtocolID (),
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.cpp 87 const lldb::user_id_t tid = GetProtocolID();
208 if (gdb_process->GetGDBRemote().GetThreadStopInfo(GetProtocolID(), stop_packet))
GDBRemoteRegisterContext.cpp 158 packet_len = ::snprintf (packet, sizeof(packet), "p%x;thread:%4.4" PRIx64 ";", reg, m_thread.GetProtocolID());
190 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
199 packet_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64 ";", m_thread.GetProtocolID());
317 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID());
343 packet.Printf ("QSyncThreadState:%4.4" PRIx64 ";", m_thread.GetProtocolID());
389 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
404 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID());
511 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
515 packet_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64, m_thread.GetProtocolID());
532 ::snprintf (thread_id_cstr, sizeof(thread_id_cstr), ";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID());
    [all...]
ProcessGDBRemote.cpp     [all...]
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 334 thread->GetProtocolID(),
345 thread->GetProtocolID());
  /external/lldb/include/lldb/Target/
Thread.h 864 GetProtocolID () const
    [all...]
  /external/lldb/source/Core/
Debugger.cpp     [all...]

Completed in 109 milliseconds