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