set prompt (kdbg)
GNU gdb 4.18
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 "i686-pc-linux-gnu".
(gdb) (kdbg)set confirm off
(kdbg)set print static-members off
(kdbg)tty /dev/pts/1
(kdbg)file kuninstaller
(kdbg)set args 
(kdbg)info line main
No line number information available for address 0x805d550 <main>
(kdbg)run

Program exited normally.
(kdbg)info sharedlibrary
From        To          Syms Read   Shared Object Library
0x40015000  0x40060a64  Yes         /opt/kde/lib/libkfile.so.2
0x40061000  0x4006fbe4  Yes         /opt/kde/lib/libkfm.so.2
0x40070000  0x40158da0  Yes         /opt/kde/lib/libkdeui.so.2
0x40159000  0x401eb18c  Yes         /opt/kde/lib/libkdecore.so.2
0x401f8000  0x403daac4  Yes         /usr/lib/libqt.so.1
0x403db000  0x403e62d0  Yes         /usr/X11R6/lib/libXext.so.6
0x403e7000  0x4048cdc4  Yes         /usr/X11R6/lib/libX11.so.6
0x4048d000  0x404d3bd0  Yes         /usr/lib/libstdc++-libc6.1-1.so.2
0x404d4000  0x404f0ed8  Yes         /lib/libm.so.6
0x404f1000  0x405ea5dc  Yes         /lib/libc.so.6
0x405ec000  0x4060e5f8  Yes         /usr/lib/libjpeg.so.6
0x40000000  0x40014070  Yes         /lib/ld-linux.so.2
0x40614000  0x40615b84  Yes         /usr/lib/gconv/ISO8859-1.so
(kdbg)break kappldialog.cpp:99
No source file named kappldialog.cpp.
(kdbg)info breakpoints
No breakpoints or watchpoints.
(kdbg)break kappldialog.cpp:99
No source file named kappldialog.cpp.
(kdbg)info breakpoints
No breakpoints or watchpoints.
(kdbg)break kappldialog.cpp:99
No source file named kappldialog.cpp.
(kdbg)info breakpoints
No breakpoints or watchpoints.
(kdbg)break kappldialog.cpp:99
No source file named kappldialog.cpp.
(kdbg)info breakpoints
No breakpoints or watchpoints.
(kdbg)run
