Home
last modified time | relevance | path

Searched refs:get_thread_regcache (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfrun.c1318 struct regcache *regcache = get_thread_regcache (ptid); in displaced_step_prepare()
1486 get_thread_regcache (displaced->step_ptid)); in displaced_step_fixup()
1492 struct regcache *regcache = get_thread_regcache (event_ptid); in displaced_step_fixup()
1522 regcache = get_thread_regcache (ptid); in displaced_step_fixup()
1819 pc = regcache_read_pc (get_thread_regcache (inferior_ptid)); in resume()
1935 struct regcache *resume_regcache = get_thread_regcache (resume_ptid); in resume()
2095 struct regcache *regcache = get_thread_regcache (wait_ptid); in prepare_to_proceed()
2988 regcache = get_thread_regcache (ecs->ptid); in adjust_pc_after_break()
3082 regcache = get_thread_regcache (ecs->ptid); in handle_syscall_event()
3256 struct regcache *regcache = get_thread_regcache (ecs->ptid); in handle_inferior_event()
[all …]
H A Dregcache.h28 extern struct regcache *get_thread_regcache (ptid_t ptid);
H A Dinline-frame.c77 struct regcache *regcache = get_thread_regcache (ptid);
H A Dregcache.c497 get_thread_regcache (ptid_t ptid) in get_thread_regcache() function
511 return get_thread_regcache (inferior_ptid); in get_current_regcache()
H A Dthread.c999 stop_pc = regcache_read_pc (get_thread_regcache (ptid)); in switch_to_thread()
H A Delfread.c1017 struct regcache *regcache = get_thread_regcache (inferior_ptid); in elf_gnu_ifunc_resolver_return_stop()
/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dlinux-btrace.c184 regcache = get_thread_regcache (find_thread_ptid (tinfo->ptid), 1); in VEC()
186 regcache = get_thread_regcache (tinfo->ptid); in VEC()