v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gdb.scm
AgeCommit message (Collapse)Author
2020-12-13gnu: Remove gdb@9.Marius Bakke
* 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.
2020-11-07Merge branch 'master' into stagingMarius Bakke
Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm
2020-10-26gnu: gdb: Add version 10.1.Ludovic Courtès
* 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.
2020-10-13Merge branch 'master' into stagingMarius Bakke
2020-10-10gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu.Ludovic Courtès
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.
2020-07-02gnu: gdb@8.2: Inherit from the 'full' gdb.Marius Bakke
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.
2020-06-27gnu: gdb@8.2: Inherit from 'gdb-minimal'.Marius Bakke
* 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.
2020-06-27Merge branch 'master' into stagingMarius Bakke
2020-06-27gnu: gdb-minimal: Include guile.Jan (janneke) Nieuwenhuizen
* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap and very useful dependency.
2020-06-27gnu: GDB: Remove version 9.1.Marius Bakke
* 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.
2020-06-27gnu: GDB: Inline cross-compilation fix.Marius Bakke
* gnu/packages/gdb.scm (gdb-9.1)[arguments]: Remove conditionals on %CURRENT-TARGET-SYSTEM.
2020-06-27gnu: gdb-minimal: Inherit replacements from GDB.Marius Bakke
* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
2020-06-27gnu: gdb@8.2: Do not inherit replacements from 'gdb'.Marius Bakke
* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-27gnu: gdb: Apply cross-build fix without changing the native variant.Marius Bakke
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.
2020-06-27gnu: Add gdb-minimal.Jan (janneke) Nieuwenhuizen
* gnu/packages/gdb.scm (gdb-minimal): New variable.
2020-06-26gnu: gdb: Add support for the Hurd.Jan (janneke) Nieuwenhuizen
* 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.
2020-05-29Merge branch 'master' into stagingMarius Bakke
2020-05-28gnu: gdb: Add version 9.2.Ludovic Courtès
* gnu/packages/gdb.scm (gdb-9.2): New variable.
2020-05-26Merge branch 'master' into stagingMarius Bakke
2020-04-04gnu: gdb: Make some inputs native.Vincent Legoll
* gnu/packages/gdb.scm (gdb)[inputs]: Move dejagnu from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-18gnu: gdb: Remove duplicate input.Marius Bakke
* gnu/packages/gdb.scm (gdb-9.1)[inputs]: Remove PYTHON.
2020-02-14gnu: Remove gdb@8.3.Marius Bakke
* 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.
2020-02-11gnu: gdb: Update to 9.1.Ludovic Courtès
* gnu/packages/gdb.scm (gdb/next): Update to 9.1.
2020-01-30gnu: gdb: Add separate variant with source highlighting support.Marius Bakke
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.
2020-01-30gnu: gdb: Add dependency on source-highlight.Ludovic Courtès
* gnu/packages/gdb.scm (gdb-8.3)[inputs]: Add SOURCE-HIGHLIGHT. (gdb-8.2)[inputs]: New field.