Version 2.0.1.
[kdbg.git] / ChangeLog
blobf5133b3b674626cab0ad9ded4ac185cd63c65165
1 Version 2.0.1
3         Updated Hungarian translation (thanks to Tamas Szanto).
5         Worked around gdb 6.3 crashes at "info line main" command (thanks to
6         Stefan Taferner).
8         Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale).
10 Version 2.0.0
12         References and const types are treated like the base type (thanks to
13         Shaheed).
15         Fixed parsing of large arrays with many different values, which were
16         terminated by "...".
18         Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu
19         location.
21         Fixed PS_COMMAND detection for Solaris' /bin/sh.
23 Version 1.9.7
25         Added a new animated button in the toolbar.
27         Fixed Norwegian translation file names.
29 Version 1.9.6
31         "<invalid float value>" in register dumps was not parsed correctly.
33         Fixed that variable popup location was computed incorrectly if tab
34         width is not 0.
36         Updated the manual.
38         Implemented printing of Qt4's QStrings.
40 Version 1.9.5
42         Fixed some issues when the items in the environment variable list
43         are selected.
45         Added a command line option to attach to a process (thanks to
46         Matthew Allen for the initial code).
48         Fixed the "Using host libthread_db" error message properly.
50         Fixed inappropriate icon sizes.
52 Version 1.9.4
54         Updated the build system to the latest auto* tools.
56         Worked around the problem that gdb reports "Using host libthread_db"
57         on Fedora Core when it processes the file command.
59 Version 1.9.3
61         Improved editing of values; it is now possible to edit variables also
62         in the watch window.
64 Version 1.9.2
66         The previous security fix only protects against accidents, not attacks,
67         as Matt Zimmerman pointed out. Did it right this time.
69         Basic editing of values in the local variables window is available.
70         More refinements are still necessary.
72 Version 1.9.1
74         Fixed security flaw regarding the program specific debugger command.
76         Configurable key bindings.
78 Version 1.9.0
80         Program arguments that are file names can be browsed for.
82         Added XSLT debugging (using xsldbg) by Keith Isdale.
84         The program counter can be changed via point and click.
86         Improved register formating by Daniel Kristjansson.
88         "Orphaned breakpoints", i.e. breakpoints that gdb cannot set
89         immediately, can be set. This helps debug shared libraries and
90         dynamically loaded modules.
92 Version 1.2.10
94         Fixed the "Using host libthread_db" error message.
96         Fixed inappropriate icon sizes.
98 Version 1.2.9
100         The previous security fix only protects against accidents, not attacks,
101         as Matt Zimmerman pointed out. Did it right this time.
103 Version 1.2.8
105         Fixed security flaw regarding the program specific debugger command.
107 Version 1.2.7
109         Fixed parsing of stack frames for recent gdbs.
111         Support vector registers (thanks to Daniel Thor Kristjansson for
112         initial code).
114         Work around bug in some gdbs which inhibits printing of QString values.
116 Version 1.2.6
118         Opening the Find dialog no longer toggles a breakpoint.
120         Make mouse wheel work (again) in source, variables, and watch windows.
122         When a pointer to a struct is expanded the struct is also expanded.
124         Improved toolbar and application icons.
126 Version 1.2.5
128         Now compiles for KDE 3.
130         Fixed make install for builddir != srcdir.
132         Fixed status bar flicker. This gives a nice speed-up by a factor of 4
133         when the contents of an array of 50 QStrings are displayed!
135 Version 1.2.4
137         Now compiles for KDE 3 (Beta1).
139         Support QString of Qt 3.x.
141         Improved (and fixed) the display of arrays with repeated values.
143         Fixed crash when a file is reloaded while disassembled code is
144         displayed.
146         Fixed parsing of stack frames involving signal handler invocations.
148 Version 1.2.3
150         Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
152         Fixed crash when no line has the cursor (empty files).
154         Don't display a blank page when a non-existing file was tried to open.
156 Version 1.2.2
158         Fixed a special, but common case where removing a breakpoint didn't
159         work but add more on the same line instead (thanks to Ron Lerech).
161         Fixed invisible toolbar under KDE 2.1.2 (thanks to Neil Butterworth).
163         Fixed compilation for gcc 3.0 (thanks to Ben Burton):
165         Fixed make install if srcdir != builddir.
167         Changed encoding of German translations (and also Danish, Italian,
168         Norwegian, Romanian, Slovak, Swedish) to UTF-8, which fixes message
169         strings under KDE2 (at least for German - couldn't test the others).
171 Version 1.2.1
173         Working directory can be browsed for.
175         Added context menu to move the selected expression from the local
176         variables window to the watch window.
178         Fixed crash when environment variables are removed.
180         Fixed problems with trailing backslashes in watched expressions.
182         Fixed compilation on FreeBSD (openpty).
184 Version 1.2.0
186         Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
187         Turkish
189         Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
191 Version 1.1.7beta1
193         Improved the program icon; made the installation more KDE2 compliant.
195         Enabled mouse wheel scrolling at various places.
197 Version 1.1.6
199         Added memory display.
201         Single-stepping by instruction.
203         Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
205 Version 1.1.5
207         Made Delete key work in the watch window.
209         Breakpoints can be enabled and disabled in the breakpoint list.
211         Detach from debugged program on exit (and when new program is debugged).
213         Added a list of recently opened executables (thanks to
214         Thomas Sparr <thomas.sparr@kreatel.se>).
216 Version 1.1.4
218         Fixed endless loop on shutdown.
220         Brought in line with KDE 1.91 (KDE 2 beta).
222 Version 1.1.3
224         Debugging of multi-threaded programs. Requires a gdb that supports
225         multi-threaded programs, like gdb 5.
227         Debugger window pops into the foreground when the program stops.
229         Made tab width a user-settable option.
231 Version 1.1.2
233         Display disassembled code.
235 Version 1.1.1
237         Use the KDE system fixed font for the source code window.
239         By default, do not log communication with gdb.
241         Added an integrated output window (based on code by Judin Max).
243         Program specific settings can be set. In particular: the debugger
244         command (required if you are debugging remote devices), the
245         terminal emulation needed for the program.
247 Verison 1.1.0
249         Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
251         Added a register dump window. Based on code by Judin Max.
253         Implemented "balloons" (tool tips) that show variable values.
255         ./configure fix for NetBSD thanks to
256         Berndt Josef Wulf <wulf@ping.net.au>.
258         There's now a Swedish translation thanks to
259         Ã–rjan Lindbergh <orjan.lindbergh@telia.com>.
261 Version 1.0.2
263         Save and restore watched expressions.
265         More adjustments for the KRASH release.
267         Show <repeat...> count in QStrings like in normal C strings instead
268         of repeating the characters.
270         Use QListView instead of KTabListBox.
272 Version 1.0.1
274         Added a hack to set a remote target. Thanks to
275         Johnny Chan <johnnykc@iprg.nokia.com>.
277         Display function arguments. Based on suggestions by Johnny Chan.
279         KDE 2 fixes.
281         Support builddir != srcdir.
283 Version 1.0.0
285         Brought up-to-date for latest KDE 2.
287 Version 1.0beta3
289         Removal of minor misfeatures.
291         Prepared for KDE 2 and Qt 2 (it's a configure option:
292         --with-kde-version=2).
294         Added Russian documentation (thanks to
295         Ilmar S. Habibulin <ilmar@ints.ru>) and German documentation.
297         There is now a Spanish translation thanks to
298         Manuel Soriano <manu@europa3.com>.
300 Version 1.0beta2
302         Recognize strings with repeated characters: 'x' <repeats 34 times>.
304         Fix structs with no (additional) data members and other fixes
305         for gdb 4.18.
307         Save window size across sessions.
309         There is now an Italian translation thanks to
310         Massimo Morin <mmorin@schedsys.com>.
312 Version 1.0beta1
314         Fixed non-displaying QString (Qt2) with certain gdb 4.17's (at least
315         mine here, of SuSE 6.1, had a problem :-)
317         Fixed cases where gdb commands where executed after debuggee has exited.
319         Do not execute gdb commands after an interrupt.
321         Updated some translations. Still most are incomplete. Please help!
323         There is now a Polish translation thanks to
324         Jacek Wojdel <wojdel@kbs.twi.tudelft.nl>.
326 Version 0.3.1
328         The working directory for the program being debugged can be set
329         (Execution|Arguments).
331         There's now  a global options dialog in place (File|Global Options).
332         At the moment the debugger program (which must be gdb, but it could be
333         an experimental gdb version, for example) and the terminal for program
334         output can be specified.
336         Fixed Makefiles to support make DESTDIR=/tmp/foo install (which is
337         needed by packagers and to create relocatable RPMs).
339         There's now a Danish translation thanks to
340         Steen Rabol <rabol@get2net.dk>.
342 Version 0.3.0
344 Starting with this version, Qt 1.42 and KDE 1.1 is required.
346         Ported to Qt 2.0 and KDE post-1.1! KDbg now runs with both
347         KDE 1.1 (using Qt 1.42) and the latest experimental KDE. You can of
348         course run one version and debug programs written for the other version.
350         KDbg can now display Qt 2.0's QString values (which are Unicode
351         strings)!
353         Environment variables can be set. Changes become effective the next time
354         the program being debugged is run.
356         The breakpoint list has been improved. It disables command buttons at
357         times when it is not possible to change breakpoints. The icons that
358         show the breakpoint status are now the same as those in the source
359         window.
361         Popup menus (context menus) for frequently used commands have been added
362         to the source code window (thanks to Tom Nguyen <ttomnguyen@yahoo.com>)
364         There's now a Russian translation thanks to
365         Ilmar Habibulin <ilmar@ints.ru>.
367         Internal restructuring. These changes are invisible. They just make
368         future extensions less cumbersome.
370 Version 0.2.5
372 This is the last version that supports Qt 1.33 and KDE 1.0.
374         There's now a Czech translation thanks to
375         Martin Spirk <spirk@kla.pvt.cz>.
377         Recognize and report when gdb dies unexpectedly. This happens commonly
378         when writing CORBA programs since gdb obviously has problems in
379         debugging C++ classes with virtual base classes.
381         Added conditional breakpoints and ignore counts.
383 Version 0.2.4
385         Added a toolbar button to load the executable. The button to open a
386         source file is still there. I hope it's clear which one does what.
388         Attaching to a running process is now possible (Execution|Attach).
390         Made more visible when gdb is busy using a gear wheel in the upper right
391         corner of the window like kfm.
393         Made the KTreeView widget more flexible by adding a bunch of virtual
394         keywords. (No, this doesn't have any influence on the look and feel of
395         KDbg.) While doing that, I fixed a small repainting bug.
398 ChangeLog starts here.
399 See web page at http://members.telecom.at/~johsixt/ for more changes.