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