File: ChangeLog

package info (click to toggle)
kdbg 1.9.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,872 kB
  • ctags: 1,762
  • sloc: cpp: 14,753; sh: 8,903; perl: 2,720; xml: 1,016; makefile: 300
file content (377 lines) | stat: -rw-r--r-- 10,067 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
Version 1.9.7

	Added a new animated button in the toolbar.

	Fixed Norwegian translation file names.

Version 1.9.6

	"<invalid float value>" in register dumps was not parsed correctly.

	Fixed that variable popup location was computed incorrectly if tab
	width is not 0.

	Updated the manual.

	Implemented printing of Qt4's QStrings.

Version 1.9.5

	Fixed some issues when the items in the environment variable list
	are selected.

	Added a command line option to attach to a process (thanks to
	Matthew Allen for the initial code).

	Fixed the "Using host libthread_db" error message properly.

	Fixed inappropriate icon sizes.

Version 1.9.4

	Updated the build system to the latest auto* tools.

	Worked around the problem that gdb reports "Using host libthread_db"
	on Fedora Core when it processes the file command.

Version 1.9.3

	Improved editing of values; it is now possible to edit variables also
	in the watch window.

Version 1.9.2

	The previous security fix only protects against accidents, not attacks,
	as Matt Zimmerman pointed out. Did it right this time.

	Basic editing of values in the local variables window is available.
	More refinements are still necessary.

Version 1.9.1

	Fixed security flaw regarding the program specific debugger command.

	Configurable key bindings.

Version 1.9.0

	Program arguments that are file names can be browsed for.

	Added XSLT debugging (using xsldbg) by Keith Isdale.

	The program counter can be changed via point and click.

	Improved register formating by Daniel Kristjansson.

	"Orphaned breakpoints", i.e. breakpoints that gdb cannot set
	immediately, can be set. This helps debug shared libraries and
	dynamically loaded modules.

Version 1.2.10

	Fixed the "Using host libthread_db" error message.

	Fixed inappropriate icon sizes.

Version 1.2.9

	The previous security fix only protects against accidents, not attacks,
	as Matt Zimmerman pointed out. Did it right this time.

Version 1.2.8

	Fixed security flaw regarding the program specific debugger command.

Version 1.2.7

	Fixed parsing of stack frames for recent gdbs.

	Support vector registers (thanks to Daniel Thor Kristjansson for
	initial code).

	Work around bug in some gdbs which inhibits printing of QString values.

Version 1.2.6

	Opening the Find dialog no longer toggles a breakpoint.

	Make mouse wheel work (again) in source, variables, and watch windows.

	When a pointer to a struct is expanded the struct is also expanded.

	Improved toolbar and application icons.

Version 1.2.5

	Now compiles for KDE 3.

	Fixed make install for builddir != srcdir.

	Fixed status bar flicker. This gives a nice speed-up by a factor of 4
	when the contents of an array of 50 QStrings are displayed!

Version 1.2.4

	Now compiles for KDE 3 (Beta1).

	Support QString of Qt 3.x.

	Improved (and fixed) the display of arrays with repeated values.

	Fixed crash when a file is reloaded while disassembled code is
	displayed.

	Fixed parsing of stack frames involving signal handler invocations.

Version 1.2.3

	Fixed invisible toolbar under KDE 2.x (really, this time, I promise).

	Fixed crash when no line has the cursor (empty files).

	Don't display a blank page when a non-existing file was tried to open.

Version 1.2.2

	Fixed a special, but common case where removing a breakpoint didn't
	work but add more on the same line instead (thanks to Ron Lerech).

	Fixed invisible toolbar under KDE 2.1.2 (thanks to Neil Butterworth).

	Fixed compilation for gcc 3.0 (thanks to Ben Burton):

	Fixed make install if srcdir != builddir.

	Changed encoding of German translations (and also Danish, Italian,
	Norwegian, Romanian, Slovak, Swedish) to UTF-8, which fixes message
	strings under KDE2 (at least for German - couldn't test the others).

Version 1.2.1

	Working directory can be browsed for.

	Added context menu to move the selected expression from the local
	variables window to the watch window.

	Fixed crash when environment variables are removed.

	Fixed problems with trailing backslashes in watched expressions.

	Fixed compilation on FreeBSD (openpty).

Version 1.2.0

	Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
	Turkish

	Updated the User's Manual (English, Russian (thanks, Ilmar!), German).

Version 1.1.7beta1

	Improved the program icon; made the installation more KDE2 compliant.

	Enabled mouse wheel scrolling at various places.

Version 1.1.6

	Added memory display.

	Single-stepping by instruction.

	Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)

Version 1.1.5

	Made Delete key work in the watch window.

	Breakpoints can be enabled and disabled in the breakpoint list.

	Detach from debugged program on exit (and when new program is debugged).

	Added a list of recently opened executables (thanks to
	Thomas Sparr <thomas.sparr@kreatel.se>).

Version 1.1.4

	Fixed endless loop on shutdown.

	Brought in line with KDE 1.91 (KDE 2 beta).

