Searched refs:detached_regcache (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dregcache.h260 friend class detached_regcache;
310 class detached_regcache : public readable_regcache class in inherits:readable_regcache
313 detached_regcache (gdbarch *gdbarch, bool has_pseudo) function in class:detached_regcache
320 DISABLE_COPY_AND_ASSIGN (detached_regcache);
327 class regcache : public detached_regcache
H A Djit.c956 detached_regcache *regcache;
1062 priv_data->regcache = new detached_regcache (get_frame_arch (this_frame),
H A Drecord-full.c173 static detached_regcache *record_full_core_regbuf = NULL;
922 record_full_core_regbuf = new detached_regcache (regcache->arch (), false);
H A Dregcache.c204 : detached_regcache (gdbarch, false), m_aspace (aspace_), m_target (target)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dregcache.h269 friend class detached_regcache;
319 class detached_regcache : public readable_regcache class in inherits:readable_regcache
322 detached_regcache (gdbarch *gdbarch, bool has_pseudo) function in class:detached_regcache
329 DISABLE_COPY_AND_ASSIGN (detached_regcache);
336 class regcache : public detached_regcache
H A Djit.c930 std::unique_ptr<detached_regcache> regcache;
1031 (new detached_regcache (get_frame_arch (this_frame), true));
H A Drecord-full.c173 static detached_regcache *record_full_core_regbuf = NULL;
920 record_full_core_regbuf = new detached_regcache (regcache->arch (), false);
H A Dregcache.c215 : detached_regcache (gdbarch, false), m_aspace (aspace_), m_target (target)

Completed in 173 milliseconds