set prompt (kdbg)
GNU gdb 19991116
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux".
(gdb) set prompt (kdbg)
(kdbg)set editing off
set editing off
(kdbg)set confirm off
(kdbg)set print static-members off
(kdbg)tty /dev/pts/2
(kdbg)file "testedit"
(kdbg)set args 
(kdbg)break Flv_Table.cxx:507
Breakpoint 1 at 0x8057c8b: file Flv_Table.cxx, line 507.
(kdbg)break Flv_Table.cxx:505
Breakpoint 2 at 0x8057c7d: file Flv_Table.cxx, line 505.
(kdbg)info line main
Line 163 of "testedit.cxx" starts at address 0x805312c <main>
   and ends at 0x8053142 <main+22>.
/root/dev/flvw/1.0/test/testedit.cxx:163:3687:beg:0x805312c
(kdbg)info breakpoints
Num Type           Disp Enb Address    What
1   breakpoint     keep y   0x08057c8b in Flv_Table::handle(int)
                                       at Flv_Table.cxx:507
2   breakpoint     keep y   0x08057c7d in Flv_Table::handle(int)
                                       at Flv_Table.cxx:505
(kdbg)run

Program exited normally.
Current language:  auto; currently c
(kdbg)