Version 1.1.3

	Debugging of multi-threaded programs. Requires a gdb that supports
	multi-threaded programs, like gdb 5.

	Debugger window pops into the foreground when the program stops.

	Made tab width a user-settable option.

Version 1.1.2

	Display disassembled code.

Version 1.1.1

	Use the KDE system fixed font for the source code window.

	By default, do not log communication with gdb.

	Added an integrated output window (based on code by Judin Max).

	Program specific settings can be set. In particular: the debugger
	command (required if you are debugging remote devices), the
	terminal emulation needed for the program.

Verison 1.1.0

	Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.

	Added a register dump window. Based on code by Judin Max.

	Implemented "balloons" (tool tips) that show variable values.

	./configure fix for NetBSD thanks to
	Berndt Josef Wulf <wulf@ping.net.au>.

	There's now a Swedish translation thanks to
	rjan Lindbergh <orjan.lindbergh@telia.com>.

Version 1.0.2

	Save and restore watched expressions.

	More adjustments for the KRASH release.

	Show <repeat...> count in QStrings like in normal C strings instead
	of repeating the characters.

	Use QListView instead of KTabListBox.

Version 1.0.1

	Added a hack to set a remote target. Thanks to
	Johnny Chan <johnnykc@iprg.nokia.com>.

	Display function arguments. Based on suggestions by Johnny Chan.

	KDE 2 fixes.

	Support builddir != srcdir.

Version 1.0.0

	Brought up-to-date for latest KDE 2.

Version 1.0beta3

	Removal of minor misfeatures.

	Prepared for KDE 2 and Qt 2 (it's a configure option:
	--with-kde-version=2).

	Added Russian documentation (thanks to
	Ilmar S. Habibulin <ilmar@ints.ru>) and German documentation.

	There is now a Spanish translation thanks to
	Manuel Soriano <manu@europa3.com>.

Version 1.0beta2

	Recognize strings with repeated characters: 'x' <repeats 34 times>.

	Fix structs with no (additional) data members and other fixes
	for gdb 4.18.

	Save window size across sessions.

	There is now an Italian translation thanks to
	Massimo Morin <mmorin@schedsys.com>.

Version 1.0beta1

	Fixed non-displaying QString (Qt2) with certain gdb 4.17's (at least
	mine here, of SuSE 6.1, had a problem :-)

	Fixed cases where gdb commands where executed after debuggee has exited.

	Do not execute gdb commands after an interrupt.

	Updated some translations. Still most are incomplete. Please help!

	There is now a Polish translation thanks to
	Jacek Wojdel <wojdel@kbs.twi.tudelft.nl>.

Version 0.3.1

	The working directory for the program being debugged can be set
	(Execution|Arguments).

	There's now  a global options dialog in place (File|Global Options).
	At the moment the debugger program (which must be gdb, but it could be
	an experimental gdb version, for example) and the terminal for program
	output can be specified.

	Fixed Makefiles to support make DESTDIR=/tmp/foo install (which is
	needed by packagers and to create relocatable RPMs).

	There's now a Danish translation thanks to
	Steen Rabol <rabol@get2net.dk>.

Version 0.3.0

Starting with this version, Qt 1.42 and KDE 1.1 is required.

	Ported to Qt 2.0 and KDE post-1.1! KDbg now runs with both
	KDE 1.1 (using Qt 1.42) and the latest experimental KDE. You can of
	course run one version and debug programs written for the other version.

	KDbg can now display Qt 2.0's QString values (which are Unicode
	strings)!

	Environment variables can be set. Changes become effective the next time
	the program being debugged is run.

	The breakpoint list has been improved. It disables command buttons at
	times when it is not possible to change breakpoints. The icons that
	show the breakpoint status are now the same as those in the source
	window.

	Popup menus (context menus) for frequently used commands have been added
	to the source code window (thanks to Tom Nguyen <ttomnguyen@yahoo.com>)

	There's now a Russian translation thanks to
	Ilmar Habibulin <ilmar@ints.ru>.

	Internal restructuring. These changes are invisible. They just make
	future extensions less cumbersome.

Version 0.2.5

This is the last version that supports Qt 1.33 and KDE 1.0.

	There's now a Czech translation thanks to
	Martin Spirk <spirk@kla.pvt.cz>.

	Recognize and report when gdb dies unexpectedly. This happens commonly
	when writing CORBA programs since gdb obviously has problems in
	debugging C++ classes with virtual base classes.

	Added conditional breakpoints and ignore counts.

Version 0.2.4

	Added a toolbar button to load the executable. The button to open a
	source file is still there. I hope it's clear which one does what.

	Attaching to a running process is now possible (Execution|Attach).

	Made more visible when gdb is busy using a gear wheel in the upper right
	corner of the window like kfm.

	Made the KTreeView widget more flexible by adding a bunch of virtual
	keywords. (No, this doesn't have any influence on the look and feel of
	KDbg.) While doing that, I fixed a small repainting bug.


ChangeLog starts here.
See web page at http://members.telecom.at/~johsixt/ for more changes.