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

  /external/lldb/source/Plugins/Process/gdb-remote/
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...]
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 ();
Android.mk 18 ThreadGDBRemote.cpp
GDBRemoteRegisterContext.h 26 class ThreadGDBRemote;
202 GDBRemoteRegisterContext (ThreadGDBRemote &thread,
244 friend class ThreadGDBRemote;
ProcessGDBRemote.h 35 class ThreadGDBRemote;
227 friend class ThreadGDBRemote;
ProcessGDBRemote.cpp 65 #include "ThreadGDBRemote.h"
    [all...]
GDBRemoteRegisterContext.cpp 26 #include "ThreadGDBRemote.h"
38 ThreadGDBRemote &thread,
    [all...]

Completed in 44 milliseconds