Recognize the ... that terminates large arrays with many different values.
[kdbg.git] / ChangeLog
blob38928419d53b8588d1f914e942f3ff644d0e30b6
1 Version 1.9.8
3         References and const types are treated like the base type (thanks to
4         Shaheed).
6         Fixed parsing of large arrays with many different values, which were
7         terminated by "...".
9 Version 1.9.7
11         Added a new animated button in the toolbar.
13         Fixed Norwegian translation file names.
15 Version 1.9.6
17         "<invalid float value>" in register dumps was not parsed correctly.
19         Fixed that variable popup location was computed incorrectly if tab
20         width is not 0.
22         Updated the manual.
24         Implemented printing of Qt4's QStrings.
26 Version 1.9.5
28         Fixed some issues when the items in the environment variable list
29         are selected.
31         Added a command line option to attach to a process (thanks to
32         Matthew Allen for the initial code).
34         Fixed the "Using host libthread_db" error message properly.
36         Fixed inappropriate icon sizes.
38 Version 1.9.4
40         Updated the build system to the latest auto* tools.
42         Worked around the problem that gdb reports "Using host libthread_db"
43         on Fedora Core when it processes the file command.
45 Version 1.9.3
47         Improved editing of values; it is now possible to edit variables also
48         in the watch window.
50 Version 1.9.2
52         The previous security fix only protects against accidents, not attacks,
53         as Matt Zimmerman pointed out. Did it right this time.
55         Basic editing of values in the local variables window is available.
56         More refinements are still necessary.
58 Version 1.9.1
60         Fixed security flaw regarding the program specific debugger command.
62         Configurable key bindings.
64 Version 1.9.0
66         Program arguments that are file names can be browsed for.
68         Added XSLT debugging (using xsldbg) by Keith Isdale.
70         The program counter can be changed via point and click.
72         Improved register formating by Daniel Kristjansson.
74         "Orphaned breakpoints", i.e. breakpoints that gdb cannot set
75         immediately, can be set. This helps debug shared libraries and
76         dynamically loaded modules.
78 Version 1.2.10
80         Fixed the "Using host libthread_db" error message.
82         Fixed inappropriate icon sizes.
84 Version 1.2.9
86         The previous security fix only protects against accidents, not attacks,
87         as Matt Zimmerman pointed out. Did it right this time.
89 Version 1.2.8
91         Fixed security flaw regarding the program specific debugger command.
93 Version 1.2.7
95         Fixed parsing of stack frames for recent gdbs.
97         Support vector registers (thanks to Daniel Thor Kristjansson for
98         initial code).
100         Work around bug in some gdbs which inhibits printing of QString values.
102 Version 1.2.6
104         Opening the Find dialog no longer toggles a breakpoint.
106         Make mouse wheel work (again) in source, variables, and watch windows.
108         When a pointer to a struct is expanded the struct is also expanded.
110         Improved toolbar and application icons.
112 Version 1.2.5
114         Now compiles for KDE 3.
116         Fixed make install for builddir != srcdir.
118         Fixed status bar flicker. This gives a nice speed-up by a factor of 4
119         when the contents of an array of 50 QStrings are displayed!
121 Version 1.2.4
123         Now compiles for KDE 3 (Beta1).
125         Support QString of Qt 3.x.
127         Improved (and fixed) the display of arrays with repeated values.
129         Fixed crash when a file is reloaded while disassembled code is
130         displayed.
132         Fixed parsing of stack frames involving signal handler invocations.
134 Version 1.2.3
136         Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
138         Fixed crash when no line has the cursor (empty files).
140         Don't display a blank page when a non-existing file was tried to open.
142 Version 1.2.2
144         Fixed a special, but common case where removing a breakpoint didn't
145         work but add more on the same line instead (thanks to Ron Lerech).
147         Fixed invisible toolbar under KDE 2.1.2 (thanks to Neil Butterworth).
149         Fixed compilation for gcc 3.0 (thanks to Ben Burton):
151         Fixed make install if srcdir != builddir.
153         Changed encoding of German translations (and also Danish, Italian,
154         Norwegian, Romanian, Slovak, Swedish) to UTF-8, which fixes message
155         strings under KDE2 (at least for German - couldn't test the others).
157 Version 1.2.1
159         Working directory can be browsed for.
161         Added context menu to move the selected expression from the local
162         variables window to the watch window.
164         Fixed crash when environment variables are removed.
166         Fixed problems with trailing backslashes in watched expressions.
168         Fixed compilation on FreeBSD (openpty).
170 Version 1.2.0
172         Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
173         Turkish
175         Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
177 Version 1.1.7beta1
179         Improved the program icon; made the installation more KDE2 compliant.
181         Enabled mouse wheel scrolling at various places.
183 Version 1.1.6
185         Added memory display.
187         Single-stepping by instruction.
189         Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
191 Version 1.1.5
193         Made Delete key work in the watch window.
195         Breakpoints can be enabled and disabled in the breakpoint list.
197         Detach from debugged program on exit (and when new program is debugged).
199         Added a list of recently opened executables (thanks to
200         Thomas Sparr <thomas.sparr@kreatel.se>).
202 Version 1.1.4
204         Fixed endless loop on shutdown.
206         Brought in line with KDE 1.91 (KDE 2 beta).
208 Version 1.1.3
210         Debugging of multi-threaded programs. Requires a gdb that supports
211         multi-threaded programs, like gdb 5.
213         Debugger window pops into the foreground when the program stops.
215         Made tab width a user-settable option.
217 Version 1.1.2
219         Display disassembled code.
221 Version 1.1.1
223         Use the KDE system fixed font for the source code window.
225         By default, do not log communication with gdb.
227         Added an integrated output window (based on code by Judin Max).
229         Program specific settings can be set. In particular: the debugger
230         command (required if you are debugging remote devices), the
231         terminal emulation needed for the program.
233 Verison 1.1.0
235         Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
237         Added a register dump window. Based on code by Judin Max.
239         Implemented "balloons" (tool tips) that show variable values.
241         ./configure fix for NetBSD thanks to
242         Berndt Josef Wulf <wulf@ping.net.au>.
244         There's now a Swedish translation thanks to
245         Ã–rjan Lindbergh <orjan.lindbergh@telia.com>.
247 Version 1.0.2
249         Save and restore watched expressions.
251         More adjustments for the KRASH release.
253         Show <repeat...> count in QStrings like in normal C strings instead
254         of repeating the characters.
256         Use QListView instead of KTabListBox.
258 Version 1.0.1
260         Added a hack to set a remote target. Thanks to
261         Johnny Chan <johnnykc@iprg.nokia.com>.
263         Display function arguments. Based on suggestions by Johnny Chan.
265         KDE 2 fixes.
267         Support builddir != srcdir.
269 Version 1.0.0
271         Brought up-to-date for latest KDE 2.
273 Version 1.0beta3
275         Removal of minor misfeatures.
277         Prepared for KDE 2 and Qt 2 (it's a configure option:
278         --with-kde-version=2).
280         Added Russian documentation (thanks to
281         Ilmar S. Habibulin <ilmar@ints.ru>) and German documentation.
283         There is now a Spanish translation thanks to
284         Manuel Soriano <manu@europa3.com>.
286 Version 1.0beta2
288         Recognize strings with repeated characters: 'x' <repeats 34 times>.
290         Fix structs with no (additional) data members and other fixes
291         for gdb 4.18.
293         Save window size across sessions.
295         There is now an Italian translation thanks to
296         Massimo Morin <mmorin@schedsys.com>.
298 Version 1.0beta1
300         Fixed non-displaying QString (Qt2) with certain gdb 4.17's (at least
301         mine here, of SuSE 6.1, had a problem :-)
303         Fixed cases where gdb commands where executed after debuggee has exited.
305         Do not execute gdb commands after an interrupt.
307         Updated some translations. Still most are incomplete. Please help!
309         There is now a Polish translation thanks to
310         Jacek Wojdel <wojdel@kbs.twi.tudelft.nl>.
312 Version 0.3.1
314         The working directory for the program being debugged can be set
315         (Execution|Arguments).
317         There's now  a global options dialog in place (File|Global Options).
318         At the moment the debugger program (which must be gdb, but it could be
319         an experimental gdb version, for example) and the terminal for program
320         output can be specified.
322         Fixed Makefiles to support make DESTDIR=/tmp/foo install (which is
323         needed by packagers and to create relocatable RPMs).
325         There's now a Danish translation thanks to
326         Steen Rabol <rabol@get2net.dk>.
328 Version 0.3.0
330 Starting with this version, Qt 1.42 and KDE 1.1 is required.
332         Ported to Qt 2.0 and KDE post-1.1! KDbg now runs with both
333         KDE 1.1 (using Qt 1.42) and the latest experimental KDE. You can of
334         course run one version and debug programs written for the other version.
336         KDbg can now display Qt 2.0's QString values (which are Unicode
337         strings)!
339         Environment variables can be set. Changes become effective the next time
340         the program being debugged is run.
342         The breakpoint list has been improved. It disables command buttons at
343         times when it is not possible to change breakpoints. The icons that
344         show the breakpoint status are now the same as those in the source
345         window.
347         Popup menus (context menus) for frequently used commands have been added
348         to the source code window (thanks to Tom Nguyen <ttomnguyen@yahoo.com>)
350         There's now a Russian translation thanks to
351         Ilmar Habibulin <ilmar@ints.ru>.
353         Internal restructuring. These changes are invisible. They just make
354         future extensions less cumbersome.
356 Version 0.2.5
358 This is the last version that supports Qt 1.33 and KDE 1.0.
360         There's now a Czech translation thanks to
361         Martin Spirk <spirk@kla.pvt.cz>.
363         Recognize and report when gdb dies unexpectedly. This happens commonly
364         when writing CORBA programs since gdb obviously has problems in
365         debugging C++ classes with virtual base classes.
367         Added conditional breakpoints and ignore counts.
369 Version 0.2.4
371         Added a toolbar button to load the executable. The button to open a
372         source file is still there. I hope it's clear which one does what.
374         Attaching to a running process is now possible (Execution|Attach).
376         Made more visible when gdb is busy using a gear wheel in the upper right
377         corner of the window like kfm.
379         Made the KTreeView widget more flexible by adding a bunch of virtual
380         keywords. (No, this doesn't have any influence on the look and feel of
381         KDbg.) While doing that, I fixed a small repainting bug.
384 ChangeLog starts here.
385 See web page at http://members.telecom.at/~johsixt/ for more changes.