]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR 16329: remote debugging broken on Solaris.
authorPedro Alves <palves@redhat.com>
Mon, 16 Dec 2013 14:06:49 +0000 (14:06 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 16 Dec 2013 14:06:49 +0000 (14:06 +0000)
commit1db0791014f8cc5e0a29c12cf282e2c841fef4b7
tree6ef3c070f37864ca5e568a7a5bd399d48a680f2a
parent3b88acb6ef682ee8749fcd6dd824afb36ec1abf1
PR 16329: remote debugging broken on Solaris.

Like on GNU/Linux (linux-thread-db.c), the Solaris solaris-threads
target (handles libthread_db.so) shouldn't be pushed when remote
debugging.

This uses the same predicate used by linux-thread-db.c.

gdb/
2013-12-16  Pedro Alves  <palves@redhat.com>

PR 16329
* sol-thread.c (check_for_thread_db): If the target can't run or
isn't a core, return without pushing.
gdb/ChangeLog
gdb/sol-thread.c