Opened 15 years ago
Closed 15 years ago
#4738 closed enhancement (fixed)
enable tui mode in gdb
Reported by: | v | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Attached patch begins to enable the text user-interface (tui) of gdb. It still has a few issues:
- Upon starting gdb with 'gdb --tui' a list of collisions appears (gdb_collisions.txt). Possibly a conflict between libtermcap and libncurses.
- The borders on the curses window apparently use the wrong character set. (gdb_border.png)
Attachments (3)
Change History (6)
by , 15 years ago
Attachment: | haiku_enable_gdbtui.diff added |
---|
by , 15 years ago
Attachment: | gdb_collisions.txt added |
---|
list of Name collisions upon starting gdb in tui mode
follow-up: 2 comment:1 by , 15 years ago
Replying to v:
Attached patch begins to enable the text user-interface (tui) of gdb. It still has a few issues:
- Upon starting gdb with 'gdb --tui' a list of collisions appears (gdb_collisions.txt). Possibly a conflict between libtermcap and libncurses.
The command line ftp application used to have the same problem. You might have a look at ticket:1957 to see how it was fixed.
comment:2 by , 15 years ago
Replying to idefix:
You might have a look at ticket:1957 to see how it was fixed.
Thanks. #1957 seems to have been fixed by changing libtermcap, so I don't think that will work in this case. I don't remember if I tried using gdb on gdb to find the source of the collisions. I guess I'll try that (again?).
comment:3 by , 15 years ago
Component: | - General → Applications/Command Line Tools |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks, patch applied in hrev33556. The remaining problems could/should be tracked in another ticket.
patch to enable gdb's tui mode