2020-04-11 14:47:28 by Benny Siegert | Files touched by this commit (5) | |
Log message:
Update gdb to 8.3.1.
September 20th, 2019: GDB 8.3.1 Released!
This is a minor corrective release over GDB 8.3, fixing the following
issues:
* 20020 (GDB segfault on printing objects)
* 24454 (nat/x86-linux-dregs.c:146: internal-error: void
x86_linux_update_debug_registers(lwp_info*): Assertion `lwp_is_stopped
(lwp)' failed)
* 24541 (Incorrect evaluation of systemtap probes due to
register being signed and probe expression assuming unsigned)
* 24545 (Symbol loading performance regression with cc1)
* 24592 (amd64->i386 linux syscall restart problem)
* 25009 (terminate called after throwing an instance of
'srchilite::ParserException')
* 25010 (Calls to error () can cause SIGTTOU to send gdb to the
background)
* 25011 (Breakpoints on file reloads broken for PIE
binaries)
This corrective release also brings the following testsuite fixes and
enhancements:
* 25005 (gdb-caching-proc.exp takes a lot of time on
skip_opencl_tests)
* 25016 (Test-case failures for -pie)
May 11th, 2019: GDB 8.3 Released!
This version of GDB includes the following changes and enhancements:
* Support for new native configurations (also available as a target
configuration):
- RISC-V GNU/Linux (riscv*-*-linux*)
- RISC-V FreeBSD (riscv*-*-freebsd*)
* Support for new target configurations:
- CSKY ELF (csky*-*-elf)
- CSKY GNU/Linux (csky*-*-linux)
- NXP S12Z ELF (s12z-*-elf)
- OpenRISC GNU/Linux (or1k*-*-linux*)
* Native Windows debugging is only supported on Windows XP or later.
* The Python API in GDB now requires Python 2.6 or later.
* GDB now supports terminal styling for the CLI and TUI. Source
highlighting is also supported by building GDB with GNU Highlight.
* Experimental support for compilation and injection of C++ source code
into the inferior (requires GCC 7.1 or higher, built with libcp1.so).
* GDB and GDBserver now support IPv6 connections.
* Target description support on RISC-V targets.
* Various enhancements to several commands:
- "frame", "select-frame" and "info \
frame" commands
- "info functions", "info types", "info \
variables"
- "info thread"
- "info proc"
- System call alias catchpoint support on FreeBSD
- "target remote" support for Unix Domain sockets.
* Support for displaying all files opened by a process
* DWARF index cache: GDB can now automatically save indices of DWARF
symbols on disk to speed up further loading of the same binaries.
* Various GDB/MI enhancements.
* GDBserver on PowerPC GNU/Linux now supports access to the PPR, DSCR,
TAR, EBB/PMU, and HTM registers.
* Ada task switching support when debugging programs built with the
Ravenscar profile added to aarch64-elf.
* GDB in batch mode now exits with status 1 if the last executed command
failed.
* Support for building GDB with GCC's Undefined Behavior Sanitizer.
See the NEWS file for a more complete and detailed list of what this
release includes.
December 23rd, 2018: GDB 8.2.1 Released!
This is a minor corrective release over GDB 8.2, fixing the following
issues:
* 23516 (gdb build error under msys+mingw: strip can't handle
gdb-add-index.exe)
* 23623 (install-strip fails)
* 23626 (gdb crashes in upstream rust nil-enum test)
* 23650 (rust field name access error mentions "foo")
* 23663 (gdb 8.1.1: undefined rpl_stat function with musl
toolchains)
* 23669 (gdb.execute("show commands") doesn't work)
* 23714 (Command repetition stops working after gdb.execute)
* 23838 (8.2 regression for invalid -data-directory)
* 23974 ("info os" crash when specifying invalid object)
* 23999 (SYMBOL_LANGUAGE assertion failure on AIX)
* 24003 (Error when binary searching CUs for a specific DIE when
using DWZ)
September 5th, 2018: GDB 8.2 Released!
This version of GDB includes the following changes and enhancements:
* Support for the following target has been added:
- RiscV ELF (riscv*-*-elf)
* Support for following targets and native configurations has been
removed:
- m88k running OpenBSD (m88*-*-openbsd*)
- SH-5/SH64 ELF (sh64-*-elf*)
- SH-5/SH64 (sh*)
- SH-5/SH64 running GNU/Linux (sh*-*-linux*)
- SH-5/SH64 running OpenBSD (sh*-*-openbsd*)
* Various Python API enhancements
* Aarch64/Linux enhancements:
- SVE support.
- Hardware watchpoints improvements for entities stored at unaligned
addresses.
- New "c" response to disable the pager for the rest of the
current command.
- C expressions can now use _Alignof, and C++ expressions can now
use alignof.
- Improved flexibility for loading symbol files.
- The 'info proc' command nows works on running processes on
FreeBSD systems as well as core files created on FreeBSD
systems.
- A new --enable-codesign=CERT configure option to automatically
codesign GDB after build (useful on MacOS X).
See the NEWS file for a more complete and detailed list of what
this release includes.
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-10-11 11:23:42 by Maya Rashish | Files touched by this commit (2) |
Log message:
gdb: fix SmartOS build by checking if SYS_uuidsys exists.
This was already committed upstream by someone else.
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2019-01-23 16:03:34 by Kamil Rytarowski | Files touched by this commit (1) |
Log message:
gdb: Pass --enable-targets=all
Make this package usable in cross-ABI debugging.
Bump PKGREVISION.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|