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