2009-08-16 16:11:30 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.13 2009/08/16 14:11:30 wiz Exp $
|
1999-09-27 19:20:35 +02:00
|
|
|
bin/kdbg
|
2006-02-01 01:33:32 +01:00
|
|
|
share/applications/kde/kdbg.desktop
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/doc/kde/HTML/de/kdbg/argspwdenv.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/breakptlist.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/globaloptions.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/howdoi.html
|
2000-02-02 14:47:43 +01:00
|
|
|
share/doc/kde/HTML/de/kdbg/index.html
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/doc/kde/HTML/de/kdbg/localvars.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/memory.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/pgmoutput.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/pgmsettings.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/registers.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/sourcecode.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/stack.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/threads.html
|
|
|
|
share/doc/kde/HTML/de/kdbg/tips.html
|
2000-02-02 14:47:43 +01:00
|
|
|
share/doc/kde/HTML/de/kdbg/types.html
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/doc/kde/HTML/de/kdbg/watches.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/argspwdenv.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/breakptlist.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/globaloptions.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/howdoi.html
|
2000-02-02 14:47:43 +01:00
|
|
|
share/doc/kde/HTML/en/kdbg/index.html
|
2006-02-01 01:33:32 +01:00
|
|
|
share/doc/kde/HTML/en/kdbg/invocation.html
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/doc/kde/HTML/en/kdbg/localvars.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/memory.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/pgmoutput.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/pgmsettings.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/registers.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/sourcecode.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/stack.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/threads.html
|
|
|
|
share/doc/kde/HTML/en/kdbg/tips.html
|
2000-02-02 14:47:43 +01:00
|
|
|
share/doc/kde/HTML/en/kdbg/types.html
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/doc/kde/HTML/en/kdbg/watches.html
|
2006-02-01 01:33:32 +01:00
|
|
|
share/doc/kde/HTML/en/kdbg/xslt.html
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/doc/kde/HTML/ru/kdbg/argspwdenv.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/breakptlist.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/globaloptions.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/howdoi.html
|
2000-02-02 14:47:43 +01:00
|
|
|
share/doc/kde/HTML/ru/kdbg/index.html
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/doc/kde/HTML/ru/kdbg/localvars.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/memory.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/pgmoutput.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/pgmsettings.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/registers.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/sourcecode.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/stack.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/threads.html
|
|
|
|
share/doc/kde/HTML/ru/kdbg/tips.html
|
2000-02-02 14:47:43 +01:00
|
|
|
share/doc/kde/HTML/ru/kdbg/types.html
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/doc/kde/HTML/ru/kdbg/watches.html
|
2007-01-26 04:56:50 +01:00
|
|
|
share/icons/hicolor/16x16/apps/kdbg.png
|
|
|
|
share/icons/hicolor/32x32/apps/kdbg.png
|
|
|
|
share/icons/hicolor/48x48/apps/kdbg.png
|
|
|
|
share/icons/locolor/16x16/apps/kdbg.png
|
|
|
|
share/icons/locolor/32x32/apps/kdbg.png
|
2002-10-15 05:37:00 +02:00
|
|
|
share/kde/apps/kdbg/icons/hicolor/16x16/actions/brkpt.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/16x16/actions/execopen.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmfinish.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmnext.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmnexti.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmrun.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmstep.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmstepi.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/brkpt.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/execopen.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmfinish.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmnext.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmnexti.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmrun.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmstep.png
|
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmstepi.png
|
2006-02-01 01:33:32 +01:00
|
|
|
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pulse.png
|
|
|
|
share/kde/apps/kdbg/kdbgui.rc
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/kde/apps/kdbg/pics/brkcond.xpm
|
|
|
|
share/kde/apps/kdbg/pics/brkdis.xpm
|
|
|
|
share/kde/apps/kdbg/pics/brkena.xpm
|
2006-02-01 01:33:32 +01:00
|
|
|
share/kde/apps/kdbg/pics/brkorph.xpm
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
share/kde/apps/kdbg/pics/brktmp.xpm
|
|
|
|
share/kde/apps/kdbg/pics/pcinner.xpm
|
|
|
|
share/kde/apps/kdbg/pics/pcup.xpm
|
|
|
|
share/kde/apps/kdbg/pics/pointer.xpm
|
|
|
|
share/kde/apps/kdbg/pics/regs.xpm
|
|
|
|
share/kde/apps/kdbg/pics/watch.xpm
|
|
|
|
share/kde/apps/kdbg/pics/watchcoded.xpm
|
|
|
|
share/kde/apps/kdbg/pics/watchdis.xpm
|
|
|
|
share/kde/apps/kdbg/pics/watchena.xpm
|
|
|
|
share/kde/apps/kdbg/types/X11.kdbgtt
|
|
|
|
share/kde/apps/kdbg/types/glib.kdbgtt
|
|
|
|
share/kde/apps/kdbg/types/gtk+.kdbgtt
|
|
|
|
share/kde/apps/kdbg/types/kdecore.kdbgtt
|
|
|
|
share/kde/apps/kdbg/types/kdecore3.kdbgtt
|
|
|
|
share/kde/apps/kdbg/types/qt.kdbgtt
|
|
|
|
share/kde/apps/kdbg/types/qt2.kdbgtt
|
2002-07-17 13:32:16 +02:00
|
|
|
share/kde/apps/kdbg/types/qt3.kdbgtt
|
2006-02-01 01:33:32 +01:00
|
|
|
share/kde/apps/kdbg/types/qt4core.kdbgtt
|
2002-07-17 13:32:16 +02:00
|
|
|
share/kde/apps/kdbg/types/stdc++.kdbgtt
|
2009-08-16 16:11:30 +02:00
|
|
|
share/kde/apps/kdbg/types/stdc++6.kdbgtt
|
2007-01-26 04:56:50 +01:00
|
|
|
share/kde/config/kdbgrc
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/cs/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/da/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/de/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/es/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/hr/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/hu/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/it/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/ja/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/nb/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/nn/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/pl/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/pt/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/ro/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/ru/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/sk/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/sr/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/sv/LC_MESSAGES/kdbg.mo
|
|
|
|
share/locale/tr/LC_MESSAGES/kdbg.mo
|
2009-08-16 16:11:30 +02:00
|
|
|
share/locale/zh_CN/LC_MESSAGES/kdbg.mo
|