reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h
   18 class NativeRegisterContextRegisterInfo : public NativeRegisterContext {

Declarations

tools/lldb/include/lldb/lldb-private-forward.h
   15 class NativeRegisterContext;

References

tools/lldb/include/lldb/Host/common/NativeRegisterContext.h
   20     : public std::enable_shared_from_this<NativeRegisterContext> {
tools/lldb/include/lldb/Host/common/NativeThreadProtocol.h
   30   virtual NativeRegisterContext &GetRegisterContext() = 0;
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  130   NativeRegisterContext &reg_ctx = thread->GetRegisterContext();
  589   NativeRegisterContext &context = thread.GetRegisterContext();
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  867   NativeRegisterContext &m_reg_context;
  872   EmulatorBaton(NativeProcessLinux &process, NativeRegisterContext &reg_context)
  932 static lldb::addr_t ReadFlags(NativeRegisterContext &regsiter_context) {
  942   NativeRegisterContext& register_context = thread.GetRegisterContext();
tools/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h
   18 class NativeRegisterContextRegisterInfo : public NativeRegisterContext {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  381     StreamString &response, NativeRegisterContext &reg_ctx,
  409   NativeRegisterContext& reg_ctx = thread.GetRegisterContext();
  684       NativeRegisterContext& reg_ctx = thread->GetRegisterContext();
  715   NativeRegisterContext& reg_ctx = thread->GetRegisterContext();
 1668   NativeRegisterContext &reg_context = thread->GetRegisterContext();
 1916   NativeRegisterContext &reg_ctx = thread->GetRegisterContext();
 1980   NativeRegisterContext &reg_context = thread->GetRegisterContext();
 2072   NativeRegisterContext &reg_context = thread->GetRegisterContext();
 2886   NativeRegisterContext& reg_context = thread->GetRegisterContext();
 2944   NativeRegisterContext &reg_context = thread->GetRegisterContext();
usr/include/c++/7.4.0/bits/shared_ptr.h
  520     class weak_ptr : public __weak_ptr<_Tp>
  582       shared_ptr<_Tp>
  638       shared_ptr<_Tp>
  642       shared_ptr<const _Tp>
  672       mutable weak_ptr<_Tp>  _M_weak_this;
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  882     : is_convertible<_Yp*, _Tp*>::type
  882     : is_convertible<_Yp*, _Tp*>::type
 1601       using element_type = typename remove_extent<_Tp>::type;
 1626 	__weak_ptr(const __weak_ptr<_Yp, _Lp>& __r) noexcept
 1640 	__weak_ptr(__weak_ptr<_Yp, _Lp>&& __r) noexcept
 1648 	_Assignable<_Yp>
 1649 	operator=(const __weak_ptr<_Yp, _Lp>& __r) noexcept
 1675 	_Assignable<_Yp>
 1676 	operator=(__weak_ptr<_Yp, _Lp>&& __r) noexcept
 1684       __shared_ptr<_Tp, _Lp>
 1720       _M_assign(_Tp* __ptr, const __shared_count<_Lp>& __refcount) noexcept
usr/include/c++/7.4.0/type_traits
 1942     { typedef _Tp     type; };