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

  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.h 1 //===-- ThreadGDBRemote.h ---------------------------------------*- C++ -*-===//
21 class ThreadGDBRemote : public lldb_private::Thread
24 ThreadGDBRemote (lldb_private::Process &process, lldb::tid_t tid);
27 ~ThreadGDBRemote ();
ThreadGDBRemote.cpp 1 //===-- ThreadGDBRemote.cpp -------------------------------------*- C++ -*-===//
11 #include "ThreadGDBRemote.h"
35 ThreadGDBRemote::ThreadGDBRemote (Process &process, lldb::tid_t tid) :
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 (pid = %i, tid = 0x%4.4x)",
    [all...]

Completed in 71 milliseconds