mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
2010-05-14 Michael Snyder <msnyder@vmware.com>
* jv-lang.c: White space. * jv-typeprint.c: White space. * jv-valprint.c: White space. * language.c: White space. * libunwind-frame.c: White space. * linespec.c: White space. * linux-nat.c: White space. * linux-record.c: White space. * linux-thread-db.c: White space.
This commit is contained in:
@@ -101,6 +101,7 @@ libunwind_descr_init (struct gdbarch *gdbarch)
|
||||
{
|
||||
struct libunwind_descr *descr = GDBARCH_OBSTACK_ZALLOC (gdbarch,
|
||||
struct libunwind_descr);
|
||||
|
||||
return descr;
|
||||
}
|
||||
|
||||
@@ -201,6 +202,7 @@ void
|
||||
libunwind_frame_dealloc_cache (struct frame_info *self, void *this_cache)
|
||||
{
|
||||
struct libunwind_frame_cache *cache = this_cache;
|
||||
|
||||
if (cache->as)
|
||||
unw_destroy_addr_space_p (cache->as);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user