bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -tui option not available?


From: Seitz, Matt
Subject: Re: -tui option not available?
Date: Wed, 20 Feb 2002 12:53:49 -0800

>marin  27 Nov 2001 12:35:34 -0800
>I am running the following LINUX OS with gdb:
>In both versions of gdb the -tui (Terminal User Interface) is not
available.
>Is there a version of gdb that runs on LINUX that has the -tui option?

I was able to use the gdb TUI by doing the following:

1.  Download ftp://updates.redhat.com/7.2/en/os/SRPMS/gdb-5.1-1.src.rpm
2.  rpm -Uvh gdb-5.1-1.src.rpm
3.  cd /usr/src/redhat/SOURCES/
4.  tar jxfv gdb-5.1.tar.bz2
5. cd gdb-5.1
6. ./configure --enable-tui
7. make
8. cd gdb
9. ./gdb program-to-debug
10. c-x c-a

I've only starting using the TUI, but so far it looks good.

Sincerely,

Matt Seitz
Senior Software Engineer
Quantum Corporation




reply via email to

[Prev in Thread] Current Thread [Next in Thread]