pkgsrc/devel/kdbg/PLIST

122 lines
4.9 KiB
Text
Raw Normal View History

Update to 2.1.1. Make libXt a run-time dependency, because a program is linked against it. Set LICENSE. Convert to user-destdir. KDbg 2.1.1. kdbg-2.1.1 Fix 'make dist' when srcdir != builddir. Merge branch 'admin' into maint Code cleanup of the treatment of display expressions. Remove the one %s limitation in type table expressions. Update installation instructions again. Update the admin/ directory. Specify the encoding of .po files and the Russian ... Remove $Id$. Insert a license note at the top of source files. Make the desktop entry standard compliant. Fix crash when trying to disassemble source without... Update my email address. Update messages. Extend the copyright to 2008. Update README with current installation instructions. A Simplified Chinese translation. Don't crash on Del in the Watches window while no progr... Update Spanish translations. KDbg-2.1.0. kdbg-2.1.0 Update German translation. Merge new message strings. Fix a typo in What's This help. kdbg does not work with core files on FreeBSD KDbg 2.1.0-rc1. kdbg-2.1.0-rc1 Document that \r is handled by the output window. Implement text search in terms of QTextEdit::find(). Speed up display of disassembly. Add a new type table that recognizes the basic_strings... Merge branch 'maint' Extend the copyright to 2007. Some items of the TODO list have been completed. Merge branch 'syntax-highlight' Fix build on some 64bit platforms. Syntax highlighter: Highlight keywords. Syntax highlighter: Highlight preprocessor lines. Syntax highlighter: Highlight strings. Syntax highlighter: Highlight C and C++ comments. Add a basic syntax highlighter. Clean up context menu handling in the files window. Accept text dropped onto the watches window. Restore the source window's context menu. Re-add keyboard cursor navigation in the source code... Remove the now unused classes TextView and TableView. Maintain and highlight the current line. Rewrite SourceWindow to be derived from a QTextEdit. Prepare for QTextEdit transition: Bring KTextView close... Fix signed/unsigned comparisions. Prepare for QTextEdit transition: Do not use m_texts... Prepare for QTextEdit transition: Add KTextEdit::charAt... Remove line terminators in disassembled code. commit | commitdiff | tree | snapshot (tar.gz zip) Teach the output window about '\r' and '\n'. Derie the output window from QTextEdit. Remember the width of column 1 of Locals and Watch... Merge w Fix a crash when a value is edited in a floating variab... Fix stack trace of local functions. iff | tree | snapshot (tar.gz zip) Merge with 2.0. Do not add the artificial name of anonymous structs... Recognize struct values that are anonymous structs...
2009-08-16 16:11:30 +02:00
@comment $NetBSD: PLIST,v 1.13 2009/08/16 14:11:30 wiz Exp $
bin/kdbg
Update kdbg to 2.0.3 Recent Changes Version 2.0.3 * Fixed parsing of gdb output that mentions "operator<<", "operator>>", "operator<", and "operator>" within text delimited by angle brackets <>. This fixes a crash when any such function is disassembled and other misbehaviors. * Fixed parsing stack frames that mention "operator<<" or "operator<". Thanks to Charles Samuels, who pointed out the problem and provided an initial fix. Version 2.0.2 * Fixed stack display for functions in an anonymous namespace and for functions whose names involve template parameter lists (thanks to André Wöbbeking). * Fixed environment list which would add back the entry from the edit box even if it was just deleted. * Fixed that the Run/Continue button was enabled while the program was running. * Fixed parsing of NaN (Not a Number) floating point values. Version 2.0.1 * Updated Hungarian translation (thanks to Tamas Szanto). * Worked around gdb 6.3 crashes at "info line main" command (thanks to Stefan Taferner). * Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale). Version 2.0.0 * References and const types are treated like the base type (thanks to Shaheed). * Fixed parsing of large arrays with many different values, which were terminated by "...". * Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu location. * Fixed PS_COMMAND detection for Solaris' /bin/sh. Version 1.9.7 * Added a new animated button in the toolbar. * Fixed Norwegian translation file names. Version 1.9.6 * "<invalid float value>" in register dumps was not parsed correctly. * Fixed that variable popup location was computed incorrectly if tab width is not 0. * Updated the manual. * Implemented printing of Qt4's QStrings. Version 1.9.5 * Fixed some issues when the items in the environment variable list are selected. * Added a command line option -p to attach to a process (thanks to Matthew Allen for the initial code). See kdbg --help. * Fixed the "Using host libthread_db" error message properly. * Fixed inappropriate icon sizes. Version 1.9.4 * Updated the build system to the latest auto* tools. * Worked around the problem that gdb reports "Using host libthread_db" on Fedora Core when it processes the file command. Version 1.9.3 This is a beta release. Translations and the manual are still incomplete. The major changes since since the 1.2.x release series are: * Editable variable values. * The current line of execution can be changed easily. * "Orphaned breakpoints", ie. breakpoints that cannot be set immediately. This eases debugging shared libraries and dynamically loaded modules. * XSLT debugging thanks to Keith Isdale (experimental).
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
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
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
share/doc/kde/HTML/en/kdbg/index.html
Update kdbg to 2.0.3 Recent Changes Version 2.0.3 * Fixed parsing of gdb output that mentions "operator<<", "operator>>", "operator<", and "operator>" within text delimited by angle brackets <>. This fixes a crash when any such function is disassembled and other misbehaviors. * Fixed parsing stack frames that mention "operator<<" or "operator<". Thanks to Charles Samuels, who pointed out the problem and provided an initial fix. Version 2.0.2 * Fixed stack display for functions in an anonymous namespace and for functions whose names involve template parameter lists (thanks to André Wöbbeking). * Fixed environment list which would add back the entry from the edit box even if it was just deleted. * Fixed that the Run/Continue button was enabled while the program was running. * Fixed parsing of NaN (Not a Number) floating point values. Version 2.0.1 * Updated Hungarian translation (thanks to Tamas Szanto). * Worked around gdb 6.3 crashes at "info line main" command (thanks to Stefan Taferner). * Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale). Version 2.0.0 * References and const types are treated like the base type (thanks to Shaheed). * Fixed parsing of large arrays with many different values, which were terminated by "...". * Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu location. * Fixed PS_COMMAND detection for Solaris' /bin/sh. Version 1.9.7 * Added a new animated button in the toolbar. * Fixed Norwegian translation file names. Version 1.9.6 * "<invalid float value>" in register dumps was not parsed correctly. * Fixed that variable popup location was computed incorrectly if tab width is not 0. * Updated the manual. * Implemented printing of Qt4's QStrings. Version 1.9.5 * Fixed some issues when the items in the environment variable list are selected. * Added a command line option -p to attach to a process (thanks to Matthew Allen for the initial code). See kdbg --help. * Fixed the "Using host libthread_db" error message properly. * Fixed inappropriate icon sizes. Version 1.9.4 * Updated the build system to the latest auto* tools. * Worked around the problem that gdb reports "Using host libthread_db" on Fedora Core when it processes the file command. Version 1.9.3 This is a beta release. Translations and the manual are still incomplete. The major changes since since the 1.2.x release series are: * Editable variable values. * The current line of execution can be changed easily. * "Orphaned breakpoints", ie. breakpoints that cannot be set immediately. This eases debugging shared libraries and dynamically loaded modules. * XSLT debugging thanks to Keith Isdale (experimental).
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
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
Update kdbg to 2.0.3 Recent Changes Version 2.0.3 * Fixed parsing of gdb output that mentions "operator<<", "operator>>", "operator<", and "operator>" within text delimited by angle brackets <>. This fixes a crash when any such function is disassembled and other misbehaviors. * Fixed parsing stack frames that mention "operator<<" or "operator<". Thanks to Charles Samuels, who pointed out the problem and provided an initial fix. Version 2.0.2 * Fixed stack display for functions in an anonymous namespace and for functions whose names involve template parameter lists (thanks to André Wöbbeking). * Fixed environment list which would add back the entry from the edit box even if it was just deleted. * Fixed that the Run/Continue button was enabled while the program was running. * Fixed parsing of NaN (Not a Number) floating point values. Version 2.0.1 * Updated Hungarian translation (thanks to Tamas Szanto). * Worked around gdb 6.3 crashes at "info line main" command (thanks to Stefan Taferner). * Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale). Version 2.0.0 * References and const types are treated like the base type (thanks to Shaheed). * Fixed parsing of large arrays with many different values, which were terminated by "...". * Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu location. * Fixed PS_COMMAND detection for Solaris' /bin/sh. Version 1.9.7 * Added a new animated button in the toolbar. * Fixed Norwegian translation file names. Version 1.9.6 * "<invalid float value>" in register dumps was not parsed correctly. * Fixed that variable popup location was computed incorrectly if tab width is not 0. * Updated the manual. * Implemented printing of Qt4's QStrings. Version 1.9.5 * Fixed some issues when the items in the environment variable list are selected. * Added a command line option -p to attach to a process (thanks to Matthew Allen for the initial code). See kdbg --help. * Fixed the "Using host libthread_db" error message properly. * Fixed inappropriate icon sizes. Version 1.9.4 * Updated the build system to the latest auto* tools. * Worked around the problem that gdb reports "Using host libthread_db" on Fedora Core when it processes the file command. Version 1.9.3 This is a beta release. Translations and the manual are still incomplete. The major changes since since the 1.2.x release series are: * Editable variable values. * The current line of execution can be changed easily. * "Orphaned breakpoints", ie. breakpoints that cannot be set immediately. This eases debugging shared libraries and dynamically loaded modules. * XSLT debugging thanks to Keith Isdale (experimental).
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
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
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
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
Update kdbg to 2.0.3 Recent Changes Version 2.0.3 * Fixed parsing of gdb output that mentions "operator<<", "operator>>", "operator<", and "operator>" within text delimited by angle brackets <>. This fixes a crash when any such function is disassembled and other misbehaviors. * Fixed parsing stack frames that mention "operator<<" or "operator<". Thanks to Charles Samuels, who pointed out the problem and provided an initial fix. Version 2.0.2 * Fixed stack display for functions in an anonymous namespace and for functions whose names involve template parameter lists (thanks to André Wöbbeking). * Fixed environment list which would add back the entry from the edit box even if it was just deleted. * Fixed that the Run/Continue button was enabled while the program was running. * Fixed parsing of NaN (Not a Number) floating point values. Version 2.0.1 * Updated Hungarian translation (thanks to Tamas Szanto). * Worked around gdb 6.3 crashes at "info line main" command (thanks to Stefan Taferner). * Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale). Version 2.0.0 * References and const types are treated like the base type (thanks to Shaheed). * Fixed parsing of large arrays with many different values, which were terminated by "...". * Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu location. * Fixed PS_COMMAND detection for Solaris' /bin/sh. Version 1.9.7 * Added a new animated button in the toolbar. * Fixed Norwegian translation file names. Version 1.9.6 * "<invalid float value>" in register dumps was not parsed correctly. * Fixed that variable popup location was computed incorrectly if tab width is not 0. * Updated the manual. * Implemented printing of Qt4's QStrings. Version 1.9.5 * Fixed some issues when the items in the environment variable list are selected. * Added a command line option -p to attach to a process (thanks to Matthew Allen for the initial code). See kdbg --help. * Fixed the "Using host libthread_db" error message properly. * Fixed inappropriate icon sizes. Version 1.9.4 * Updated the build system to the latest auto* tools. * Worked around the problem that gdb reports "Using host libthread_db" on Fedora Core when it processes the file command. Version 1.9.3 This is a beta release. Translations and the manual are still incomplete. The major changes since since the 1.2.x release series are: * Editable variable values. * The current line of execution can be changed easily. * "Orphaned breakpoints", ie. breakpoints that cannot be set immediately. This eases debugging shared libraries and dynamically loaded modules. * XSLT debugging thanks to Keith Isdale (experimental).
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
Update kdbg to 2.0.3 Recent Changes Version 2.0.3 * Fixed parsing of gdb output that mentions "operator<<", "operator>>", "operator<", and "operator>" within text delimited by angle brackets <>. This fixes a crash when any such function is disassembled and other misbehaviors. * Fixed parsing stack frames that mention "operator<<" or "operator<". Thanks to Charles Samuels, who pointed out the problem and provided an initial fix. Version 2.0.2 * Fixed stack display for functions in an anonymous namespace and for functions whose names involve template parameter lists (thanks to André Wöbbeking). * Fixed environment list which would add back the entry from the edit box even if it was just deleted. * Fixed that the Run/Continue button was enabled while the program was running. * Fixed parsing of NaN (Not a Number) floating point values. Version 2.0.1 * Updated Hungarian translation (thanks to Tamas Szanto). * Worked around gdb 6.3 crashes at "info line main" command (thanks to Stefan Taferner). * Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale). Version 2.0.0 * References and const types are treated like the base type (thanks to Shaheed). * Fixed parsing of large arrays with many different values, which were terminated by "...". * Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu location. * Fixed PS_COMMAND detection for Solaris' /bin/sh. Version 1.9.7 * Added a new animated button in the toolbar. * Fixed Norwegian translation file names. Version 1.9.6 * "<invalid float value>" in register dumps was not parsed correctly. * Fixed that variable popup location was computed incorrectly if tab width is not 0. * Updated the manual. * Implemented printing of Qt4's QStrings. Version 1.9.5 * Fixed some issues when the items in the environment variable list are selected. * Added a command line option -p to attach to a process (thanks to Matthew Allen for the initial code). See kdbg --help. * Fixed the "Using host libthread_db" error message properly. * Fixed inappropriate icon sizes. Version 1.9.4 * Updated the build system to the latest auto* tools. * Worked around the problem that gdb reports "Using host libthread_db" on Fedora Core when it processes the file command. Version 1.9.3 This is a beta release. Translations and the manual are still incomplete. The major changes since since the 1.2.x release series are: * Editable variable values. * The current line of execution can be changed easily. * "Orphaned breakpoints", ie. breakpoints that cannot be set immediately. This eases debugging shared libraries and dynamically loaded modules. * XSLT debugging thanks to Keith Isdale (experimental).
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
share/kde/apps/kdbg/types/qt3.kdbgtt
Update kdbg to 2.0.3 Recent Changes Version 2.0.3 * Fixed parsing of gdb output that mentions "operator<<", "operator>>", "operator<", and "operator>" within text delimited by angle brackets <>. This fixes a crash when any such function is disassembled and other misbehaviors. * Fixed parsing stack frames that mention "operator<<" or "operator<". Thanks to Charles Samuels, who pointed out the problem and provided an initial fix. Version 2.0.2 * Fixed stack display for functions in an anonymous namespace and for functions whose names involve template parameter lists (thanks to André Wöbbeking). * Fixed environment list which would add back the entry from the edit box even if it was just deleted. * Fixed that the Run/Continue button was enabled while the program was running. * Fixed parsing of NaN (Not a Number) floating point values. Version 2.0.1 * Updated Hungarian translation (thanks to Tamas Szanto). * Worked around gdb 6.3 crashes at "info line main" command (thanks to Stefan Taferner). * Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale). Version 2.0.0 * References and const types are treated like the base type (thanks to Shaheed). * Fixed parsing of large arrays with many different values, which were terminated by "...". * Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu location. * Fixed PS_COMMAND detection for Solaris' /bin/sh. Version 1.9.7 * Added a new animated button in the toolbar. * Fixed Norwegian translation file names. Version 1.9.6 * "<invalid float value>" in register dumps was not parsed correctly. * Fixed that variable popup location was computed incorrectly if tab width is not 0. * Updated the manual. * Implemented printing of Qt4's QStrings. Version 1.9.5 * Fixed some issues when the items in the environment variable list are selected. * Added a command line option -p to attach to a process (thanks to Matthew Allen for the initial code). See kdbg --help. * Fixed the "Using host libthread_db" error message properly. * Fixed inappropriate icon sizes. Version 1.9.4 * Updated the build system to the latest auto* tools. * Worked around the problem that gdb reports "Using host libthread_db" on Fedora Core when it processes the file command. Version 1.9.3 This is a beta release. Translations and the manual are still incomplete. The major changes since since the 1.2.x release series are: * Editable variable values. * The current line of execution can be changed easily. * "Orphaned breakpoints", ie. breakpoints that cannot be set immediately. This eases debugging shared libraries and dynamically loaded modules. * XSLT debugging thanks to Keith Isdale (experimental).
2006-02-01 01:33:32 +01:00
share/kde/apps/kdbg/types/qt4core.kdbgtt
share/kde/apps/kdbg/types/stdc++.kdbgtt
Update to 2.1.1. Make libXt a run-time dependency, because a program is linked against it. Set LICENSE. Convert to user-destdir. KDbg 2.1.1. kdbg-2.1.1 Fix 'make dist' when srcdir != builddir. Merge branch 'admin' into maint Code cleanup of the treatment of display expressions. Remove the one %s limitation in type table expressions. Update installation instructions again. Update the admin/ directory. Specify the encoding of .po files and the Russian ... Remove $Id$. Insert a license note at the top of source files. Make the desktop entry standard compliant. Fix crash when trying to disassemble source without... Update my email address. Update messages. Extend the copyright to 2008. Update README with current installation instructions. A Simplified Chinese translation. Don't crash on Del in the Watches window while no progr... Update Spanish translations. KDbg-2.1.0. kdbg-2.1.0 Update German translation. Merge new message strings. Fix a typo in What's This help. kdbg does not work with core files on FreeBSD KDbg 2.1.0-rc1. kdbg-2.1.0-rc1 Document that \r is handled by the output window. Implement text search in terms of QTextEdit::find(). Speed up display of disassembly. Add a new type table that recognizes the basic_strings... Merge branch 'maint' Extend the copyright to 2007. Some items of the TODO list have been completed. Merge branch 'syntax-highlight' Fix build on some 64bit platforms. Syntax highlighter: Highlight keywords. Syntax highlighter: Highlight preprocessor lines. Syntax highlighter: Highlight strings. Syntax highlighter: Highlight C and C++ comments. Add a basic syntax highlighter. Clean up context menu handling in the files window. Accept text dropped onto the watches window. Restore the source window's context menu. Re-add keyboard cursor navigation in the source code... Remove the now unused classes TextView and TableView. Maintain and highlight the current line. Rewrite SourceWindow to be derived from a QTextEdit. Prepare for QTextEdit transition: Bring KTextView close... Fix signed/unsigned comparisions. Prepare for QTextEdit transition: Do not use m_texts... Prepare for QTextEdit transition: Add KTextEdit::charAt... Remove line terminators in disassembled code. commit | commitdiff | tree | snapshot (tar.gz zip) Teach the output window about '\r' and '\n'. Derie the output window from QTextEdit. Remember the width of column 1 of Locals and Watch... Merge w Fix a crash when a value is edited in a floating variab... Fix stack trace of local functions. iff | tree | snapshot (tar.gz zip) Merge with 2.0. Do not add the artificial name of anonymous structs... Recognize struct values that are anonymous structs...
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
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
Update to 2.1.1. Make libXt a run-time dependency, because a program is linked against it. Set LICENSE. Convert to user-destdir. KDbg 2.1.1. kdbg-2.1.1 Fix 'make dist' when srcdir != builddir. Merge branch 'admin' into maint Code cleanup of the treatment of display expressions. Remove the one %s limitation in type table expressions. Update installation instructions again. Update the admin/ directory. Specify the encoding of .po files and the Russian ... Remove $Id$. Insert a license note at the top of source files. Make the desktop entry standard compliant. Fix crash when trying to disassemble source without... Update my email address. Update messages. Extend the copyright to 2008. Update README with current installation instructions. A Simplified Chinese translation. Don't crash on Del in the Watches window while no progr... Update Spanish translations. KDbg-2.1.0. kdbg-2.1.0 Update German translation. Merge new message strings. Fix a typo in What's This help. kdbg does not work with core files on FreeBSD KDbg 2.1.0-rc1. kdbg-2.1.0-rc1 Document that \r is handled by the output window. Implement text search in terms of QTextEdit::find(). Speed up display of disassembly. Add a new type table that recognizes the basic_strings... Merge branch 'maint' Extend the copyright to 2007. Some items of the TODO list have been completed. Merge branch 'syntax-highlight' Fix build on some 64bit platforms. Syntax highlighter: Highlight keywords. Syntax highlighter: Highlight preprocessor lines. Syntax highlighter: Highlight strings. Syntax highlighter: Highlight C and C++ comments. Add a basic syntax highlighter. Clean up context menu handling in the files window. Accept text dropped onto the watches window. Restore the source window's context menu. Re-add keyboard cursor navigation in the source code... Remove the now unused classes TextView and TableView. Maintain and highlight the current line. Rewrite SourceWindow to be derived from a QTextEdit. Prepare for QTextEdit transition: Bring KTextView close... Fix signed/unsigned comparisions. Prepare for QTextEdit transition: Do not use m_texts... Prepare for QTextEdit transition: Add KTextEdit::charAt... Remove line terminators in disassembled code. commit | commitdiff | tree | snapshot (tar.gz zip) Teach the output window about '\r' and '\n'. Derie the output window from QTextEdit. Remember the width of column 1 of Locals and Watch... Merge w Fix a crash when a value is edited in a floating variab... Fix stack trace of local functions. iff | tree | snapshot (tar.gz zip) Merge with 2.0. Do not add the artificial name of anonymous structs... Recognize struct values that are anonymous structs...
2009-08-16 16:11:30 +02:00
share/locale/zh_CN/LC_MESSAGES/kdbg.mo