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 44 45 46 47 48 49 50
|
Source: gdb-arm-none-eabi
Section: devel
Priority: extra
Maintainer: Agustin Henze <tin@debian.org>
Uploaders: Keith Packard <keithp@keithp.com>,
Thomas Preud'homme <thomas.preud-homme@arm.com>
Build-Depends:
debhelper (>= 8.0.0),
gdb-source,
autotools-dev,
bzip2,
lsb-release,
# Other tool deps
autoconf,
libtool,
gettext,
bison,
flex | flex-old,
procps,
mig [hurd-any],
help2man,
python-dev,
# TeX[info] deps
texinfo (>= 4.7-2.2),
texlive-base,
# Libdev deps
libexpat1-dev,
libncurses5-dev,
libreadline-dev,
zlib1g-dev,
libbz2-dev,
liblzma-dev,
libkvm-dev [kfreebsd-any],
libisl-dev,
libcloog-isl-dev,
Standards-Version: 3.9.5
Homepage: http://www.gnu.org/s/gdb/
Vcs-Git: git://anonscm.debian.org/collab-maint/gdb-arm-none-eabi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gdb-arm-none-eabi.git
Package: gdb-arm-none-eabi
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${Built-Using}
Recommends: gcc-arm-none-eabi
Description: GNU debugger for ARM Cortex-A/R/M processors
Bare metal GNU debugger for embedded ARM chips using Cortex-M0/M0+/M3/M4,
Cortex-R4/R5/R7 and Cortex-A* processors. GDB is a source-level debugger,
capable of breaking programs at any specific line, displaying variable values,
and determining where errors occurred.
|