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

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteRegisterContext.cpp 188 const bool thread_suffix_supported = gdb_comm.GetThreadSuffixSupported(); local
190 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
198 if (thread_suffix_supported)
387 const bool thread_suffix_supported = gdb_comm.GetThreadSuffixSupported(); local
389 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
403 if (thread_suffix_supported)
509 const bool thread_suffix_supported = gdb_comm.GetThreadSuffixSupported(); local
511 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
514 if (thread_suffix_supported)
529 if (thread_suffix_supported)
580 const bool thread_suffix_supported = gdb_comm.GetThreadSuffixSupported(); local
    [all...]
  /external/lldb/scripts/
disasm-gdb-remote.pl 12 our $thread_suffix_supported = 0;
465 if ($thread_suffix_supported)
    [all...]

Completed in 708 milliseconds