17963194 Remote debugging support broken in gdb 7.6 for Solaris
authorIvo Raisr <ivo.raisr@oracle.com>
Mon, 16 Dec 2013 21:52:47 -0800
changeset 1611 6b7edd68c53f
parent 1610 d164df7a8b2d
child 1612 3f2ec017627f
17963194 Remote debugging support broken in gdb 7.6 for Solaris
components/gdb/patches/gdb.gdb.sol-thread.c.patch
--- 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 ();