Home
last modified time | relevance | path

Searched refs:regcache_xmalloc (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDregcache.h33 struct regcache *regcache_xmalloc (struct gdbarch *gdbarch);
HDregcache.c310 regcache_xmalloc (struct gdbarch *gdbarch) in regcache_xmalloc() function
474 newbuf = regcache_xmalloc (src->descr->gdbarch); in regcache_dup()
484 newbuf = regcache_xmalloc (src->descr->gdbarch); in regcache_dup_no_passthrough()
1426 current_regcache = regcache_xmalloc (current_gdbarch); in build_regcache()
HDdummy-frame.c230 dummy_frame->regcache = regcache_xmalloc (current_gdbarch); in generic_push_dummy_frame()
HDinfcall.c406 retbuf = regcache_xmalloc (current_gdbarch); in call_function_by_hand()
HDframe.c482 struct regcache *scratch = regcache_xmalloc (current_gdbarch); in frame_pop()
HDinfrun.c4066 stop_registers = regcache_xmalloc (current_gdbarch); in build_infrun()