diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-04 15:15:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-04 15:15:23 (EDT) |
commit | 95a0d687ba807c59982d73e39154dbf4df9ac0c1 (patch) | |
tree | a31b038f19e348d447f5087d6c0d976970b56e80 | |
parent | 2dc1c67747f1e24d18a0592e638de2af8162def0 (diff) |
gdb: Install /usr/bin/gdb-add-index
This is a shell script that depends on objcopy (from Binutils).
-rw-r--r-- | gdb.pkg/control | 1 | ||||
-rw-r--r-- | gdb.pkg/files | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gdb.pkg/control b/gdb.pkg/control index 1c64a21..0a9b647 100644 --- a/gdb.pkg/control +++ b/gdb.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all Depends: gdb-common (= ${Source-Version}), ${Shlib-Depends} +Recommends: binutils-${Host-Arch} Description: GNU source-level debugger ${Common-Description} diff --git a/gdb.pkg/files b/gdb.pkg/files index 3224ee1..2d9ae2f 100644 --- a/gdb.pkg/files +++ b/gdb.pkg/files @@ -1,5 +1,6 @@ /etc/gdb/gdbinit /usr/bin/gcore /usr/bin/gdb +/usr/bin/gdb-add-index /usr/bin/gdbtui /usr/share/gdb/syscalls |