2007-08-08 Michael Snyder <msnyder@access-company.com>
[deliverable/binutils-gdb.git] / gdb / linux-thread-db.c
index 460e044c26ee379685c132378646064c843a21df..91e12e89d0ff195aa2f841d2305735eba727cf1f 100644 (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.  */
This page took 0.023024 seconds and 4 git commands to generate.