Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dregcache.h33 struct regcache *regcache_xmalloc (struct gdbarch *gdbarch);
H A Dregcache.c200 regcache_xmalloc (struct gdbarch *gdbarch) in regcache_xmalloc() function
364 newbuf = regcache_xmalloc (src->descr->gdbarch); in regcache_dup()
374 newbuf = regcache_xmalloc (src->descr->gdbarch); in regcache_dup_no_passthrough()
1179 current_regcache = regcache_xmalloc (current_gdbarch); in build_regcache()
H A Dinfcall.c323 retbuf = regcache_xmalloc (current_gdbarch); in call_function_by_hand()
H A Dframe.c469 struct regcache *regcache = regcache_xmalloc (current_gdbarch); in frame_save_as_regcache()
H A Dinfrun.c3738 stop_registers = regcache_xmalloc (current_gdbarch); in build_infrun()
H A DChangeLog-20022021 (regcache_xmalloc): Initialize readonly_p.
2052 (regcache_xmalloc): Update.
6992 regcache''. Allocate using regcache_xmalloc, clean using
7250 regcache_xmalloc and regcache_cpy.
7404 (build_infrun): Use regcache_xmalloc.
7614 (regcache_xmalloc, regcache_xfree): New functions.