Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dregcache.h33 struct regcache *regcache_xmalloc (struct gdbarch *gdbarch);
H A Dregcache.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()
H A Ddummy-frame.c230 dummy_frame->regcache = regcache_xmalloc (current_gdbarch); in generic_push_dummy_frame()
H A Dinfcall.c406 retbuf = regcache_xmalloc (current_gdbarch); in call_function_by_hand()
H A Dframe.c483 struct regcache *scratch = regcache_xmalloc (current_gdbarch); in frame_pop()
H A Dinfrun.c4066 stop_registers = regcache_xmalloc (current_gdbarch); in build_infrun()