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:
Michael Snyder
2010-05-14 23:41:05 +00:00
parent abbb1732a9
commit e0881a8e0f
10 changed files with 171 additions and 62 deletions

View File

@@ -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);
}