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