<?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 aarch64-sys-regs.def</title>
    <link>http://nxr.netbsd.org/rss/src/external/gpl3/gdb/dist/opcodes/aarch64-sys-regs.def</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/opcodes/aarch64-sys-regs.def - 1.1</description>
    <pubDate>Mon Aug 12 21:39:43 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import gdb-17.1, previous was 16.3<br/><br/>This version of GDB includes the following changes and enhancements:<br/><br/>* x86-64 CET shadow stack support<br/>* Debugging Linux programs that use AArch64 Guarded Control Stacks<br/>* GDB record feature now supports rv64gc architectures<br/>* 'info threads' command support for two new options '-stopped' and<br/>  '-running' to limit the list of displayed threads.<br/>* On Linux and FreeBSD, the addresses shown by the 'info<br/>  sharedlibrary' command are now for the full memory range<br/>  allocated to the shared library.<br/>* Linux checkpoints now work with multiple inferiors<br/>* Improved linker namespace support<br/>* Warnings and error messages now start with an emoji (warning<br/>  sign, or cross mark) if supported by the host charset.<br/>  Configurable.<br/>* Built-in support for TLS on Linux as backup when libthread_db is<br/>  not available. Supported on the x86_64, aarch64, ppc64, s390x,<br/>  and riscv architectures, when compiled with GLIBC or MUSL.<br/>* New command "set riscv numeric-register-names" to display<br/>  risc-v registers using their numeric names instead of their<br/>  ABI names.<br/>* The Alpha target now supports target descriptions.<br/><br/>Python API enhancements:<br/>* New class gdb.Color for dealing with colors, and new constant<br/>  gdb.PARAM_COLOR<br/>* New gdb.ParameterPrefix class, to create new 'set/show' command<br/>  prefixes.<br/>* New attribute gdb.Value.is_unavailable, this checks for<br/>  unavailability like gdb.Value.is_optimized_out checks for<br/>  optimized out values.<br/>* New gdb.warning() function to print a warning message, with<br/>  GDB's standard 'warning' prefix (see emoji support entry below)<br/>* gdb.execute has an additional 'styling' argument.<br/>* Prefix commands (gdb.Command sub-classes) that don't have an<br/>  invoke method now behave like builtin prefix commands when<br/>  invoked without a sub-command name.<br/>* Setting the documentation string (__doc__) of a gdb.Parameter<br/>  sub-class to the empty string, means GDB will only display the<br/>  set_doc or show_doc strings in the set/show help output.<br/><br/>Guile API enhancements:<br/>* New type for dealing with colors and constant PARAM_COLOR<br/>* Prefix commands (using make-command) that don't have a #:invoke<br/>  property will now behave like builtin prefix commands when<br/>  invoked without a sub-command name.<br/>* Eliding the #:doc string from make-parameter now means that<br/>  GDB will use a default documentation string.<br/>* Setting #:doc to the empty string for make-parameter means GDB<br/>  will only display the #:set_doc or #:show_doc strings in the<br/>  set/show help output.<br/><br/>Debugger Adapter Protocol changes:<br/>* GDB now supports the "completions" request.<br/>* New "--binary-output" command line option to disable LF<br/>  translations (Windows only)<br/><br/>New convenience variables:<br/>* $_colorsupport providing a comma-separated list of color space<br/>  names supported by the terminal.<br/>* $linker_namespace_count and $_linker_namespace provide the list<br/>  of active linker namespaces.<br/><br/>Remote package additions and changes:<br/>* New 'binary-upload+' value in qSupported reply<br/>* The 'vFile:stat' command implementation has been corrected to<br/>  use stat rather than lstat.<br/>* New vFile:lstat packet, useful for handling symbolic links<br/>* Support for the "id_str" attribute in 'qXfer:threads:read' XML<br/>  answer.<br/><br/>GDB/MI changes:<br/>* The =library-unloaded event now includes the 'ranges' field and<br/>  the 'still-in-use' field.<br/><br/>Configure changes:<br/>* Ability to select which file formats to include support for<br/>* New option --disable-gdb-compile to disable support for the<br/>  compile subsystem.<br/>* New option --disable-gdb-dwarf-support to disable support for<br/>  DWARF debug information in GDB.<br/>* New option --disable-gdb-mdebug-support to disable support for<br/>  mdebug/ecoff debug information.<br/><br/>Incompatible changes:<br/>* Support for Python versions older than 3.4 has been removed<br/>* Support for stabs debugging format and the a.out/dbx object<br/>  format is deprecated, and will be removed in GDB 18.<br/>* UST (static tracepoint) gdbserver support has been removed</title>
    <description>/src/external/gpl3/gdb/dist/opcodes/aarch64-sys-regs.def - 1.1.1.3</description>
    <pubDate>Sat Mar 14 20:45:06 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import gdb 16.3; previous was 15.1<br/><br/>April 20th, 2025: GDB 16.3 Released!<br/><br/>    The latest version of GDB, version 16.3, is available for download.<br/><br/>    This is a corrective release over GDB 16.2, fixing the following issues:<br/><br/>        PR symtab/32309 ([gdb/symtab, fission] gdb/dwarf2/read.h:289:<br/>	    internal-error: version: Assertion `m_dwarf_version != 0' failed)<br/>        PR corefiles/32441 (gdb segfaults when generating a core file if<br/>	    target_fileio_read_alloc fails)<br/>        PR tui/32623 (TUI console window doesn't update while inferior is<br/>	    running)<br/>        PR corefiles/32634 ([gdb/corefiles] segfault in<br/>	    gdb.arch/i386-biarch-core.exp)<br/>        PR backtrace/32757 ("Assertion `stashed' failed" when inline frame #0<br/>	    is duplicated)<br/>        PR tdep/32770 ([gdb/tdep, i386] FAIL: gdb.reverse/recvmsg-reverse.exp:<br/>	    continue to breakpoint: marker2)<br/>        PR gdb/32775 ([AArch64] gdbserver crashes on SVE/SME-enabled systems)<br/>        PR record/32784 ([gdb/record, aarch64] Stack smashing detected in<br/>	    aarch64_record_asimd_load_store)<br/>        PR tui/32797 (Escape sequences to only reset foreground or background<br/>	    color to default fail)<br/>        PR gdb/32828 (gstack regression: missing file names and line numbers)<br/><br/>    See the NEWS file for a more complete and detailed list of what this<br/>    release includes.<br/><br/>February 1st, 2025: GDB 16.2 Released!<br/><br/>    The latest version of GDB, version 16.2, is available for download.<br/><br/>    This is a corrective release over GDB 16.1, fixing the following issues:<br/><br/>        PR build/32578 (cannot build GDB 16.1 out of tree when calling the<br/>	    configure script with a relative path)<br/>        PR tui/32592 ([gdb/tui] internal error in<br/>	    tui-winsource.c:340:refresh_window)<br/>        PR remote/32593 (Incompatibilities between GDB's and LLDB's 'x'<br/>	    packet implementation)<br/>        PR build/32610 (Missing #include file in darwin_nat.c)<br/><br/>    See the NEWS file for a more complete and detailed list of what this<br/>    release includes.<br/><br/>January 18th, 2025: GDB 16.1 Released!<br/><br/>    The latest version of GDB, version 16.1, is available for download.<br/>    This version of GDB includes the following changes and enhancements:<br/><br/>        record/replay support now available on loongarch*-linux*<br/>        GDB now supports watchpoints for tagged data pointers.<br/>        MTE (Memory Tagging Extension) debugging is now supported on AArch64<br/>	    baremetal.<br/>        New bash script gstack uses GDB to print stack traces of running<br/>	    processes.<br/>        Enhanced breakpoint support<br/>            For breakpoints that are created in the 'pending' state, any<br/>	    'thread' or 'task' keywords are parsed at the time the breakpoint<br/>	    is created, rather than at the time the breakpoint becomes<br/>	    non-pending.<br/><br/>            Thread-specific breakpoints are only inserted into the program<br/>	    space in which the thread of interest is running.<br/>        Enhanced Intel Processor Trace support<br/>            Support for printing of asynchronous events<br/>            Support for printing of ptwrite payloads<br/>        Changed commands<br/>            The "remove-symbol-file -a ADDRESS" command now accepts a full<br/>	    expression as the ADDRESS.<br/><br/>            The "show configuration" command now prints the version of GNU<br/>	    readline that GDB is using.<br/><br/>            The "maintenance print remote-registers" now provides an<br/>	    "Expedited" column indicating which registers were included in<br/>	    the last stop reply packet received by GDB.<br/><br/>            Various command taking filenames as argument now require file<br/>	    names to be quoted if the argument contains white spaces or<br/>	    quote characters.<br/>        Python API changes<br/>	    New module gdb.missing_objfile that facilitates dealing<br/>	    with missing objfiles when opening a core-file. GDB<br/>	    commands to query, enable and disable handlers created<br/>	    using this API have also been added.<br/><br/>            New event gdb.tui_enabled.<br/><br/>            Added the gdb.Symbol.is_artificial attribute.<br/><br/>	    New gdb.record.clear function to clear the trace data<br/>	    of the current recording.<br/><br/>	    The 'signed' argument to gdb.Architecture.integer_type()<br/>	    will no longer accept non-bool types.<br/><br/>	    The gdb.MICommand.installed property can only be set<br/>	    to True or False.<br/><br/>	    The 'qualified' argument to gdb.Breakpoint constructor<br/>	    will no longer accept non-bool types.<br/><br/>        Debugger Adapter Protocol changes<br/>	    The "scopes" request will now return a scope holding<br/>	    global variables from the stack frame's compilation<br/>	    unit.<br/><br/>	    The "scopes" request will return a "returnValue" scope<br/>	    holding the return value from the latest "stepOut"<br/>	    command, when appropriate.<br/><br/>	    The "launch" and "attach" requests were rewritten in<br/>	    accordance with some clarifications to the spec. Now<br/>	    they can be sent at any time after the "initialized"<br/>	    event, but will not take effect (or send a response)<br/>	    until after the "configurationDone" request has been<br/>	    sent.<br/><br/>            The "variables" request will not return artificial symbols.<br/>        Remote Protocol<br/>            New remote packet: vFile:stat<br/>            New remote packet: x addr,length<br/>        Miscellaneous<br/>            The Ada 'Object_Size attribute is now supported.<br/><br/>            Styling now available for line numbers, GDB commands and header<br/>	    lines of lists.<br/><br/>            It is now possible to turn the warning emitted when specifying a<br/>	    language that does not match the current frame off.<br/><br/>	    For ARM targets, the offset of the pc in the jmp_buf<br/>	    has been fixed to match glibc 2.20 and later. This<br/>	    should only matter when not using libc probes. This<br/>	    may cause breakage when using an incompatible libc,<br/>	    like uclibc or newlib, or an older glibc.<br/>        Deprecated or removed<br/>            Support for QNX Neutrino has been removed<br/>            Support for Nios II targets has been removed<br/>            Support for Intel MPX has been removed<br/><br/>    See the NEWS file for a more complete and detailed list of what this<br/>    release includes.<br/><br/>December 29th, 2024: GDB 16 branch created<br/><br/>    The GDB 16 branch (gdb-16-branch) has been created. To check out a copy<br/>    of the branch use:<br/><br/>    git clone --branch gdb-16-branch https://sourceware.org/git/binutils-gdb.git<br/><br/>September 29th, 2024: GDB 15.2 Released!<br/><br/>    The latest version of GDB, version 15.2, is available for download.<br/><br/>    This is a minor corrective release over GDB 15.1, fixing the<br/>    following issues:<br/><br/>        PR gdb/31727 (-exec-next fails in mingw (infrun.c:2794:<br/>	    internal-error: resume_1: Assertion `pc_in_thread_step_range<br/>	    (pc, tp)' failed))<br/>        PR c++/31900 (libstdc++-prettyprinters/debug.cc print redirected fails<br/>	    since gdb-14-branchpoint-2123-g4e417d7bb1c)<br/>        PR python/31946 (sys.exit from Python no longer exits the GDB process)<br/>        PR record/31971 (Loading a saved record file asserts if we try to<br/>	    execute the inferior)<br/>        PR gdb/32005 (frv_current_sos doesn't set solib::lm_info)<br/>        PR exp/32015 (GDB crashes while printing large D array)<br/>        PR gdb/32025 (Fatal error when the disassemble command is interrupted<br/>	    with SIGINT)<br/>        PR gdb/32143 ([15 Regression] arch/amd64.c:71: internal-error:<br/>	    amd64_create_target_description: Assertion `!is_x32' failed)<br/>        PR symtab/32158 ([gdb/symtab] enum class enumerator has incorrect<br/>	    parent in cooked index)<br/>        PR symtab/32160 ([gdb/symtab] Parent map: die parent or scope parent?)<br/><br/>    See the NEWS file for a more complete and detailed list of what this<br/>    release includes.</title>
    <description>/src/external/gpl3/gdb/dist/opcodes/aarch64-sys-regs.def - 1.1.1.2</description>
    <pubDate>Wed Aug 27 17:30:51 UTC 2025</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.4;<br/>Import gdb-15.1, previous was 13.2<br/><br/>ChangeLog:<br/><br/>2024-03-20  Simon Marchi  &lt;simon.marchi@efficios.com&gt;<br/><br/>	* .pre-commit-config.yaml: Bump black hook to 24.3.0<br/><br/>2024-03-20  Simon Marchi  &lt;simon.marchi@efficios.com&gt;<br/><br/>	* .pre-commit-config.yaml: New.<br/><br/>2024-03-14  Simon Marchi  &lt;simon.marchi@efficios.com&gt;<br/><br/>	* Makefile.def: Add configure-gdbserver and all-gdbserver<br/>	dependencies on all-libiconv.<br/>	* Makefile.in: Re-generate.<br/><br/>2024-01-15  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* 2.42 branch point.<br/><br/>2023-11-15  Arsen Arsenović  &lt;arsen@aarsen.me&gt;<br/><br/>	* intl: Remove directory.  Replaced with out-of-tree GNU<br/>	gettext.<br/>	* .gitignore: Add '/gettext*'.<br/>	* configure.ac (host_libs): Replace intl with gettext.<br/>	(hbaseargs, bbaseargs, baseargs): Split baseargs into<br/>	{h,b}baseargs.<br/>	(skip_barg): New flag.  Skips appending current flag to<br/>	bbaseargs.<br/>	&lt;library exemptions&gt;: Exempt --with-libintl-{type,prefix} from<br/>	target and build machine argument passing.<br/>	* configure: Regenerate.<br/>	* Makefile.def (host_modules): Replace intl module with gettext<br/>	module.<br/>	(configure-ld): Depend on configure-gettext.<br/>	* Makefile.in: Regenerate.<br/>	* src-release.sh: Remove references to the intl/ directory.<br/><br/>2023-07-03  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	2.41 Branch Point.<br/><br/>2023-06-26  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* Import these updates to the config scripts<br/><br/>	commit 4ad4bb7c30aca1e705448ba8d51a210bbd47bb52<br/>	Author: Paul Eggert &lt;eggert@cs.ucla.edu&gt;<br/>	Date:   Fri Jun 23 09:55:10 2023 -0700<br/><br/>		Quote 'like this', not `like this'.<br/><br/>	commit 63acb96f92473ceb5e21d873d7c0aee266b3d6d3<br/>	Author: Paul Eggert &lt;eggert@cs.ucla.edu&gt;<br/>	Date:   Sat Jan 21 00:15:01 2023 -0600<br/><br/>		Fix config.sub spelling typo for "athlon"<br/><br/>	commit 4ce12a5c9125cedc0d0ba584444a6865396923ec<br/>	Author: Dmitry V. Levin &lt;ldv@altlinux.org&gt;<br/>	Date:   Sun Jan 1 08:00:00 2023 +0000<br/><br/>		Update copyright years<br/><br/>	commit c397e2c040bce50bcdccb131f90115ba7e8bfc19<br/>	Author: Arsen Arsenovi &lt;arsen@aarsen.me&gt;<br/>	Date:   Sat Sep 17 23:34:48 2022 +0200<br/><br/>		config.sub: add linux-mlibc targets<br/><br/>	commit 9f9f9b0b13197269848c76e3e057a3ed0680b4bf<br/>	Author: Arsen Arsenovi &lt;arsen@aarsen.me&gt;<br/>	Date:   Sat Sep 17 23:34:47 2022 +0200<br/><br/>		config.guess: support running on Managarm systems<br/><br/>	commit 87e6687749da7bb2ab158a79fa83721c19ed9246<br/>	Author: Arsen Arsenovi &lt;arsen@aarsen.me&gt;<br/>	Date:   Sat Sep 17 23:34:46 2022 +0200<br/><br/>		config.sub: add managarm-{mlibc,kernel} targets<br/><br/>	commit 20403c5701973a4cbd7e0b4bbeb627fcd424a0f1<br/>	Author: Xiaotian Wu &lt;wuxiaotian@loongson.cn&gt;<br/>	Date:   Mon Aug 1 16:05:29 2022 +0800<br/><br/>		Remove loongarchx32<br/><br/>	commit 02ba26b218d3d3db6c56e014655faf463cefa983<br/>	Author: Alexander von Gluck IV &lt;kallisti5@unixzen.com&gt;<br/>	Date:   Wed May 25 15:43:13 2022 -0500<br/><br/>		config.guess: Update Haiku guesses<br/><br/>	commit f56a7140386d08a531bcfd444d632b28c61a6329<br/>	Author: Bruno Haible &lt;bruno@clisp.org&gt;<br/>	Date:   Sun May 8 19:08:08 2022 +0200<br/><br/>		config.guess (x86_64:Linux:*:*): Detect 32-bit ABI.<br/><br/>2023-04-20  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* SECURITY.txt: New file.<br/>	* src-release.sh (DEVO_SUPPORT): Add SECURITY.txt.<br/><br/>2022-12-31  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* 2.40 binutils branch created.</title>
    <description>/src/external/gpl3/gdb/dist/opcodes/aarch64-sys-regs.def - 1.1.1.1</description>
    <pubDate>Mon Aug 12 21:39:43 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/gpl3/gdb/dist/opcodes/aarch64-sys-regs.def - 1.1.1.1.4.2</description>
    <pubDate>Sat Aug 02 05:31:49 UTC 2025</pubDate>
    <dc:creator>perseant</dc:creator>
</item>

<item>
    <title>file aarch64-sys-regs.def was added on branch perseant-exfatfs on 2025-08-02 05:31:49 +0000</title>
    <description>/src/external/gpl3/gdb/dist/opcodes/aarch64-sys-regs.def - 1.1.1.1.4.1</description>
    <pubDate>Mon Aug 12 21:39:43 UTC 2024</pubDate>
    <dc:creator>perseant</dc:creator>
</item>
</channel></rss>

