Fixed parsing of gdb output that mentions "operator<<", "operator>>",
[kdbg.git] / ChangeLog
blob973593c0e42006c5589864b7606d60317edfcad1
1 Version 2.0.3
3         Fixed parsing of gdb output that mentions "operator<<", "operator>>",
4         "operator<", and "operator>" within text delimited by angle brackets <>.
5         Thanks to Charles Samuels, who pointed out the problem and provided
6         an initial fix.
8 Version 2.0.2
10         Fixed stack display for functions in an anonymous namespace and
11         for functions whose names involve template parameter lists (thanks to
12         André Wöbbeking).
14         Fixed environment list which would add back the entry from the edit box
15         even if it was just deleted.
17         Fixed that the Run/Continue button was enabled while the program was
18         running.
20         Fixed parsing of NaN (Not a Number) floating point values.
22 Version 2.0.1
24         Updated Hungarian translation (thanks to Tamas Szanto).
26         Worked around gdb 6.3 crashes at "info line main" command (thanks to
27         Stefan Taferner).
29         Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale).
31 Version 2.0.0
33         References and const types are treated like the base type (thanks to
34         Shaheed).
36         Fixed parsing of large arrays with many different values, which were
37         terminated by "...".
39         Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu
40         location.
42         Fixed PS_COMMAND detection for Solaris' /bin/sh.
44 Version 1.9.7
46         Added a new animated button in the toolbar.
48         Fixed Norwegian translation file names.
50 Version 1.9.6
52         "<invalid float value>" in register dumps was not parsed correctly.
54         Fixed that variable popup location was computed incorrectly if tab
55         width is not 0.
57         Updated the manual.
59         Implemented printing of Qt4's QStrings.
61 Version 1.9.5
63         Fixed some issues when the items in the environment variable list
64         are selected.
66         Added a command line option to attach to a process (thanks to
67         Matthew Allen for the initial code).
69         Fixed the "Using host libthread_db" error message properly.
71         Fixed inappropriate icon sizes.
73 Version 1.9.4
75         Updated the build system to the latest auto* tools.
77         Worked around the problem that gdb reports "Using host libthread_db"
78         on Fedora Core when it processes the file command.
80 Version 1.9.3
82         Improved editing of values; it is now possible to edit variables also
83         in the watch window.
85 Version 1.9.2
87         The previous security fix only protects against accidents, not attacks,
88         as Matt Zimmerman pointed out. Did it right this time.
90         Basic editing of values in the local variables window is available.
91         More refinements are still necessary.
93 Version 1.9.1
95         Fixed security flaw regarding the program specific debugger command.
97         Configurable key bindings.
99 Version 1.9.0
101         Program arguments that are file names can be browsed for.
103         Added XSLT debugging (using xsldbg) by Keith Isdale.
105         The program counter can be changed via point and click.
107         Improved register formating by Daniel Kristjansson.
109         "Orphaned breakpoints", i.e. breakpoints that gdb cannot set
110         immediately, can be set. This helps debug shared libraries and
111         dynamically loaded modules.
113 Version 1.2.10
115         Fixed the "Using host libthread_db" error message.
117         Fixed inappropriate icon sizes.
119 Version 1.2.9
121         The previous security fix only protects against accidents, not attacks,
122         as Matt Zimmerman pointed out. Did it right this time.
124 Version 1.2.8
126         Fixed security flaw regarding the program specific debugger command.
128 Version 1.2.7
130         Fixed parsing of stack frames for recent gdbs.
132         Support vector registers (thanks to Daniel Thor Kristjansson for
133         initial code).
135         Work around bug in some gdbs which inhibits printing of QString values.
137 Version 1.2.6
139         Opening the Find dialog no longer toggles a breakpoint.
141         Make mouse wheel work (again) in source, variables, and watch windows.
143         When a pointer to a struct is expanded the struct is also expanded.
145         Improved toolbar and application icons.
147 Version 1.2.5
149         Now compiles for KDE 3.
151         Fixed make install for builddir != srcdir.
153         Fixed status bar flicker. This gives a nice speed-up by a factor of 4
154         when the contents of an array of 50 QStrings are displayed!
156 Version 1.2.4
158         Now compiles for KDE 3 (Beta1).
160         Support QString of Qt 3.x.
162         Improved (and fixed) the display of arrays with repeated values.
164         Fixed crash when a file is reloaded while disassembled code is
165         displayed.
167         Fixed parsing of stack frames involving signal handler invocations.
169 Version 1.2.3
171         Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
173         Fixed crash when no line has the cursor (empty files).
175         Don't display a blank page when a non-existing file was tried to open.
177 Version 1.2.2
179         Fixed a special, but common case where removing a breakpoint didn't
180         work but add more on the same line instead (thanks to Ron Lerech).
182         Fixed invisible toolbar under KDE 2.1.2 (thanks to Neil Butterworth).
184         Fixed compilation for gcc 3.0 (thanks to Ben Burton):
186         Fixed make install if srcdir != builddir.
188         Changed encoding of German translations (and also Danish, Italian,
189         Norwegian, Romanian, Slovak, Swedish) to UTF-8, which fixes message
190         strings under KDE2 (at least for German - couldn't test the others).
192 Version 1.2.1
194         Working directory can be browsed for.
196         Added context menu to move the selected expression from the local
197         variables window to the watch window.
199         Fixed crash when environment variables are removed.
201         Fixed problems with trailing backslashes in watched expressions.
203         Fixed compilation on FreeBSD (openpty).
205 Version 1.2.0
207         Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
208         Turkish
210         Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
212 Version 1.1.7beta1
214         Improved the program icon; made the installation more KDE2 compliant.
216         Enabled mouse wheel scrolling at various places.
218 Version 1.1.6
220         Added memory display.
222         Single-stepping by instruction.
224         Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
226 Version 1.1.5
228         Made Delete key work in the watch window.
230         Breakpoints can be enabled and disabled in the breakpoint list.
232         Detach from debugged program on exit (and when new program is debugged).
234         Added a list of recently opened executables (thanks to
235         Thomas Sparr <thomas.sparr@kreatel.se>).
237 Version 1.1.4
239         Fixed endless loop on shutdown.
241         Brought in line with KDE 1.91 (KDE 2 beta).
243 Version 1.1.3
245         Debugging of multi-threaded programs. Requires a gdb that supports
246         multi-threaded programs, like gdb 5.
248         Debugger window pops into the foreground when the program stops.
250         Made tab width a user-settable option.
252 Version 1.1.2
254         Display disassembled code.
256 Version 1.1.1
258         Use the KDE system fixed font for the source code window.
260         By default, do not log communication with gdb.
262         Added an integrated output window (based on code by Judin Max).
264         Program specific settings can be set. In particular: the debugger
265         command (required if you are debugging remote devices), the
266         terminal emulation needed for the program.
268 Verison 1.1.0
270         Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
272         Added a register dump window. Based on code by Judin Max.
274         Implemented "balloons" (tool tips) that show variable values.
276         ./configure fix for NetBSD thanks to
277         Berndt Josef Wulf <wulf@ping.net.au>.
279         There's now a Swedish translation thanks to
280         Örjan Lindbergh <orjan.lindbergh@telia.com>.
282 Version 1.0.2
284         Save and restore watched expressions.
286         More adjustments for the KRASH release.
288         Show <repeat...> count in QStrings like in normal C strings instead
289         of repeating the characters.
291         Use QListView instead of KTabListBox.
293 Version 1.0.1
295         Added a hack to set a remote target. Thanks to
296         Johnny Chan <johnnykc@iprg.nokia.com>.
298         Display function arguments. Based on suggestions by Johnny Chan.
300         KDE 2 fixes.
302         Support builddir != srcdir.
304 Version 1.0.0
306         Brought up-to-date for latest KDE 2.
308 Version 1.0beta3
310         Removal of minor misfeatures.
312         Prepared for KDE 2 and Qt 2 (it's a configure option:
313         --with-kde-version=2).
315         Added Russian documentation (thanks to
316         Ilmar S. Habibulin <ilmar@ints.ru>) and German documentation.
318         There is now a Spanish translation thanks to
319         Manuel Soriano <manu@europa3.com>.
321 Version 1.0beta2
323         Recognize strings with repeated characters: 'x' <repeats 34 times>.
325         Fix structs with no (additional) data members and other fixes
326         for gdb 4.18.
328         Save window size across sessions.
330         There is now an Italian translation thanks to
331         Massimo Morin <mmorin@schedsys.com>.
333 Version 1.0beta1
335         Fixed non-displaying QString (Qt2) with certain gdb 4.17's (at least
336         mine here, of SuSE 6.1, had a problem :-)
338         Fixed cases where gdb commands where executed after debuggee has exited.
340         Do not execute gdb commands after an interrupt.
342         Updated some translations. Still most are incomplete. Please help!
344         There is now a Polish translation thanks to
345         Jacek Wojdel <wojdel@kbs.twi.tudelft.nl>.
347 Version 0.3.1
349         The working directory for the program being debugged can be set
350         (Execution|Arguments).
352         There's now  a global options dialog in place (File|Global Options).
353         At the moment the debugger program (which must be gdb, but it could be
354         an experimental gdb version, for example) and the terminal for program
355         output can be specified.
357         Fixed Makefiles to support make DESTDIR=/tmp/foo install (which is
358         needed by packagers and to create relocatable RPMs).
360         There's now a Danish translation thanks to
361         Steen Rabol <rabol@get2net.dk>.
363 Version 0.3.0
365 Starting with this version, Qt 1.42 and KDE 1.1 is required.
367         Ported to Qt 2.0 and KDE post-1.1! KDbg now runs with both
368         KDE 1.1 (using Qt 1.42) and the latest experimental KDE. You can of
369         course run one version and debug programs written for the other version.
371         KDbg can now display Qt 2.0's QString values (which are Unicode
372         strings)!
374         Environment variables can be set. Changes become effective the next time
375         the program being debugged is run.
377         The breakpoint list has been improved. It disables command buttons at
378         times when it is not possible to change breakpoints. The icons that
379         show the breakpoint status are now the same as those in the source
380         window.
382         Popup menus (context menus) for frequently used commands have been added
383         to the source code window (thanks to Tom Nguyen <ttomnguyen@yahoo.com>)
385         There's now a Russian translation thanks to
386         Ilmar Habibulin <ilmar@ints.ru>.
388         Internal restructuring. These changes are invisible. They just make
389         future extensions less cumbersome.
391 Version 0.2.5
393 This is the last version that supports Qt 1.33 and KDE 1.0.
395         There's now a Czech translation thanks to
396         Martin Spirk <spirk@kla.pvt.cz>.
398         Recognize and report when gdb dies unexpectedly. This happens commonly
399         when writing CORBA programs since gdb obviously has problems in
400         debugging C++ classes with virtual base classes.
402         Added conditional breakpoints and ignore counts.
404 Version 0.2.4
406         Added a toolbar button to load the executable. The button to open a
407         source file is still there. I hope it's clear which one does what.
409         Attaching to a running process is now possible (Execution|Attach).
411         Made more visible when gdb is busy using a gear wheel in the upper right
412         corner of the window like kfm.
414         Made the KTreeView widget more flexible by adding a bunch of virtual
415         keywords. (No, this doesn't have any influence on the look and feel of
416         KDbg.) While doing that, I fixed a small repainting bug.
419 ChangeLog starts here.
420 See web page at http://members.telecom.at/~johsixt/ for more changes.