Home
last modified time | relevance | path

Searched refs:regcache_xfree (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddummy-frame.c103 regcache_xfree (dummy_frame->regcache); in dummy_frame_push()
Dregcache.h31 void regcache_xfree (struct regcache *regcache);
Dinfrun.c3539 regcache_xfree (stop_registers); in restore_inferior_status()
3547 regcache_xfree (inf_status->registers); in restore_inferior_status()
3591 regcache_xfree (inf_status->registers); in discard_inferior_status()
3592 regcache_xfree (inf_status->stop_registers); in discard_inferior_status()
Dregcache.c217 regcache_xfree (struct regcache *regcache) in regcache_xfree() function
229 regcache_xfree (data); in do_regcache_xfree()
DChangeLog-20022053 (regcache_xfree): Update.
7249 (generic_push_dummy_frame): Update. Use regcache_xfree,
7252 regcache_xfree.
7398 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
7400 regcache_xfree. Instead of calling free_inferior_status, xfree
7402 (discard_inferior_status): Use regcache_xfree. Instead of calling
7614 (regcache_xmalloc, regcache_xfree): New functions.