Home | History | Annotate | Download | only in infback9
History log of /src/external/gpl3/gdb/dist/zlib/contrib/infback9/infback9.c
RevisionDateAuthorComments
 1.1  03-Feb-2016  christos branches: 1.1.1;
Initial revision
 1.1.1.3  14-Mar-2026  christos Import gdb-17.1, previous was 16.3

This version of GDB includes the following changes and enhancements:

* x86-64 CET shadow stack support
* Debugging Linux programs that use AArch64 Guarded Control Stacks
* GDB record feature now supports rv64gc architectures
* 'info threads' command support for two new options '-stopped' and
'-running' to limit the list of displayed threads.
* On Linux and FreeBSD, the addresses shown by the 'info
sharedlibrary' command are now for the full memory range
allocated to the shared library.
* Linux checkpoints now work with multiple inferiors
* Improved linker namespace support
* Warnings and error messages now start with an emoji (warning
sign, or cross mark) if supported by the host charset.
Configurable.
* Built-in support for TLS on Linux as backup when libthread_db is
not available. Supported on the x86_64, aarch64, ppc64, s390x,
and riscv architectures, when compiled with GLIBC or MUSL.
* New command "set riscv numeric-register-names" to display
risc-v registers using their numeric names instead of their
ABI names.
* The Alpha target now supports target descriptions.

Python API enhancements:
* New class gdb.Color for dealing with colors, and new constant
gdb.PARAM_COLOR
* New gdb.ParameterPrefix class, to create new 'set/show' command
prefixes.
* New attribute gdb.Value.is_unavailable, this checks for
unavailability like gdb.Value.is_optimized_out checks for
optimized out values.
* New gdb.warning() function to print a warning message, with
GDB's standard 'warning' prefix (see emoji support entry below)
* gdb.execute has an additional 'styling' argument.
* Prefix commands (gdb.Command sub-classes) that don't have an
invoke method now behave like builtin prefix commands when
invoked without a sub-command name.
* Setting the documentation string (__doc__) of a gdb.Parameter
sub-class to the empty string, means GDB will only display the
set_doc or show_doc strings in the set/show help output.

Guile API enhancements:
* New type for dealing with colors and constant PARAM_COLOR
* Prefix commands (using make-command) that don't have a #:invoke
property will now behave like builtin prefix commands when
invoked without a sub-command name.
* Eliding the #:doc string from make-parameter now means that
GDB will use a default documentation string.
* Setting #:doc to the empty string for make-parameter means GDB
will only display the #:set_doc or #:show_doc strings in the
set/show help output.

Debugger Adapter Protocol changes:
* GDB now supports the "completions" request.
* New "--binary-output" command line option to disable LF
translations (Windows only)

New convenience variables:
* $_colorsupport providing a comma-separated list of color space
names supported by the terminal.
* $linker_namespace_count and $_linker_namespace provide the list
of active linker namespaces.

Remote package additions and changes:
* New 'binary-upload+' value in qSupported reply
* The 'vFile:stat' command implementation has been corrected to
use stat rather than lstat.
* New vFile:lstat packet, useful for handling symbolic links
* Support for the "id_str" attribute in 'qXfer:threads:read' XML
answer.

GDB/MI changes:
* The =library-unloaded event now includes the 'ranges' field and
the 'still-in-use' field.

Configure changes:
* Ability to select which file formats to include support for
* New option --disable-gdb-compile to disable support for the
compile subsystem.
* New option --disable-gdb-dwarf-support to disable support for
DWARF debug information in GDB.
* New option --disable-gdb-mdebug-support to disable support for
mdebug/ecoff debug information.

Incompatible changes:
* Support for Python versions older than 3.4 has been removed
* Support for stabs debugging format and the a.out/dbx object
format is deprecated, and will be removed in GDB 18.
* UST (static tracepoint) gdbserver support has been removed
 1.1.1.2  12-Oct-2016  christos import gdb-7.12
 1.1.1.1  03-Feb-2016  christos branches: 1.1.1.1.2;
Import gdb-7.10.1:

2015-06-30 H.J. Lu <hongjiu.lu@intel.com>

* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
target.
* configure: Regenerate.

2015-05-13 John David Anglin <dave.anglin@bell.net>

* configure.ac: Disable configuration of GDB for HPUX targets.
* configure: Regenerate.

2015-05-01 H.J. Lu <hongjiu.lu@intel.com>

PR ld/18355
* Makefile.def: Add extra_configure_flags to host zlib.
* configure.ac (extra_host_zlib_configure_flags): New. Set
to --enable-host-shared When bfd is to be built as shared
library. AC_SUBST.
* Makefile.in: Regenerated.

2015-04-15 Mike Frysinger <vapier@gentoo.org>
Hans-Peter Nilsson <hp@axis.com>

Adjust src-release.sh for sim using the gdb create-version.sh.
* src-release.sh (tar_compress): If there's a fifth parameter,
use that in the getver call instead of $tool.
(sim_release): Pass gdb as fifth parameter to tar_compress.
(SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.

2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>

* Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
(EXTRA_BOOTSTRAP_FLAGS): Likewise.
(check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
* Makefile.in: Regenerate.

2015-04-01 H.J. Lu <hongjiu.lu@intel.com>

* configure.ac: Add --with-system-zlib.
* configure: Regenerated.

2015-03-31 H.J. Lu <hongjiu.lu@intel.com>

* src-release.sh: Don't configure with --with-target-subdir=.
--disable-multilib.

2015-03-31 H.J. Lu <hongjiu.lu@intel.com>

* src-release.sh (DEVO_SUPPORT): Replace src-release with
src-release.sh.

2015-03-30 Ed Schouten <ed@nuxi.nl>

* config.sub: Update from upstream, to 2015-03-04 version.
* config.guess: Likewise.

2015-03-30 H.J. Lu <hongjiu.lu@intel.com>

* Makefile.def (dependencies): Add all-zlib to all-bfd.
* Makefile.in: Regenerated.

2015-03-28 H.J. Lu <hongjiu.lu@intel.com>

* src-release.sh (do_proto_toplev): Configure with --target
--with-target-subdir and --disable-multilib.
(BINUTILS_SUPPORT_DIRS): Add zlib.
(GAS_SUPPORT_DIRS): Likewise.
(GDB_SUPPORT_DIRS): Likewise.
(SIM_SUPPORT_DIRS): Likewise.

2015-03-17 H.J. Lu <hongjiu.lu@intel.com>

* configure.ac (target_configdirs): Exclude target-zlib if
target-libjava isn't built.
* configure: Regenerated.

2015-03-17 H.J. Lu <hongjiu.lu@intel.com>

Sync with GCC
2014-06-13 Thomas Schwinge <thomas@codesourcery.com>

* config-ml.in: Robustify ac_configure_args parsing.

2015-03-16 H.J. Lu <hongjiu.lu@intel.com>

* Makefile.def: Updated from GCC trunk.
* Makefile.tpl: Likewise.
* configure.ac: Likewise.
* Makefile.in: Regenerated.
* configure: Likewise.

2015-01-28 James Bowman <james.bowman@ftdichip.com>

* configure.ac: Add FT32 support.
* configure: Regenerate.

2015-01-12 Anthony Green <green@moxielogic.com>

* configure.ac: Don't disable gprof for moxie.
* configure: Rebuild.
 1.1.1.1.2.1  04-Nov-2016  pgoyette Sync with HEAD

RSS XML Feed