summaryrefslogtreecommitdiff
path: root/gnu/packages/gdb.scm
Commit message (Collapse)AuthorAge
* gnu: gdb: Update to 14.2.Ludovic Courtès2024-04-11
| | | | | | * gnu/packages/gdb.scm (gdb-14): Update to 14.2. Change-Id: Iddf941655fe5550f6cd01978fd7998f193957ee1
* gnu: gdb: Update to 14.1.Greg Hogan2024-02-27
| | | | | | | | | * gnu/packages/gdb.scm (gdb-12): Rename to ... (gdb-14): ... and update to 14.1. (avr-gdb, gdb-minimal, gdb-multiarch): Inherit from GDB-14. Change-Id: I1396ba885fc97a8b0387a4b8e4c04ff018eba23f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gdb-multiarch.宋文武2023-08-28
| | | | * gnu/packages/gdb.scm (gdb-multiarch): New variable.
* gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.Janneke Nieuwenhuizen2023-06-17
| | | | | | | | * gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused.
* gnu: gdb/pinned: Move to gdb-12.1.Efraim Flashner2023-05-07
| | | | | | * gnu/packages/gdb.scm (gdb/pinned): Refer to gdb-12.1. [properties]: Hide the package. (gdb-12): Inherit from gdb/pinned.
* gnu: gdb: Change default to 12.x.Ludovic Courtès2023-04-18
| | | | * gnu/packages/gdb.scm (gdb): Change to GDB-12.
* gnu: gdb: Distinguish between the "pinned" and the "default" version.Ludovic Courtès2023-04-18
| | | | | * gnu/packages/gdb.scm (gdb/pinned): New variable. * gnu/packages/rust.scm (rust)[native-inputs]: Use it instead of GDB.
* gnu: gdb: Remove Hurd patch.Ludovic Courtès2023-04-18
| | | | | | | | | | | | | | | The patch was useful for GDB 11 on the previous Hurd version that was used; it's unnecessary on GDB 12 and GDB 11 has other build issues on the current GNU/Hurd. This change fixes "guix build gdb-minimal --target=i586-pc-gnu". * gnu/packages/patches/gdb-fix-gnu-nat-build.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gdb.scm (gdb-11)[arguments]: Remove 'patch-gdb/hurd' phase. [inputs]: Remove "hurd-build.patch" input. [supported-systems]: New field. (gdb-12)[supported-systems]: New field.
* gnu: gdb-minimal: Update to 12.x.Ludovic Courtès2023-04-18
| | | | * gnu/packages/gdb.scm (gdb-minimal): Rebase on GDB-12.
* gnu: gdb: Use 'cross-mig' when targeting GNU/Hurd.Ludovic Courtès2023-04-18
| | | | | | | This is a followup to 2756d662aa27cf55f3224e4a0a9e08c1be2cc551. * gnu/packages/gdb.scm (gdb-11)[native-inputs]: Use 'cross-mig' instead of 'mig/32-bit'.
* gnu: Add avr-gdb.Kristian Lein-Mathisen2022-11-07
| | | | | | * gnu/packages/gdb.scm (avr-gdb): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add gdb-12.Greg Hogan2022-08-03
| | | | | | * gnu/packages/gdb.scm (gdb-12): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gdb: Build fix for the Hurd.Jan (janneke) Nieuwenhuizen2021-11-21
| | | | | | | | | | This allows (cross-)building gdb-minimal for the Hurd. * gnu/packages/patches/gdb-fix-gnu-nat-build.patch: New file, taken from upstream. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (gdb)[inputs]: When building for the Hurd, add it. [arguments]: When building for the Hurd, apply it.
* gnu: gdb: Update to 11.1 and remove gdb-9.2.Maxim Cournoyer2021-11-11
| | | | | | | | | | | * gnu/packages/gdb.scm (gdb-10): Rename to... (gdb-11): ... and update. Update comment about disabled tests. [origin]: Delete patch, integrated upstream. (gdb-9.2): Delete variable, no longer used. (gdb): Set alias to gdb-11. * gnu/packages/patches/gdb-hurd.patch: Delete file. * gnu/packages/patches/gdb-9.2-sim-ppc-fno-common.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
* gnu: gdb: Normalize indentation.Maxim Cournoyer2021-11-11
| | | | | | * gnu/packages/gdb.scm (gdb-10): Fix indentation and remove extraneous newlines. Remove trailing #t. (gdb-minimal): Fix indentation.
* gnu: gdb: Patch references to /bin/sh and add debug output.Maxim Cournoyer2021-11-11
| | | | | | | * gnu/packages/gdb.scm (gdb-10)[outputs]: Add a debug output. [phases]{patch-paths}: New phase. [inputs]: Add bash. (gdb-9.2)[phases]{patch-paths}: Override phase.
* gnu: gdb: Fix cross-compilation for Hurd.Mathieu Othacehe2021-10-05
| | | | | * gnu/packages/patches/gdb-hurd.patch: Update it. * gnu/packages/gdb.scm (gdb)[source]: Add it.
* gnu: gdb-9.2: Fix build with GCC 10 on powerpc64le-linux.Thiago Jung Bauermann2021-10-01
| | | | | | * gnu/packages/patches/gdb-9.2-sim-ppc-fno-common.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gdb.scm (gdb-9.2)[source]: Use it.
* Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: gdb-10: Update to 10.2.Efraim Flashner2021-04-26
| | | | | | | | * gnu/packages/gdb.scm (gdb-10): Update to 10.2.
* | gnu: gdb-8.2.1: Update to 9.2.Maxim Cournoyer2021-02-05
| | | | | | | | | | * gnu/packages/gdb.scm (gdb-8.2): Replace by... (gdb-9.2): ... this.
* | Merge branch 'staging' into 'core-updates'.Maxim Cournoyer2021-01-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/gl.scm gnu/packages/glib.scm gnu/packages/guile.scm gnu/packages/node.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/python-xyz.scm gnu/packages/python.scm gnu/packages/tls.scm gnu/packages/vpn.scm gnu/packages/xorg.scm
| * gnu: Remove gdb@9.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-9): Rename to ... (gdb-10): ... this. Update to 10.1. [inputs]: Change from GUILE-2.0 to GUILE-3.0. (gdb-8.2): Inherit from GDB-10. [inputs]: Stick with GUILE-2.0. (gdb-10): Remove variable. (gdb): Point to GDB-10. (gdb-minimal): Inherit from GDB.
* | Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines2020-11-29
|\|
| * Merge branch 'master' into stagingMarius Bakke2020-11-07
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm
| | * gnu: gdb: Add version 10.1.Ludovic Courtès2020-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.2): Rename to... (gdb-10): ... this, and upgrade to 10.1. [inputs]: New field. (gdb-minimal): Adjust accordingly. * gnu/packages/patches/gdb-hurd.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
* | | Merge branch 'staging'Maxim Cournoyer2020-10-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/admin.scm gnu/packages/commencement.scm gnu/packages/gdb.scm gnu/packages/llvm.scm gnu/packages/package-management.scm gnu/packages/tls.scm
| * | Merge branch 'master' into stagingMarius Bakke2020-10-13
| |\|
| | * gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu.Ludovic Courtès2020-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug whereby GDB cross-compiled for i586-pc-gnu would be broken: (gdb) r Starting program: /gnu/store/… Handling event, msgid = 72: (ipc/mig) server type check failure * gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: Use MIG/32-BIT instead of MIG.
| * | gnu: gdb@8.2: Inherit from the 'full' gdb.Marius Bakke2020-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c007d868686fc2f9bf02a34150d4f0ac72b1f8d2, because later versions of Rust requires loading Python plugins. * gnu/packages/gdb.scm (gdb-minimal-8.2): Rename to ... (gdb-8.2): ... this. Adjust inheritance accordingly. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust accordingly.
| * | gnu: gdb@8.2: Inherit from 'gdb-minimal'.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-minimal): Move definition up. (gdb-8.2): Rename to ... (gdb-minimal-8.2): ... this. Inherit from GDB-MINIMAL. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust for the rename.
| * | Merge branch 'master' into stagingMarius Bakke2020-06-27
| |\|
| * | gnu: GDB: Remove version 9.1.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.1): Rename to ... (gdb): ... this. Update to 9.2. [source](patches): Add 'gdb-hurd.patch'. (gdb-8.2): Inherit from GDB instead of GDB-9.1. (gdb-9.2): Remove variable. (gdb-minimal): Inherit from GDB instead of GDB-9.2.
| * | gnu: GDB: Inline cross-compilation fix.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.1)[arguments]: Remove conditionals on %CURRENT-TARGET-SYSTEM.
* | | system: Modify GDB skeleton to find debug files for any profile.Maxim Cournoyer2020-08-16
| |/ |/| | | | | | | | | | | | | | | | | | | | | Instead of hard coding the debug directory to that of the user profile, use Guile scripting in combination with a new search path specification on GDB to specify the debug file directories. * gnu/packages/gdb.scm (gdb-9.1): Add a search path specification for the GDB_DEBUG_FILE_DIRECTORY environment variable. * gnu/system/shadow.scm (default-skeletons)[gdbinit]: Derive the value of DEBUG-FILE-DIRECTORY via the GDB_DEBUG_FILE_DIRECTORY environment variable. * doc/guix.texi (Installing Debugging Files): Document it.
* | gnu: gdb-minimal: Include guile.Jan (janneke) Nieuwenhuizen2020-06-27
|/ | | | | * gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap and very useful dependency.
* gnu: gdb-minimal: Inherit replacements from GDB.Marius Bakke2020-06-27
| | | | * gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
* gnu: gdb@8.2: Do not inherit replacements from 'gdb'.Marius Bakke2020-06-27
| | | | * gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
* gnu: gdb: Apply cross-build fix without changing the native variant.Marius Bakke2020-06-27
| | | | | | | | Commit 76129cd3edb1eb62778344de0b1b44365f82ee06 accidentally changed the gdb derivation, causing too many rebuilds for the 'master' branch. * gnu/packages/gdb.scm (gdb-9.1)[arguments]: Only apply cross-build fix when cross-compiling.
* gnu: Add gdb-minimal.Jan (janneke) Nieuwenhuizen2020-06-27
| | | | * gnu/packages/gdb.scm (gdb-minimal): New variable.
* gnu: gdb: Add support for the Hurd.Jan (janneke) Nieuwenhuizen2020-06-26
| | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: When compiling for the Hurd, add required build dependency mig. ["arguments"]: Add "binutils" fall-back lookup in native-inputs for cross-builds. * gnu/packages/patches/gdb-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gdb.scm (gdb-9.2): Use it.
* Merge branch 'master' into stagingMarius Bakke2020-05-29
|\
| * gnu: gdb: Add version 9.2.Ludovic Courtès2020-05-28
| | | | | | | | * gnu/packages/gdb.scm (gdb-9.2): New variable.
* | Merge branch 'master' into stagingMarius Bakke2020-05-26
|\|
| * gnu: gdb: Remove duplicate input.Marius Bakke2020-03-18
| | | | | | | | * gnu/packages/gdb.scm (gdb-9.1)[inputs]: Remove PYTHON.
* | gnu: gdb: Make some inputs native.Vincent Legoll2020-04-04
|/ | | | | | | * gnu/packages/gdb.scm (gdb)[inputs]: Move dejagnu from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Remove gdb@8.3.Marius Bakke2020-02-14
| | | | | | | | | | * gnu/packages/gdb.scm (gdb-8.3): Rename to ... (gdb-9.1): ... this. Update to 9.1. [properties]: Remove. [inputs]: Add SOURCE-HIGHLIGHT. [arguments]: Add #:out-of-source?. (gdb-8.2): Inherit from GDB-9.1. (gdb): Set to GDB-9.1.
* gnu: gdb: Update to 9.1.Ludovic Courtès2020-02-11
| | | | * gnu/packages/gdb.scm (gdb/next): Update to 9.1.
* gnu: gdb: Add separate variant with source highlighting support.Marius Bakke2020-01-30
| | | | | | | | | | This partially reverts commit 480b3279fd8f937fac986a88592ee5cb968ab3ff in order to prevent a huge rebuild. * gnu/packages/gdb.scm (gdb-8.3)[properties]: New field. [inputs]: Remove SOURCE-HIGHLIGHT. * gnu/packages/gdb.scm (gdb-8.2)[inputs]: Remove. (gdb/next): New public variable.
* gnu: gdb: Add dependency on source-highlight.Ludovic Courtès2020-01-30
| | | | | * gnu/packages/gdb.scm (gdb-8.3)[inputs]: Add SOURCE-HIGHLIGHT. (gdb-8.2)[inputs]: New field.