notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/gdb/files/commit-2af9fc4432

Number of commits found: 2

Wednesday, 14 Mar 2018
14:33 pizzamig search for other commits by this committer
devel/gdb: Update to version 8.1

The official annoucement is available here:
https://www.gnu.org/software/gdb/download/ANNOUNCEMENT

Moreover:
* support for 'info proc' is added (jhb@)
* update kgdb to use gdb 8.1

Reviewed by:	jhb@
Differential Revision:	https://reviews.freebsd.org/D14148
Original commitRevision:464493 
Friday, 4 Aug 2017
20:16 jhb search for other commits by this committer
Backport support for fs_base/gs_base and $_siginfo from GDB master.

Bring in two patchsets committed to GDB master along with a few other commits
those patchsets depend on.
- Add support for examining $_siginfo.  When a thread has valid signal
  information, report the current information in a $_siginfo variable.
  For live processes the values are extracted via the PT_LWPINFO ptrace
  request.  The values are also extracted from process core dumps that
  include NT_LWPINFO notes (currently only present in FreeBSD 12-current).
- Add support for the $fs_base and $gs_base registers on amd64.  This only
  works for live processes via the PT_{GET,SET}{FS,GS}BASE ptrace requests.
  FreeBSD currently does not store these values in core dumps, so they are
  not available from core dumps.

Reviewed by:	luca.pizzamiglio@gmail.com (maintainer)
Approved by:	az, imp
Differential Revision:	https://reviews.freebsd.org/D11813
Original commitRevision:447377 

Number of commits found: 2