Date: Fri, 25 Sep 2015 16:16:48 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203299] devel/gdb: Add KGDB option Message-ID: <bug-203299-13-JIvcivEaQ8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203299-13@https.bugs.freebsd.org/bugzilla/> References: <bug-203299-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203299 --- Comment #2 from John Baldwin <jhb@FreeBSD.org> --- Long term I plan to replace the THREADS option entirely with a native threads target I plan to write for upstream gdb that will use ptrace() directly. fbsd-threads.c is buggy and it's not easy to fix some of the issues due to the complexity of trying to support older KSE threads. The new thread target will require some ptrace() changes however, so we will still want THREADS as an option for older systems. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203299-13-JIvcivEaQ8>