[Bug 219028] devel/gdb: Fix annoying "eh_frame" kgdb bug
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 8 19:02:52 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219028
--- Comment #5 from commit-hook at 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 at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list