2011-05-10 Doug Evans <dje@google.com>
+ * linux-thread-db.c: Whitespace cleanup.
+ (try_thread_db_load_1): Fix comment.
+
* linux-thread-db.c (set_libthread_db_search_path): New function.
(_initialize_thread_db): Add setter for libthread-db-search-path.
fprintf_filtered (file, _("libthread-db debugging is %s.\n"), value);
}
-
/* If we're running on GNU/Linux, we must explicitly attach to any new
threads. */
return NULL;
}
-/* Attempt to initialize dlopen()ed libthread_db, described by HANDLE.
+/* Attempt to initialize dlopen()ed libthread_db, described by INFO.
Return 1 on success.
Failure could happen if libthread_db does not have symbols we expect,
or when it refuses to work with the current inferior (e.g. due to
return 0;
}
-
/* Search libthread_db_search_path for libthread_db which "agrees"
to work on current inferior. */