GDB 7.5 removed gdbtui
Bug #1068401 reported by
Michael Hope
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Toolchain Binaries |
Fix Released
|
High
|
Unassigned |
Bug Description
On the aarch64 build, gdbtui is missing but gdb --tui works. Investigate and enable.
It could be that upstream has deprecated gdbtui.
Changed in linaro-toolchain-binaries: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: aarcy64 |
tags: |
added: aarch64 removed: aarcy64 |
Changed in linaro-toolchain-binaries: | |
status: | Triaged → Fix Committed |
Changed in linaro-toolchain-binaries: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Indeed, in gdb-7.5 announcement, one can read:
* The binary "gdbtui" has been abandoned and can no longer be built.
Use "gdb -tui" instead.