gdb 7.6.1-1ubuntu1 source package in Ubuntu
Changelog
gdb (7.6.1-1ubuntu1) trusty; urgency=low * Merge with Debian unstable; Remaining changes: - patches/aarch64-fork-fix.patch: Fix fork handling on aarch64. - control,rules,patches/python-config.patch: Build with python3 instead of python-dev, and depend on libpython3-stdlib. - patches/ptrace-error-verbosity.patch: Make the PTRACE scope sysctl discoverable via a verbose error message upon failure. - patches/gdb-strings.patch: Fix typo in gdb/remote.c. - rules: Revert configuring with "MULTIARCH_TARGET=all" and use a static list of targets. "all" is broken on at least ARM. - control: gdb suggest gdbserver, instead of depending on it. - control: Add Multi-arch: allowed field to gdb. - rules: Avoid having two redundant Ubuntus in the version. * Undo gobjc arch-restriction, as it's now build on arm64 as well. * Allow the testsuite to run on aarch64, as the hang is now fixed. * Drop --disable-werror from configure, it's no longer necessary. -- Adam Conrad <email address hidden> Fri, 25 Oct 2013 11:58:13 -0600
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gdb_7.6.1.orig.tar.gz | 28.5 MiB | 0f944596d4333ceb4aba22bb69c8148fd4aca2fb5f11670c3c67dd8e2fc84fa0 |
gdb_7.6.1-1ubuntu1.debian.tar.gz | 59.7 KiB | 2ecf59fddb975f8d2e0a4fb04bdf9a18d828c5b12d3ff408250c9018b0a3b4af |
gdb_7.6.1-1ubuntu1.dsc | 2.0 KiB | 223b78dd874b3b7ed7a48e1d2f6aa4e4041d34a17eff4ae1763ac61d6547eb00 |
Available diffs
- diff from 7.6.1-0ubuntu3 to 7.6.1-1ubuntu1 (11.9 KiB)
Binary packages built by this source
- gdb: GNU Debugger
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
- gdb-minimal: GNU Debugger (minimal version)
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains a minimal version of GDB with optional features
disabled.
- gdb-multiarch: GNU Debugger (with support for multiple architectures)
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains a version of GDB which supports multiple
target architectures.
- gdb-source: GNU Debugger (source)
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains the sources and patches which are needed
to build GDB.
- gdb64: GNU Debugger (64-bit)
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains a version of GDB compiled for a 64-bit variant
of its architecture.
- gdbserver: GNU Debugger (remote server)
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains gdbserver. Install this to debug remotely
from another system where GDB is installed.