2007-06-28 Michael Snyder <msnyder@access-company.com>

* linux-thread-db.c (thread_db_get_thread_local_address): Add
	gdb_assert before using return value of find_thread_pid (Coverity).
This commit is contained in:
Michael Snyder
2007-06-28 23:02:06 +00:00
parent 77accacd47
commit a787bedf4f
2 changed files with 4 additions and 0 deletions

View File

@@ -1081,6 +1081,7 @@ thread_db_get_thread_local_address (ptid_t ptid,
/* Get info about the thread. */
thread_info = find_thread_pid (ptid);
gdb_assert (thread_info);
thread_db_map_id2thr (thread_info, 1);
/* Finally, get the address of the variable. */