<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ar-lib</title>
    <link>http://nxr.netbsd.org/rss/src/external/gpl3/gdb/dist/ar-lib</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/gpl3/gdb/dist/ar-lib - 1.1</description>
    <pubDate>Sun May 26 20:59:16 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.2;<br/>   May 11th, 2019: GDB 8.3 Released!<br/>          The latest version of GDB, version 8.3, is available for<br/>          download.<br/><br/>          This version of GDB includes the following changes and<br/>          enhancements:<br/><br/>          + Support for new native configurations (also available as a<br/>            target configuration):<br/>               o RISC-V GNU/Linux (riscv*-*-linux*)<br/>               o RISC-V FreeBSD (riscv*-*-freebsd*)<br/>          + Support for new target configurations:<br/>               o CSKY ELF (csky*-*-elf)<br/>               o CSKY GNU/Linux (csky*-*-linux)<br/>               o NXP S12Z ELF (s12z-*-elf)<br/>               o OpenRISC GNU/Linux (or1k*-*-linux*)<br/>          + Native Windows debugging is only supported on Windows XP or<br/>            later.<br/>          + The Python API in GDB now requires Python 2.6 or later.<br/>          + GDB now supports terminal styling for the CLI and TUI. Source<br/>            highlighting is also supported by building GDB with GNU<br/>            Highlight.<br/>          + Experimental support for compilation and injection of C++<br/>            source code into the inferior (requires GCC 7.1 or higher,<br/>            built with libcp1.so).<br/>          + GDB and GDBserver now support IPv6 connections.<br/>          + Target description support on RISC-V targets.<br/>          + Various enhancements to several commands:<br/>               o "frame", "select-frame" and "info frame" commands<br/>               o "info functions", "info types", "info variables"<br/>               o "info thread"<br/>               o "info proc"<br/>               o System call alias catchpoint support on FreeBSD<br/>               o "target remote" support for Unix Domain sockets.<br/>          + Support for displaying all files opened by a process<br/><br/>         + DWARF index cache: GDB can now automatically save indices of<br/>            DWARF symbols on disk to speed up further loading of the same<br/>            binaries.<br/>          + Various GDB/MI enhancements.<br/>          + GDBserver on PowerPC GNU/Linux now supports access to the PPR,<br/>            DSCR, TAR, EBB/PMU, and HTM registers.<br/>          + Ada task switching support when debugging programs built with<br/>            the Ravenscar profile added to aarch64-elf.<br/>          + GDB in batch mode now exits with status 1 if the last executed<br/>            command failed.<br/>          + Support for building GDB with GCC's Undefined Behavior<br/>            Sanitizer.<br/><br/>          See the NEWS file for a more complete and detailed list of what<br/>          this release includes.<br/><br/>   February 27th, 2019: GDB 8.3 branch created<br/>          The GDB 8.3 branch (gdb-8.3-branch) has been created. To check<br/>          out a copy of the branch use:<br/><br/>git clone --branch gdb-8.3-branch ssh://sourceware.org/git/binutils-gdb.git<br/><br/>   December 23rd, 2018: GDB 8.2.1 Released!<br/>          The latest version of GDB, version 8.2.1, is available for<br/>          download.<br/><br/>          This is a minor corrective release over GDB 8.2, fixing the<br/>          following issues:<br/><br/>          + PR build/23516 (gdb build error under msys+mingw: strip can't<br/>            handle gdb-add-index.exe)<br/>          + PR build/23623 (install-strip fails)<br/>          + PR rust/23626 (gdb crashes in upstream rust nil-enum test)<br/>          + PR rust/23650 (rust field name access error mentions "foo")<br/>          + PR gdb/23663 (gdb 8.1.1: undefined rpl_stat function with musl<br/>            toolchains)<br/>          + PR python/23669 (gdb.execute("show commands") doesn't work)<br/>          + PR python/23714 (Command repetition stops working after<br/>            gdb.execute)<br/>          + PR gdb/23838 (8.2 regression for invalid -data-directory)<br/>          + PR gdb/23974 ("info os" crash when specifying invalid object)<br/>          + PR gdb/23999 (SYMBOL_LANGUAGE assertion failure on AIX)<br/>          + PR gdb/24003 (Error when binary searching CUs for a specific<br/>            DIE when using DWZ)<br/><br/>   September 5th, 2018: GDB 8.2 Released!<br/>          The latest version of GDB, version 8.2, is available for<br/>          download.<br/><br/>          This version of GDB includes the following changes and<br/>          enhancements:<br/><br/>          + Support for the following target has been added:<br/>               o RiscV ELF (riscv*-*-elf)<br/>          + Support for following targets and native configurations has<br/>            been removed:<br/>               o m88k running OpenBSD (m88*-*-openbsd*)<br/>               o SH-5/SH64 ELF (sh64-*-elf*)<br/>               o SH-5/SH64 (sh*)<br/>               o SH-5/SH64 running GNU/Linux (sh*-*-linux*)<br/>               o SH-5/SH64 running OpenBSD (sh*-*-openbsd*)<br/>          + Various Python API enhancements<br/>          + Aarch64/Linux enhancements:<br/>               o SVE support.<br/>               o Hardware watchpoints improvements for entities stored at<br/>                 unaligned addresses.<br/>                    # New "c" response to disable the pager for the rest<br/>                      of the current command.<br/>                    # C expressions can now use _Alignof, and C++<br/>                      expressions can now use alignof.<br/>                    # Improved flexibility for loading symbol files.<br/>                    # The 'info proc' command nows works on running<br/>                      processes on FreeBSD systems as well as core files<br/>                      created on FreeBSD systems.<br/>                    # A new --enable-codesign=CERT configure option to<br/>                      automatically codesign GDB after build (useful on<br/>                      MacOS X).<br/>                 See the NEWS file for a more complete and detailed list<br/>                 of what this release includes.<br/><br/>   July 31st, 2018: GDB 8.1.1 Released!<br/>       The latest version of GDB, version 8.1.1, is available<br/>       for download.<br/>       This is a minor corrective release over GDB 8.1, fixing<br/>       the following issues:<br/>	  # PR gdb/22824 (misleading description of new rbreak<br/>	    Python function in GDB 8.1 NEWS file)<br/>	  # PR gdb/22849 (ctrl-c doesn't work in<br/>	    extended-remote)<br/>	  # PR gdb/22907 ([Regression] gdbserver doesn't work<br/>	    with filename-only binaries)<br/>	 # PR gdb/23028 (inconsistent disassemble of vcvtpd2dq)<br/>	  # PR gdb/23053 (Fix -D_GLIBCXX_DEBUG gdb-add-index<br/>	    regression)<br/>	  # PR gdb/23127 ([AArch64] GDB cannot be used for<br/>	    debugging software that uses high Virtual Addresses)<br/>	  # PR server/23158 (gdbserver no longer functional on<br/>	    Windows)<br/>	  # PR breakpoints/23210 ([8.1/8.2 Regression] Bogus<br/>	    Breakpoint address adjusted from 0xf7fe7dd3 to<br/>	    0xfffffffff7fe7dd3)<br/><br/>   July 4th, 2018: GDB 8.2 branch created<br/>       The GDB 8.2 branch (gdb-8.2-branch) has been created. To<br/>       check out a copy of the branch use:<br/> git clone --branch gdb-8.2-branch ssh://sourceware.org/git/binutils-gdb.git<br/><br/>   January 31st, 2018: GDB 8.1 Released!<br/>       The latest version of GDB, version 8.1, is available for<br/>       download.<br/>       Changes in this release include:<br/>	  # Breakpoints on C++ functions are now set on all<br/>	    scopes by default ("wild" matching);<br/>	  # Support for inserting breakpoints on functions<br/>	    marked with C++ ABI tags;<br/>	  # Target floating-point arithmetic emulation during<br/>	    expression evaluation (requires MPFR 3.1 or later);<br/>	  # Various Python Scripting enhancements;<br/>	  # Improved Rust support; in particular, Trait objects<br/>	    can now be inspected when debugging Rust code;<br/>	  # GDB no longer makes assumptions about the type of<br/>	    symbols without debugging information to avoid<br/>	    producing erroneous and often confusing results;<br/>	  # The 'enable' and 'disable' commands now accept a<br/>	    range of breakpoint locations;<br/>	  # New 'starti' command to start the program at the<br/>	    first instruction;<br/>	  # New 'rbreak' command to insert a number of<br/>	    breakpoints via a regular expression pattern<br/>	    (requires Python);<br/>	  # The 'ptype' command now supports printing the offset<br/>	    and size of the fields in a struct;<br/>	  # The 'gcore' command now supports dumping all the<br/>	    memory mappings ('-a' command-line option);<br/>	  # New shortcuts for TUI Single-Key mode: 'i' for<br/>	    stepi, and 'o' for nexti;<br/>	  # GDBserver enhancements:<br/>	       @ Support for transmitting environment variables<br/>		 to GDBserver;<br/>	       @ Support for starting inferior processes with a<br/>		 specified initial working directory;<br/>	       @ On Unix systems, support for globbing expansion<br/>		 and variable substitution of inferior<br/>		 command-line arguments;<br/>	  # Various completion enhancements;<br/>	  # The command used to compile and inject code with the<br/>	    'compile' command is now configurable;<br/>	  # New '--readnever' command-line option to speed the<br/>	    GDB startup when debugging information is not<br/>	    needed;<br/>	  # Support for the following new native configurations:<br/>	       @ FreeBSD/aarch64 (aarch64*-*-freebsd*);<br/>	       @ FreeBSD/arm (arm*-*-freebsd*);<br/>	  # Support for the following new targets:<br/>	       @ FreeBSD/aarch64 (aarch64*-*-freebsd*);<br/>	       @ FreeBSD/arm (arm*-*-freebsd*);<br/>	       @ OpenRISC ELF (or1k*-*-elf)<br/>	  # Removed support for the following targets and native<br/>	    configurations:<br/>	       @ Solaris2/x86 (i?86-*-solaris2.[0-9]);<br/>	       @ Solaris2/sparc (sparc*-*-solaris2.[0-9]);<br/>       See the NEWS file for a more complete and detailed list<br/>       of what this release includes.<br/><br/>   January 5th, 2018: GDB 8.1 branch created<br/>       The GDB 8.1 branch (gdb-8.1-branch) has been created. To<br/>       check out a copy of the branch use:<br/> git clone --branch gdb-8.1-branch ssh://sourceware.org/git/binutils-gdb.git<br/><br/>   November 1st, 2017: Debugging Tools Devroom at FOSDEM 2018<br/>       We will have a Debugging Tools Devroom at FOSDEM 2018.<br/>       The Call for Participation has recently been announced.<br/>       The Devroom is on the first of the two FOSDEM days, on<br/>       Saturday 3 Feb 2018. See you all at FOSDEM in Brussels!<br/><br/>   September 7th, 2017: GDB 8.0.1 Released!<br/>       The latest version of GDB, version 8.0.1, is available<br/>       for download.<br/>       This is a minor corrective release over GDB 8.0, fixing<br/>       the following issues:<br/>	  # PR breakpoint/21886 (Compressed MIPS code debugging<br/>	    impossible due to memory breakpoint misplacement)<br/>	  # PR symtab/22002 (Assertion on debuggee built with<br/>	    -gdwarf-5 -fdebug-types-section)<br/>						  GDB News (p6 of 30)<br/>	  # PR symtab/22003 (Incompatibility with -gdwarf-5 -<br/>	    DW_FORM_implicit_const)<br/>	  # PR gdb/22046 (Regression on older kernels for T<br/>	    (stopped) processes)<br/>	  # PR sim/20863 (gdb-7.12 powerpc-rtems4.12-gdb does<br/>	    not build on FreeBSD)<br/>	  # PR breakpoint/21555 ("error re-setting breakpoint"<br/>	    on PIE executables)<br/>	  # PR tdep/21717 ("print $fpscr" says "" until some VFP<br/>	    data register is printed)<br/>	  # PR exp/21827 (Regression: gdb command lookup became<br/>	    case-sensitive; but definitions are forced into<br/>	    lowercase)<br/>	  # PR remote/22021 (Multi-arch exec fails with a remote<br/>	    target)</title>
    <description>/src/external/gpl3/gdb/dist/ar-lib - 1.1.1.1</description>
    <pubDate>Sun May 26 20:59:16 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/gpl3/gdb/dist/ar-lib - 1.1.1.1.2.2</description>
    <pubDate>Mon Jun 10 21:58:25 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>file ar-lib was added on branch phil-wifi on 2019-06-10 21:58:25 +0000</title>
    <description>/src/external/gpl3/gdb/dist/ar-lib - 1.1.1.1.2.1</description>
    <pubDate>Sun May 26 20:59:16 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>
</channel></rss>

