components/gdb/patches/gdb.gdb.sol-thread.c.patch
changeset 1611 6b7edd68c53f
parent 1511 4d3b0b480760
child 6420 65948e9e205b
--- a/components/gdb/patches/gdb.gdb.sol-thread.c.patch	Fri Dec 20 06:20:23 2013 -0700
+++ b/components/gdb/patches/gdb.gdb.sol-thread.c.patch	Mon Dec 16 21:52:47 2013 -0800
@@ -1,5 +1,16 @@
 --- gdb-7.6/gdb/sol-thread.c	2012-12-31 22:32:50.000000000 -0800
 +++ gdb-7.6/gdb/sol-thread.c	2013-08-22 12:03:52.780558508 -0700
+@@ -588,6 +588,10 @@
+   td_err_e err;
+   ptid_t ptid;
+
++  /* Don't attempt to use thread_db for remote targets.  */
++  if (!(target_can_run (&current_target) || core_bfd))
++    return;
++
+   /* Do nothing if we couldn't load libthread_db.so.1.  */
+   if (p_td_ta_new == NULL)
+     return;
 @@ -1224,7 +1224,7 @@
  
    init_sol_thread_ops ();