Be prepared for the case where a function from a shared library is printed.
[kdbg.git] / ChangeLog
blob260b70c7ce744ca8234b3522b688803cbdb1287e
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 Version 2.0.1
12         Updated Hungarian translation (thanks to Tamas Szanto).
14         Worked around gdb 6.3 crashes at "info line main" command (thanks to
15         Stefan Taferner).
17         Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale).
19 Version 2.0.0
21         References and const types are treated like the base type (thanks to
22         Shaheed).
24         Fixed parsing of large arrays with many different values, which were
25         terminated by "...".
27         Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu
28         location.
30         Fixed PS_COMMAND detection for Solaris' /bin/sh.
32 Version 1.9.7
34         Added a new animated button in the toolbar.
36         Fixed Norwegian translation file names.
38 Version 1.9.6
40         "<invalid float value>" in register dumps was not parsed correctly.
42         Fixed that variable popup location was computed incorrectly if tab
43         width is not 0.
45         Updated the manual.
47         Implemented printing of Qt4's QStrings.
49 Version 1.9.5
51         Fixed some issues when the items in the environment variable list
52         are selected.
54         Added a command line option to attach to a process (thanks to
55         Matthew Allen for the initial code).
57         Fixed the "Using host libthread_db" error message properly.
59         Fixed inappropriate icon sizes.
61 Version 1.9.4
63         Updated the build system to the latest auto* tools.
65         Worked around the problem that gdb reports "Using host libthread_db"
66         on Fedora Core when it processes the file command.
68 Version 1.9.3
70         Improved editing of values; it is now possible to edit variables also
71         in the watch window.
73 Version 1.9.2
75         The previous security fix only protects against accidents, not attacks,
76         as Matt Zimmerman pointed out. Did it right this time.
78         Basic editing of values in the local variables window is available.
79         More refinements are still necessary.
81 Version 1.9.1
83         Fixed security flaw regarding the program specific debugger command.
85         Configurable key bindings.
87 Version 1.9.0
89         Program arguments that are file names can be browsed for.
91         Added XSLT debugging (using xsldbg) by Keith Isdale.
93         The program counter can be changed via point and click.
95         Improved register formating by Daniel Kristjansson.
97         "Orphaned breakpoints", i.e. breakpoints that gdb cannot set
98         immediately, can be set. This helps debug shared libraries and
99         dynamically loaded modules.
101 Version 1.2.10
103         Fixed the "Using host libthread_db" error message.
105         Fixed inappropriate icon sizes.
107 Version 1.2.9
109         The previous security fix only protects against accidents, not attacks,
110         as Matt Zimmerman pointed out. Did it right this time.
112 Version 1.2.8
114         Fixed security flaw regarding the program specific debugger command.
116 Version 1.2.7
118         Fixed parsing of stack frames for recent gdbs.
120         Support vector registers (thanks to Daniel Thor Kristjansson for
121         initial code).
123         Work around bug in some gdbs which inhibits printing of QString values.
125 Version 1.2.6
127         Opening the Find dialog no longer toggles a breakpoint.
129         Make mouse wheel work (again) in source, variables, and watch windows.
131         When a pointer to a struct is expanded the struct is also expanded.
133         Improved toolbar and application icons.
135 Version 1.2.5
137         Now compiles for KDE 3.
139         Fixed make install for builddir != srcdir.
141         Fixed status bar flicker. This gives a nice speed-up by a factor of 4
142         when the contents of an array of 50 QStrings are displayed!
144 Version 1.2.4
146         Now compiles for KDE 3 (Beta1).
148         Support QString of Qt 3.x.
150         Improved (and fixed) the display of arrays with repeated values.
152         Fixed crash when a file is reloaded while disassembled code is
153         displayed.
155         Fixed parsing of stack frames involving signal handler invocations.
157 Version 1.2.3
159         Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
161         Fixed crash when no line has the cursor (empty files).
163         Don't display a blank page when a non-existing file was tried to open.
165 Version 1.2.2
167         Fixed a special, but common case where removing a breakpoint didn't
168         work but add more on the same line instead (thanks to Ron Lerech).
170         Fixed invisible toolbar under KDE 2.1.2 (thanks to Neil Butterworth).
172         Fixed compilation for gcc 3.0 (thanks to Ben Burton):
174         Fixed make install if srcdir != builddir.
176         Changed encoding of German translations (and also Danish, Italian,
177         Norwegian, Romanian, Slovak, Swedish) to UTF-8, which fixes message
178         strings under KDE2 (at least for German - couldn't test the others).
180 Version 1.2.1
182         Working directory can be browsed for.
184         Added context menu to move the selected expression from the local
185         variables window to the watch window.
187         Fixed crash when environment variables are removed.
189         Fixed problems with trailing backslashes in watched expressions.
191         Fixed compilation on FreeBSD (openpty).
193 Version 1.2.0
195         Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
196         Turkish
198         Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
200 Version 1.1.7beta1
202         Improved the program icon; made the installation more KDE2 compliant.
204         Enabled mouse wheel scrolling at various places.
206 Version 1.1.6
208         Added memory display.
210         Single-stepping by instruction.
212         Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
214 Version 1.1.5
216         Made Delete key work in the watch window.
218         Breakpoints can be enabled and disabled in the breakpoint list.
220         Detach from debugged program on exit (and when new program is debugged).
222         Added a list of recently opened executables (thanks to
223         Thomas Sparr <thomas.sparr@kreatel.se>).
225 Version 1.1.4
227         Fixed endless loop on shutdown.
229         Brought in line with KDE 1.91 (KDE 2 beta).
231 Version 1.1.3
233         Debugging of multi-threaded programs. Requires a gdb that supports
234         multi-threaded programs, like gdb 5.
236         Debugger window pops into the foreground when the program stops.
238         Made tab width a user-settable option.
240 Version 1.1.2
242         Display disassembled code.
244 Version 1.1.1
246         Use the KDE system fixed font for the source code window.
248         By default, do not log communication with gdb.
250         Added an integrated output window (based on code by Judin Max).
252         Program specific settings can be set. In particular: the debugger
253         command (required if you are debugging remote devices), the
254         terminal emulation needed for the program.
256 Verison 1.1.0
258         Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
260         Added a register dump window. Based on code by Judin Max.
262         Implemented "balloons" (tool tips) that show variable values.
264         ./configure fix for NetBSD thanks to
265         Berndt Josef Wulf <wulf@ping.net.au>.
267         There's now a Swedish translation thanks to
268         Örjan Lindbergh <orjan.lindbergh@telia.com>.
270 Version 1.0.2
272         Save and restore watched expressions.
274         More adjustments for the KRASH release.
276         Show <repeat...> count in QStrings like in normal C strings instead
277         of repeating the characters.
279         Use QListView instead of KTabListBox.
281 Version 1.0.1
283         Added a hack to set a remote target. Thanks to
284         Johnny Chan <johnnykc@iprg.nokia.com>.
286         Display function arguments. Based on suggestions by Johnny Chan.
288         KDE 2 fixes.
290         Support builddir != srcdir.
292 Version 1.0.0
294         Brought up-to-date for latest KDE 2.
296 Version 1.0beta3
298         Removal of minor misfeatures.
300         Prepared for KDE 2 and Qt 2 (it's a configure option:
301         --with-kde-version=2).
303         Added Russian documentation (thanks to
304         Ilmar S. Habibulin <ilmar@ints.ru>) and German documentation.
306         There is now a Spanish translation thanks to
307         Manuel Soriano <manu@europa3.com>.
309 Version 1.0beta2
311         Recognize strings with repeated characters: 'x' <repeats 34 times>.
313         Fix structs with no (additional) data members and other fixes
314         for gdb 4.18.
316         Save window size across sessions.
318         There is now an Italian translation thanks to
319         Massimo Morin <mmorin@schedsys.com>.
321 Version 1.0beta1
323         Fixed non-displaying QString (Qt2) with certain gdb 4.17's (at least
324         mine here, of SuSE 6.1, had a problem :-)
326         Fixed cases where gdb commands where executed after debuggee has exited.
328         Do not execute gdb commands after an interrupt.
330         Updated some translations. Still most are incomplete. Please help!
332         There is now a Polish translation thanks to
333         Jacek Wojdel <wojdel@kbs.twi.tudelft.nl>.
335 Version 0.3.1
337         The working directory for the program being debugged can be set
338         (Execution|Arguments).
340         There's now  a global options dialog in place (File|Global Options).
341         At the moment the debugger program (which must be gdb, but it could be
342         an experimental gdb version, for example) and the terminal for program
343         output can be specified.
345         Fixed Makefiles to support make DESTDIR=/tmp/foo install (which is
346         needed by packagers and to create relocatable RPMs).
348         There's now a Danish translation thanks to
349         Steen Rabol <rabol@get2net.dk>.
351 Version 0.3.0
353 Starting with this version, Qt 1.42 and KDE 1.1 is required.
355         Ported to Qt 2.0 and KDE post-1.1! KDbg now runs with both
356         KDE 1.1 (using Qt 1.42) and the latest experimental KDE. You can of
357         course run one version and debug programs written for the other version.
359         KDbg can now display Qt 2.0's QString values (which are Unicode
360         strings)!
362         Environment variables can be set. Changes become effective the next time
363         the program being debugged is run.
365         The breakpoint list has been improved. It disables command buttons at
366         times when it is not possible to change breakpoints. The icons that
367         show the breakpoint status are now the same as those in the source
368         window.
370         Popup menus (context menus) for frequently used commands have been added
371         to the source code window (thanks to Tom Nguyen <ttomnguyen@yahoo.com>)
373         There's now a Russian translation thanks to
374         Ilmar Habibulin <ilmar@ints.ru>.
376         Internal restructuring. These changes are invisible. They just make
377         future extensions less cumbersome.
379 Version 0.2.5
381 This is the last version that supports Qt 1.33 and KDE 1.0.
383         There's now a Czech translation thanks to
384         Martin Spirk <spirk@kla.pvt.cz>.
386         Recognize and report when gdb dies unexpectedly. This happens commonly
387         when writing CORBA programs since gdb obviously has problems in
388         debugging C++ classes with virtual base classes.
390         Added conditional breakpoints and ignore counts.
392 Version 0.2.4
394         Added a toolbar button to load the executable. The button to open a
395         source file is still there. I hope it's clear which one does what.
397         Attaching to a running process is now possible (Execution|Attach).
399         Made more visible when gdb is busy using a gear wheel in the upper right
400         corner of the window like kfm.
402         Made the KTreeView widget more flexible by adding a bunch of virtual
403         keywords. (No, this doesn't have any influence on the look and feel of
404         KDbg.) While doing that, I fixed a small repainting bug.
407 ChangeLog starts here.
408 See web page at http://members.telecom.at/~johsixt/ for more changes.