| History log of /src/external/gpl3/gdb/dist/sim/ppc/gen-idecode.c |
| Revision | | Date | Author | Comments |
| 1.1 |
| 24-Sep-2011 |
christos | branches: 1.1.1; Initial revision
|
| 1.1.1.4 |
| 27-Aug-2025 |
christos | Import gdb 16.3; previous was 15.1
April 20th, 2025: GDB 16.3 Released!
The latest version of GDB, version 16.3, is available for download.
This is a corrective release over GDB 16.2, fixing the following issues:
PR symtab/32309 ([gdb/symtab, fission] gdb/dwarf2/read.h:289: internal-error: version: Assertion `m_dwarf_version != 0' failed) PR corefiles/32441 (gdb segfaults when generating a core file if target_fileio_read_alloc fails) PR tui/32623 (TUI console window doesn't update while inferior is running) PR corefiles/32634 ([gdb/corefiles] segfault in gdb.arch/i386-biarch-core.exp) PR backtrace/32757 ("Assertion `stashed' failed" when inline frame #0 is duplicated) PR tdep/32770 ([gdb/tdep, i386] FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2) PR gdb/32775 ([AArch64] gdbserver crashes on SVE/SME-enabled systems) PR record/32784 ([gdb/record, aarch64] Stack smashing detected in aarch64_record_asimd_load_store) PR tui/32797 (Escape sequences to only reset foreground or background color to default fail) PR gdb/32828 (gstack regression: missing file names and line numbers)
See the NEWS file for a more complete and detailed list of what this release includes.
February 1st, 2025: GDB 16.2 Released!
The latest version of GDB, version 16.2, is available for download.
This is a corrective release over GDB 16.1, fixing the following issues:
PR build/32578 (cannot build GDB 16.1 out of tree when calling the configure script with a relative path) PR tui/32592 ([gdb/tui] internal error in tui-winsource.c:340:refresh_window) PR remote/32593 (Incompatibilities between GDB's and LLDB's 'x' packet implementation) PR build/32610 (Missing #include file in darwin_nat.c)
See the NEWS file for a more complete and detailed list of what this release includes.
January 18th, 2025: GDB 16.1 Released!
The latest version of GDB, version 16.1, is available for download. This version of GDB includes the following changes and enhancements:
record/replay support now available on loongarch*-linux* GDB now supports watchpoints for tagged data pointers. MTE (Memory Tagging Extension) debugging is now supported on AArch64 baremetal. New bash script gstack uses GDB to print stack traces of running processes. Enhanced breakpoint support For breakpoints that are created in the 'pending' state, any 'thread' or 'task' keywords are parsed at the time the breakpoint is created, rather than at the time the breakpoint becomes non-pending.
Thread-specific breakpoints are only inserted into the program space in which the thread of interest is running. Enhanced Intel Processor Trace support Support for printing of asynchronous events Support for printing of ptwrite payloads Changed commands The "remove-symbol-file -a ADDRESS" command now accepts a full expression as the ADDRESS.
The "show configuration" command now prints the version of GNU readline that GDB is using.
The "maintenance print remote-registers" now provides an "Expedited" column indicating which registers were included in the last stop reply packet received by GDB.
Various command taking filenames as argument now require file names to be quoted if the argument contains white spaces or quote characters. Python API changes New module gdb.missing_objfile that facilitates dealing with missing objfiles when opening a core-file. GDB commands to query, enable and disable handlers created using this API have also been added.
New event gdb.tui_enabled.
Added the gdb.Symbol.is_artificial attribute.
New gdb.record.clear function to clear the trace data of the current recording.
The 'signed' argument to gdb.Architecture.integer_type() will no longer accept non-bool types.
The gdb.MICommand.installed property can only be set to True or False.
The 'qualified' argument to gdb.Breakpoint constructor will no longer accept non-bool types.
Debugger Adapter Protocol changes The "scopes" request will now return a scope holding global variables from the stack frame's compilation unit.
The "scopes" request will return a "returnValue" scope holding the return value from the latest "stepOut" command, when appropriate.
The "launch" and "attach" requests were rewritten in accordance with some clarifications to the spec. Now they can be sent at any time after the "initialized" event, but will not take effect (or send a response) until after the "configurationDone" request has been sent.
The "variables" request will not return artificial symbols. Remote Protocol New remote packet: vFile:stat New remote packet: x addr,length Miscellaneous The Ada 'Object_Size attribute is now supported.
Styling now available for line numbers, GDB commands and header lines of lists.
It is now possible to turn the warning emitted when specifying a language that does not match the current frame off.
For ARM targets, the offset of the pc in the jmp_buf has been fixed to match glibc 2.20 and later. This should only matter when not using libc probes. This may cause breakage when using an incompatible libc, like uclibc or newlib, or an older glibc. Deprecated or removed Support for QNX Neutrino has been removed Support for Nios II targets has been removed Support for Intel MPX has been removed
See the NEWS file for a more complete and detailed list of what this release includes.
December 29th, 2024: GDB 16 branch created
The GDB 16 branch (gdb-16-branch) has been created. To check out a copy of the branch use:
git clone --branch gdb-16-branch https://sourceware.org/git/binutils-gdb.git
September 29th, 2024: GDB 15.2 Released!
The latest version of GDB, version 15.2, is available for download.
This is a minor corrective release over GDB 15.1, fixing the following issues:
PR gdb/31727 (-exec-next fails in mingw (infrun.c:2794: internal-error: resume_1: Assertion `pc_in_thread_step_range (pc, tp)' failed)) PR c++/31900 (libstdc++-prettyprinters/debug.cc print redirected fails since gdb-14-branchpoint-2123-g4e417d7bb1c) PR python/31946 (sys.exit from Python no longer exits the GDB process) PR record/31971 (Loading a saved record file asserts if we try to execute the inferior) PR gdb/32005 (frv_current_sos doesn't set solib::lm_info) PR exp/32015 (GDB crashes while printing large D array) PR gdb/32025 (Fatal error when the disassemble command is interrupted with SIGINT) PR gdb/32143 ([15 Regression] arch/amd64.c:71: internal-error: amd64_create_target_description: Assertion `!is_x32' failed) PR symtab/32158 ([gdb/symtab] enum class enumerator has incorrect parent in cooked index) PR symtab/32160 ([gdb/symtab] Parent map: die parent or scope parent?)
See the NEWS file for a more complete and detailed list of what this release includes.
|
| 1.1.1.3 |
| 12-Aug-2024 |
christos | Import gdb-15.1, previous was 13.2
ChangeLog:
2024-03-20 Simon Marchi <simon.marchi@efficios.com>
* .pre-commit-config.yaml: Bump black hook to 24.3.0
2024-03-20 Simon Marchi <simon.marchi@efficios.com>
* .pre-commit-config.yaml: New.
2024-03-14 Simon Marchi <simon.marchi@efficios.com>
* Makefile.def: Add configure-gdbserver and all-gdbserver dependencies on all-libiconv. * Makefile.in: Re-generate.
2024-01-15 Nick Clifton <nickc@redhat.com>
* 2.42 branch point.
2023-11-15 Arsen Arsenović <arsen@aarsen.me>
* intl: Remove directory. Replaced with out-of-tree GNU gettext. * .gitignore: Add '/gettext*'. * configure.ac (host_libs): Replace intl with gettext. (hbaseargs, bbaseargs, baseargs): Split baseargs into {h,b}baseargs. (skip_barg): New flag. Skips appending current flag to bbaseargs. <library exemptions>: Exempt --with-libintl-{type,prefix} from target and build machine argument passing. * configure: Regenerate. * Makefile.def (host_modules): Replace intl module with gettext module. (configure-ld): Depend on configure-gettext. * Makefile.in: Regenerate. * src-release.sh: Remove references to the intl/ directory.
2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point.
2023-06-26 Nick Clifton <nickc@redhat.com>
* Import these updates to the config scripts
commit 4ad4bb7c30aca1e705448ba8d51a210bbd47bb52 Author: Paul Eggert <eggert@cs.ucla.edu> Date: Fri Jun 23 09:55:10 2023 -0700
Quote 'like this', not `like this'.
commit 63acb96f92473ceb5e21d873d7c0aee266b3d6d3 Author: Paul Eggert <eggert@cs.ucla.edu> Date: Sat Jan 21 00:15:01 2023 -0600
Fix config.sub spelling typo for "athlon"
commit 4ce12a5c9125cedc0d0ba584444a6865396923ec Author: Dmitry V. Levin <ldv@altlinux.org> Date: Sun Jan 1 08:00:00 2023 +0000
Update copyright years
commit c397e2c040bce50bcdccb131f90115ba7e8bfc19 Author: Arsen Arsenovi <arsen@aarsen.me> Date: Sat Sep 17 23:34:48 2022 +0200
config.sub: add linux-mlibc targets
commit 9f9f9b0b13197269848c76e3e057a3ed0680b4bf Author: Arsen Arsenovi <arsen@aarsen.me> Date: Sat Sep 17 23:34:47 2022 +0200
config.guess: support running on Managarm systems
commit 87e6687749da7bb2ab158a79fa83721c19ed9246 Author: Arsen Arsenovi <arsen@aarsen.me> Date: Sat Sep 17 23:34:46 2022 +0200
config.sub: add managarm-{mlibc,kernel} targets
commit 20403c5701973a4cbd7e0b4bbeb627fcd424a0f1 Author: Xiaotian Wu <wuxiaotian@loongson.cn> Date: Mon Aug 1 16:05:29 2022 +0800
Remove loongarchx32
commit 02ba26b218d3d3db6c56e014655faf463cefa983 Author: Alexander von Gluck IV <kallisti5@unixzen.com> Date: Wed May 25 15:43:13 2022 -0500
config.guess: Update Haiku guesses
commit f56a7140386d08a531bcfd444d632b28c61a6329 Author: Bruno Haible <bruno@clisp.org> Date: Sun May 8 19:08:08 2022 +0200
config.guess (x86_64:Linux:*:*): Detect 32-bit ABI.
2023-04-20 Nick Clifton <nickc@redhat.com>
* SECURITY.txt: New file. * src-release.sh (DEVO_SUPPORT): Add SECURITY.txt.
2022-12-31 Nick Clifton <nickc@redhat.com>
* 2.40 binutils branch created.
|
| 1.1.1.2 |
| 03-Oct-2013 |
christos | branches: 1.1.1.2.38; Import gdb 7.6.1 News from: http://sourceware.org/gdb/news:
August 30th, 2013: GDB 7.6.1 Released! The latest version of GDB, version 7.6.1, is available for download.
This is a minor corrective release over GDB 7.6, fixing the following issues:
PR tdep/15420 (Cannot debug threaded programs on newer versions of x86-solaris - Solaris 10, Update 10 or later) PR remote/15455 (QTro remote packet broken) PR build/15476 (Build failure due to incomplete enum type in utils.h) PR server/15594 (tls support in 64x32 x86 gdbserver doesn't extend address to 64 bit) PR server/15075 (dprintf inteferes with "next") PR server/15434 (dprintf uses a synchronous 'continue' even in non-stop mode) PR tui/14880 (In split register layouts, up results in assertion failure in value.c) PR c++/15519 (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain core file) PR gdb/15837 (GDB prints entry values for local variables) PR gdb/15415 (gdb resolves symbolic links when passing argv[0]) PR cli/15603 (CTRL-C can no longer interrupt inferior) PR gdb/15604 (gdbserver socket leak 7.5 regression) April 26th, 2013: GDB 7.6 Released! The latest version of GDB, version 7.6, is available for download.
Changes in this release include:
New native configurations (ARM AArch64 GNU/Linux, FreeBSD/powerpc, 86_64/Cygwin and Tilera TILE-Gx GNU/Linux) New target configurations (ARM AArch64, ARM AArch64 GNU/Linux, Lynx 178 PowerPC, x86_64/Cygwin, and Tilera TILE-Gx GNU/Linux) Support for the "mini debuginfo" section, .gnu_debugdata The C++ ABI now defaults to the GNU v3 ABI More Python scripting improvements Some GDB/MI improvements New configure options, new commands, and options New remote packets A new "target record-btrace" has been added while the "target record" command has been renamed to "target record-full" See the NEWS file for a more complete and detailed list of what this release includes. March 12th, 2013: GDB 7.6 branch created The GDB 7.6 branch (gdb_7_6-branch) has been created. To check out a copy of the branch use:
cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_6-branch gdb November 29th, 2012: GDB 7.5.1 Released! The latest version of GDB, version 7.5.1, is available for download.
This is a minor corrective release over GDB 7.5, fixing the following issues:
An "Attempt to dereference a generic pointer" errors (-var-create). Backtrace problems on x32 (PR backtrace/14646). next/step/finish problems on x32 (PR gdb/14647). A "malformed linespec error: unexpected keyword, [...]" error (PR breakpoints/14643). GDB crash while stepping through powerpc (32bits) code. A failed assertion in linux_ptrace_test_ret_to_nx. A "!frame_id_inlined_p (frame_id)" failed assertion. A "No more reverse-execution history." error during reverse "next" execution (PR 14548). Incomplete command descriptions in "apropos" output. PR gdb/14494 (a GDB crash difficult to characterize). Various build warnings. August 17th, 2012: GDB 7.5 Released! The latest version of GDB, version 7.5, is available for download.
Changes in this release include:
Go language support. New targets (x32 ABI, microMIPS, Renesas RL78, HP OpenVMS ia64). More Python scripting improvements. SDT (Static Defined Tracing) probes support with SystemTap probes. GDBserver improvements (stdio connections, target-side evaluation of breakpoint conditions, remote protocol improvements). Other miscellaneous improvements (ability to stop when a shared library is loaded/unloaded, dynamic printf, etc). Reverse debugging on ARM. The binary "gdbtui" has been abandoned and can no longer be built. Use "gdb -tui" instead. See the NEWS file for a more complete and detailed list of what this release includes. July 17th, 2012: GDB 7.5 branch created The GDB 7.5 branch (gdb_7_5-branch) has been created. To check out a copy of the branch use:
cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_5-branch gdb April 26th, 2012: GDB 7.4.1 Released! The latest version of GDB, version 7.4.1, is available for download.
This is a minor corrective release over GDB 7.4, fixing the following issues:
[GDB/MI] Error when resuming program execution in all-stop mode ("Cannot execute this command without a live selected thread"). [Pascal] Polluted display of class methods parameters. [target remote] Errror when connecting to remote target where disconnected tracing is in effect. [AVX] Float and ymm* register values not available. [GDB] Crash when using the "finish" command. [build] makeinfo should not be required to build GDB. January 24th, 2012: GDB 7.4 Released! The latest version of GDB, version 7.4, is available for download.
Changes in this release include:
Many Python scripting improvements Better support for ambiguous linespecs Masked watchpoints Tracepoint support improvements Support for Texas Instruments TMS320C6x (tic6x-*-*) A Renesas RL78 simulator (rl78-*-elf) Some minor Remote protocol extensions and GDB/MI changes See the NEWS file for a more complete and detailed list of what this release includes. Note that the gdbtui binary is deprecated, starting with GDB 7.5. Use "gdb -tui" instead. January 9, 2012: Extensibility support using Guile GDB ought to support extensibility using Guile, the GNU extensibility package (an implementation of Scheme). We are looking for people to write the code to interface the two. Please write to gdb-patches AT sourceware DOT org if you are interested.
December 13, 2011: GDB 7.4 branch created The GDB 7.4 branch (gdb_7_4-branch) has been created. To check out a copy of the branch use:
cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_4-branch gdb September 30, 2011: Release Mistakes in GDB Versions 6.0 - 7.3 A mistake has been detected in the release tar files for all GDB releases from version 6.0 to version 7.3 (included). The mistake has been corrected, and the FSF issued the following announcements:
Making up for a release mistake in GDB versions 6.0 - 6.6 Making up for a release mistake in GDB versions 6.7 - 7.3
|
| 1.1.1.1 |
| 24-Sep-2011 |
christos | branches: 1.1.1.1.2; 1.1.1.1.8; import 7.3.1
|
| 1.1.1.2.38.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|
| 1.1.1.1.8.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.1.1.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|