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

  /external/lldb/source/Plugins/Process/gdb-remote/
Android.mk 15 GDBRemoteRegisterContext.cpp \
ThreadGDBRemote.cpp 129 // context by the time this function gets called. The GDBRemoteRegisterContext
180 reg_ctx_sp.reset (new GDBRemoteRegisterContext (*this, concrete_frame_idx, gdb_process->m_register_info, read_all_registers_at_once));
195 GDBRemoteRegisterContext *gdb_reg_ctx = static_cast<GDBRemoteRegisterContext *>(GetRegisterContext ().get());
GDBRemoteRegisterContext.cpp 1 //===-- GDBRemoteRegisterContext.cpp ----------------------------*- C++ -*-===//
10 #include "GDBRemoteRegisterContext.h"
34 // GDBRemoteRegisterContext constructor
36 GDBRemoteRegisterContext::GDBRemoteRegisterContext
63 GDBRemoteRegisterContext::~GDBRemoteRegisterContext()
68 GDBRemoteRegisterContext::InvalidateAllRegisters ()
74 GDBRemoteRegisterContext::SetAllRegisterValid (bool b)
82 GDBRemoteRegisterContext::GetRegisterCount (
    [all...]
GDBRemoteRegisterContext.h 1 //===-- GDBRemoteRegisterContext.h ------------------------------*- C++ -*-===//
176 // Classes that inherit from GDBRemoteRegisterContext can see and modify these
196 class GDBRemoteRegisterContext : public lldb_private::RegisterContext
202 GDBRemoteRegisterContext (ThreadGDBRemote &thread,
208 ~GDBRemoteRegisterContext ();
306 // For GDBRemoteRegisterContext only
308 DISALLOW_COPY_AND_ASSIGN (GDBRemoteRegisterContext);
ProcessGDBRemote.h 33 #include "GDBRemoteRegisterContext.h"
229 friend class GDBRemoteRegisterContext;

Completed in 151 milliseconds