Be more robust if breakpoints cannot be restored when a session is started.
[kdbg.git] / ChangeLog
blob99b0e14a47aa573935e25802e40d0229d3258ab0
1 Version 1.9.0
3         Program arguments that are file names can be browsed for.
5         Added XSLT debugging (using xsldbg) by Keith Isdale.
7         The program counter can be changed via point and click.
9         Improved register formating by Daniel Kristjansson.
11 Version 1.2.7
13         Fixed parsing of stack frames for recent gdbs.
15         Support vector registers (thanks to Daniel Thor Kristjansson for
16         initial code).
18         Work around bug in some gdbs which inhibits printing of QString values.
20 Version 1.2.6
22         Opening the Find dialog no longer toggles a breakpoint.
24         Make mouse wheel work (again) in source, variables, and watch windows.
26         When a pointer to a struct is expanded the struct is also expanded.
28         Improved toolbar and application icons.
30 Version 1.2.5
32         Now compiles for KDE 3.
34         Fixed make install for builddir != srcdir.
36         Fixed status bar flicker. This gives a nice speed-up by a factor of 4
37         when the contents of an array of 50 QStrings are displayed!
39 Version 1.2.4
41         Now compiles for KDE 3 (Beta1).
43         Support QString of Qt 3.x.
45         Improved (and fixed) the display of arrays with repeated values.
47         Fixed crash when a file is reloaded while disassembled code is
48         displayed.
50         Fixed parsing of stack frames involving signal handler invocations.
52 Version 1.2.3
54         Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
56         Fixed crash when no line has the cursor (empty files).
58         Don't display a blank page when a non-existing file was tried to open.
60 Version 1.2.2
62         Fixed a special, but common case where removing a breakpoint didn't
63         work but add more on the same line instead (thanks to Ron Lerech).
65         Fixed invisible toolbar under KDE 2.1.2 (thanks to Neil Butterworth).
67         Fixed compilation for gcc 3.0 (thanks to Ben Burton):
69         Fixed make install if srcdir != builddir.
71         Changed encoding of German translations (and also Danish, Italian,
72         Norwegian, Romanian, Slovak, Swedish) to UTF-8, which fixes message
73         strings under KDE2 (at least for German - couldn't test the others).
75 Version 1.2.1
77         Working directory can be browsed for.
79         Added context menu to move the selected expression from the local
80         variables window to the watch window.
82         Fixed crash when environment variables are removed.
84         Fixed problems with trailing backslashes in watched expressions.
86         Fixed compilation on FreeBSD (openpty).
88 Version 1.2.0
90         Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
91         Turkish
93         Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
95 Version 1.1.7beta1
97         Improved the program icon; made the installation more KDE2 compliant.
99         Enabled mouse wheel scrolling at various places.
101 Version 1.1.6
103         Added memory display.
105         Single-stepping by instruction.
107         Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
109 Version 1.1.5
111         Made Delete key work in the watch window.
113         Breakpoints can be enabled and disabled in the breakpoint list.
115         Detach from debugged program on exit (and when new program is debugged).
117         Added a list of recently opened executables (thanks to
118         Thomas Sparr <thomas.sparr@kreatel.se>).
120 Version 1.1.4
122         Fixed endless loop on shutdown.
124         Brought in line with KDE 1.91 (KDE 2 beta).
126 Version 1.1.3
128         Debugging of multi-threaded programs. Requires a gdb that supports
129         multi-threaded programs, like gdb 5.
131         Debugger window pops into the foreground when the program stops.
133         Made tab width a user-settable option.
135 Version 1.1.2
137         Display disassembled code.
139 Version 1.1.1
141         Use the KDE system fixed font for the source code window.
143         By default, do not log communication with gdb.
145         Added an integrated output window (based on code by Judin Max).
147         Program specific settings can be set. In particular: the debugger
148         command (required if you are debugging remote devices), the
149         terminal emulation needed for the program.
151 Verison 1.1.0
153         Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
155         Added a register dump window. Based on code by Judin Max.
157         Implemented "balloons" (tool tips) that show variable values.
159         ./configure fix for NetBSD thanks to
160         Berndt Josef Wulf <wulf@ping.net.au>.
162         There's now a Swedish translation thanks to
163         Ã–rjan Lindbergh <orjan.lindbergh@telia.com>.
165 Version 1.0.2
167         Save and restore watched expressions.
169         More adjustments for the KRASH release.
171         Show <repeat...> count in QStrings like in normal C strings instead
172         of repeating the characters.
174         Use QListView instead of KTabListBox.
176 Version 1.0.1
178         Added a hack to set a remote target. Thanks to
179         Johnny Chan <johnnykc@iprg.nokia.com>.
181         Display function arguments. Based on suggestions by Johnny Chan.
183         KDE 2 fixes.
185         Support builddir != srcdir.
187 Version 1.0.0
189         Brought up-to-date for latest KDE 2.
191 Version 1.0beta3
193         Removal of minor misfeatures.
195         Prepared for KDE 2 and Qt 2 (it's a configure option:
196         --with-kde-version=2).
198         Added Russian documentation (thanks to
199         Ilmar S. Habibulin <ilmar@ints.ru>) and German documentation.
201         There is now a Spanish translation thanks to
202         Manuel Soriano <manu@europa3.com>.
204 Version 1.0beta2
206         Recognize strings with repeated characters: 'x' <repeats 34 times>.
208         Fix structs with no (additional) data members and other fixes
209         for gdb 4.18.
211         Save window size across sessions.
213         There is now an Italian translation thanks to
214         Massimo Morin <mmorin@schedsys.com>.
216 Version 1.0beta1
218         Fixed non-displaying QString (Qt2) with certain gdb 4.17's (at least
219         mine here, of SuSE 6.1, had a problem :-)
221         Fixed cases where gdb commands where executed after debuggee has exited.
223         Do not execute gdb commands after an interrupt.
225         Updated some translations. Still most are incomplete. Please help!
227         There is now a Polish translation thanks to
228         Jacek Wojdel <wojdel@kbs.twi.tudelft.nl>.
230 Version 0.3.1
232         The working directory for the program being debugged can be set
233         (Execution|Arguments).
235         There's now  a global options dialog in place (File|Global Options).
236         At the moment the debugger program (which must be gdb, but it could be
237         an experimental gdb version, for example) and the terminal for program
238         output can be specified.
240         Fixed Makefiles to support make DESTDIR=/tmp/foo install (which is
241         needed by packagers and to create relocatable RPMs).
243         There's now a Danish translation thanks to
244         Steen Rabol <rabol@get2net.dk>.
246 Version 0.3.0
248 Starting with this version, Qt 1.42 and KDE 1.1 is required.
250         Ported to Qt 2.0 and KDE post-1.1! KDbg now runs with both
251         KDE 1.1 (using Qt 1.42) and the latest experimental KDE. You can of
252         course run one version and debug programs written for the other version.
254         KDbg can now display Qt 2.0's QString values (which are Unicode
255         strings)!
257         Environment variables can be set. Changes become effective the next time
258         the program being debugged is run.
260         The breakpoint list has been improved. It disables command buttons at
261         times when it is not possible to change breakpoints. The icons that
262         show the breakpoint status are now the same as those in the source
263         window.
265         Popup menus (context menus) for frequently used commands have been added
266         to the source code window (thanks to Tom Nguyen <ttomnguyen@yahoo.com>)
268         There's now a Russian translation thanks to
269         Ilmar Habibulin <ilmar@ints.ru>.
271         Internal restructuring. These changes are invisible. They just make
272         future extensions less cumbersome.
274 Version 0.2.5
276 This is the last version that supports Qt 1.33 and KDE 1.0.
278         There's now a Czech translation thanks to
279         Martin Spirk <spirk@kla.pvt.cz>.
281         Recognize and report when gdb dies unexpectedly. This happens commonly
282         when writing CORBA programs since gdb obviously has problems in
283         debugging C++ classes with virtual base classes.
285         Added conditional breakpoints and ignore counts.
287 Version 0.2.4
289         Added a toolbar button to load the executable. The button to open a
290         source file is still there. I hope it's clear which one does what.
292         Attaching to a running process is now possible (Execution|Attach).
294         Made more visible when gdb is busy using a gear wheel in the upper right
295         corner of the window like kfm.
297         Made the KTreeView widget more flexible by adding a bunch of virtual
298         keywords. (No, this doesn't have any influence on the look and feel of
299         KDbg.) While doing that, I fixed a small repainting bug.
302 ChangeLog starts here.
303 See web page at http://members.telecom.at/~johsixt/ for more changes.