Date: Mon, 08 May 2017 19:02:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219028] devel/gdb: Fix annoying "eh_frame" kgdb bug Message-ID: <bug-219028-13-cMlwKtUDyy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219028-13@https.bugs.freebsd.org/bugzilla/> References: <bug-219028-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=3D219028 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: jhb Date: Mon May 8 19:02:26 UTC 2017 New revision: 440447 URL: https://svnweb.freebsd.org/changeset/ports/440447 Log: Fix several issues with kgdb: - The kld parsing code in kgdb was using basename() and dirname() which ended up being broken by the recent changes to make dirname() modify its input buffer. Modify fbsd-kld.c to use the lbasename() and ldirname() wrappers in gdb. - Add the kgdb.1 manpage from base and install it as 'kgdbNNN.1' which is helpful since stock HEAD no longer ships a kgdb manpage. - Link libkvm into mips binaries so that the vmcore target links. - Bump PORTREVISION. PR: 219028 Reviewed by: luca.pizzamiglio@gmail.com (maintainer) Approved by: rene Changes: head/devel/gdb/Makefile head/devel/gdb/files/extrapatch-kgdb head/devel/gdb/files/kgdb/fbsd-kld.c head/devel/gdb/files/kgdb/kgdb.1 head/devel/gdb/pkg-plist --=20 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-219028-13-cMlwKtUDyy>