/gnu/installer/

path: root/gnu/packages/gdb.scm
AgeCommit message (Expand)Author
2022-08-03gnu: Add gdb-12....* gnu/packages/gdb.scm (gdb-12): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2021-11-21gnu: gdb: Build fix for the Hurd....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. Jan (janneke) Nieuwenhuizen
2021-11-11gnu: gdb: Update to 11.1 and remove gdb-9.2....* 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. Maxim Cournoyer
2021-11-11gnu: gdb: Normalize indentation....* gnu/packages/gdb.scm (gdb-10): Fix indentation and remove extraneous newlines. Remove trailing #t. (gdb-minimal): Fix indentation. Maxim Cournoyer
2021-11-11gnu: gdb: Patch references to /bin/sh and add debug output....* 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. Maxim Cournoyer
2021-10-05gnu: gdb: Fix cross-compilation for Hurd....* gnu/packages/patches/gdb-hurd.patch: Update it. * gnu/packages/gdb.scm (gdb)[source]: Add it. Mathieu Othacehe
2021-10-01gnu: gdb-9.2: Fix build with GCC 10 on powerpc64le-linux....* 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. Thiago Jung Bauermann
2021-05-09Merge branch 'master' into core-updates... 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 Marius Bakke
2021-04-26gnu: gdb-10: Update to 10.2....* gnu/packages/gdb.scm (gdb-10): Update to 10.2. Efraim Flashner