1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: gdb-bpf
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Section: devel
Priority: optional
Build-Depends: autoconf,
automake,
bison,
debhelper-compat (= 12),
expect,
flex,
gdb-source (>= 16.2-8),
libbabeltrace-dev,
libexpat1-dev,
libipt-dev [amd64 i386 x32],
liblzma-dev,
libmpfr-dev,
libncurses-dev,
libreadline-dev,
m4,
mig [hurd-any],
python3-dev,
texinfo,
zlib1g-dev
Standards-Version: 4.7.2
Homepage: https://www.gnu.org/software/gdb/
Rules-Requires-Root: no
Package: gdb-bpf
Architecture: any
Depends: gdb (>= ${local:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: gdb-doc
Built-Using: gdb (= ${gdb:Version})
Description: Cross-debugger for the bpf target
This package has been compiled to target the bpf architecture.
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred.
.
This package is primarily for avr developers and cross-compilers and
is not needed by normal users or developers.
|