Searched defs:ThreadGDBRemote (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h1 //===-- ThreadGDBRemote.h ---------------------------------------*- C++ -*-===//
21 class ThreadGDBRemote : public lldb_private::Thread class in inherits:lldb_private::Thread
24 ThreadGDBRemote (lldb_private::Process &process, lldb::tid_t tid);
27 ~ThreadGDBRemote ();
H A DThreadGDBRemote.cpp1 //===-- ThreadGDBRemote.cpp -------------------------------------*- C++ -*-===//
11 #include "ThreadGDBRemote.h"
35 ThreadGDBRemote::ThreadGDBRemote (Process &process, lldb::tid_t tid) : function in class:ThreadGDBRemote
41 ProcessGDBRemoteLog::LogIf(GDBR_LOG_THREAD, "%p: ThreadGDBRemote::ThreadGDBRemote (pid = %i, tid = 0x%4.4x)",
47 ThreadGDBRemote::~ThreadGDBRemote ()
50 ProcessGDBRemoteLog::LogIf(GDBR_LOG_THREAD, "%p: ThreadGDBRemote::~ThreadGDBRemote (pi
[all...]

Completed in 101 milliseconds