Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2016 01:10:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 157755] [patch] gdb(1) hardware watchpoints do not work correctly in multi-threaded programs
Message-ID:  <bug-157755-8-v5szRNXM2e@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-157755-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-157755-8@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=3D157755

--- Comment #9 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jhb
Date: Fri Jul 15 01:10:16 UTC 2016
New revision: 418566
URL: https://svnweb.freebsd.org/changeset/ports/418566

Log:
  Import several patches recently merged upstream.

  - Fix fork following to honor 'detach-on-fork'
  - Fix vfork following to post a fake vfork_done event to fix breakpoints
    in vfork parents (a real vfork_done event is pending but requires kernel
    changes currently in review).
  - Fix x86 debug registers to work with multiple threads (PR 157755)
  - Add support for 'info auxv' on both live processes and cores.
  - Add support for 'catch syscall'.  Note that catching system calls by
    names requires parsing an XML file mapping system call names to
    numbers.  The port now installs the XML syscall files to the data
    directory.  In addition, the EXPAT option is now enabled by default as
    expat is used to parse the XML files.
  - Bump PORTREVISION.

  PR:           157755, 210874
  Approved by:  luca.pizzamiglio@gmail.com (maintainer), bdrewery

Changes:
  head/devel/gdb/Makefile
  head/devel/gdb/files/commit-21002a6
  head/devel/gdb/files/commit-2c5c2a3
  head/devel/gdb/files/commit-2faa344
  head/devel/gdb/files/commit-3350c5f
  head/devel/gdb/files/commit-5077bff
  head/devel/gdb/files/commit-7697fc9
  head/devel/gdb/files/commit-82372b2
  head/devel/gdb/files/commit-8607ea6
  head/devel/gdb/files/commit-a3405d1
  head/devel/gdb/files/commit-aa1ed4a
  head/devel/gdb/files/commit-b00f86d
  head/devel/gdb/files/commit-bb2a62e
  head/devel/gdb/files/commit-e6cdd38
  head/devel/gdb/files/commit-ee95032
  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-157755-8-v5szRNXM2e>