Home
last modified time | relevance | path

Searched refs:make_cleanup_regcache_xfree (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDregcache.h32 struct cleanup *make_cleanup_regcache_xfree (struct regcache *regcache);
HDinfcall.c407 retbuf_cleanup = make_cleanup_regcache_xfree (retbuf); in call_function_by_hand()
HDframe.c484 struct cleanup *cleanups = make_cleanup_regcache_xfree (scratch); in frame_pop()
HDregcache.c343 make_cleanup_regcache_xfree (struct regcache *regcache) in make_cleanup_regcache_xfree() function