gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
7d8e6458 12011-09-02 Matt Rice <ratmice@gmail.com>
2
3 * lib/prompt.exp: New file for testing the first prompt.
4 * gdb.python/py-prompt.exp: Ditto.
5 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
6
68e77c9e
PA
72011-09-02 Pedro Alves <pedro@codesourcery.com>
8
9 * gdb.threads/gcore-thread.exp: Set the global core_supported to
10 0, before testing gcore.
11
9655e943
JK
122011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13
df6dc84d
JK
14 * dw2-ifort-parameter-debug.S: Update copyright year.
15 * dw2-ifort-parameter.c: Update copyright year.
16 * dw2-ifort-parameter.exp: Update copyright year.
17
9655e943
JK
18 * dw2-ifort-parameter-debug.S: New file.
19 * dw2-ifort-parameter.c: New file.
20 * dw2-ifort-parameter.exp: New file.
21
353d1d73
JK
222011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
23
24 * gdb.base/commands.exp (error_clears_commands_left): New function.
25 (): Call it.
26
5c07461a
JK
272011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
28
29 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
30 (C): Initialize `a'.
31 * gdb.mi/mi-inheritance-syntax-error.exp
32 (-data-evaluate-expression $path): Expect `a' as 5.
33
0d932b2f
MK
342011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
35
36 PR mi/11912
37 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
38 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
39 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
40 keyword in output of -var-info-path-expression.
41
bdb54049
JK
422011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
45 * gdb.trace/collection.exp: Likewise.
46 * gdb.trace/report.exp: Likewise.
47 * gdb.trace/unavailable.exp: Likewise.
48 * gdb.trace/while-dyn.exp: Likewise.
49
59cde39c
KS
502011-08-18 Keith Seitz <keiths@redhat.com>
51
52 PR c++/12266
53 * gdb.cp/meth-typedefs.cc: New file.
54 * gdb.cp/meth-typedefs.exp: New file.
55
fa3a4f15
PM
562011-08-17 Phil Muldoon <pmuldoon@redhat.com>
57
58 * gdb.python/python.exp: Add extended-prompt tests.
59
c1049fca
JK
602011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * gdb.arch/i386-dr3-watch.exp
63 (watchpoint on gap1 does not fit debug registers)
64 (delete all watchpoints): Fix racy expect strings.
65
d93f7b5c
YQ
662011-08-14 Yao Qi <yao@codesourcery.com>
67
68 * gdb.base/maint.exp: set data_section to ".neardata".
69 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
70 * gdb.base/savedregs.exp: Handle SIGILL.
71 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
72 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
73
457e09f0
DE
742011-08-12 Doug Evans <dje@google.com>
75
76 * gdb.python/py-symbol.exp: Add test for symbol.type.
77
5d0bb2fb
UW
782011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
79
80 * gdb.threads/pthreads.exp: Enable on non-native configurations.
81 * gdb.mi/mi-pthreads.exp: Likewise.
82 * gdb.mi/mi2-pthreads.exp: Likewise.
83 * gdb.mi/gdb669.exp.exp: Likewise.
84
fcdfa280
PA
852011-08-09 Pedro Alves <pedro@codesourcery.com>
86
87 * lib/mi-support.exp (detect_async): Rename to...
88 (mi_detect_async): ... this.
89 * gdb.mi/mi-nonstop-exit.exp: Adjust.
90 * gdb.mi/mi-nonstop.exp: Adjust.
91 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
92 * gdb.mi/mi-nsintrall.exp: Adjust.
93 * gdb.mi/mi-nsmoribund.exp: Adjust.
94 * gdb.mi/mi-nsthrexec.exp: Adjust.
95
9d8fa392
PA
962011-08-09 Pedro Alves <pedro@codesourcery.com>
97
98 * gdb.base/display.c (do_loops): New `p_i' local.
99 * gdb.base/display.exp: Test displaying a variable that is
100 temporarily at a bad address.
101
b6cede78
JK
1022011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
103
104 * gdb.dwarf2/dw2-op-stack-value.S: New file.
105 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
106
67bedb8c
JK
1072011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
108
109 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
110 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
111 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 112
af6e93b2
PA
1132011-08-05 Pedro Alves <pedro@codesourcery.com>
114
115 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
116 procedure.
117 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
118
1cf0e11f
YQ
1192011-08-05 Yao Qi <yao@codesourcery.com>
120
121 * gdb.base/callfuncs.exp: Set language after main.
122 * gdb.cp/cplusfuncs.exp: Likewise.
123 * gdb.cp/inherit.exp: Likewise.
124
a1e28cb2
UW
1252011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
126
127 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
128 * gdb.base/watch-vfork.exp: Skip on remote targets.
129
d4f5bbb9
UW
1302011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
131
132 * gdb.threads/thread-find.exp: Support remote targets.
133
724f4f80
UW
1342011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
135
136 * gdb.base/jit.exp: Download solib_binfile to target.
137 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
138 and call dlopen without full path name.
139 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
140 dlopen without full path name.
141
934709f0
PW
1422011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
143
144 * gdb.base/break-always.exp: Complete the test
145 with duplicated breakpoints and enabling/disabling them.
146
c26106c4
TT
1472011-08-02 Tom Tromey <tromey@redhat.com>
148
149 PR gdb/11289:
150 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
151
9300444e 1522011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
153
154 PR gdb/13045
155 * gdb.base/float.exp: Add new test case for PR gdb/13045
156 * gdb.base/float.c: New file.
157
00bd41d6
PM
1582011-07-28 Phil Muldoon <pmuldoon@redhat.com>
159
160 * gdb.python/py-mi.exp: Test printers returning string hint, and
161 also not returning a value.
162 * gdb.python/py-prettyprint.c: Add testcase for above.
163 * gdb.python/py-prettyprint.py: Add test printer for above.
164
d24f74ce
JK
1652011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
166
167 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
168 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
169 (.Ldie30) Add as field "data4".
170 (.Ldie32) Rename field "b" to "shl".
171 (abbrev4) Change for the "data4" field.
172 (abbrev5, abbrev6) Remove.
173 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
174 (p &s.shl): ... here. Add comment.
175 (p &s.data4): New.
176
bb7da2bf
JK
1772011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
178
179 Fix crash on lval_computed values.
180 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
181
11081198
JK
1822011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
183
184 * gdb.base/help.exp (help whatis): Update the expected string.
185
3c6e0cb3
JK
1862011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
187
188 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
189 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
190 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
191 Change the expected string.
192
efa80663
PA
1932011-07-26 Pedro Alves <pedro@codesourcery.com>
194
195 * gdb.base/watchpoint.exp
196 (test_disable_enable_software_watchpoint): New procedure.
197 (top level): Run it.
198
db8e4570
UW
1992011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
200
201 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
202 executable file "${binfile}", C++ version "${binfile}-cxx".
203 * gdb.python/py-prettyprint.exp: Likewise.
204 * gdb.python/py-symbol.exp: Likewise.
205 * gdb.python/py-type.exp: Likewise.
206 * gdb.python/py-value.exp: Likewise.
207 * gdb.python/py-template.exp (test_template_arg): Pass full executable
208 file name instead of just suffix.
209
543305c9
JK
2102011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
211
212 Fix implicit pointer offsets.
213 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
214 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
215 (continue to breakpoint: continue to baz breakpoint for implptr)
216 (sanity check element 0, sanity check element 1)
217 (enter the inlined function, check element 0 for the offset)
218 (check element 1 for the offset)
219 (continue to breakpoint: ignore the second baz breakpoint): New tests.
220 (set foo breakpoint for implptr): Update the breakpoint number.
221
b3215adc
UW
2222011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
223
224 * gdb.python/py-mi.exp: Use different file names for different
225 versions of the executable under test.
226 * gdb.python/py-prettyprint.exp: Likewise.
227 * gdb.python/py-symbol.exp: Likewise.
228 * gdb.python/py-template.exp: Likewise.
229 * gdb.python/py-type.exp: Likewise.
230 * gdb.python/py-value.exp: Likewise.
231
182b9acc
UW
2322011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
233
234 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
235 flag after restarting GDB if necessary.
236
e6052b5d
UW
2372011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
238
239 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
240
1ced966e
PA
2412011-07-22 Pedro Alves <pedro@codesourcery.com>
242
243 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
244 backend doesn't leave used debug registers behind.
245
3543a589
TT
2462011-07-22 Tom Tromey <tromey@redhat.com>
247
248 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
249 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
250 argument.
251 * gdb.dwarf2/typeddwarf-amd64.S: New file.
252
14d15303 2532011-07-21 Matt Rice <ratmice@gmail.com>
254
255 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
256 in mostlyclean rule. Add files ending in .core.
257
9b158ba0 2582011-07-21 Matt Rice <ratmice@gmail.com>
259
260 PR macros/12999
261 * gdb.base/info-macros.c: New test sources.
262 * gdb.base/info-macros.exp: New tests.
263
d17b6f81
PM
2642011-07-21 Phil Muldoon <pmuldoon@redhat.com>
265
266 * gdb.python/python.exp: Add prompt substitution tests.
267
918dd910
JK
2682011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
269
270 Fix crash if referenced CU is aged out.
271 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
272 New.
273 * gdb.dwarf2/implptr.exp: Likewise.
274
0e37a63c
JK
2752011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 * gdb.dwarf2/implptr.S: Rebuilt.
278 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
279 (bar): Use them for j, k, l.
280 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
281 COMPILE.
282 (print j in implptr:bar): Update for the intp typedef.
283 (print p[0].x in implptr:foo): Use more exact regex.
284
f65cf84c
TT
2852011-07-18 Tom Tromey <tromey@redhat.com>
286
287 * gdb.cp/static-method.exp: Add missing single quote.
288
d5b4a7be
YQ
2892011-07-18 Yao Qi <yao@codesourcery.com>
290
291 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
292 supported.
293 * gdb.mi/mi-nonstop-exit.exp: Likewise.
294 * gdb.mi/mi-nonstop.exp: Likewise.
295 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
296 * gdb.mi/mi-nsintrall.exp: Likewise.
297 * gdb.mi/mi-nsmoribund.exp: Likewise.
298 * gdb.mi/mi-nsthrexec.exp: Likewise.
299 * gdb.python/py-evthreads.exp: Likewise.
300
e9ea2662
JK
3012011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
302
303 Code cleanup.
304 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
305 it. Substitute it instead of test_compiler_info everywhere.
306
ce451573
UW
3072011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
308
309 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
310 remote targets as well.
311
756d88a7
UW
3122011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
313
314 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
315 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
316
31f83dc5
UW
3172011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
318
319 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
320 a remote machine, not the host.
321 (gdb_compile_shlib): Set soname if target is remote.
322
059241a0
PP
3232011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
324
325 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
326
28a0b48c 3272011-07-13 Matt Rice <ratmice@gmail.com>
328
329 * gdb.python/py-objfile-script-gdb.py: Renamed to
330 py-objfile-script-gdb.py.in.
331 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
332 py-objfile-script-gdb.py.
333 * gdb.python/py-objfile-script.exp: Update reference to
334 py-objfile-script-gdb.py.
335
9a771b67
JK
3362011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
337
338 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
339 reference undefined label.
340
04ad99e6
JK
3412011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
342
343 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
344 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
345 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
346 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
347
713389e0
PM
3482011-07-11 Phil Muldoon <pmuldoon@redhat.com>
349
350 PR python/12438
351 * gdb.python/python.exp: Add maint set/show python print-stack
352 deprecated tests. Add set/show python print-backtrace tests.
353
97d146f8
JK
3542011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
355
356 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
357 debug info.
358
facde0e5 3592011-07-06 Matt Rice <ratmice@gmail.com>
360
361 * gdb.python/python.exp: Update filename paths.
362 * gdb.python/py-symtab.exp: Ditto.
363
438640d1
MP
3642011-07-06 Marek Polacek <mpolacek@redhat.com>
365
366 * gdb.python/py-evthreads.exp: Add missing `$'.
367
33a365df
MF
3682011-07-06 Jie Zhang <jie.zhang@analog.com>
369
370 * config/bfin.exp: New file.
371 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
372 * gdb.asm/bfin.inc: New file.
373
8f7ae686
MP
3742011-07-06 Marek Polacek <mpolacek@redhat.com>
375
df46027d 376 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
377 the whole output.
378
eb2a6f42
TT
3792011-07-05 Tom Tromey <tromey@redhat.com>
380
381 * gdb.java/jprint.java (jprint.hi): New field.
382 * gdb.java/jprint.exp: Print string.
383
177b42fe
TJB
3842011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
385
386 * gdb.base/call-sc.c: Fix typos.
387 * gdb.base/ifelse.exp: Likewise.
388 * gdb.base/structs.c: Likewise.
389
3b2a0cf2
JB
3902011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
391
392 * gdb.base/jit-so.exp: New test.
393 * gdb.base/jit-dlmain.c: New file.
394 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
395
46fc714c
JK
3962011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
397
398 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
399 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
400 * gdb.cp/pr9167.exp (p b): Likewise.
401 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
402 (test value of P in inner_m, test type of Z in inner_m): Call
403 setup_xfail for gcc <= 4.5.
46fc714c 404
418c7cf7
JK
4052011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
406
407 * gdb.cp/paren-type.cc: New files.
408 * gdb.cp/paren-type.exp: New files.
409
3d50dd94
JK
4102011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
411
412 Stop on first linespec terminator instead of eating what we can.
413 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
414 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
415 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
416 (break C::f()): ... this one.
417 (break C::operator()()): New test.
418 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
419 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
420 test.
421
dcf9f4ab
JK
4222011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
423
424 Fall back linespec to minimal symbols.
425 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
426 error message.
427 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
428 * gdb.cp/minsym-fallback-main.cc: New file.
429 * gdb.cp/minsym-fallback.cc: New file.
430 * gdb.cp/minsym-fallback.exp: New file.
431 * gdb.cp/minsym-fallback.h: New file.
432
3f542ed1
JK
4332011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
434
435 * gdb.cp/no-dmgl-verbose.cc: New file.
436 * gdb.cp/no-dmgl-verbose.exp: New file.
437
4382011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
439
440 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
441 __GI_.
442 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
443 (f): New function.
444 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
445 (complete p 'func<short>(): ... here.
446 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
447 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
448 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
449 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
450 Make them KFAIL gcc/49546.
451
00eb2c4a
JB
4522011-07-01 Joel Brobecker <brobecker@adacore.com>
453
454 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
455
85a20c42
JK
4562011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
457
458 Test GCC PR debug/49546.
459 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
460 (test type of F in k3_m, test value of F in k3_m): New.
461 * gdb.cp/temargs.cc (struct S3, struct K3): New.
462 (main): New variable k3. Call k3.k3_m.
463
d2d43431
JB
4642011-07-01 Jean-Charles Delay <delay@adacore.com>
465
466 * gdb.ada/packed_array.exp: Fix expected outout.
467
54ae186f
JB
4682011-07-01 Jean-Charles Delay <delay@adacore.com>
469
470 * gdb.ada/packed_array.exp: fixed expected output.
471
8f17729f
JB
4722011-07-01 Joel Brobecker <brobecker@adacore.com>
473
474 * gdb.ada/same_enum: New testcase.
475
f5aa6869
JB
4762011-07-01 Joel Brobecker <brobecker@adacore.com>
477
478 * gdb.ada/ptr_typedef: New testcase.
479
828292f2
JB
4802011-07-01 Joel Brobecker <brobecker@adacore.com>
481
482 * gdb.ada/arrayptr.exp: Add ptype test.
483
18920c42
JB
4842011-07-01 Joel Brobecker <brobecker@adacore.com>
485
486 * gdb.ada/char_enum: New testcase.
487
3536d9e3 4882011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
489
490 * gdb.base/dump.exp (capture_pointer_with_type): New.
491 Get value from address instead of name.
492 Start GDB once, and do `dump' and `restore'
493 tests together.
494
db863c42
MF
4952011-06-30 Jie Zhang <jie.zhang@analog.com>
496 Mike Frysinger <vapier@gentoo.org>
497
498 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
499 helper functions for getting/setting remotetimeout variable.
500 * lib/gdb.exp (gdb_load): If the target is remote, set
501 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
502 with $loadtimeout. Set $load_ok to 0 before doing the load.
503 Instead of returning, immediately, set $load_ok to 0. Call
504 set_remotetimeout with $oldremotetimeout, and then return if
505 $load_ok is 1.
506
e9e642a8
AB
5072011-06-30 Andrew Burgess <aburgess@broadcom.com>
508
509 * gdb.python/py-template.exp: Don't run this test if the target
510 does not support c++ tests.
511
32019081
JK
5122011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
513
514 Fix non-only rename list for Fortran modules import.
515 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
516 tests.
517 * gdb.fortran/module.f90 (module moduse): New.
518 (program module): use moduse, test var_x, var_y and var_z.
519
0ecee54c
TT
5202011-06-29 Tom Tromey <tromey@redhat.com>
521
522 PR testsuite/12040:
523 * gdb.fortran/array-element.exp: Use f90, not f77.
524 * gdb.fortran/complex.exp: Use f90, not f77.
525 * gdb.fortran/derived-type.exp: Use f90, not f77.
526 * gdb.fortran/library-module.exp: Use f90, not f77.
527 * gdb.fortran/logical.exp: Use f90, not f77.
528 * gdb.fortran/module.exp: Use f90, not f77.
529 * gdb.fortran/multi-dim.exp: Use f90, not f77.
530 * gdb.fortran/subarray.exp: Use f90, not f77.
531
3b2b8fea
TT
5322011-06-29 Tom Tromey <tromey@redhat.com>
533
534 * gdb.fortran/charset.exp: New file.
535 * gdb.fortran/charset.f90: New file.
536
42159ca5
TT
5372011-06-29 Tom Tromey <tromey@redhat.com>
538
539 PR testsuite/12040:
540 * lib/future.exp: New file, mostly extracted from ada.exp.
541 Rewrote compatibility code to use rename.
542 (gdb_find_gfortran): New proc.
543 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
544 gfortran patch.
545 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
546 Move to future.exp.
547 * lib/gdb.exp: Always load future.exp.
548
af69a5ce
YQ
5492011-06-28 Yao Qi <yao@codesourcery.com>
550
551 * gdb.cp/exception.cc: Don't include iostream.
552 (bar): Remove print statement.
553 (catcher): New.
554 (main): Remove print statements. Call function catcher.
555 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
556 Set breakpoint on catcher, and check the value of parameter.
557
ab5c6a72
YQ
5582011-06-23 Yao Qi <yao@codesourcery.com>
559
560 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
561 1.2 is disabled. KFAIL for uclinux.
562
9497469f
MP
5632011-06-23 Marek Polacek <mpolacek@redhat.com>
564
565 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
566 mi_gdb_test.
567
b9132588
MP
5682011-06-23 Marek Polacek <mpolacek@redhat.com>
569
5d197ed0 570 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 571
e55595ca
MP
5722011-06-23 Marek Polacek <mpolacek@redhat.com>
573
5d197ed0
MP
574 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
575
5762011-06-23 Marek Polacek <mpolacek@redhat.com>
577
578 * gdb.mi/mi2-basics.exp: Fix races. Honour the
579 `test_exec_and_symbol_mi_operatons' return value.
580 (test_mi_interpreter_selection): Use mi_gdb_test instead of
581 gdb_test_multiple.
582 (test_exec_and_symbol_mi_operatons): Likewise.
583 (test_path_specification): Likewise.
e55595ca 584
be777e08
YQ
5852011-06-23 Yao Qi <yao@codesourcery.com>
586
587 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
588 supported.
589 * lib/gdb.exp (support_displaced_stepping): New.
590
615556d6
YQ
5912011-06-23 Yao Qi <yao@codesourcery.com>
592
593 * gdb.threads/execl.exp: Skip on remote target.
594
833b0ca7
MP
5952011-06-21 Marek Polacek <mpolacek@redhat.com>
596
5d197ed0 597 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
598 mi_gdb_test.
599
1ee4023a
MP
6002011-06-20 Marek Polacek <mpolacek@redhat.com>
601
5d197ed0 602 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 603
d0b1d624
MP
6042011-06-20 Marek Polacek <mpolacek@redhat.com>
605
5d197ed0 606 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
607 mi_gdb_test.
608
79aa92c1
MP
6092011-06-20 Marek Polacek <mpolacek@redhat.com>
610
5d197ed0 611 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 612
5ce5db06
YQ
6132011-06-14 Yao Qi <yao@codesourcery.com>
614
615 gdb/testsuite/
616 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
617
533a737e
JK
6182011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
621
d0e53741
TT
6222011-06-10 Tom Tromey <tromey@redhat.com>
623
624 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
625 Add tests for pointer-to-member-function.
626 * gdb.cp/temargs.cc (S::somefunc): New function.
627 (K2): New class.
628 (main): Instantiate K2; call method.
629
b5916bbd
JB
6302011-06-08 Joel Brobecker <brobecker@adacore.com>
631
632 * gdb.python/py-inferior.c (f2): Make str an array rather
633 than a pointer.
634 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
635
5be4dfca
JK
6362011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
637
638 * gdb.base/async-shell.c: New file.
639 * gdb.base/async-shell.exp: New file.
640
9f47e254
PA
6412011-06-06 Pedro Alves <pedro@codesourcery.com>
642
643 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
644
64b9b334
JB
6452011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
646
647 From Stephen Kitt <steve@sk2.org>
648 * gdb.base/help.exp: Adjust following some spelling corrections
649 in GDB.
650
dbc0f131
YQ
6512011-06-01 Yao Qi <yao@codesourcery.com>
652
653 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
654
fd336a18
KS
6552010-05-31 Keith Seitz <keiths@redhat.com>
656
657 PR c++/12750
658 * gdb.cp/static-method.cc: New file.
659 * gdb.cp/static-method.exp: New file.
660
fa8b9902
KS
6612010-05-31 Keith Seitz <keiths@redhat.com>
662
663 PR symtab/12704
664 * gdb.cp/anon-ns.cc: New file.
665 * gdb.cp/anon-ns.exp: New file.
666
0a5b1e09
PA
6672011-05-31 Pedro Alves <pedro@codesourcery.com>
668
669 * gdb.arch/i386-dr3-watch.c: New file.
670 * gdb.arch/i386-dr3-watch.exp: New file.
671
0578b8d1
YQ
6722011-05-30 Yao Qi <yao@codesourcery.com>
673
674 * gdb.base/callfuncs.c (t_structs_fc): New.
675 (t_structs_dc, t_structs_ldc): New.
676 (t_double_many_args):
677 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
678 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
679 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
680 * gdb.base/callfuncs.exp: Call new functions.
681
6680506e
YQ
6822011-05-30 Yao Qi <yao@codesourcery.com>
683
ff4d2c60
YQ
684 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
685 Call rerun_and_prepare for each test to isolate effects.
686
6872011-05-30 Yao Qi <yao@codesourcery.com>
688
689 * gdb.base/varargs.c (find_max_float_real): New.
690 (find_max_double_real, find_max_long_double_real): New.
691 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
692 * lib/gdb.exp (setup_kfail_for_target): New.
693
e43ec454
YQ
6942011-05-30 Yao Qi <yao@codesourcery.com>
695
696 * gdb.base/funcargs.c (callca, callcb, callcc): New.
697 (callcd, callce, callcf, callc1a, callc1b): New.
698 (callc2a, callc2b): New.
699 * gdb.base/funcargs.exp (complex_args): New.
700 (complex_integral_args, complex_float_integral_args): New.
701 * lib/gdb.exp (support_complex_tests): New. Determine
702 whether to run test cases on _Complex types.
703
432b4d03
JK
7042011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 * gdb.threads/leader-exit.c: New file.
707 * gdb.threads/leader-exit.exp: New file.
708
6caf069d
MP
7092011-05-27 Marek Polacek <mpolacek@redhat.com>
710
9497469f 711 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 712
97fce28b
MP
7132011-05-27 Marek Polacek <mpolacek@redhat.com>
714
715 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
716 remove the `supported' variable.
717 * gdb.mi/mi-nonstop.exp: Likewise.
718 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
719 * gdb.mi/mi-nsintrall.exp: Likewise.
720 * gdb.mi/mi-nsmoribund.exp: Likewise.
721 * gdb.mi/mi-nsthrexec.exp: Likewise.
722
9da8c2a0
PA
7232011-05-26 Pedro Alves <pedro@codesourcery.com>
724
725 * gdb.reverse/finish-reverse-bkpt.exp: New test.
726
2c03e5be
PA
7272011-05-26 Pedro Alves <pedro@codesourcery.com>
728
729 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
730
2e21250d
KS
7312011-05-24 Keith Seitz <keiths@redhat.com>
732
733 PR breakpoint/12803
734 * gdb.cp/cmpd-minsyms.cc (a): New method.
735 (b): New method.
736 (c): New method.
737 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
738
cdac0397
PA
7392011-05-24 Pedro Alves <pedro@codesourcery.com>
740
741 * gdb.base/commands.exp (watchpoint_command_test): Check that the
742 watchpoint's command list didn't execute when the watchpoint went
743 out of scope.
744
ee5683ab
PM
7452011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
746
747 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
748 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
749 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
750 * gdb.arch/i386-gnu-cfi.exp: Likewise.
751 * gdb.arch/i386-permbkpt.exp: Likewise.
752 * gdb.arch/i386-prologue.exp: Likewise.
753 * gdb.arch/i386-size-overlap.exp: Likewise.
754 * gdb.arch/i386-size.exp: Likewise.
755 * gdb.arch/i386-unwind.exp: Likewise.
756 * gdb.reverse/i386-precsave.exp: Likewise.
757 * gdb.reverse/i386-reverse.exp: Likewise.
758 * gdb.reverse/i386-sse-reverse.exp: Likewise.
759 * gdb.reverse/i387-env-reverse.exp: Likewise.
760 * gdb.reverse/i387-stack-reverse.exp: Likewise.
761
c91c8c16
PA
7622011-05-24 Pedro Alves <pedro@codesourcery.com>
763
764 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
765 file doesn't error, using MI.
766
c50491a7
TT
7672011-05-23 Tom Tromey <tromey@redhat.com>
768
769 * gdb.base/charset.exp (string_display): Add tests to assign to
770 arrays.
771 * gdb.base/charset.c (short_array, int_array, long_array): New.
772
4a07b7da
PA
7732011-05-20 Pedro Alves <pedro@codesourcery.com>
774
775 Cope with async mode.
776
4a07b7da
PA
777 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
778 into gdb_test + mi_expect_stop.
779
b275f2d2
PA
7802011-05-20 Pedro Alves <pedro@codesourcery.com>
781
782 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
783 (callme): Remove printf call.
784
eec52c44
PM
7852011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
786
787 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
788 quote pattern to avoid problems with Cygwin/mingw expect versions.
789 * gdb.base/default.exp (show convenience): Use double
790 quote pattern for regular expressions.
791
b3c8eb43
JK
7922011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 Fix -readnow for -gdwarf-4 unused type units.
795 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
796 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
797
ed731959
JK
7982011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
799
800 * gdb.base/kill-after-signal.c: New file.
801 * gdb.base/kill-after-signal.exp: New file.
802
3b48433d
PA
8032011-05-16 Pedro Alves <pedro@codesourcery.com>
804
805 * gdb.ada/start.exp: Call untested with the correct test filename.
806 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
807 test filename. Make the test's binary unique.
808 * gdb.arch/i386-signal.exp: Call untested with the correct test
809 filename.
810 * gdb.arch/i386-size-overlap.exp: Ditto.
811 * gdb.arch/Makefile.in (EXECUTABLES): Update.
812 * gdb.base/gcore-buffer-overflow.exp: Ditto.
813 * gdb.cp/call-c.exp: Ditto.
814 * gdb.mi/mi-reverse.exp: Call untested with the correct test
815 filename. Make the test's binary unique.
816 * gdb.mi/Makefile.in (EXECUTABLES): Update.
817 * gdb.python/py-mi.exp: Ditto.
818 * gdb.python/Makefile.in (EXECUTABLES): Update.
819 * gdb.reverse/i386-precsave.exp: Ditto.
820 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
821 test filename.
822 * gdb.reverse/i387-stack-reverse.exp: Ditto.
823 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
824 unique.
825 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
826 test filename.
827 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
828 * gdb.trace/tfile.exp: Ditto.
829
ba4a8bdd
YQ
8302011-05-14 Yao Qi <yao@codesourcery.com>
831
832 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
833 type.
834
dbaefcf7
DE
8352011-05-13 Doug Evans <dje@google.com>
836
837 * gdb.python/py-objfile-script.exp: New file.
838 * gdb.python/py-objfile-script.c: New file.
839 * gdb.python/py-objfile-script-gdb.py: New file.
840 * testsuite/gdb.python/py-section-script.exp: Test
841 "info auto-load-scripts".
842
9930639c
TT
8432011-05-13 Tom Tromey <tromey@redhat.com>
844
845 * gdb.dwarf2/clztest.exp: New file.
846 * gdb.dwarf2/clztest.c: New file.
847 * gdb.dwarf2/clztest.S: New file.
848
05272e11
DE
8492011-05-13 Doug Evans <dje@google.com>
850
cc63ef9b
DE
851 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
852 String16 tests.
05272e11 853
6edba76f
TT
8542011-05-13 Tom Tromey <tromey@redhat.com>
855
856 * lib/gdb.exp (is_x86_like_target): New proc.
857 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
858 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
859 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
860 -nostdlib to compiler.
861 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
862 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
863 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
864 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
865 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
866
028d0ed5
TJB
8672011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
868
869 * gdb.python/py-function.exp: Test setting a value from a function
870 which executes a command.
871
8a9b8146
TT
8722011-05-12 Tom Tromey <tromey@redhat.com>
873
874 * gdb.dwarf2/typeddwarf.S: New file.
875 * gdb.dwarf2/typeddwarf.c: New file.
876 * gdb.dwarf2/typeddwarf.exp: New file.
877
10483e8e
MP
8782011-05-12 Marek Polacek <mpolacek@redhat.com>
879
880 * gdb.mi/mi-basics.exp: Fix races. Honour the
881 `test_exec_and_symbol_mi_operatons' return value.
882 (test_mi_interpreter_selection): Use mi_gdb_test instead of
883 gdb_test_multiple.
884 (test_exec_and_symbol_mi_operatons): Likewise.
885 (test_path_specification): Likewise.
886
faf067f1
JK
8872011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
888
889 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
890 (gdb_touch_execfile): Remove catch wrappers. New variable time.
891 Replace `file copy' and `file rename' by `file mtime'. Twice.
892
7ff911a3
JK
8932011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
894
895 * gdb.base/readline-ask.c: New file.
896 * gdb.base/readline-ask.exp: New file.
897 * gdb.base/readline-ask.inputrc: New file.
898
a536c6d7
UW
8992011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
900
901 * gdb.cell/bt.exp: Delete breakpoints before running to signal
902 to avoid race condition.
903 * gdb.cell/coremaker.c: Use small stack size.
904 * gdb.cell/ea-standalone.exp: Use file name without path as
905 argument to c_to.
906 * gdb.cell/fork.exp: Allow other output when continuing to end.
907
d472a426
JK
9082011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
909
910 * gdb.threads/corethreads.c: New file.
911 * gdb.threads/corethreads.exp: New file.
912
9132011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
914
915 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
916 Try to compile the test using -Wl,-z,norelro first.
917 (load_core): New variable libthread_db_seen, initialize it.
918 (zeroed-threads cannot be listed): Protect it by XFAIL on
919 !$libthread_db_seen.
920
8be455d7
JK
9212011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
922
923 PR 12573
924 * gdb.dwarf2/dw2-skip-prologue.S: New file.
925 * gdb.dwarf2/dw2-skip-prologue.c: New file.
926 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
927
1976171a
JK
9282011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
929
930 * gdb.cp/psymtab-parameter.cc: New file.
931 * gdb.cp/psymtab-parameter.exp: New file.
932
7db6f30f
JK
9332011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
934
935 Fix a race.
936 * gdb.cp/static-print-quit.exp (print c): Split to ...
937 (print c - <return>, print c - q <return>, print c - to quit):
938 ... these. Make the testfile untested on gdb-7.1.
939
85161e9e 9402011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
941
942 * lib/gdb.exp (exec_target_file, exec_symbol_file,
943 gdb_rename_execfile, gdb_touch_execfile): New.
944 * gdb.base/reread.exp: Use new procs to handle multiple
945 exec files.
946
0c51be18
YQ
9472011-05-05 Yao Qi <yao@codesourcery.com>
948
949 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
950 (test_adr_32bit, test_pop_pc): New.
951 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
952 (test_adr_32bit, test_pop_pc): New.
953
4d393d60
JM
9542011-05-04 Joseph Myers <joseph@codesourcery.com>
955
956 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
957 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
958 targets.
959 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
960 handle targets.
961
8ffd0459
JK
9622011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
963
964 * gdb.base/completion.exp (complete help info wat): Rename to ...
965 (complete 'help info wat'): ... here.
966 Remove all `-re ".*' and `-re "^.*' redundant regexes.
967 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
968
8e28d804
PA
9692011-05-04 Pedro Alves <pedro@codesourcery.com>
970
971 * gdb.base/completion.exp: Use gdb_test_multiple instead of
972 gdb_test and explicit $gdb_prompt/timeout matches.
973
3eb2ef34
YQ
9742011-05-04 Yao Qi <yao@codesourcery.com>
975
976 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
977 and __thumb2__.
978
aaaf81a3
MP
9792011-05-03 Marek Polacek <mpolacek@redhat.com>
980
981 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
982 in place of `gdb_test "delete breakpoints"'. This eliminates two
983 testcases.
984
c4cbc0df
PA
9852011-05-02 Pedro Alves <pedro@codesourcery.com>
986
987 PR testsuite/12649
988 Fix races.
989
990 * gdb.base/completion.exp: Remove all sleep calls. Remove
991 unnecessary regexs. Don't explicitly expect anything after the
992 prompt. Eat the prompt if necessary.
993
b4cbb4a3
EBM
9942011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
995
996 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
997 accept to show the caller line again as well as the line after.
998
d65aec65
PM
9992011-04-29 Phil Muldoon <pmuldoon@redhat.com>
1000
1001 PR mi/12531
1002
1003 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
1004 compile target.
1005 * gdb.python/py-prettyprint.exp: Add C++ object for
1006 CPLUS_FAKE_CHILD test.
1007
30852783
UW
10082011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
1009
1010 * gdb.base/signest.exp: New file.
1011 * gdb.base/signest.c: Likewise.
1012
c7b1f0d9
JK
10132011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1014
1015 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
1016 thread and breakpoint notifications.
1017
559a7a62
JK
10182011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1019
1020 * gdb.base/fortran-sym-case.c: New file.
1021 * gdb.base/fortran-sym-case.exp: New file.
1022 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
1023 * gdb.dwarf2/dw2-case-insensitive.c: New file.
1024 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
1025
8344e389
JK
10262011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1027
1028 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
1029 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
1030 false #1', `if true else false #2' and `if true else false #3'.
1031
2484c66b
UW
10322011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
1033
1034 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
1035 while delivering signal.
1036
8d3788bd
VP
10372011-04-27 Vladimir Prus <vladimir@codesourcery.com>
1038
1039 MI breakpoint notifications.
1040
1041 * testsuite/gdb.mi/mi-cli.exp: Adust.
1042 * testsuite/gdb.mi/mi2-cli.exp: Adust.
1043 * testsuite/gdb.mi/mi-watch.exp: Adust.
1044 * testsuite/gdb.mi/mi2-watch.exp: Adust.
1045 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
1046 notifications.
1047
3e03848b
JK
10482011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1049
1050 * gdb.base/gdbindex-stabs-dwarf.c: New file.
1051 * gdb.base/gdbindex-stabs.c: New file.
1052 * gdb.base/gdbindex-stabs.exp: New file.
1053
918c9108
YQ
10542011-04-25 Yao Qi <yao@codesourcery.com>
1055
1056 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
1057 with /*...*/.
1058 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
1059
90556b8c
JK
10602011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1061
1062 * gdb.python/py-value.exp (test_objfiles): Name the first test
1063 `py-value in file.filename'.
1064
03f2bd59
JK
10652011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1066
1067 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
1068 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
1069 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
1070 !gdbserver_reconnect_p..
1071 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
1072
7b08b9eb
JK
10732011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1074
1075 * gdb.cp/cpcompletion.exp (complete class methods)
1076 (complete class methods beginning with F): Move them above runto. New
1077 comment about the runto delimiter.
1078
b78974c3
PA
10792011-04-20 Pedro Alves <pedro@codesourcery.com>
1080
1081 * gdb.base/maint.exp: Test that "maint print registers" works
1082 without a running program.
1083
20429c40 10842011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 1085
20429c40
MP
1086 * gdb.base/setshow.exp: Fix racy tests.
1087 ($old_gdb_prompt): New variable.
1088
7a9dd1b2
TT
10892011-04-19 Tom Tromey <tromey@redhat.com>
1090
1091 * gdb.mi/mi-nsmoribund.exp:
1092 * gdb.hp/gdb.objdbg/objdbg01.exp:
1093 * gdb.base/structs.exp (test_struct_returns):
1094 * gdb.base/call-sc.exp (test_scalar_returns):
1095 * gdb.base/bigcore.exp: Remove duplicate words.
1096
02835898
JK
10972011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1098
1099 * gdb.base/break-interp-lib.c (v, vptr): New variables.
1100 * gdb.base/break-interp.exp (test_attach): New comment.
1101
254f582e
JK
11022011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1103
1104 * gdb.threads/gcore-thread.exp ($core0file): New variable.
1105 (clear __stack_user.next, clear stack_used.next)
1106 (save a zeroed-threads corefile): New test.
1107 Call core_load for $core0file.
1108 (zeroed-threads cannot be listed): New test.
1109
4fe85f5c
JK
11102011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1111
1112 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
1113 filename.
1114 ($srcfile): Preserve the original value.
1115 ($testfile): Match it the .exp filename.
1116 ($corefile): New variable. Substitute it around.
1117 Use clean_restart.
1118 ($prev_timeout): Remove.
1119 (load_core): Move core loading into this proc.
1120 Fix restore of $timeout if load_core fails.
1121
63524580
JK
11222011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1123
1124 * gdb.base/eu-strip-infcall.c: New file.
1125 * gdb.base/eu-strip-infcall.exp: New file.
1126
90359a16
JK
11272011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1128
1129 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
1130 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
1131
626e7282
JK
11322011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1133
1134 Fix Python access to inlined frames.
1135 * gdb.python/py-frame-inline.c: New file.
1136 * gdb.python/py-frame-inline.exp: New file.
1137
3363d018
EBM
11382011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
1139
1140 * gdb.base/gdb1090.exp: Change breakpoint location to read the
1141 content of 's24' correctly (avoiding "optimized out").
1142 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
1143
28781456
JK
11442011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1145
1146 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
1147
4a4106ca
TJB
11482011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1149
1150 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
1151 expect a colon in watch -location output.
1152
d26ccb4f
JK
11532011-04-13 Marek Polacek <mpolacek@redhat.com>
1154
df46027d 1155 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
1156 New testcase `expect response to define backtrace'. Also remove
1157 redundant `default' block.
1158
e1ab1f9c
JK
11592011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 * gdb.python/py-prettyprint.c (struct hint_error): New.
1162 (main): New variable hint_error.
1163 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
1164 "print hint_error".
1165 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
1166 (register_pretty_printers): Register it.
1167
0c2e6019
TT
11682011-04-04 Tom Tromey <tromey@redhat.com>
1169
1170 * gdb.cp/maint.exp (test_help): Update.
1171 (test_namespace): Likewise.
1172
af57139d
JB
11732011-04-01 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
1176 * gdb.ada/arrayptr.exp: Add new tests.
1177
956a9fb9
JB
11782011-04-01 Joel Brobecker <brobecker@adacore.com>
1179
1180 * gdb.ada/mi_catch_ex: New testcase.
1181
d0c4d642
PA
11822011-04-01 Pedro Alves <pedro@codesourcery.com>
1183
1184 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
1185 base::overload(void) method without specifying "const".
1186
18819fa6
UW
11872011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1188
1189 * gdb.arch/thumb-singlestep.S: New file.
1190 * gdb.arch/thumb-singlestep.exp: Likewise.
1191
a4c8e806
TT
11922011-03-31 Tom Tromey <tromey@redhat.com>
1193
1194 * gdb.python/py-prettyprint.py (exception_flag): New global.
1195 (NoStringContainerPrinter._iterator.next): Check it.
1196 * gdb.python/py-prettyprint.c (main): New variable nstype2.
1197 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
1198
53832f31
TT
11992011-03-29 Tom Tromey <tromey@redhat.com>
1200
1201 * gdb.cp/anon-struct.cc: New file.
1202 * gdb.cp/anon-struct.exp: New file.
1203
e4620230
JK
12042011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 Test STT_GNU_IFUNC support.
1207 * gdb.base/gnu-ifunc-lib.c: New file.
1208 * gdb.base/gnu-ifunc.c: New file.
1209 * gdb.base/gnu-ifunc.exp: New file.
1210
d0fb5eae
JK
12112011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1212
1213 Support a ring of related breakpoints.
1214 * gdb.base/watchpoint-delete.c: New file.
1215 * gdb.base/watchpoint-delete.exp: New file.
1216
20106cfb
JK
12172011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 * gdb.ada/arrayparam.exp (print first after function call): Use
1220 explicit package name. Add a comment
1221 (print lasta after function call): Rename ...
1222 (print last after function call): ... it and use explicit package
1223 name.
1224 (print length after function call): Use explicit package name.
1225 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
1226 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
1227 (multiple matches for symbol i): Rename ...
1228 (multiple matches for symbol integervar): ... it.
1229 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
1230 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
1231
e7ab5e63
AB
12322011-03-25 Andrew Burgess <aburgess@broadcom.com>
1233
1234 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
1235 environment variable to make grep output more predictable. Move
1236 all the environment setup into gdb_init so it's done once per test
1237 case rather than each time we start gdb.
1238
9ef07c8c
TT
12392011-03-24 Tom Tromey <tromey@redhat.com>
1240
1241 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
1242 test.
1243
dd90784c
JK
12442011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1245
1246 * gdb.dwarf2/dw2-entry-value-main.c: New file.
1247 * gdb.dwarf2/dw2-entry-value.S: New file.
1248 * gdb.dwarf2/dw2-entry-value.exp: New file.
1249
05775840
PM
12502011-03-22 Phil Muldoon <pmuldoon@redhat.com>
1251
1252 PR python/12183
1253
1254 * gdb.python/py-function.exp: Add GdbError tests.
1255
8661b11b
PA
12562011-03-18 Pedro Alves <pedro@codesourcery.com>
1257
1258 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
1259 (reglocal_test_func, statlocal_test_func): New functions.
1260 (globals_test_func): Call new functions.
1261 * gdb.trace/unavailable.exp (gdb_collect_args_test)
1262 (gdb_collect_locals_test): New procedure.
1263 (gdb_trace_collection_test): Call new procedures.
1264
0fdb4f18
PA
12652011-03-18 Pedro Alves <pedro@codesourcery.com>
1266
1267 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
1268 (test_register, test_register_unavailable): New procedures.
1269 (gdb_unavailable_registers_test): New procedure.
1270 (gdb_trace_collection_test): Call it.
1271
99c3dc11
PM
12722011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1273
1274 PR python/12149
1275
1276 * gdb.python/python.exp: Add gdb.write tests.
1277
29703da4
PM
12782010-03-17 Phil Muldoon <pmuldoon@redhat.com>
1279
1280 * gdb.python/Makefile.in: Add py-objfile.
1281 * gdb.python/py-objfile.exp: New file.
1282 * gdb.python/py-objfile.c: New file.
1283 * gdb.python/py-block.exp: Add is_valid tests.
1284 * gdb.python/py-inferior.exp: Ditto.
1285 * gdb.python/py-infthread.exp: Ditto.
1286 * gdb.python/py-symbol.exp: Ditto.
1287 * gdb.python/py-symtab.exp: Ditto.
1288
598997c8
KS
12892011-03-16 Keith Seitz <keiths@redhat.com>
1290
1291 PR c++/12273
1292 * gdb.cp/cmpd-minsyms.exp: New test.
1293 * gdb.cp/cmpd-minsyms.cc: New file.
1294
1295 PR c++/11734
1296 * gdb.cp/ovsrch.exp: New test.
1297 * gdb.cp/ovsrch.h: New file.
1298 * gdb.cp/ovsrch1.cc: New file.
1299 * gdb.cp/ovsrch2.cc: New file.
1300 * gdb.cp/ovsrch3.cc: New file.
1301 * gdb.cp/ovsrch4.cc: New file.
1302
c91513d8
PP
13032011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1304
1305 PR gdb/12528
1306 * gdb.base/Makefile.in: Adjust EXECUTABLES.
1307 * gdb.base/break-on-linker-gcd-function.exp: New test.
1308 * gdb.base/break-on-linker-gcd-function.cc: New file.
1309
7470fc63
AT
13102011-03-15 Andreas Tobler <andreast@fgznet.ch>
1311
1312 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
1313
959e7469
PM
13142011-03-15 Phil Muldoon <pmuldoon@redhat.com>
1315
1316 * lib/gdb.exp (gdb_unload): Add another termination case.
1317
9373cf26
JK
13182011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1319
1320 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
1321 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
1322 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
1323 Provide a stub byte there.
1324 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
1325 DW_AT_entry_pc.
1326 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
1327
24e9cda0
UW
13282011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1329
1330 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
1331 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
1332 "generic ABI, auto".
1333 (altivec_abi_tests): Accept vectors returned by reference.
1334
7371cf6d
PM
13352010-03-14 Phil Muldoon <pmuldoon@redhat.com>
1336
1337 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
1338
ce77046a
UW
13392011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
1340
1341 * gdb.python/py-section-script.exp: Skip test if no Python support.
1342
176400c3
UW
13432011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
1344
1345 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
1346
ecec24e6
PM
13472011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1348
1349 * gdb.python/py-parameter.exp: Update tests to the new Python
1350 parameter API. Add "no documentation" test. Add deprecated API
1351 backward compatibility test.
1352
5dbdd470
TT
13532011-03-09 Tom Tromey <tromey@redhat.com>
1354
1355 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
1356 gdb_continue_to_end.
1357
b66e66ee
MK
13582011-03-09 Mark Kettenis <kettenis@gnu.org>
1359
1360 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
1361 tabs.
1362
eceb0c5f
TT
13632011-03-09 Tom Tromey <tromey@redhat.com>
1364
1365 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
1366 parentheses.
1367 (gdb_continue_to_end): Add "allow_extra" parameter. Use
1368 $command.
1369 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
1370 argument to gdb_continue_to_end.
1371 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
1372 argument to gdb_continue_to_end.
1373 * gdb.cp/annota3.exp: Fix regex.
1374 * gdb.cp/annota2.exp: Fix regex.
1375 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
1376 gdb_continue_to_end.
1377 * gdb.base/call-signal-resume.exp: Revert earlier patch.
1378 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
1379 gdb_continue_to_end.
1380
63154eca
PA
13812011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1382
1383 * gdb.server/ext-run.exp
1384 (load new file without any gdbserver inferior): New test.
1385
967d1f9b
TT
13862011-03-07 Tom Tromey <tromey@redhat.com>
1387
1388 * Makefile.in (TAGS): Rewrite.
1389
d68dcbb9
JK
13902011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1391
1392 * gdb.trace/report.exp (12.1: trace report #1): New match for the
1393 initial commands echo. New match for `Found trace'. Anchor all the
1394 other matches. Anchor and match for `No trace frame found' the final
1395 match.
1396
6bf58e63
TT
13972011-03-07 Tom Tromey <tromey@redhat.com>
1398
1399 * Makefile.in (TAGS): New target.
1400
fda326dd
TT
14012011-03-07 Tom Tromey <tromey@redhat.com>
1402
1403 * lib/opencl.exp (skip_opencl_tests): Update for exit message
1404 change.
1405 * lib/mi-support.exp (mi_gdb_test): Update for exit message
1406 change.
1407 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
1408 exit message change.
1409 (skip_altivec_tests): Update for exit message change.
1410 (skip_vsx_tests): Likewise.
1411 (gdb_continue_to_end): Likewise. Add 'command' argument.
1412 * lib/cell.exp (skip_cell_tests): Update for exit message change.
1413 * gdb.threads/tls.exp: Update for exit message change.
1414 * gdb.threads/thread-unwindonsignal.exp: Use
1415 gdb_continue_to_end.
1416 * gdb.threads/step.exp (step_it): Update for exit message change.
1417 (continue_all): Likewise.
1418 * gdb.threads/print-threads.exp (test_all_threads): Update for
1419 exit message change.
1420 * gdb.threads/interrupted-hand-call.exp: Use
1421 gdb_continue_to_end.
1422 * gdb.threads/execl.exp: Use gdb_continue_to_end.
1423 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
1424 gdb_continue_to_end.
1425 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
1426 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
1427 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
1428 * gdb.cp/method.exp: Update for exit message change.
1429 * gdb.cp/mb-templates.exp: Update for exit message change.
1430 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
1431 * gdb.cp/annota3.exp: Update for exit message change.
1432 * gdb.cp/annota2.exp: Update for exit message change.
1433 * gdb.cell/fork.exp: Use gdb_continue_to_end.
1434 * gdb.base/term.exp: Update for exit message change.
1435 * gdb.base/step-test.exp (test_i): Update for exit message change.
1436 * gdb.base/sigstep.exp (advance): Update for exit message change.
1437 (advancei): Likewise.
1438 * gdb.base/siginfo.exp: Update for exit message change.
1439 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
1440 * gdb.base/reread.exp: Use gdb_continue_to_end.
1441 * gdb.base/langs.exp: Use gdb_continue_to_end.
1442 * gdb.base/interrupt.exp: Update for exit message change.
1443 * gdb.base/gdb1555.exp: Update for exit message change.
1444 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
1445 * gdb.base/ending-run.exp: Update for exit message change.
1446 * gdb.base/chng-syms.exp: Update for exit message change.
1447 * gdb.base/checkpoint.exp: Update for exit message change.
1448 * gdb.base/catch-syscall.exp (check_for_program_end): Use
1449 gdb_continue_to_end.
1450 (test_catch_syscall_with_wrong_args): Likewise.
1451 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
1452 * gdb.base/break-interp.exp (test_ld): Update for exit message
1453 change.
1454 * gdb.base/bang.exp: Update for exit message change.
1455 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
1456 (do_call_attach_tests): Likewise.
1457 * gdb.base/a2-run.exp: Update for exit message change.
1458 * gdb.arch/ppc-dfp.exp: Update for exit message change.
1459 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
1460 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
1461
dd19bd70
JK
14622011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
1465
30e62689
TT
14662011-03-03 Tom Tromey <tromey@redhat.com>
1467
1468 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
1469 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
1470 * gdb.hp/gdb.aCC/configure.ac: Remove.
1471 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
1472 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
1473 * gdb.hp/gdb.base-hp/configure.ac: Remove.
1474 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
1475 * gdb.hp/gdb.compat/configure (Makefile): Remove.
1476 * gdb.hp/gdb.compat/configure.ac: Remove.
1477 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
1478 * gdb.hp/gdb.defects/configure (Makefile): Remove.
1479 * gdb.hp/gdb.defects/configure.ac: Remove.
1480 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
1481 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
1482 * gdb.hp/gdb.objdbg/configure.ac: Remove.
1483 * gdb.hp/configure.ac: Remove.
1484 * gdb.hp/configure: Remove.
1485 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
1486 substitution.
1487 (Makefile): Remove rule.
1488 * gdb.cell/configure.ac: Remove.
1489 * gdb.cell/configure: Remove.
1490 * gdb.stabs/Makefile.in (Makefile): Remove.
1491 (distclean): Don't remove config.status or config.log.
1492 * gdb.stabs/configure (Makefile): Remove.
1493 * gdb.stabs/configure.ac: Remove.
1494 * configure: Rebuild.
1495 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
1496 Remove stabs- and cell-specific logic. Test for existence of
1497 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
1498 subdirectories, gdb.cell, and and gdb.stabs.
1499 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
1500
c171f854
JB
15012011-03-03 Joel Brobecker <brobecker@adacore.com>
1502
1503 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
1504 end of buffer.
1505
9a5193cb
JB
15062011-03-02 Joel Brobecker <brobecker@adacore.com>
1507
1508 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
1509 gdb_test when running a test where we expected no output back.
1510
9bb4c1bb
MS
15112011-02-28 Michael Snyder <msnyder@vmware.com>
1512
1513 * gdb.cp/overload.cc: Change initializer value to integer.
1514
3bd0f5ef
MS
15152011-02-27 Michael Snyder <msnyder@vmware.com>
1516
1517 * gdb.multi/base.exp: Add test for remove-inferiors.
1518
2279eaad
JB
15192011-02-26 Joel Brobecker <brobecker@adacore.com>
1520
1521 * gdb.python/py-frame.exp: Simplify the initialization phase
1522 using prepare_for_testing.
1523
c82c0b55
MS
15242011-02-25 Michael Snyder <msnyder@vmware.com>
1525
1526 * gdb.multi/base.exp: Add tests for info inferiors with args.
1527
1d94651b
JK
15282011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 * gdb.dwarf2/dw2-ranges.S: Rename to ...
1531 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
1532 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
1533 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
1534 asmfile3. Comment the STABS (#3) file compilation. Compile
1535 everything through assembler. Provide KFAIL for symtab/12497.
1536 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
1537 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
1538 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
1539 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
1540
3bd0f5ef
MS
15412011-02-24 Michael Snyder <msnyder@vmware.com>
1542
1543 * gdb.base/break.exp: Add tests for delete breakpoints using
1544 convenience variables and value history references.
1545
12c1418e
MS
15462011-02-24 Michael Snyder <msnyder@vmware.com>
1547
1548 * gdb.base/break.exp: Remove debugging 'printf' accidentally
1549 left behind in previous check-in.
1550
e5a67952
MS
15512011-02-23 Michael Snyder <msnyder@vmware.com>
1552
1553 * gdb.base/break.exp: Add tests for "info break" with arguments.
1554 * gdb.trace/infotrace.exp: Update patterns for error and help.
1555 * gdb.base/completion.exp: Update pattern.
1556 * gdb.base/ena-dis-br.exp: Update pattern.
1557 * gdb.base/help.exp: Update patterns.
1558
15592011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
1560
1561 * gdb.base/memattr.exp: New test.
1562 * gdb.base/memattr.c: Test load for memattr.exp.
1563
6e6fbe60
DE
15642011-02-22 Doug Evans <dje@google.com>
1565
1566 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
1567
1d41d745
MS
15682011-02-22 Michael Snyder <msnyder@vmware.com>
1569
1570 * Makefile.in: Make more clean.
1571 * gdb.ada/Makefile.in: Ditto.
1572 * gdb.arch/Makefile.in: Ditto.
1573 * gdb.asm/Makefile.in: Ditto.
1574 * gdb.base/Makefile.in: Ditto.
1575 * gdb.cp/Makefile.in: Ditto.
1576 * gdb.dwarf2/Makefile.in: Ditto.
1577 * gdb.java/Makefile.in: Ditto.
1578 * gdb.mi/Makefile.in: Ditto.
1579 * gdb.modula2/Makefile.in: Ditto.
1580 * gdb.python/Makefile.in: Ditto.
1581 * gdb.server/Makefile.in: Ditto.
1582 * gdb.stabs/Makefile.in: Ditto.
1583 * gdb.threads/Makefile.in: Ditto.
1584 * gdb.trace/Makefile.in: Ditto.
1585
79ba84ca
MS
15862011-02-22 Michael Snyder <msnyder@vmware.com>
1587
df46027d 1588 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
1589 info threads.
1590
b9b35694
JB
15912011-02-22 Joel Brobecker <brobecker@adacore.com>
1592
1593 * gdb.python/py-breakpoint.exp: Fix the expected output of
1594 one of the "maint info breakpoints" tests to accept the output
1595 generated on platforms that do not have hardware watchpoints.
1596
8bfb830f
JB
15972011-02-22 Joel Brobecker <brobecker@adacore.com>
1598
1599 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
1600 clean_restart. Be a little stricter in the expected output
1601 for one of the tests. Fix a typo in one of the comments.
1602
c45f3c54
JB
16032011-02-22 Joel Brobecker <brobecker@adacore.com>
1604
1605 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
1606 Delete variable binfile, no longer use. Add or modify test
1607 comments to make them unique.
1608
b97c863c
MS
16092011-02-21 Michael Snyder <msnyder@vmware.com>
1610
1611 * Makefile.in: Update for make clean.
1612 * gdb.ada/Makefile.in: Ditto.
1613 * gdb.arch/Makefile.in: Ditto.
1614 * gdb.asm/Makefile.in: Ditto.
1615 * gdb.base/Makefile.in: Ditto.
1616 * gdb.cp/Makefile.in: Ditto.
1617 * gdb.dwarf2/Makefile.in: Ditto.
1618 * gdb.java/Makefile.in: Ditto.
1619 * gdb.mi/Makefile.in: Ditto.
1620 * gdb.modula2/Makefile.in: Ditto.
1621 * gdb.python/Makefile.in: Ditto.
1622 * gdb.server/Makefile.in: Ditto.
1623 * gdb.stabs/Makefile.in: Ditto.
1624 * gdb.threads/Makefile.in: Ditto.
1625 * gdb.trace/Makefile.in: Ditto.
1626
aea5b279
MS
16272011-02-21 Michael Snyder <msnyder@vmware.com>
1628
1629 * gdb.threads/thread-find.exp: Update patterns for changes in
1630 output of "info threads" command.
1631
e3039479
UW
16322011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1633 Ulrich Weigand <uweigand@de.ibm.com>
1634
1635 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
1636 (skip_hw_watchpoint_tests): Likewise.
1637 (skip_hw_watchpoint_multi_tests): Likewise.
1638
b800ec70
UW
16392011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1640
1641 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
1642 (skip_hw_watchpoint_tests): Likewise.
1643 (skip_hw_watchpoint_multi_tests): Likewise.
1644 (skip_hw_watchpoint_access_tests): Likewise.
1645
1646 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
1647 * gdb.base/pr11022.exp: Likewise.
1648 * gdb.base/watch-read.exp: Likewise.
1649 * gdb.base/watch_thread_num.exp: Likewise.
1650 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1651 * gdb.base/watchpoint-hw.exp: Likewise.
1652 * gdb.base/watchpoint.exp: Likewise.
1653 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
1654 * gdb.threads/watchthreads-reorder.exp: Likewise.
1655 * gdb.threads/watchthreads.exp: Likewise.
1656 * gdb.threads/watchthreads2.exp: Likewise.
1657
91033e37
JB
16582011-02-21 Joel Brobecker <brobecker@adacore.com>
1659
1660 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
1661 the debugger is unable to find the array bounds.
1662
eeaafae2
JK
16632011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1664
1665 * gdb.cp/typedef-operator.exp: New file.
1666 * gdb.cp/typedef-operator.cc: New file.
1667
e338d953
MS
16682011-02-17 Michael Snyder <msnyder@vmware.com>
1669
1670 * gdb.threads/thread-find.exp: Fix regular expressions.
1671
e67ad678
JB
16722011-02-17 Joel Brobecker <brobecker@adacore.com>
1673
1674 * gdb.ada/packed_array: Expand testcase to test printing of
1675 unconstrained packed array.
1676
93084bca
JB
16772011-02-17 Joel Brobecker <brobecker@adacore.com>
1678
1679 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
1680
a0c78a73
PA
16812011-02-16 Pedro Alves <pedro@codesourcery.com>
1682
f65d5553 1683 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
1684 (main): Initialize it before collecting, and and clear it
1685 afterwards.
f65d5553
PA
1686 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1687 collecting with '{type} addr', where the addr expression is not an
1688 rvalue.
a0c78a73 1689
3dfcbbd2
KW
16902011-02-16 Ken Werner <ken.werner@de.ibm.com>
1691
1692 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
1693 a bool variable. Expect correct OpenCL names for vector types. Use the
1694 uc3 variable name instead of referring to the uchar3 built-in type.
1695 Escape the asterisk at the half pointer test.
1696
08807d5a
PA
16972011-02-16 Pedro Alves <pedro@codesourcery.com>
1698
f65d5553 1699 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
1700 (main): Initialize it before collecting, and and clear it
1701 afterwards.
f65d5553
PA
1702 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1703 collecting overlapping memory ranges.
08807d5a 1704
60f98dde
MS
17052011-02-15 Michael Snyder <msnyder@vmware.com>
1706
1707 * gdb.base/default.exp: Add tests for thread commands.
1708 * gdb.base/help.exp: Add tests for thread commands.
1709 * gdb.threads/thread-find.exp: New test for thread find command.
1710
648cd113
KW
17112011-02-15 Ken Werner <ken.werner@de.ibm.com>
1712
1713 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1714
494e194e
YQ
17152011-02-15 Yao Qi <yao@codesourcery.com>
1716
1717 PR tdep/12352
1718 * gdb.arch/arm-disp-step.S : New test for str instruction.
1719 * gdb.arch/arm-disp-step.exp : Likewise.
1720
d9492458
TJB
17212011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1722
1723 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1724 "vector_register2_vr" test strings. Test the extended floating
1725 point registers (F32~F63).
1726 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1727 IBM XL C compiler. Make the test program use a register provided
1728 by the compiler for the lxvd2x instruction.
1729
8af8e3bc
PA
17302011-02-14 Pedro Alves <pedro@codesourcery.com>
1731
1732 * gdb.trace/unavailable.cc (class Base, class Middle, class
1733 Derived): New types.
1734 (derived_unavail, derived_partial, derived_whole): New globals.
1735 (virtual_partial): New global.
1736 (virtualp): Point at virtual_partial.
1737 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1738 related to unavailable vptr.
1739
1b28d0b3
PA
17402011-02-14 Pedro Alves <pedro@codesourcery.com>
1741
1742 * gdb.trace/unavailable.cc (a, b, c): New globals.
1743 (main): Set and clear them.
1744 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1745 `a' and `c', and check that `b' isn't collected, although `a' and
1746 `c' are.
1747
ec0a52e1
PA
17482011-02-14 Pedro Alves <pedro@codesourcery.com>
1749
1750 * gdb.trace/unavailable.cc (struct Virtual): New.
1751 (virtualp): New global pointer.
1752 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1753 printing a pointer to an object whose type has a vtable, with
1754 print object on.
1755
24e6bcee
PA
17562011-02-14 Pedro Alves <pedro@codesourcery.com>
1757
1758 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1759 value repeat handles unavailableness.
1760
39d37385
PA
17612011-02-14 Pedro Alves <pedro@codesourcery.com>
1762
1763 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1764 tests for building arrays from unavailable values, subscripting
1765 non-memory rvalue unvailable arrays, and accessing fields or
1766 baseclasses of non-lazy unavailable values,
1767 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1768 struct types.
1769 (g_smallstruct, g_smallstruct_b): New globals.
1770
06d72e16
PA
17712011-02-14 Pedro Alves <pedro@codesourcery.com>
1772
1773 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1774
bc9a5551
JK
17752011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1778 * gdb.cp/overload-const.exp: New file.
1779 * gdb.cp/overload-const.cc: New file.
1780
54fcddd0
UW
17812011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1782
1783 * gdb.opencl/callfuncs.cl: New file.
1784 * gdb.opencl/callfuncs.exp: New test.
1785 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1786
d6dafb7c
UW
17872011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1788
1789 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1790 when computing result.
1791 * gdb.arch/altivec-abi.exp: Update expected results.
1792
a449c2d8
TJB
17932011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1794
1795 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1796 * gdb.base/jit.exp: Likewise.
1797 * gdb.base/pie-execl.exp: Likewise.
1798 * gdb.base/solib-nodir.exp: Likewise.
1799 * gdb.base/solib-overlap.exp: Likewise.
1800
764880b7
PA
18012011-02-07 Pedro Alves <pedro@codesourcery.com>
1802
1803 * gdb.trace/collection.c (global_pieces): New.
1804 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1805 New procedure.
1806 (gdb_trace_collection_test): Call it.
1807
505500db
SW
18082011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1809
1810 * gdb.python/py-evthreads.c: New file.
1811 * gdb.python/py-evthreads.exp: New file.
1812 * gdb.python/py-events.py: New file.
1813 * gdb.python/py-events.exp: New file.
1814 * gdb.python/py-events.c: New file.
1815
385203ed
DD
18162011-02-04 David Daney <ddaney@caviumnetworks.com>
1817
1818 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1819
9011945e
AB
18202011-02-03 Andrew Burgess <aburgess@broadcom.com>
1821
1822 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1823 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1824 boundary between two compilation units.
1825
580688f3
PA
18262011-02-02 Pedro Alves <pedro@codesourcery.com>
1827
1828 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1829 (Virtual): New structs.
1830 (virtual_o, virtual_middle_b): New globals.
1831 * gdb.cp/virtbase.exp: New tests.
1832
d3f0f853
PP
18332011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1834
1835 * gdb.base/jit.exp: New file.
1836 * gdb.base/jit-main.c: New file.
1837 * gdb.base/jit-solib.c: New file.
1838
b2030fb5
UW
18392011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1840
1841 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1842 proceed to initial kernel entry point.
1843 * gdb.opencl/datatypes.exp: Likewise.
1844 * gdb.opencl/operators.exp: Likewise.
1845 * gdb.opencl/vec_comps.exp: Likewise.
1846
2db19d1e
SW
18472011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1848
1849 * gdb.cp/nsnested.cc: New.
1850 * gdb.cp/nsnested.exp: New.
1851 * gdb.cp/nsnoimports.exp: New.
1852 * gdb.cp/nsnoimports.cc: New.
1853
6b0c4c1f
JB
18542011-01-31 Joel Brobecker <brobecker@adacore.com>
1855
1856 * gdb.base/interact.exp: Add extra tests that verify that
1857 the value of the interactive-mode setting does not change
1858 after the script is sourced.
1859
80b23b6a
JK
18602011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * gdb.cp/noparam.exp: New file.
1863 * gdb.cp/noparam.cc: New file.
1864
ffd5ec24
PA
18652011-01-28 Pedro Alves <pedro@codesourcery.com>
1866
1867 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1868 there's no stack or registers.
1869
a81766d8
TT
18702011-01-26 Tom Tromey <tromey@redhat.com>
1871
1872 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1873 space before string output. Add test for "set print pretty off"
1874 case.
1875
585fdaa1
PA
18762011-01-25 Pedro Alves <pedro@codesourcery.com>
1877
1878 * gdb.base/frame-args.exp: Adjust.
1879 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1880 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1881 * gdb.dwarf2/pieces.exp: Adjust.
1882 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1883 * gdb.opt/inline-locals.exp: Adjust.
1884 * gdb.threads/fork-child-threads.exp: Adjust.
1885
d468832a
KW
18862011-01-25 Ken Werner <ken.werner@de.ibm.com>
1887
1888 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1889 OpenCL kernel function. Add a comment as marker. Add address space
1890 qualifiers for the remaining program scope variables.
1891 * gdb.opencl/datatypes.cl: Likewise.
1892 * gdb.opencl/operators.cl: Likewise.
1893 * gdb.opencl/vec_comps.cl: Likewise.
1894 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1895 Add breakpoint at the marker comment.
1896 * gdb.opencl/datatypes.exp: Likewise.
1897 * gdb.opencl/operators.exp: Likewise.
1898 * gdb.opencl/vec_comps.exp: Likewise.
1899
490f124f
PA
19002011-01-24 Pedro Alves <pedro@codesourcery.com>
1901
1902 * gdb.base/printcmds.c (some_struct): New struct and instance.
1903 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1904 procedure.
1905 <global scope>: Call it.
1906
6da78614
KW
19072011-01-21 Ken Werner <ken.werner@de.ibm.com>
1908
1909 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1910 argument to the gdb_compile_opencl_hostapp call.
1911
ec64c9aa
YQ
19122011-01-19 Yao Qi <yao@codesourcery.com>
1913
1914 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1915 positve list.
1916
810cfdbb
YQ
19172011-01-19 Yao Qi <yao@codesourcery.com>
1918
1919 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1920 canonical form.
1921 Remove "xscale-*-*"
1922 * gdb.xml/tdesc-regs.exp: Likewise.
1923 * gdb.python/py-section-script.exp: Replace ARM target triplet
1924 with canonical form.
1925 Match arm*-*-symbianelf*.
1926 * gdb.base/dup-sect.exp: Likewise.
1927 * lib/dwarf.exp: New.
1928 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1929 dwarf2_support.
1930 * gdb.dwarf2/dup-psym.exp: Likewise.
1931 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1932 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1933 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1934 * gdb.dwarf2/dw2-basic.exp: Likewise.
1935 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1936 * gdb.dwarf2/dw2-const.exp: Likewise.
1937 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1938 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1939 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1940 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1941 * gdb.dwarf2/dw2-filename.exp: Likewise.
1942 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1943 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1944 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1945 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1946 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1947 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1948 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1949 * gdb.dwarf2/dw2-producer.exp: Likewise.
1950 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1951 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1952 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1953 * gdb.dwarf2/dw2-strp.exp: Likewise.
1954 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1955 * gdb.dwarf2/implptr.exp: Likewise.
1956 * gdb.dwarf2/mac-fileno.exp: Likewise.
1957 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1958 * gdb.dwarf2/pieces.exp: Likewise.
1959 * gdb.dwarf2/pr11465.exp: Likewise.
1960 * gdb.dwarf2/valop.exp: Likewise.
1961 * gdb.dwarf2/watch-notconst.exp: Likewise.
1962 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1963
4694da01
TT
19642011-01-19 Tom Tromey <tromey@redhat.com>
1965
1966 * gdb.python/py-infthread.exp: Add thread tests.
1967
b075872c
JB
19682011-01-14 Joel Brobecker <brobecker@adacore.com>
1969
1970 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1971
2c3e6e24
JB
19722011-01-14 Joel Brobecker <brobecker@adacore.com>
1973
1974 * gdb.ada/widewide: New testcase.
1975
de8fa76c
JB
19762011-01-13 Joel Brobecker <brobecker@adacore.com>
1977
1978 * gdb.base/interact.exp: New testcase.
1979
1b05df00
TT
19802011-01-12 Tom Tromey <tromey@redhat.com>
1981
1982 * gdb.mi/gdb2549.exp: Update for error message changes.
1983 * gdb.mi/mi-cli.exp: Likewise.
1984 * gdb.mi/mi-disassemble.exp: Likewise.
1985 * gdb.mi/mi-pthreads.exp: Likewise.
1986 * gdb.mi/mi-regs.exp: Likewise.
1987 * gdb.mi/mi-stack.exp: Likewise.
1988 * gdb.mi/mi-var-block.exp: Likewise.
1989 * gdb.mi/mi-var-cmd.exp: Likewise.
1990 * gdb.mi/mi2-cli.exp: Likewise.
1991 * gdb.mi/mi2-disassemble.exp: Likewise.
1992 * gdb.mi/mi2-pthreads.exp: Likewise.
1993 * gdb.mi/mi2-regs.exp: Likewise.
1994 * gdb.mi/mi2-stack.exp: Likewise.
1995 * gdb.mi/mi2-var-block.exp: Likewise.
1996 * gdb.mi/mi2-var-cmd.exp: Likewise.
1997
c2ff108b
JK
19982011-01-12 Andrew Burgess <aburgess@broadcom.com>
1999 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 PR fortran/11104 and DWARF unbound arrays detection.
2002 * gdb.fortran/multi-dim.exp: New file.
2003 * gdb.fortran/multi-dim.f90: New file.
2004
b716877b
AB
20052011-01-12 Andrew Burgess <aburgess@broadcom.com>
2006
2007 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
2008 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
2009 add new tests for opcode dumping.
2010
6c162d5e
TT
20112011-01-11 Tom Tromey <tromey@redhat.com>
2012
2013 * gdb.python/py-infthread.exp: Load gdb-python.exp.
2014
77b06cd7
TJB
20152010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2016
2017 Convert hardware watchpoints to use breakpoint_ops.
2018 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
2019 type is not supported.
2020 * gdb.base/foll-fork.exp: Likewise.
2021 * gdb.base/foll-vfork.exp: Likewise.
2022
f39a75d0
PM
20232011-01-10 Phil Muldoon <pmuldoon@redhat.com>
2024
2025 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
2026 Use load_lib gdb-python.exp.
2027 * gdb.python/python.exp: Ditto.
2028 * gdb.python/py-function.exp: Ditto.
2029
fc529d80
AS
20302011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2031
2032 * gdb.threads/tls.exp ("info address me"): Fix expected output.
2033
fb03cb59
JK
20342011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2035
2036 * configure: Regenerate.
2037
d8e22779
TT
20382011-01-06 Tom Tromey <tromey@redhat.com>
2039
2040 * gdb.python/py-frame.exp: Test gdb.newest_frame.
2041
09050809
JB
20422011-01-06 Joel Brobecker <brobecker@adacore.com>
2043
fc529d80
AS
2044 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
2045 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
2046 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2047 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
2048 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
2049 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2050 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
2051 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
2052 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
2053 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
2054 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
2055 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
2056 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
2057 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2058 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2059 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
2060 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
2061 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
2062 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2063 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
2064 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
2065 gdb.ada/uninitialized_vars.exp,
2066 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
2067 Simplify by using clean_restart.
09050809 2068
8ed5dd9e
JB
20692011-01-06 Joel Brobecker <brobecker@adacore.com>
2070
2071 Add marker to be used as anchor for inserting breakpoints.
2072 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
2073 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
2074 Likewise.
2075
2076 Remove uses of gdb_start_cmd.
2077 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
2078 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
2079
2080 Do not run testcase if testing with GDBserver.
2081 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
2082 if testing with GDBserver.
2083
368a124f
JB
20842011-01-06 Joel Brobecker <brobecker@adacore.com>
2085
2086 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
2087 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
2088 copyright header.
2089
44944448
JB
20902011-01-05 Joel Brobecker <brobecker@adacore.com>
2091
2092 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
2093 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
2094 testsuite/gdb.fortran/complex.f,
2095 testsuite/gdb.fortran/derived-type.f90,
2096 testsuite/gdb.fortran/library-module-lib.f90,
2097 testsuite/gdb.fortran/library-module-main.f90,
2098 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
2099 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
2100 Copyright year update.
2101
31886ea6
JB
21022011-01-05 Joel Brobecker <brobecker@adacore.com>
2103
2104 * gdb.base/langs1.f: Add copyright header.
2105
ebedcab5
JK
21062011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2107
2108 * gdb.base/morestack.exp: New file.
2109 * gdb.base/morestack.c: New file.
2110
de1eb2f9
JK
21112011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2112
2113 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
2114
9e87a409
JB
21152010-12-29 Joel Brobecker <brobecker@adacore.com>
2116
2117 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
2118 * gdb.ada/arrayptr.exp: Add test printing that new variable.
2119
720d1a40
JB
21202010-12-29 Joel Brobecker <brobecker@adacore.com>
2121
2122 * gdb.ada/lang_switch.exp: Correct expected parameter value.
2123
a283af87
AS
21242010-12-25 Andreas Schwab <schwab@linux-m68k.org>
2125
5d3d9cba
AS
2126 * gdb.threads/tls.exp: Fix typo.
2127
a283af87
AS
2128 * gdb.threads/thread-specific.exp (get_thread_list): Update.
2129 * gdb.threads/execl.exp: Update.
2130
2a20745c
YQ
21312010-12-23 Yao Qi <yao@codesourcery.com>
2132
2133 * gdb.arch/arm-disp-step.exp: New.
2134 * gdb.arch/arm-disp-step.S: New.
2135
a7658b96
TT
21362010-12-21 Tom Tromey <tromey@redhat.com>
2137
2138 * gdb.threads/execl.exp: Update.
2139 * gdb.threads/linux-dp.exp: Update.
2140 * gdb.threads/manythreads.exp: Update.
2141 * gdb.threads/tls.exp: Update.
2142
5b79abe7
TT
21432010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2144
2145 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
2146 (NextOverThrowDerivates) <resumebpt>: New.
2147 (resumebpt_test): New.
2148 (main): Call resumebpt_test.
2149 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
2150
0914bcdb
SS
21512010-12-12 Stan Shebs <stan@codesourcery.com>
2152
2153 * gdb.trace/tsv.exp: Test print command on trace state variables.
2154
305aeedc
TT
21552010-12-09 Tom Tromey <tromey@redhat.com>
2156
2157 * gdb.base/interp.exp: Add regression test.
2158
186c406b
TT
21592010-12-09 Tom Tromey <tromey@redhat.com>
2160
2161 * gdb.java/jnpe.java: New file.
2162 * gdb.java/jnpe.exp: New file.
2163 * gdb.cp/nextoverthrow.exp: New file.
2164 * gdb.cp/nextoverthrow.cc: New file.
2165
aae1c79a
DE
21662010-12-07 Doug Evans <dje@google.com>
2167
2168 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
2169 of data-directory.
2170 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
2171 updated.
2172 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
2173
60f98dde 21742010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
2175
2176 * gdb.base/callfuncs.exp: Test for skip_float_tests.
2177 * gdb.base/call-sc.exp: Ditto.
2178 * gdb.base/finish.exp: Ditto.
2179 * gdb.base/return.exp: Ditto.
2180 * gdb.base/return2.exp: Ditto.
2181
5fa290c1
DE
21822010-11-30 Doug Evans <dje@google.com>
2183
2184 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
2185 (gdb_expect_list): Fix spelling errors in comments.
2186 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
2187 send_gdb/gdb_expect_list where applicable.
2188 * gdb.base/call-ar-st.exp: Ditto.
2189 * gdb.base/funcargs.exp: Ditto.
2190 * gdb.base/gcore.exp: Ditto.
2191 * gdb.base/page.exp: Ditto.
2192 * gdb.base/sigaltstack.exp: Ditto.
2193 * gdb.base/siginfo.exp: Ditto.
2194 * gdb.base/sigstep.exp: Ditto.
2195 * gdb.base/trace-commands.exp: Ditto.
2196
4e04c971
DE
21972010-11-29 Doug Evans <dje@google.com>
2198
2199 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
2200 printer-name;subprinter-name.
2201
8cf6f0b1
TT
22022010-11-29 Tom Tromey <tromey@redhat.com>
2203
2204 * gdb.dwarf2/implptr.exp: New file.
2205 * gdb.dwarf2/implptr.c: New file.
2206 * gdb.dwarf2/implptr.S: New file.
2207
94b6973e
PM
22082010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2209
fc529d80 2210 PR python/12199
94b6973e
PM
2211
2212 * gdb.python/py-breakpoint.exp: Test the delete method.
2213
8358c15c
JK
22142010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2215
2216 Fix step_resume_breakpoint unsaved during an infcall.
2217 * gdb.base/step-resume-infcall.exp: New file.
2218 * gdb.base/step-resume-infcall.c: New file.
2219
f6df29bc
TJB
22202010-11-24 Edjunior Machado <emachado@br.ibm.com>
2221
2222 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
2223
f2b5a5cf
TJB
22242010-11-24 Edjunior Machado <emachado@br.ibm.com>
2225
2226 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
2227 on ppc64's symbols; "finish" and "return" commands must accept to
2228 show the caller line again as well as the line after.
2229 * gdb.asm/powerpc64.inc: New file.
2230
6b0ecdc2
DE
22312010-11-23 Doug Evans <dje@google.com>
2232
2233 * lib/gdb.exp (gdb_test_sequence): New function.
2234 (gdb_expect_list): Add verbose -log call for each pattern.
2235 * gdb.base/signals.exp (test_handle_all_print): Call it.
2236 Reduce timeout increment from 6 minutes to 1 minute.
2237 * gdb.server/ext-run.exp: Call it.
2238
ea976c60
PM
22392010-11-23 Phil Muldoon <pmuldoon@redhat.com>
2240
f2b5a5cf 2241 PR python/12212
ea976c60
PM
2242
2243 * gdb.python/python.exp: Check that selected_thread raises an
2244 error when no inferior is loaded.
2245
c0efa795
JK
22462010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2247
2248 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
2249 * gdb.dwarf2/dw2-stack-boundary.S: New file.
2250
ec3aa567
JK
22512010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
2254 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
2255
d8249011
DE
22562010-11-18 Doug Evans <dje@google.com>
2257
2258 * gdb.server/ext-run.exp: Fix intermittent failures.
2259
d4eba7d1
NF
22602010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2261
2262 * gdb.stabs/gdb11479.exp: Use runto_main.
2263
b04c2f88
NF
22642010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2265
2266 * gdb.base/break-entry.exp: Skip if using a stub.
2267
ae9d7ce4
NF
22682010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2269
2270 * gdb.python/py-inferior.exp: Pack values in target endianness.
2271
621c8364
TT
22722010-11-12 Tom Tromey <tromey@redhat.com>
2273
2274 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
2275 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
2276 MemoryError.
2277 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
2278 type.
2279 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
2280 MemoryError.
2281 (test_subscript_regression): Update exception type.
2282
84f4c1fe
PM
22832010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2284
2285 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
2286 breakpoint tests.
2287
a1442452
PA
22882010-11-09 Pedro Alves <pedro@codesourcery.com>
2289
2290 * gdb.base/watchpoint.exp: Test "watch -location" with an
2291 innacessible location.
2292
efd11a33
JK
22932010-11-09 Edjunior Machado <emachado@br.ibm.com>
2294 Luis Machado <luisgpm@br.ibm.com>
2295
2296 * gdb.base/maint.exp: Expect "." prefix.
2297 * gdb.base/nodebug.exp: Expect "." Likewise.
2298 * gdb.base/sepsymtab.exp: Expect "." Likewise.
2299 * gdb.base/watchpoint-cond-gone.exp: Likewise.
2300 * gdb.base/watchpoint.exp: Expect a software watch to be created for
2301 POWER server processors.
2302
aa00efb5
JK
23032010-11-08 Edjunior Machado <emachado@br.ibm.com>
2304 Luis Machado <luisgpm@br.ibm.com>
2305
2306 * gdb.base/break-entry.exp: convert entry point for
2307 ppc64 and expect leading `.' on ppc64's symbols
2308
99e7ae30
DE
23092010-11-05 Doug Evans <dje@google.com>
2310
2311 * gdb.base/help.exp: Update expected output.
b521dba8
DE
2312 * gdb.python/py-param.exp: Delete, contents moved to ...
2313 * gdb.python/py-parameter.exp: ... here. New file.
2314 Add test for gdb.parameter ("directories").
99e7ae30 2315
f4b8a18d
KW
23162010-11-05 Ken Werner <ken.werner@de.ibm.com>
2317
2318 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
2319 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
2320 * configure: Regenerate.
2321 * gdb.opencl/Makefile.in: New File.
2322 * gdb.opencl/datatypes.exp: Likewise.
2323 * gdb.opencl/datatypes.cl: Likewise.
2324 * gdb.opencl/operators.exp: Likewise.
2325 * gdb.opencl/operators.cl: Likewise.
2326 * gdb.opencl/vec_comps.exp: Likewise.
2327 * gdb.opencl/vec_comps.cl: Likewise.
2328 * gdb.opencl/convs_casts.exp: Likewise.
2329 * gdb.opencl/convs_casts.cl: Likewise.
2330 * lib/opencl.exp: Likewise.
2331 * lib/opencl_hostapp.c: Likewise.
2332 * lib/opencl_kernel.cl: Likewise.
2333 * lib/cl_util.c: Likewise.
2334 * lib/cl_util.c: Likewise.
2335 * gdb.base/default.exp (set language): Add "opencl" to the list of
2336 languages.
2337
a9d5ef47
SW
23382010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
2339
2340 * gdb.cp/overload.exp: Added test for inheritance overload.
2341 * gdb.cp/overload.cc: Ditto.
2342 * gdb.cp/oranking.exp: Removed releveant kfails.
2343
03eb1c79
JK
23442010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2345 Joel Brobecker <brobecker@adacore.com>
2346
2347 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
2348 check test_compiler_info.
2349
dbc98a8b
KW
23502010-11-03 Ken Werner <ken.werner@de.ibm.com>
2351
2352 * gdb.base/gnu_vector.exp: Adjust expect messages.
2353
120bd360
KW
23542010-11-03 Ken Werner <ken.werner@de.ibm.com>
2355
2356 * gdb.base/gnu_vector.exp: Add unary operator tests.
2357
c37f7098
KW
23582010-11-03 Ken Werner <ken.werner@de.ibm.com>
2359
2360 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
2361
7b51bc51
DE
23622010-11-02 Doug Evans <dje@google.com>
2363
2364 * gdb.python/py-pp-maint.c: New file.
2365 * gdb.python/py-pp-maint.exp: New file.
2366 * gdb.python/py-pp-maint.py: New file.
2367
50c97f38
TT
23682010-11-02 Tom Tromey <tromey@redhat.com>
2369
2370 * gdb.base/default.exp: Remove "scheme" from language list.
2371
a289b8f6
JK
23722010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2373
2374 Revert:
2375 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2376 * gdb.threads/sigstep-threads.exp: New file.
2377 * gdb.threads/sigstep-threads.c: New file.
2378
cd017491
MS
23792010-10-20 Michael Snyder <msnyder@vmware.com>
2380
2381 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
2382
8e6a5956
UW
23832010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2384
2385 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
2386 Skip test completely if gdb,no_hardware_watchpoints.
2387
2c04da0d
UW
23882010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2389
2390 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
2391 strict, but do not check for any particular function name within libc.
2392
79afc5ef
SW
23932010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2394
2395 * gdb.cp/smartp.exp: New test.
2396 * gdb.cp/smartp.cc : New test.
2397
026ffab7
SW
23982010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2399
2400 * gdb.cp/converts.exp: Test pointer to bool conversion.
2401 Test pointer to long conversion.
2402 * gdb.cp/oranking.exp: Removed relevant kfail.
2403
3a772aa4
TT
24042010-10-18 Tom Tromey <tromey@redhat.com>
2405
2406 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
2407 argument to lazy_string.
2408 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
2409 (pp_ls.to_string): Use it.
2410 * gdb.python/py-prettyprint.c (main): Move declarations to top.
2411 Add "estring2" local.
2412
5fc3827b
JK
24132010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2414
2415 Fix s390x compatibility.
2416 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
2417 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
2418
8aeb23f3
JK
24192010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2420
2421 * gdb.threads/sigstep-threads.exp: New file.
2422 * gdb.threads/sigstep-threads.c: New file.
2423
c1e56572
JK
24242010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2425
2426 * gdb.base/pie-execl.exp: New file.
2427 * gdb.base/pie-execl.c: New file.
2428
92163a10
JK
24292010-10-13 Doug Evans <dje@google.com>
2430 Jan Kratochvil <jan.kratochvil@redhat.com>
2431
2432 PR exp/12117
2433 * gdb.cp/ptype-cv-cp.cc: New file.
2434 * gdb.cp/ptype-cv-cp.exp: New file.
2435
7062b0a0
SW
24362010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
2437
2438 * gdb.cp/converts.cc: New test program.
2439 * gdb.cp/converts.exp: New test.
2440 * gdb.cp/overload.exp: Added test for void* vs int*.
2441 * gdb.cp/overload.exp: Ditto.
2442 * gdb.cp/oranking.exp: Removed related kfail.
2443
0e3509db
DE
24442010-10-13 Doug Evans <dje@google.com>
2445
2446 * lib/gdb-python.exp (gdb_check_python_config): New function.
2447 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
2448 * gdb.python/lib-types.cc: New file.
2449 * gdb.python/lib-types.exp: New file.
2450
8dc78533
JK
24512010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2452
2453 * gdb.python/py-error.exp: New file.
2454 * gdb.python/py-error.py: New file.
2455
93c17e06
JK
24562010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2457
2458 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
2459 gdb_test_multiple.
2460
d8b34041
JK
24612010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 * gdb.base/break-interp.exp: Use ldlags for linking flags.
2464 * gdb.base/prelink.exp: Likewise.
2465 * gdb.base/solib-nodir.exp: Likewise.
2466 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
2467 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
2468 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
2469
e0cc584e
UW
24702010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2471
2472 * break-interp.exp (test_ld): Use two separate gdb_expect statements
2473 for the "info files" test to avoid timeouts on slow machines.
2474
cfc353b1
JK
24752010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2476
2477 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
2478 (main): Make openlib dummy call.
2479
d3d7896d
JK
24802010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2481
2482 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
2483 * break-interp.exp (reach): Move the core body ...
2484 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
2485 (test_ld): Provide always real argument, even to the linker. Replace
2486 dl_main by _dl_debug_state.
2487
5e533c94
JK
24882010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2489
2490 Fix results of prelinked PIEs on ppc*.
2491 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
2492 Accept also DISPLACEMENT "PRESENT".
2493 (main): Replace "ZERO" displacements by "PRESENT".
2494
33540610
SW
24952010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
2496
2497 * gdb.cp/oranking.exp: New test.
2498 * gdb.cp/oranking.cc: New test program.
2499
3bdf2bbd
KW
25002010-10-08 Ken Werner <ken.werner@de.ibm.com>
2501
2502 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
2503 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
2504
2f608a3a
KW
25052010-10-06 Ken Werner <ken.werner@de.ibm.com>
2506
2507 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
2508 lush, lynx) New constant.
2509 * gdb.base/constvars.exp: Test const array types.
2510 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
2511
aa2e2d8d
DE
25122010-10-06 Doug Evans <dje@google.com>
2513
2514 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
2515 of syscall staging area.
2516
2844d6b5
KW
25172010-10-06 Ken Werner <ken.werner@de.ibm.com>
2518
2519 * gdb.base/gnu_vector.c: Add variable c4.
2520 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
2521 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2522
7d8ac8bb
MR
25232010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
2524
2525 * gdb.arch/altivec-abi.exp: Fix a typo.
2526
84a02e58
MR
25272010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
2528
2529 * lib/mi-support.exp (thread_selected_re): Correct pattern used
2530 to match a thread ID.
2531
b18e6318
JK
25322010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2533
2534 Fix s390x testcase compatibility.
2535 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
2536
a2c09bd0
DE
25372010-10-01 Doug Evans <dje@google.com>
2538
2539 * lib/gdb-python.exp: New file.
2540 * gdb.python/py-block.exp: Use it.
2541 * gdb.python/py-breakpoint.exp: Ditto.
2542 * gdb.python/py-frame.exp: Ditto.
2543 * gdb.python/py-inferior.exp: Ditto.
2544 * gdb.python/py-param.exp: Ditto.
2545 * gdb.python/py-prettyprint.exp: Ditto.
2546 * gdb.python/py-shared.exp: Ditto.
2547 * gdb.python/py-symbol.exp: Ditto.
2548 * gdb.python/py-symtab.exp: Ditto.
2549 * gdb.python/py-type.exp: Ditto.
2550 * gdb.python/py-value.exp: Ditto.
2551 * gdb.python/python.exp: Ditto.
2552
38f12cfc
TT
25532010-09-30 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.base/anon.exp: New file.
2556 * gdb.base/anon.c: New file.
2557
9ae8282d
TT
25582010-09-30 Tom Tromey <tromey@redhat.com>
2559
2560 * gdb.base/completion.exp: Test completion through anonymous
2561 union.
2562 * gdb.base/break1.c (struct some_struct): Add anonymous union.
2563
e9e07ba6
JK
25642010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 Fix printing parameters of inlined functions.
2567 * gdb.dwarf2/dw2-inline-param.exp: New file.
2568 * gdb.dwarf2/dw2-inline-param-main.c: New file.
2569 * gdb.dwarf2/dw2-inline-param.S: New file.
2570
cd2effb2
JK
25712010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2572
2573 PR corefiles/12071.
2574 * gdb.base/corefile.exp (quit with a process, no question: load core)
2575 (quit with a core file): New tests.
2576
bceffbf3
JK
25772010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2578
2579 Fix GDB crash on inferior calls with self-referencing classes.
2580 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
2581 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
2582 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
2583
1736ad11
JK
25842010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 Fix lost siginfo_t for inferior calls.
2587 * gdb.base/siginfo-infcall.exp: New file.
2588 * gdb.base/siginfo-infcall.c: New file.
2589
a176ad92
JB
25902010-09-22 Joel Brobecker <brobecker@adacore.com>
2591
2592 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
2593
c2b0a229
JK
25942010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
2597 New test.
2598 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
2599
e8ae22d1
JB
26002010-09-22 Joel Brobecker <brobecker@adacore.com>
2601
2602 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
2603 type of our const type.
2604
ec322823
SW
26052010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
2606
2607 * gdb.cp/pr12028.cc: New.
2608 * gdb.cp/pr12028.exp: New.
2609
72929c62
JB
26102010-09-22 Joel Brobecker <brobecker@adacore.com>
2611
2612 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
2613
875b4ff5 26142010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 2615 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
2616
2617 PR mi/11407
2618 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
2619 * gdb.mi/dw2-ref-missing-frame-main.c New File.
2620 * gdb.mi/dw2-ref-missing-frame.S New File.
2621 * gdb.mi/dw2-ref-missing-frame.exp New File.
2622
7155d578
TT
26232010-09-14 Tom Tromey <tromey@redhat.com>
2624
2625 PR symtab/8399:
2626 * gdb.threads/tls.exp: Remove kfail. Update expected output.
2627
515ed532
TT
26282010-09-14 Tom Tromey <tromey@redhat.com>
2629
2630 PR exp/11803:
2631 * gdb.threads/tls.exp: Use C++.
2632 (check_thread_local): Use K::another_thread_local.
2633 * gdb.threads/tls.c (class K): New.
2634 (another_thread_local): Now a member of K.
2635 (spin): Update. No longer K&R C.
2636
450ca57c
SW
26372010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2638
2639 * gdb.cp/koenig.cc: created class for testing member lookup.
2640 * gdb.cp/koenig.exp: Added test for member lookup.
2641
dbd492a3
JK
26422010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2643
2644 Fix false FAILs on sourcetree topdir directory containing "kill".
2645 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
2646 source line matching regexp.
2647
8d4d924b
JK
26482010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2649
2650 * gdb.python/python.exp (set height 0, collect help from uiout)
2651 (verify help to uiout): New tests.
2652
8e64f2a0
JK
26532010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2654
2655 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
2656 is_lp64_target to check 64bit target.
2657
4569eed2
JK
26582010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
2661 (test_ld) <powerpc64-*>: New.
2662
5e1617b1
DJ
26632010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2664
2665 * gdb.cp/templates.exp (test_template_args): Allow "struct".
2666
c767944b
DJ
26672010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2668
2669 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
2670 (FunctionArg::method): New function.
2671 (empty, arg): New variables.
2672 (main): Call arg.method.
2673 * gdb.cp/templates.exp (test_template_args): New function.
2674 (do_tests): Call it.
2675
27d3a3fc
UW
26762010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2677
2678 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
2679 of "next" to proceed over pthread_exit call.
2680
55b7ce7f
UW
26812010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2682
2683 * gdb.base/maint.exp: Avoid wildcards against potentially very long
2684 "maint print statistics" output to prevent expect timeouts.
2685
809df446
JK
26862010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
2689 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2690 (test_float_rejected): ... here.
2691 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
2692 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2693 (test_float_rejected): ... here.
2694 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
2695 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2696 (test_float_rejected): ... here.
2697 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
2698 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2699 (test_float_rejected): ... here.
2700
8464be76
DJ
27012010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
2704 before disabling hardware watchpoints.
2705 (test_inaccessible_watchpoint): Check that hardware watchpoints
2706 are used. Test for watchpoints on a constant address.
2707
14dba4b4
JK
27082010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2709
2710 * gdb.base/ui-redirect.exp: New file.
2711
3f3540e1 27122010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 2713 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
2714
2715 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2716
0f254bb7
DE
27172010-08-31 Doug Evans <dje@google.com>
2718
2719 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2720
03f17ccf
TT
27212010-08-30 Tom Tromey <tromey@redhat.com>
2722
2723 PR python/11792:
2724 * gdb.python/py-value.exp (test_subscript_regression): Add
2725 dynamic_type test.
2726
640617ad
DJ
27272010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2728
2729 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2730 instead of running to main. Do not test the main function.
2731 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2732 Add new main.
2733
2ed91d1b
PA
27342010-08-26 Pedro Alves <pedro@codesourcery.com>
2735
2736 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2737 one test.
2738
673bfd45
DE
27392010-08-24 Doug Evans <dje@google.com>
2740
2741 PR symtab/11942
2742 * gdb.dwarf2/dw4-sig-types.cc: New file.
2743 * gdb.dwarf2/dw4-sig-types.h: New file.
2744 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2745 * gdb.dwarf2/dw4-sig-types.exp: New file.
2746
f9ffd4bb
TT
27472010-08-23 Tom Tromey <tromey@redhat.com>
2748
2749 PR python/11145:
2750 * gdb.python/py-value.c (Base, Derived): New types.
2751 (base): New global.
2752 * gdb.python/py-value.exp (test_subscript_regression): Add
2753 dynamic_cast test.
2754
d839c8a4
TT
27552010-08-23 Tom Tromey <tromey@redhat.com>
2756
2757 PR python/10676:
2758 * gdb.python/py-type.exp (test_fields): Add tests for type
2759 equality.
2760
702c2711
TT
27612010-08-23 Tom Tromey <tromey@redhat.com>
2762
2763 PR python/11915:
2764 * gdb.python/py-type.exp (test_fields): Add tests for array.
2765
832bafd3
KS
27662010-08-23 Keith Seitz <keiths@redhat.com>
2767
2768 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2769 have any children. Create a new abbrev for it.
2770 Add missing terminal sequence to .debug_abbrev.
2771
c37bf528
KS
27722010-08-20 Keith Seitz <keiths@redhat.com>
2773
2774 PR symtab/11465:
2775 * gdb.dwarf2/pr11465.exp: New test.
2776 * gdb.dwarf2/pr11465.S: New file.
2777 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2778 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2779
4572cbac
TJB
27802010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2781
2782 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2783 registers. Update data sets with the new v2_double element in the
2784 VSX register union. Add vector_register3_vr data set for the AltiVec
2785 registers. Use gdb_test_no_output instead of send_gdb.
2786
e7fbb131
PA
27872010-08-19 Pedro Alves <pedro@codesourcery.com>
2788
2789 * gdb.python/py-shared.exp: New file, factored out from
2790 python.exp.
2791 * gdb.python/py-shared.c: New file.
2792 * gdb.python/py-shared-sl.c: New file.
2793 * gdb.python/python-1.c: New file.
2794 * gdb.python/python-sl.c: Delete.
2795 * gdb.python/python.c: Mention python-1.c.
2796 * gdb.python/python.exp: Move shared library tests to
2797 py-shared.exp.
2798 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2799 (MISCELLANEOUS): New.
2800 (clean mostlyclean): Also remove $MISCELLANEOUS.
2801
d30f5e1f
DE
28022010-08-19 Doug Evans <dje@google.com>
2803
2804 PR exp/11926
2805 * gdb.base/printcmds.exp (test_float_accepted): New function.
2806 Move existing float tests there. Add tests for floats with suffixes.
2807 (test_float_rejected): New function.
2808 * gdb.java/jv-print.exp (test_float_accepted): New function.
2809 (test_float_rejected): New function.
2810 * gdb.objc/print.exp: New file.
2811 * gdb.pascal/print.exp: New file.
2812 * lib/objc.exp: New file.
2813
7b3fd859
PM
28142010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2815
2816 * gdb.base/default.exp (info set): Avoid full buffer error and force
2817 reading up to final gdb prompt.
2818 (show): Likewise.
2819
c92817ce
TT
28202010-08-18 Tom Tromey <tromey@redhat.com>
2821
2822 PR symtab/11919:
2823 * gdb.base/completion.exp: Add test.
2824
f1208f9e
DE
28252010-08-18 Doug Evans <dje@google.com>
2826
2827 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2828 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2829 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2830 Simplify, early exit if runto_main fails.
2831 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2832 (set_lang_fortran): Moved to lib/fortran.exp.
2833 * gdb.fortran/types.exp: load_lib fortran.exp.
2834 (set_lang_fortran): Moved to lib/fortran.exp.
2835 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2836 * gdb.java/jprint.exp (set_lang_java): Ditto.
2837 * gdb.java/jv-exp.exp: load_lib java.exp.
2838 If set_lang_java fails, issue a warning instead of failure to be
2839 consistent with other set_lang_foo uses.
2840 (set_lang_java): Moved to lib/java.exp.
2841 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2842 If set_lang_java fails, issue a warning instead of failure to be
2843 consistent with other set_lang_foo uses.
2844 * gdb.pascal/types.exp: load_lib pascal.exp.
2845 (set_lang_pascal): Moved to lib/pascal.exp.
2846 * lib/fortran.exp: New file.
2847 * lib/java.exp (set_lang_java): New function.
2848 * lib/pascal.exp (set_lang_pascal): New function.
2849
2f06b485
YQ
28502010-08-18 Yao Qi <yao@codesourcery.com
2851
2852 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2853 func_nofb_start and func_loopfb_start, so that address of functions
2854 is equal to these labels on Thumb.
2855
96e25403
YQ
28562010-08-18 Yao Qi <yao@codesourcery.com>
2857
2858 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2859 to reflect latest c source file.
2860
36e6adc4
JK
28612010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 * gdb.cp/infcall-dlopen.exp: New file.
2864 * gdb.cp/infcall-dlopen.cc: New file.
2865 * gdb.cp/infcall-dlopen-lib.cc: New file.
2866
f431efe5
PA
28672010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2868 Pedro Alves <pedro@codesourcery.com>
2869
2870 PR breakpoints/11371
2871
2872 * gdb.base/watch-cond-infcall.exp: New file.
2873 * gdb.base/watch-cond-infcall.c: New file.
2874
06a64a0b
TT
28752010-08-16 Tom Tromey <tromey@redhat.com>
2876
2877 * gdb.base/help.exp: Update.
2878 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2879 watchpoint.
2880 (test_watch_location): New proc.
2881 (test_watchpoint_in_big_blob): Delete watchpoint.
2882 * gdb.base/watchpoint.c (func5): New function.
2883 (main): Call it.
2884
70ebf4ed
DE
28852010-08-16 Doug Evans <dje@google.com>
2886
2887 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2888
ca5c20b6
PM
28892010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2890
2891 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2892 tests.
2893
7346b668
KW
28942010-08-11 Ken Werner <ken.werner@de.ibm.com>
2895
2896 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2897 * gdb.base/gnu_vector.c: New File.
2898 * gdb.base/gnu_vector.exp: Likewise.
2899
cb2e07a6
PM
29002010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2901
2902 * gdb.python/python.c: New File.
2903 * gdb.python/python-sl.c: New File.
2904 * gdb.python/python.exp: Test solib_address and decode_line
2905 * functions.
2906
5da1313b
JK
29072010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2908
2909 * gdb.python/python.exp (show height, set height 10)
2910 (verify pagination beforehand, verify pagination beforehand: q)
2911 (gdb.execute does not page, verify pagination afterwards)
2912 (verify pagination afterwards: q): New.
2913
49c3ccf7
DE
29142010-08-02 Doug Evans <dje@google.com>
2915
2916 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2917 because of an older gcc, change test2
2918 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2919 to unsupported.
2920
42c0c4f1
KH
29212010-07-30 Kazu Hirata <kazu@codesourcery.com>
2922
2923 * gdb.base/break-always.exp: Do not expect full paths to file
2924 names.
2925 * gdb.base/commands.exp: Likewise.
2926
d3765805
DE
29272010-07-30 Doug Evans <dje@google.com>
2928
c98ee71b
DE
2929 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2930 xfail them when run with older gccs.
2931
fd961404
DE
2932 * lib/gdb.exp (build_executable): Forward "c++" option to
2933 get_compiler_info.
2934
999adef4
DE
2935 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2936 "python print ttype.template_argument(1)" and
2937 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2938 if using gcc 4.4 or earlier.
2939
d3765805
DE
2940 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2941 attach-to-debugger handling.
2942
1276c759
JK
29432010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2946 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2947 (main): Use copyreloc.
2948 * gdb.base/prelink.exp (split debug of executable)
2949 (.dynbss vs. .bss address shift): New tests.
2950
88caa9b9
PA
29512010-07-29 Pedro Alves <pedro@codesourcery.com>
2952
2953 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2954 in gdb_test_multiple.
2955
c6f2ac43
PA
29562010-07-29 Pedro Alves <pedro@codesourcery.com>
2957
2958 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2959 environment.
2960
326fd672
TT
29612010-07-28 Tom Tromey <tromey@redhat.com>
2962
2963 PR python/11060:
2964 * gdb.python/py-type.c (Temargs): New template.
2965 (temvar): New variable.
2966 * gdb.python/py-type.exp (test_template): New proc.
2967
3ce3b1ba
PA
29682010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2969
2970 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2971 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2972
34eaf542
TT
29732010-07-28 Tom Tromey <tromey@redhat.com>
2974
2975 PR c++/9946:
2976 * gdb.cp/temargs.exp: New file.
2977 * gdb.cp/temargs.cc: New file.
2978
d41b819e
JK
29792010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2980
2981 * gdb.base/help.exp (help disassemble): Update the content.
2982
26ab7092
JK
29832010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2984
2985 * gdb.threads/ia64-sigill.exp: New file.
2986 * gdb.threads/ia64-sigill.c: New file.
2987
5283e9e1
TT
29882010-07-27 Tom Tromey <tromey@redhat.com>
2989
2990 * gdb.opt/inline-cmds.c (ATTR): New define.
2991 (func1): Use it.
2992 (func2): Likewise.
2993 (func3): Likewise.
2994 (outer_inline1): Likewise.
2995 (outer_inline2): Likewise.
2996 * gdb.opt/inline-bt.c (ATTR): New define.
2997 (func1): Use it.
2998 (func2): Likewise.
2999 * gdb.opt/inline-locals.c (ATTR): New define.
3000 (func1): Use it.
3001 (func2): Likewise.
3002
e992ef73
TT
30032010-07-27 Tom Tromey <tromey@redhat.com>
3004
3005 * gdb.stabs/gdb11479.c (hack): New function.
3006 (test): Use it.
3007 (test2): Use it.
3008 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
3009 (int32_search_buf, int64_search_buf): No longer static.
3010 (x): Remove.
3011 * gdb.base/relocate.c (hack): New function.
3012
5374244e
PM
30132010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3014
3015 * gdb.python/py-value.exp (test_inferior_function_call): New function.
3016 * gdb.python/py-value.c (func1): New function.
3017 (func2): Likewise.
3018
a99aee83
CV
30192010-07-26 Corinna Vinschen <vinschen@redhat.com>
3020
3021 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
3022 as not to clash with .data section.
3023
a04ba985
JG
30242010-07-26 Jerome Guitton <guitton@adacore.com>
3025
3026 * gdb.base/code_elim.exp: New file.
3027 * gdb.base/code_elim1.c: New file.
3028 * gdb.base/code_elim2.c: New file.
3029
23bd0f7c
PA
30302010-07-21 Pedro Alves <pedro@codesourcery.com>
3031
3032 PR symtab/11827
3033
3034 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
3035 (some_volatile_enum): New variable.
3036 * gdb.base/printcmds.exp (test_print_enums): New.
3037 <top level>: Call it.
3038
883df6dd
SW
30392010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3040
3041 * gdb.cp/fpointer.cc: New test.
3042 * gdb.cp/fpointer.exp: New test.
3043
569b05a5
JK
30442010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3045
3046 * gdb.base/solib-nodir.exp: New file.
3047 * lib/gdb.exp (runto): New case for a GDB internal error.
3048
51d7d803
JK
30492010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3050 Ulrich Weigand <uweigand@de.ibm.com>
3051 Tom Tromey <tromey@redhat.com>
3052
3053 * gdb.base/charset-malloc.c: New file.
3054 * gdb.base/charset.c (malloc_stub): New prototype.
3055 (main): Call it instead of malloc itself.
3056 * gdb.base/charset.exp: Use only prepare_for_testing.
3057 (binfile): Remove the variable.
3058
c0edd9ed
JK
30592010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3060
3061 Make core files the process_stratum.
3062 * gdb.base/corefile.exp (run: load core again)
3063 (run: sanity check we see the core file, run: with core)
3064 (run: core file is cleared, attach: load core again)
3065 (attach: sanity check we see the core file, attach: with core)
3066 (attach: core file is cleared): New tests.
3067 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
3068
3cbaedff
KW
30692010-07-14 Ken Werner <ken.werner@de.ibm.com>
3070
3071 * gdb.arch/altivec-abi.exp: New tests.
3072
91158a56
TT
30732010-07-13 Tom Tromey <tromey@redhat.com>
3074
3075 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
3076 (main): Use it.
3077 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
3078
0f5238ed
TT
30792010-07-13 Tom Tromey <tromey@redhat.com>
3080
3081 * gdb.base/label.exp: New file.
3082 * gdb.base/label.c: New file.
3083
add265ae
L
30842010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3085 H.J. Lu <hongjiu.lu@intel.com>
3086
3087 * lib/gdb.exp (is_ilp32_target): New.
3088 (is_lp64_target): Likewise.
3089
3090 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
3091 target.
3092 * gdb.arch/amd64-disp-step.exp: Likewise.
3093 * gdb.arch/amd64-dword.exp: Likewise.
3094 * gdb.arch/amd64-i386-address.exp: Likewise.
3095 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 3096
add265ae
L
3097 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
3098 target.
3099 * gdb.arch/i386-bp_permanent.exp: Likewise.
3100 * gdb.arch/i386-byte.exp: Likewise.
3101 * gdb.arch/i386-disp-step.exp: Likewise.
3102 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3103 * gdb.arch/i386-prologue.exp: Likewise.
3104 * gdb.arch/i386-size-overlap.exp: Likewise.
3105 * gdb.arch/i386-size.exp: Likewise.
3106 * gdb.arch/i386-sse.exp: Likewise.
3107 * gdb.arch/i386-unwind.exp: Likewise.
3108 * gdb.arch/i386-word.exp: Likewise.
3109
3110 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
3111 test only when building 64-bit executables. Do not hard-code
3112 -m64 option.
3113
2dfb8c17
DE
31142010-07-07 Doug Evans <dje@google.com>
3115
3116 * lib/gdb.exp (gdb_test_list_exact): New function.
3117 * gdb.base/default.exp (show convenience): Call it, add tests for
3118 $_sdata = void, $_thread = 0.
3119
4e5799b6
JK
31202010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3121 Joel Brobecker <brobecker@adacore.com>
3122
3123 Fix re-run of PIE executable, PR shlibs/11776.
3124 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
3125 Remove $displacement_main to match the solib-svr4.c change. New "kill"
3126 and re-"run" of the inferior.
3127
1a219cc7
JK
31282010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3129 Joel Brobecker <brobecker@adacore.com>
3130
3131 Cope with missing /usr/sbin/prelink.
3132 * lib/prelink-support.exp (prelink_no):
3133 <result == 1 && $output is "no such file or directory">: New.
3134 (prelink_yes): Likewise. Return on failed prelink_no.
3135
5e3b36f8
JK
31362010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3137 Joel Brobecker <brobecker@adacore.com>
3138
3139 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
3140 build_executable by build_executable_own_libs. Replace "prelink -R"
3141 execution by a call of prelink_yes. Comment why "prelink -r" needs no
3142 change.
3143 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
3144 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
3145 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
3146 Replace build_executable by build_executable_own_libs's function
3147 build_executable_own_libs.
3148 (prelinkNO): Create new stub to call prelink_no.
3149 (prelinkYES): Create new stub to call prelink_yes.
3150 (test_attach): Rename calls of copy to file_copy.
3151 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
3152 (copy): Move to ...
3153 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
3154 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
3155 * gdb.base/prelink.exp: Disable testcase also for is_remote and
3156 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
3157 special flags by gdb_compile_shlib. Replace second gdb_compile by
3158 build_executable_own_libs. Replace "prelink -R" execution by a call of
3159 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
3160 a second call of prelink_yes. Replace restart commands by
3161 clean_restart.
3162 (prelink): Rename to ...
3163 (seen displacement message): ... this test. Extend its expectation
3164 strictness.
3165
86e4bafc
JK
31662010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
3169 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
3170 displacement message exactly once.
3171
3cd07d20
JK
31722010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3173 Joel Brobecker <brobecker@adacore.com>
3174
3175 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
3176 its restore after the <$relink_args != ""> loop. new comment.
3177
0a1e94c7
JK
31782010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3179 Joel Brobecker <brobecker@adacore.com>
3180
3181 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
3182 code for it. New variable relink_args.
3183 (prelinkYES): Call prelinkNO.
3184 (test_attach): Accept new parameter relink_args. Re-prelink the binary
3185 in such case. Move the core code to ...
3186 (test_attach_gdb): ... a new function. Send GDB command "file".
3187 Extend expected "Attaching to " string.
3188
2f70bcfb
TT
31892010-07-02 Tom Tromey <tromey@redhat.com>
3190
3191 * gdb.base/bitops.exp: Remove extraneous "pass".
3192
a17ac5b0
TT
31932010-07-02 Ken Werner <ken.werner@de.ibm.com>
3194
3195 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3196
dc10affe
PA
31972010-07-01 Pedro Alves <pedro@codesourcery.com>
3198
d41c0fc8
PA
3199 * gdb.base/help.exp: Adjust expected output.
3200
32012010-07-01 Pedro Alves <pedro@codesourcery.com>
3202
3203 * gdb.base/help.exp: Adjust expected output.
dc10affe 3204
0a600c36
JK
32052010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3206
3207 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
3208 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
3209 c++/11702.
3210
37cc8bfe
JK
32112010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3212 Doug Evans <dje@google.com>
3213
3214 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
3215 add .dynamic entry'.
3216
254e6b9e
DE
32172010-06-29 Doug Evans <dje@google.com>
3218
3219 Test PR c++/11702.
3220 * gdb.cp/m-static.exp: Add testcase.
3221 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
3222
595939de 32232010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
3224 Tom Tromey <tromey@redhat.com>
3225 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
3226
3227 * gdb.python/py-inferior.c: New File.
3228 * gdb.python/py-infthread.c: New File.
3229 * gdb.python/py-inferior.exp: New File.
3230 * gdb.python/py-infthread.exp: New File.
3231
98751a41
JK
32322010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3233
3234 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
3235 (ptype ::C::OtherFileClass typedefs): New.
3236 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
3237 (C::OtherFileClass::cOtherFileClassVar2): New.
3238 (C::OtherFileClass::cOtherFileClassVar_use): Use also
3239 cOtherFileClassVar2.
3240 (C::cOtherFileType2, C::cOtherFileVar2): New.
3241 (C::cOtherFileVar_use): use also cOtherFileVar2.
3242 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
3243
41f62f39
JK
32442010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3245
3246 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
3247 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
3248 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
3249 (print ::C::cOtherFileVar)
3250 (whatis C::OtherFileClass::cOtherFileClassType)
3251 (whatis ::C::OtherFileClass::cOtherFileClassType)
3252 (print C::OtherFileClass::cOtherFileClassVar)
3253 (print ::cOtherFileClassVar)
3254 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
3255 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
3256 trailing content.
3257 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
3258 (C::OtherFileClass::cOtherFileClassVar)
3259 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
3260 (C::cOtherFileVar, C::cOtherFileVar_use): New.
3261
af53d231
JK
32622010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3263
3264 Test PR c++/11703 and PR gdb/1448.
3265 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
3266 gdb/1448.
3267
9655fd1a
JK
32682010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3269
3270 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
3271 (main) <rtti_data>: New.
3272 * gdb.cp/virtbase.exp (print rtti_data): New.
3273
824cc8dd
JK
32742010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3275 Joel Brobecker <brobecker@adacore.com>
3276
3277 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
3278
6036c742
JK
32792010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3280
3281 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
3282
de6a0421
DE
32832010-06-28 Doug Evans <dje@google.com>
3284
3285 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
3286
b2dae948
DE
32872010-06-27 Doug Evans <dje@google.com>
3288
3289 * gdb.cp/m-static.exp: Update expected test output.
3290
0f3bb72e
PH
32912010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3292
889bf7c5
PA
3293 * gdb.gdb/selftest.exp: Adjust expected message for
3294 capturing start-up runtime.
0f3bb72e 3295
bc9f0842
TT
32962010-06-25 Tom Tromey <tromey@redhat.com>
3297
3298 PR python/10808:
3299 * gdb.python/python.exp: Add new tests.
3300
099ef718
SW
33012010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
3302
3303 * gdb.cp/operator.cc: Created an import loop.
3304 * gdb.cp/operator.exp: Added testcase for import loop.
3305
5868a632
JK
33062010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3307
3308 Test PR python/11407.
3309 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
3310 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
3311 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
3312 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
3313 executable_nofb and executable_fb. New variables srcsfile, objsfile,
3314 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
3315 binfile. Call gdb_compile with clean_restart twice.
3316 (func_nofb print, func_nofb backtrace, func_loopfb print)
3317 (func_loopfb backtrace): New.
3318
af76db58
JK
33192010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3320
3321 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
3322 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
3323 by a hand made one.
3324 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
3325 i?86 requirement. Remove variables srcfile and binfile. New variable
3326 sources, executable_nofb and executable_fb. Call prepare_for_testing.
3327
f2c7657e
UW
33282010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3329
3330 * gdb.cell/dwarfaddr.exp: New file.
3331 * gdb.cell/dwarfaddr.S: New file.
3332
628fe4e4
JK
33332010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3334
3335 Test PR 9436.
3336 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
3337
f1421989
HZ
33382010-06-24 Hui Zhu <teawater@gmail.com>
3339
3340 * gdb.base/eval.exp: New file.
3341
d03285ec
UW
33422010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3343
3344 * gdb.cell/fork.exp: New file.
3345 * gdb.cell/fork.c: Likewise.
3346 * gdb.cell/fork-spu.c: Likewise.
3347
41b2c92d
PM
33482010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
3349
3350 * lib/gdb.exp (banned_variables_traced): New global variable.
3351 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
3352 (gdb_init): Use `trace add variable' instead of obsolete
3353 `trace variable'.
3354
d5bc977f
DE
33552010-06-21 Doug Evans <dje@google.com>
3356
3357 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
3358
d2ed6730
UW
33592010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3360
3361 * gdb.arch/spu-ls.exp: New file.
3362 * gdb.arch/spu-ls.c: Likewise.
3363
6aed2dbc
SS
33642010-06-18 Stan Shebs <stan@codesourcery.com>
3365
3366 * gdb.threads/thread-specific.exp: Add tests of $_thread.
3367
e0756905
UW
33682010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3369
3370 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
3371 * gdb.base/watch-cond.exp: Likewise.
3372 * gdb.python/py-breakpoint.exp: Likewise.
3373
d8053d4d
PA
33742010-06-18 Pedro Alves <pedro@codesourcery.com>
3375
3376 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
3377 clean_restart, make sure every test has a distinct message, and
3378 that messages don't include the executable' full path.
3379
81ce510c
DE
33802010-06-17 Doug Evans <dje@google.com>
3381
3382 * gdb.arch/i386-size.exp: Updated expected output for
3383 DISASSEMBLY_OMIT_FNAME.
3384
65d79d4b
SDJ
33852010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3386 Sergio Durigan Junior <sergiodj@redhat.com>
3387
3388 * gdb.base/watch-notconst.c: New file.
3389 * gdb.base/watch-notconst.S: New file.
3390 * gdb.base/watch-notconst2.c: New file.
3391 * gdb.base/watch-notconst2.S: New file.
3392 * gdb.base/watch-notconst.exp: New file.
3393 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
3394 (func4): Add operations on `global_ptr_ptr'.
3395 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
3396 routine to test watchpoints created with a constant expression.
3397 (test_inaccessible_watchpoint): Include tests for watchpoints
3398 created with a constant expression.
3399
df0f4836
KB
34002010-06-14 Kevin Buettner <kevinb@redhat.com>
3401
3402 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
3403 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
3404 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
3405 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
3406 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
3407 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
3408 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
3409 of `_start'.
3410
b769def5
UW
34112010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3412
3413 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
3414 not supported on the target.
3415 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3416 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3417 * gdb.mi/mi-nsintrall.exp: Likewise.
3418 * gdb.mi/mi-nsmoribund.exp: Likewise.
3419 * gdb.mi/mi-nsthrexec.exp: Likewise.
3420
d914c394
SS
34212010-06-11 Stan Shebs <stan@codesourcery.com>
3422
3423 * gdb.base/permissions.exp: New file.
3424
34252010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
3426
3427 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
3428 does not support ELF executable class.
3429
f3ce5b9c
UW
34302010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3431
3432 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
3433
8e46892c
JK
34342010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3435
3436 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
3437 (runto): Catch "The target does not support running in non-stop mode.".
3438
6cc55c64
MS
34392010-06-11 Michael Snyder <msnyder@vmware.com>
3440
3441 * gdb.base/setshow.exp (set language asm): Don't use
3442 gdb_test_no_output, fails on some targets.
3443
caddefa4
UW
34442010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3445
3446 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
3447 * gdb.cp/pr9167.exp: Likewise.
3448
468b1aa7
UW
34492010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3450
3451 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
3452
5c3552dc
UW
34532010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3454
3455 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
3456
02e6fe6a
UW
34572010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3458
3459 * gdb.base/charset.c (main): Make sure malloc gets linked in.
3460
0e03807e
TT
34612010-06-11 Tom Tromey <tromey@redhat.com>
3462
3463 PR gdb/9977, PR exp/11636::
3464 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
3465 (pieces_test_f6): Update expected output.
3466
2bdf28a0
JK
34672010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3468
3469 * gdb.base/moribund-step.exp: New.
3470
f6978de9
MS
34712010-06-08 Michael Snyder <msnyder@vmware.com>
3472
3473 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 3474 * gdb.ada/boolean_expr.exp:
f6978de9
MS
3475 * gdb.ada/frame_args.exp: Ditto.
3476 * gdb.ada/lang_switch.exp: Ditto.
3477 * gdb.ada/ptype_arith_binop.exp: Ditto.
3478 * gdb.ada/ref_param.exp: Ditto.
3479 * gdb.ada/type_coercion.exp:Ditto.
3480
3481 * gdb.asm/asm-source.exp: Ditto.
3482
3483 * gdb.base/attach.exp: Ditto.
3484 * gdb.base/bitfields2.exp: Ditto.
3485 * gdb.base/call-signal-resume.exp: Ditto.
3486 * gdb.base/callfuncs.exp: Ditto.
3487 * gdb.base/commands.exp: Ditto.
3488 * gdb.base/dbx.exp: Ditto.
3489 * gdb.base/default.exp: Ditto.
3490 * gdb.base/dump.exp: Ditto.
3491 * gdb.base/exprs.exp: Ditto.
3492 * gdb.base/freebpcmd.exp: Ditto.
3493 * gdb.base/interrupt.exp: Ditto.
3494 * gdb.base/list.exp: Ditto.
3495 * gdb.base/long_long.exp: Ditto.
3496 * gdb.base/maint.exp: Ditto.
3497 * gdb.base/ptype.exp: Ditto.
3498 * gdb.base/return.exp: Ditto.
3499 * gdb.base/setshow.exp: Ditto.
3500 * gdb.base/sigbpt.exp: Ditto.
3501 * gdb.base/sigrepeat.exp: Ditto.
3502
3503 * gdb.cp/classes.exp: Ditto.
3504
3505 * gdb.dwarf2/dw2-restore.exp: Ditto.
3506
3507 * gdb.gdb/selftest.exp: Ditto.
3508
3509 * gdb.multi/base.exp: Ditto.
3510 * gdb.multi/bkpt-multi-exec.exp: Ditto.
3511
3512 * gdb.python/py-block.exp: Ditto.
3513 * gdb.python/py-prettyprint.exp: Ditto.
3514 * gdb.python/py-template.exp: Ditto.
3515
3516 * gdb.server/ext-attach.exp: Ditto.
3517 * gdb.server/ext-run.exp: Ditto.
3518 * gdb.server/server-mon.exp: Ditto.
3519
3520 * gdb.threads/fork-thread-pending.exp: Ditto.
3521 * gdb.threads/hand-call-in-threads.exp: Ditto.
3522 * gdb.threads/interrupted-hand-call.exp: Ditto.
3523 * gdb.threads/linux-dp.exp: Ditto.
3524 * gdb.threads/manythreads.exp: Ditto.
3525 * gdb.threads/print-threads.exp: Ditto.
3526 * gdb.threads/pthreads.exp: Ditto.
3527 * gdb.threads/schedlock.exp: Ditto.
3528 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3529 * gdb.threads/threadapply.exp: Ditto.
3530
de7ff789
MS
35312010-06-08 Michael Snyder <msnyder@vmware.com>
3532
889bf7c5 3533 * gdb.ada/exec_changed.exp:
de7ff789
MS
3534 Use ".*" instead of "" as wildcard regexp.
3535
3536 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
3537 * gdb.base/call-ar-st.exp: Ditto.
3538 * gdb.base/checkpoint.exp: Ditto.
3539 * gdb.base/default.exp: Ditto.
3540 * gdb.base/dump.exp: Ditto.
3541 * gdb.base/ending-run.exp: Ditto.
3542 * gdb.base/fileio.exp: Ditto.
3543 * gdb.base/miscexprs.exp: Ditto.
3544 * gdb.base/pointers.exp: Ditto.
3545 * gdb.base/readline.exp: Ditto.
3546 * gdb.base/reread.exp: Ditto.
3547 * gdb.base/restore.exp: Ditto.
3548 * gdb.base/shlib-call.exp: Ditto.
3549 * gdb.base/valgrind-db-attach.exp: Ditto.
3550 * gdb.base/volatile.exp: Ditto.
3551 * gdb.base/watchpoints.exp: Ditto.
3552
3553 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
3554
3555 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
3556 * gdb.python/py-value.exp: Ditto.
3557
3558 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
3559 * gdb.trace/circ.exp: Ditto.
3560 * gdb.trace/collection.exp: Ditto.
3561 * gdb.trace/packetlen.exp: Ditto.
3562 * gdb.trace/passc-dyn.exp: Ditto.
3563 * gdb.trace/report.exp: Ditto.
3564 * gdb.trace/tfile.exp: Ditto.
3565 * gdb.trace/tfind.exp: Ditto.
3566 * gdb.trace/while-dyn.exp: Ditto.
3567
3bebe2f2
JK
35682010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
3571
5c631832
JK
35722010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3573
3574 Test PR 10640.
3575 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
3576
4c3376c8
SW
35772010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
3578
3579 * gdb.cp/koenig.exp: Test for ADL operators.
3580 * gdb.cp/koenig.cc: Added ADL operators.
3581 * gdb.cp/operator.exp: New test.
3582 * gdb.cp/operator.cc: New test.
3583
dc226d5a
MS
35842010-06-04 Michael Snyder <msnyder@vmware.com>
3585
dfb88a23
MS
3586 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
3587 * gdb.base/pending.exp: Ditto.
f7ae76b3 3588
dc226d5a
MS
3589 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
3590
967cf477
DE
35912010-06-04 Doug Evans <dje@google.com>
3592
3593 * gdb.python/py-prettyprint.exp: Add new test for enabled and
3594 disabled printers.
3595 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
3596 (enable_lookup_function): New function.
3597
eb801841
TT
35982010-06-04 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.python/py-value.exp (test_value_hash): Don't test equality
3601 of hash and id.
3602
38979823
JK
36032010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3604
3605 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
3606 newline.
3607 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
3608 (empty verbose non-noisy clear, empty verbose noisy clear)
3609 (empty non-verbose noisy clear): Likewise.
3610
35ec993f
MS
36112010-06-03 Michael Snyder <msnyder@vmware.com>
3612
3613 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
3614 * gdb.base/display.exp: Ditto.
3615 * gdb.base/find.exp: Ditto.
3616 * gdb.base/ifelse.exp: Ditto.
3617 * gdb.base/multi-forks.exp: Ditto.
3618 * gdb.base/recurse.exp: Ditto.
3619 * gdb.base/setshow.exp: Ditto.
3620 * gdb.base/value-double-free.exp: Ditto.
3621 * gdb.base/watch-vfork.exp: Ditto.
3622 * gdb.base/watch_thread_num.exp: Ditto.
3623 * gdb.base/watchpoint-solib.exp: Ditto.
3624 * gdb.base/watchpoint.exp: Ditto.
3625 * gdb.base/watchpoints.exp: Ditto.
3626
3627 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
3628 * gdb.cp/overload.exp: Ditto.
3629 * gdb.cp/virtfunc.exp: Ditto.
3630
3631 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
3632
889bf7c5 3633 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
3634 Replace gdb_test with gdb_test_no_output.
3635
889bf7c5 3636 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
3637 Replace gdb_test with gdb_test_no_output.
3638 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3639 * gdb.threads/watchthreads.exp: Ditto.
3640 * gdb.threads/watchthreads2.exp: Ditto.
3641
3642 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
3643 * gdb.trace/tfind.exp: Ditto.
3644
c22decce
JB
36452010-06-03 Joel Brobecker <brobecker@adacore.com>
3646
3647 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
3648 successful test if message is the empty string.
3649
fd5700c7
JK
36502010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3651
3652 * gdb.fortran/module.exp (stopped language detection): New test.
3653
f55ee35c
JK
36542010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3655
3656 Support DW_TAG_module as separate namespaces.
3657 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
3658 gdb.fortran/library-module-lib.f90: New.
3659 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
3660 (print i): Remove.
3661 (continue to breakpoint: i-is-1, print var_i value 1)
3662 (continue to breakpoint: i-is-2, print var_i value 2)
3663 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
3664 (print var_d, print var_i value 14, ptype modmany, complete `modm)
3665 (complete `modmany, complete `modmany`, complete `modmany`var)
3666 (show language, setting breakpoint at module): New tests.
3667 * gdb.fortran/module.f90 (module mod): Remove.
3668 (module mod1, module mod2, module modmany, subroutine sub1)
3669 (subroutine sub2, program module): New.
3670
b8e8282f
JK
36712010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3672
3673 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
3674 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
3675 * gdb.cp/anon-union.exp (pass): Rename to ...
3676 (print z 2): ... here.
b8e8282f 3677
019ebafc
MS
36782010-06-02 Michael Snyder <msnyder@vmware.com>
3679
e68d8fd4
MS
3680 * gdb.trace/actions.exp: Use gdb_test_no_output.
3681 * gdb.trace/circ.exp: Ditto.
3682 * gdb.trace/packetlen.exp: Ditto.
3683 * gdb.trace/save-trace.exp: Ditto.
3684 * gdb.trace/tracecmd.exp: Ditto.
3685 * gdb.trace/tsv.exp: Ditto.
3686
12b5d08a
MS
3687 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
3688 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
3689 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3690 * gdb.threads/manythreads.exp: Ditto.
3691 * gdb.threads/print-threads.exp: Ditto.
3692 * gdb.threads/pthreads.exp: Ditto.
3693 * gdb.threads/schedlock.exp: Ditto.
3694 * gdb.threads/staticthreads.exp: Ditto.
3695 * gdb.threads/thread-specific.exp: Ditto.
3696 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3697 * gdb.threads/threadapply.exp: Ditto.
3698 * gdb.threads/watchthreads.exp: Ditto.
3699 * gdb.threads/watchthreads2.exp: Ditto.
3700
89493308
MS
3701 * gdb.python/py-block.exp: Use gdb_test_no_output.
3702 * gdb.python/py-prettyprint.exp: Ditto.
3703 * gdb.python/py-template.exp: Ditto.
3704 * gdb.python/py-value.exp: Ditto.
3705
3706 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
3707 * gdb.reverse/watch-reverse.exp: Ditto.
3708
3709 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
3710 * gdb.server/ext-run.exp: Ditto.
3711
019ebafc
MS
3712 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3713 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3714 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3715 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3716 * gdb.dwarf2/dw2-producer.exp: Ditto.
3717 * gdb.dwarf2/mac-fileno.exp: Ditto.
3718
3719 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3720 * gdb.gdb/selftest.exp: Ditto.
3721
3722 * gdb.multi/base.exp: Use gdb_test_no_output.
3723
3724 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3725
3e0ca3a5
JK
37262010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3727
3728 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3729
9db70545
MS
37302010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3731
a8d52276
MS
3732 * gdb.cp/class2.exp: Use gdb_test_no_output.
3733 * gdb.cp/classes.exp: Ditto.
3734 * gdb.cp/extern-c.exp: Ditto.
3735 * gdb.cp/inherit.exp: Ditto.
3736 * gdb.cp/maint.exp: Ditto.
3737 * gdb.cp/mb-inline.exp: Ditto.
3738 * gdb.cp/mb-templates.exp: Ditto.
3739 * gdb.cp/method2.exp: Ditto.
3740 * gdb.cp/misc.exp: Ditto.
3741 * gdb.cp/ovldbreak.exp: Ditto.
3742 * gdb.cp/punctuator.exp: Ditto.
3743 * gdb.cp/templates.exp: Ditto.
3744 * gdb.cp/virtbase.exp: Ditto.
3745
889bf7c5 3746 * gdb.threads/attach-stopped.exp:
9db70545 3747 Replace uses of send_gdb / gdb_expect.
889bf7c5 3748 * gdb.threads/attachstop-mt.exp:
9db70545 3749 Replace uses of send_gdb / gdb_expect.
889bf7c5 3750 * gdb.threads/gcore-thread.exp:
9db70545 3751 Replace uses of send_gdb / gdb_expect.
889bf7c5 3752 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
3753 Replace uses of send_gdb / gdb_expect.
3754 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 3755 * gdb.threads/print-threads.exp:
9db70545
MS
3756 Replace uses of send_gdb / gdb_expect.
3757 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3758 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3759 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3760
3761 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3762 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3763 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3764 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3765 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3766 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3767 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3768 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3769 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3770 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3771 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3772
359cc68c
JK
37732010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3774
3775 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3776
7d3fe98e
SW
37772010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3778
3779 * gdb.cp/koenig.exp: Added new test case.
3780 * gdb.cp/koenig.cc: Ditto.
3781
27d3a1a2
MS
37822010-06-01 Michael Snyder <msnyder@vmware.com>
3783
3784 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3785 * gdb.base/arrayidx.exp: Ditto.
3786 * gdb.base/attach.exp: Ditto.
3787 * gdb.base/auxv.exp: Ditto.
3788 * gdb.base/bigcre.exp: Ditto.
3789 * gdb.base/break-always.exp: Ditto.
3790 * gdb.base/break-interp.exp: Ditto.
3791 * gdb.base/break.exp: Ditto.
3792 * gdb.base/breakpoint-shadow.exp: Ditto.
3793 * gdb.base/call-ar-st.exp: Ditto.
3794 * gdb.base/call-sc.exp: Ditto.
3795 * gdb.base/call-signal-resume.exp: Ditto.
3796 * gdb.base/callfuncs.exp: Ditto.
3797 * gdb.base/catch-syscall.exp: Ditto.
3798 * gdb.base/charset.exp: Ditto.
3799 * gdb.base/code-expr.exp: Ditto.
3800 * gdb.base/commands.exp: Ditto.
3801 * gdb.base/cond-expr.exp: Ditto.
3802 * gdb.base/condbreak.exp: Ditto.
3803 * gdb.base/cursal.exp: Ditto.
3804 * gdb.base/cvexpr.exp: Ditto.
3805 * gdb.base/default.exp: Ditto.
3806 * gdb.base/del.exp: Ditto.
3807 * gdb.base/detach.exp: Ditto.
3808 * gdb.base/display.exp: Ditto.
3809 * gdb.base/ena-dis-br.exp: Ditto.
3810 * gdb.base/eval-skip.exp: Ditto.
3811 * gdb.base/foll-fork.exp: Ditto.
3812 * gdb.base/foll-vfork.exp: Ditto.
3813 * gdb.base/frame-args.exp: Ditto.
3814 * gdb.base/funcargs.exp: Ditto.
3815 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3816 * gdb.base/gdbvars.exp: Ditto.
3817 * gdb.base/help.exp: Ditto.
3818 * gdb.base/ifelse.exp: Ditto.
3819 * gdb.base/included.exp: Ditto.
3820 * gdb.base/list.exp: Ditto.
3821 * gdb.base/macscp.exp: Ditto.
3822 * gdb.base/maint.exp: Ditto.
3823 * gdb.base/multi-fork.exp: Ditto.
3824 * gdb.base/overlays.exp: Ditto.
3825 * gdb.base/page.exp: Ditto.
3826 * gdb.base/pending.exp: Ditto.
3827 * gdb.base/pointers.exp: Ditto.
3828 * gdb.base/pr11022.exp: Ditto.
3829 * gdb.base/prelink.exp: Ditto.
3830 * gdb.base/printcmds.exp: Ditto.
3831 * gdb.base/psymtab.exp: Ditto.
3832 * gdb.base/randomize.exp: Ditto.
3833 * gdb.base/relational.exp: Ditto.
3834 * gdb.base/relocate.exp: Ditto.
3835 * gdb.base/remote.exp: Ditto.
3836 * gdb.base/sepdebug.exp: Ditto.
3837 * gdb.base/set-lang-auto.exp: Ditto.
3838 * gdb.base/setshow.exp: Ditto.
3839 * gdb.base/setvar.exp: Ditto.
3840 * gdb.base/signals.exp: Ditto.
3841 * gdb.base/signull.exp: Ditto.
3842 * gdb.base/sigstep.exp: Ditto.
3843 * gdb.base/sizeof.exp: Ditto.
3844 * gdb.base/solib-disc.exp: Ditto.
3845 * gdb.base/store.exp: Ditto.
3846 * gdb.base/structs.exp: Ditto.
3847 * gdb.base/structs2.exp: Ditto.
3848 * gdb.base/subst.exp: Ditto.
3849 * gdb.base/term.exp: Ditto.
3850 * gdb.base/trace-commands.exp: Ditto.
3851 * gdb.base/unwindonsignal.exp: Ditto.
3852 * gdb.base/valgrind-db-attach.exp: Ditto.
3853 * gdb.base/varargs.exp: Ditto.
3854 * gdb.base/watch-cond.exp: Ditto.
3855 * gdb.base/watch_thread_num.exp: Ditto.
3856 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3857 * gdb.base/watchpoint.exp: Ditto.
3858 * gdb.base/whatis-exp.exp: Ditto.
3859
f8d3bf8f
MS
38602010-06-01 Michael Snyder <msnyder@vmware.com>
3861
3862 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3863 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3864 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3865 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3866 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3867 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3868 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3869 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3870 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3871 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3872 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3873 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3874 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3875 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3876 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3877
3f9e0d32
JK
38782010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3879
3880 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3881 trailing newline.
3882 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3883 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3884 (p *args): ... here and remove excessive trailing newline.
3885
f629457d
JB
38862010-05-31 Joel Brobecker <brobecker@adacore.com>
3887
3888 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3889
09eef106
JK
38902010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3891
3892 Accept the new Linux kernel "t (tracing stop)" string.
3893 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3894 Update comment.
3895 (state_wait) <T (tracing stop)>: New.
3896 (main): Update the state_wait expect string.
3897
94f31136
PA
38982010-05-28 Pedro Alves <pedro@codesourcery.com>
3899
3900 * limits.c, limits.exp: Delete files.
3901 * Makefile.in (clean mostlyclean): Adjust.
3902 * tracecmd.exp: Adjust.
3903
096554ab
JK
39042010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3905
3906 * gdb.base/tui-layout.exp: New.
3907
27d3a1a2 39082010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 3909
889bf7c5 3910 * gdb.reverse/break-precsave.exp:
bcd2dc50 3911 Replace uses of send_gdb / gdb_expect.
889bf7c5 3912 * gdb.reverse/break-reverse.exp:
bcd2dc50 3913 Replace uses of send_gdb / gdb_expect.
889bf7c5 3914 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 3915 Replace uses of send_gdb / gdb_expect.
889bf7c5 3916 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 3917 Replace uses of send_gdb / gdb_expect.
889bf7c5 3918 * gdb.reverse/finish-precsave.exp:
bcd2dc50 3919 Replace uses of send_gdb / gdb_expect.
889bf7c5 3920 * gdb.reverse/finish-reverse.exp:
bcd2dc50 3921 Replace uses of send_gdb / gdb_expect.
889bf7c5 3922 * gdb.reverse/i386-precsave.exp:
bcd2dc50 3923 Replace uses of send_gdb / gdb_expect.
889bf7c5 3924 * gdb.reverse/i386-reverse.exp:
bcd2dc50 3925 Replace uses of send_gdb / gdb_expect.
889bf7c5 3926 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 3927 Replace uses of send_gdb / gdb_expect.
889bf7c5 3928 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 3929 Replace uses of send_gdb / gdb_expect.
889bf7c5 3930 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 3931 Replace uses of send_gdb / gdb_expect.
889bf7c5 3932 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 3933 Replace uses of send_gdb / gdb_expect.
889bf7c5 3934 * gdb.reverse/machinestate.exp:
bcd2dc50 3935 Replace uses of send_gdb / gdb_expect.
889bf7c5 3936 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 3937 Replace uses of send_gdb / gdb_expect.
889bf7c5 3938 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 3939 Replace uses of send_gdb / gdb_expect.
889bf7c5 3940 * gdb.reverse/solib-precsave.exp:
bcd2dc50 3941 Replace uses of send_gdb / gdb_expect.
889bf7c5 3942 * gdb.reverse/solib-reverse.exp:
bcd2dc50 3943 Replace uses of send_gdb / gdb_expect.
889bf7c5 3944 * gdb.reverse/step-precsave.exp:
bcd2dc50 3945 Replace uses of send_gdb / gdb_expect.
889bf7c5 3946 * gdb.reverse/step-reverse.exp:
bcd2dc50 3947 Replace uses of send_gdb / gdb_expect.
889bf7c5 3948 * gdb.reverse/until-precsave.exp:
bcd2dc50 3949 Replace uses of send_gdb / gdb_expect.
889bf7c5 3950 * gdb.reverse/until-reverse.exp:
bcd2dc50 3951 Replace uses of send_gdb / gdb_expect.
889bf7c5 3952 * gdb.reverse/watch-precsave.exp:
bcd2dc50 3953 Replace uses of send_gdb / gdb_expect.
889bf7c5 3954 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
3955 Replace uses of send_gdb / gdb_expect.
3956
3def43e0
JK
39572010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3958
3959 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3960 excessive newline.
3961
27d3a1a2 39622010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
3963
3964 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
3965 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3966 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3967 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3968 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3969 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3970 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3971 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3972 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3973 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3974 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3975 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3976 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3977 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3978 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3979 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3980 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3981 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3982 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 3983
27d3a1a2 39842010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 3985
22454424
MS
3986 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3987 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3988
3989 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3990 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3991 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3992
889bf7c5 3993 * gdb.reverse/consecutive-reverse.exp:
22454424 3994 Replace uses of send_gdb / gdb_expect.
889bf7c5 3995 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
3996 Replace uses of send_gdb / gdb_expect.
3997
3998 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3999 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
4000 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 4001 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
4002 Replace uses of send_gdb / gdb_expect.
4003 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
4004 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
4005 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
4006 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
4007 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
4008 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
4009 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
4010 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
4011 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
4012
40132010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 4014
22454424 4015 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4016
22454424 4017 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4018
22454424
MS
4019 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
4020 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
4021 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
4022 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
4023 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
4024 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
4025 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
4026 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
4027 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4028
6e5f2c59
TT
40292010-05-25 Tom Tromey <tromey@redhat.com>
4030
4031 * gdb.base/macscp.exp: Add missing space after setup_kfail.
4032
bbc8b958
TT
40332010-05-25 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
4036 argument order.
4037 * gdb.base/macscp.exp: Fix setup_kfail argument order.
4038 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
4039 order.
4040 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
4041 order.
4042 * gdb.base/call-sc.exp (setup_kfails): Remove.
4043 (setup_compiler_kfails): Remove.
4044 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
4045 argument order.
4046 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
4047 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
4048 (advancei): Fix setup_kfail argument order.
4049 * gdb.base/radix.exp: Fix setup_kfail argument order.
4050 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
4051 order.
4052 * gdb.base/structs.exp (setup_kfails): Remove.
4053 (setup_compiler_kfails): Fix setup_kfail argument order.
4054 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
4055 order.
4056 * gdb.java/jmain.exp: Fix setup_kfail argument order.
4057 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
4058 setup_kfail argument order.
4059 * gdb.cp/overload.exp: Fix setup_kfail argument order.
4060
83d1babf
TT
40612010-05-25 Tom Tromey <tromey@redhat.com>
4062
4063 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
4064
6acb16a2
MS
40652010-05-25 Michael Snyder <msnyder@vmware.com>
4066
4067 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
4068 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
4069 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
4070 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
4071 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
4072 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
4073 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
4074 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
4075 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
4076 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
4077 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
4078 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
4079 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
4080 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
4081 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
4082 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
4083 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
4084 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
4085 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
4086 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
4087 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
4088 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
4089 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
4090 * gdb.base/default.exp: Replace send_gdb with gdb_test.
4091 * gdb.base/define.exp: Replace send_gdb with gdb_test.
4092 * gdb.base/display.exp: Replace send_gdb with gdb_test.
4093 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
4094 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
4095 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
4096 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
4097 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
4098 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
4099 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
4100 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
4101 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
4102 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
4103 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
4104 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
4105 * gdb.base/help.exp: Replace send_gdb with gdb_test.
4106 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
4107 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
4108 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
4109 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
4110 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
4111 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
4112 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
4113 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 4114 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
4115
41162010-05-25 Doug Evans <dje@google.com>
4117
4118 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
4119 gdb.string_to_argv.
ad3986f0 4120
d3b1e874
TT
41212010-05-21 Tom Tromey <tromey@redhat.com>
4122
4123 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
4124 Call it.
4125 * gdb.dwarf2/pieces.S: Update.
4126 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
4127
cb826367
TT
41282010-05-21 Tom Tromey <tromey@redhat.com>
4129
4130 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
4131 Call it.
4132 * gdb.dwarf2/pieces.c (struct C): New.
4133 (f6): New function.
4134 * gdb.dwarf2/pieces.S: Replace.
4135
74de6778
TT
41362010-05-21 Tom Tromey <tromey@redhat.com>
4137
4138 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
4139 Call it.
4140
afd74c5f
TT
41412010-05-21 Tom Tromey <tromey@redhat.com>
4142
4143 * gdb.dwarf2.pieces.exp: New file.
4144 * gdb.dwarf2.pieces.S: New file.
4145 * gdb.dwarf2.pieces.c: New file.
4146
a7b75dfd 41472010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 4148 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
4149
4150 * lib/gdb.exp (gdb_test_no_output): New function.
4151 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
4152 when testing commands that should produce no output.
4153
c81c812a
JB
41542010-05-17 Joel Brobecker <brobecker@adacore.com>
4155
4156 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
4157 parameter that we want to watch being a constant.
4158
0cce5bd9
JB
41592010-05-17 Joel Brobecker <brobecker@adacore.com>
4160
4161 * gdb.ada/cond_lang: New testcase.
4162
47050449
JB
41632010-05-17 Joel Brobecker <brobecker@adacore.com>
4164
4165 * lib/gdb.exp (banned_variables): New variable/constant.
4166 (gdb_init): Add write trace on variables listed in banned_variables.
4167 (gdb_finish): Remove write traces on variables listed in
4168 banned_variables.
4169
77c01586
JB
41702010-05-17 Joel Brobecker <brobecker@adacore.com>
4171
4172 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
4173 * gdb.cp/koenig.exp: Likewise.
4174
88d4aea7
PM
41752010-05-14 Phil Muldoon <pmuldoon@redhat.com>
4176
889bf7c5 4177 PR python/11482
88d4aea7
PM
4178
4179 * gdb.python/py-value.exp (test_value_hash): New function.
4180
f5a010c0
PM
41812010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4182
4183 PR exp/11530.
4184 * gdb.base/gdb11530.c: New file.
4185 * gdb.base/gdb11530.exp: New file.
4186
8ef4892f
JK
41872010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4188
4189 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
4190 * gdb.dwarf2/dw2-modula2-self-type.S: New.
4191
7322dca9
SW
41922010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
4193
4194 * gdb.cp/koenig.exp: New test.
4195 * gdb.cp/koenig.cc: New test program.
4196
02e7ea18
JB
41972010-05-05 Joel Brobecker <brobecker@adacore.com>
4198
4199 Remove the use of prms_id and bug_id throughout the testsuite.
4200
e1c34c5d
PM
42012010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4202
4203 PR exp/11349.
4204 * testsuite/gdb.cp/ref-types.exp: Add test to examine
4205 use a reference local variable.
4206
8e1d0c49
JK
42072010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4208
4209 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
4210 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
4211 variable different_dir. Move debugfile into a full directory pathname
4212 under DIFFERENT_DIR.
4213 * lib/gdb.exp (separate_debug_filename): Remove.
4214 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
4215 variable debug_dir and mkdir of it. Update function comments.
4216
e66408ed
PA
42172010-04-29 Pedro Alves <pedro@codesourcery.com>
4218
4219 PR gdb/11557
4220
4221 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
4222 files.
4223
d7b32ed3
PM
42242010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4225
889bf7c5 4226 * gdb.python/py-param.exp: New File.
d7b32ed3 4227
6aecb9c2
JB
42282010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4229
4230 * gdb.base/default.exp: Fix "set language" test.
4231
bdf92a1c
PM
42322010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
4233
4234 PR breakpoints/11531.
4235 * gdb.base/gdb11531.c: New file.
4236 * gdb.base/gdb11531.exp: New file.
4237
3f172e24
TT
42382010-04-26 Tom Tromey <tromey@redhat.com>
4239
4240 * gdb.base/completion.exp: Add tests for completion and deprecated
4241 commands.
4242
64af4c92
JK
42432010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4244
4245 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
4246 (print /x char_array): Escape curly brackets.
4247
492928e4
JK
42482010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 Fix deadlock on looped list of loaded shared objects.
4251 * gdb.base/solib-corrupted.exp: New.
4252
66d09542
DE
42532010-04-23 Doug Evans <dje@google.com>
4254
4255 * gdb.python/py-section-script.c: New file.
4256 * gdb.python/py-section-script.exp: New file.
4257 * gdb.python/py-section-script.py: New file.
4258
8bd10a10
CM
42592010-04-20 Chris Moller <cmoller@redhat.com>
4260
4261 PR 10179
4262
4263 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
4264 * gdb.base/pr10179-a.c:
4265 * gdb.base/pr10179-b.c:
4266 * gdb.base/pr10179.exp: New files.
4267
c0201579
JK
42682010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4269
4270 Fix crashes on dangling display expressions.
4271 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
4272 is SEP.
4273 (lib_flags): Remove the "debug" keyword.
4274 (libsepdebug): New variable for iterating new loop.
4275 (save_pf_prefix): New variable wrapping the loop.
4276 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
4277 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
4278
793b0ff8
PM
42792010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4280
4281 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
4282
097f51f7
PM
42832010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4284
4285 PR stabs/11479.
4286 * gdb.stabs/gdb11479.exp: New file.
4287 * gdb.stabs/gdb11479.c: New file.
4288
9a22f0d0
PM
42892010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4290
4291 * gdb.base/charset.c (Strin16, String32): New variables.
4292 * gdb.base/charset.exp (gdb_test): Test correct display
4293 of 16 or 32 bit strings.
4294
42952010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
4296
4297 PR 9167
4298 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
4299 * gdb.cp/pr9167.cc: New file.
4300 * gdb.cp/pr9167.exp: New file.
4301
4302
6e354e5e
PM
43032010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4304
4305 PR pascal/11492.
4306 * gdb.pascal/gdb11492.pas: New file.
4307 * gdb.pascal/gdb11492.exp: New file.
4308
be942545
JB
43092010-04-20 Joel Brobecker <brobecker@adacore.com>
4310
1667e6e3 4311 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 4312
0c3acc09
JB
43132010-04-20 Joel Brobecker <brobecker@adacore.com>
4314
4315 * gdb.ada/dyn_loc: New testcase.
4316
ec31cde5
CM
43172010-04-20 Chris Moller <cmoller@redhat.com>
4318
4319 PR 10867
889bf7c5 4320
ec31cde5
CM
4321 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
4322 * gdb.cp/pr10687.cc: New file.
4323 * gdb.cp/pr10687.exp: New file.
4324
4325
ce4b0682
SDJ
43262010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4327 Sergio Durigan Junior <sergiodj@redhat.com>
4328
4329 * gdb.fortran/logical.exp: New testcase.
4330 * gdb.fortran/logical.f90: New file.
4331
3436961f
DE
43322010-04-19 Doug Evans <dje@google.com>
4333
4334 * gdb.base/help.exp (help source): Update expected output.
4335
4d836c09
JK
43362010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
4339 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
4340 gdb_exit and return.
4341 (executable): New variable.
4342 (binfile): Use it.
4343
6149aea9
PA
43442010-04-19 Pedro Alves <pedro@codesourcery.com>
4345
4346 PR breakpoints/8554.
4347
4348 * gdb.trace/save-trace.exp: Adjust.
4349
ed41462c
L
43502010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4351
4352 PR corefiles/11511
4353 * gdb.arch/system-gcore.exp: New.
4354 * gdb.arch/gcore.c: Likewise.
4355
3f7b2faa
DE
43562010-04-15 Doug Evans <dje@google.com>
4357
fa33c3cd
DE
4358 * gdb.python/py-progspace.c: New file.
4359 * gdb.python/py-progspace.exp: New file.
4360
3f7b2faa
DE
4361 * gdb.base/source.exp: Add tests for "source -s".
4362
79f283fe
PM
43632010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4364
4365 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
4366 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
4367 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
4368 * gdb.python/py-mi.exp: New test for to_string returning None.
4369
fc8eb08a
PM
43702010-04-12 Phil Muldoon <pmuldoon@redhat.com>
4371
4372 * gdb.python/py-breakpoint.c: Make result global.
4373
26e197f6
JK
43742010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4375
4376 Fix non-GNU make compatibility.
4377 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
4378
adc36818
PM
43792010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4380
4381 * gdb.python/py-breakpoint.exp: New File.
4382 * gdb.python/py-breakpoint.C: Ditto.
4383
64e17368
SS
43842010-04-08 Stan Shebs <stan@codesourcery.com>
4385
4386 * gdb.trace/actions.exp: Clear default-collect.
4387 * gdb.trace/save-trace.exp: Clear default-collect.
4388
fff5cc64
PM
43892010-04-08 Phil Muldoon <pmuldoon@redhat.com>
4390
4391 * gdb.python/py-value: Add null string variable.
4392 (test_lazy_string): Test zero length, NULL address lazy
4393 strings.
4394
a055a187
L
43952010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4396
4397 * gdb.arch/i386-avx.c: New.
4398 * gdb.arch/i386-avx.exp: Likewise.
4399
4400 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
4401
96e39866
DE
44022010-04-06 Doug Evans <dje@google.com>
4403
4404 * gdb.base/source-test.gdb: New file.
4405 * gdb.base/source.exp: Test source -v.
4406
5984a431
UW
44072010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4408
4409 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
4410
ec8a089a
PM
44112010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4412
4413 * gdb.stabs/aout.sed: Convert all backslash to double backslash
4414 within one line, unless it is followed by a double quote.
4415 * gdb.stabs/hppa.sed: Idem.
4416 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
4417 * gdb.stabs/weird.exp: Check for correct parsing of
4418 char and string constants.
ec8a089a
PM
4419 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
4420 in .stabs to .stabx substitution.
4421
fce3c1f0
SS
44222010-04-05 Stan Shebs <stan@codesourcery.com>
4423
4424 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
4425 constant global.
4426 * gdb.trace/tfile.exp: Try to print them.
4427
d77f58be
SS
44282010-04-04 Stan Shebs <stan@codesourcery.com>
4429
4430 * gdb.base/completion.exp: Update for new "info watchpoints".
4431 * gdb.base/default.exp: Ditto.
4432 * gdb.base/help.exp: Ditto.
4433 * gdb.base/watchpoint.exp: Ditto.
4434 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 4435
af54718e
SS
44362010-04-04 Stan Shebs <stan@codesourcery.com>
4437
4438 * gdb.trace/tfile.exp: Sharpen tfind test.
4439
74d1f91e
JK
44402010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 * gdb.base/break-entry.exp: New.
4443
eb8e76db 44442010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 4445 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
4446
4447 * gdb.reverse/i386-sse-reverse.exp: New file.
4448 * gdb.reverse/i386-sse-reverse.c: New file.
4449
bf65cad8
PA
44502010-04-02 Pedro Alves <pedro@codesourcery.com>
4451
4452 * gdb.trace/tfind.exp: Adjust expected disassembly output.
4453
fff87407
SS
44542010-04-01 Stan Shebs <stan@codesourcery.com>
4455
4456 * gdb.trace/actions.exp: Tweak expected output.
4457 * gdb.trace/while-stepping.exp: Tweak expected output.
4458
fe01d668
L
44592010-04-01 H.J. Lu <hongjiu.lu@intel.com>
4460
4461 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
4462
86b17b60
PA
44632010-04-01 Pedro Alves <pedro@codesourcery.com>
4464
4465 * gdb.base/commands.exp: Adjust.
4466 * gdb.cp/extern-c.exp: Adjust.
4467
2c58c0a9
PA
44682010-04-01 Pedro Alves <pedro@codesourcery.com>
4469
4470 * gdb.trace/collection.c (local_test_func): Define a local struct,
4471 and instanciate it.
4472
0db9b91c
PA
44732010-04-01 Pedro Alves <pedro@codesourcery.com>
4474
4475 * gdb.trace/collection.exp (gdb_collect_args_test)
4476 (gdb_collect_argarray_test): XFAIL the tests that assume the
4477 argarray argument's elements are collected.
4478
8072405b
JK
44792010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4480
4481 * gdb.dwarf2/dw2-bad-parameter-type.exp,
4482 gdb.dwarf2/dw2-bad-parameter-type.S: New.
4483
8bf6485c
SS
44842010-03-31 Stan Shebs <stan@codesourcery.com>
4485
4486 * gdb.trace/save-trace.exp: Test save/restore of default-collect
4487 and tracepoint conditionals.
4488 (gdb_verify_tracepoints): Delete unused return.
4489
fd7f724a
KS
44902010-03-26 Keith Seitz <keiths@redhat.com>
4491
4492 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
4493 appear in the output before main.
4494 Remove KFAIL for gdb/2215 aka bz 9320.
4495
8d9e7719
DE
44962010-03-30 Doug Evans <dje@google.com>
4497
0906dd0b
DE
4498 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
4499 by dejagnu.
4500 * gdb.arch/amd64-dword.exp: Ditto.
4501
8d9e7719
DE
4502 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
4503 match.
4504 (break printf): Ditto.
4505
1da644f0
SW
45062010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
4507
4508 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
4509 gcc < 4.4.
4510 * gdb.cp/shadow.exp: Ditto.
4511
a8121990
PA
45122010-03-29 Pedro Alves <pedro@codesourcery.com>
4513
4514 * gdb.trace/collection.exp (run_trace_experiment): Make sure
4515 "tstart" is silent.
4516
6e79d367
PA
45172010-03-29 Pedro Alves <pedro@codesourcery.com>
4518
4519 * gdb.trace/collection.exp (executable): New.
4520 (binfile): Use it.
4521 (fpreg, spreg, pcreg): New.
4522 (test_register): Use gdb_test_multiple. Pass /x to print.
4523 (prepare_for_trace_test): New.
4524 (run_trace_experiment): Use "continue", not gdb_run_cmd.
4525 (gdb_collect_args_test, gdb_collect_argstruct_test)
4526 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
4527 prepare_for_trace_test.
4528 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
4529 fpreg, spreg and pcreg.
4530 (gdb_collect_expression_test, gdb_collect_globals_test): Use
4531 prepare_for_trace_test.
4532 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
4533 try to detect tracing support here. Don't set breakpoints at
4534 `begin' or `end' here.
4535 <global scope>: Use clean_restart. Run to main before checking
4536 for tracing support. Check for for tracing support here.
4537
09248348
JK
45382010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
4541 " as $displacement" to "seen displacement message".
4542
d350db38
PA
45432010-03-28 Pedro Alves <pedro@codesourcery.com>
4544
4545 * gdb.trace/while-dyn.exp (executable): New variable.
4546 (binfile): Use it.
4547 (test_while_stepping): New function. Move most tests here. Call
4548 it once for each of the while-stepping, stepping and ws aliases.
4549
907af001
UW
45502010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4551
4552 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
4553 that do not provide the tagless_struct type name at all.
4554 (test_print_anon_union): Do not check value of uninitialized
4555 union member. Do not use cp_test_ptype_class, so we can accept
4556 "long" as well as "long int".
4557
610197fd
PA
45582010-03-26 Pedro Alves <pedro@codesourcery.com>
4559
4560 * gdb.trace/tfile.c (tohex, bin2hex): New.
4561 (write_error_trace_file): Hexify error description.
4562
6c28cbf2
SS
45632010-03-25 Stan Shebs <stan@codesourcery.com>
4564
4565 * gdb.trace/tfile.c: Generate an additional trace file, improve
4566 portability.
4567 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
4568 files in a better way.
4569
e62b8c7e
KS
45702010-03-25 Keith Seitz <keiths@redhat.com>
4571
4572 * gdb.java/jprint.exp: XFAIL printing of static class members
4573 because of GCC debuginfo problem.
4574
82ccf5a5
JK
45752010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4576
4577 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
4578
293e2f9e
DJ
45792010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4580
4581 * gdb.base/completion.exp: Allow long instead of long int.
4582 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
4583 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
4584 variable p.
4585 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
4586 * gdb.base/pointers.exp: Allow long instead of long int.
4587 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
4588 * gdb.base/step-line.exp: Allow a directory before the source file name.
4589
95a42b64
TT
45902010-03-24 Tom Tromey <tromey@redhat.com>
4591
4592 PR breakpoints/9352:
4593 * gdb.base/default.exp: Update.
4594 * gdb.base/commands.exp: Update.
4595 * gdb.cp/extern-c.exp: Test setting commands on multiple
4596 breakpoints at once.
4597
2390201f
DJ
45982010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4599
4600 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
4601 if gdb,nosignals.
4602 * gdb.base/watchpoints.c: Do not include unnecessary headers.
4603 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
4604 exited".
4605
8c9a6790
SS
46062010-03-24 Stan Shebs <stan@codesourcery.com>
4607
4608 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
4609
a6c727b2
DJ
46102010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4611
4612 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
4613 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
4614 argument. Handle "short" and "long".
4615 (Top level): Pass overprototyped output for old_fptr and xptr.
4616
4dfd5423
PA
46172010-03-23 Pedro Alves <pedro@codesourcery.com>
4618
4619 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
4620 format strings and add casts to avoid compiler warnings.
4621
46222010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
4623
4624 * lib/trace-support.exp (gdb_trace_setactions):
4625 Don't expect whitespace after ">" prompt.
4626 * gdb.trace/actions.exp: Adjust for output changes.
4627 * gdb.trace/while-stepping.exp: Likewise.
4628
c847d045
JK
46292010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4630
4631 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
4632 and r157645).
4633
5f717f1d
JK
46342010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
4637 New.
4638
7d6d51d5
DJ
46392010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
4640
4641 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
4642 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
4643
3b11a015
SS
46442010-03-19 Stan Shebs <stan@codesourcery.com>
4645
4646 * gdb.trace/ax.exp: New file.
4647
d7d158ed
DE
46482010-03-19 Doug Evans <dje@google.com>
4649
6bb85cd1
DE
4650 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
4651 output from gcc.
4652
d7d158ed
DE
4653 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
4654 named /usr/sbin/prelink<foo>.
4655
4daf5ac0
SS
46562010-03-18 Stan Shebs <stan@codesourcery.com>
4657
4658 * gdb.trace/circ.exp: Test circular-trace-buffer.
4659 * gdb.trace/tfile.exp: Update tstatus test.
4660
e8d05480
JB
46612010-03-18 Joel Brobecker <brobecker@adacore.com>
4662
4663 * gdb.dwarf2/dw2-anonymous-func.S: New file.
4664 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
4665
441b986a
UW
46662010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4667
4668 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
4669
4247603b
PA
46702010-03-18 Pedro Alves <pedro@codesourcery.com>
4671
4672 * gdb.base/default.exp: Adjust the expected output of the finish
4673 and until commands when the inferior is not being run.
4674
13387711
SW
46752010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4676
4677 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
4678 * gdb.cp/nsusing.exp: Ditto.
4679
6e31430b
TT
46802010-03-15 Tom Tromey <tromey@redhat.com>
4681
4682 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
4683 * gdb.cp/userdef.cc (operator==): New function.
4684 (main): New locals mem1, mem2.
4685
e2d69cb5
JZ
46862010-03-15 Jie Zhang <jie@codesourcery.com>
4687
4688 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
4689 Declare and use new loadtimeout variable.
4690
f572f0a9
DJ
46912010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4692
4693 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
4694 Use gdb_load later.
4695
51f4c0b0
PA
46962010-03-14 Pedro Alves <pedro@codesourcery.com>
4697
4698 * gdb.base/solib-disc.c (main): Make format of fprintf a string
4699 literal. Add missing endlines to prints to stderr.
4700
1c809c68
TT
47012010-03-12 Tom Tromey <tromey@redhat.com>
4702
4703 PR c++/9708:
4704 * gdb.cp/m-static.exp: Add regression test.
4705 * gdb.cp/m-static.cc (method): New method.
4706 (main): Call it.
4707
00ae8fef
SW
47082010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4709
4710 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
4711 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4712
759f0f0b
PA
47132010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4714
21e24d21
PA
4715 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4716
47172010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4718
759f0f0b
PA
4719 * lib/gdb.exp (skip_stl_tests): New.
4720 (gdb_compile): Symbian needs -ldl.
4721 (shlib_target_file): New.
4722 (shlib_symbol_file): New.
4723 (gdb_load_shlibs): Use shlib_target_file.
4724 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4725 * gdb.cp/exception.exp: Use skip_stl_tests.
4726 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4727 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4728 * gdb.cp/mb-templates.exp: Ditto.
4729 * gdb.base/commands.exp: Relax regexes.
4730 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4731 shlib_target_file and shlib_symbol_file.
4732 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4733 sections.
4734 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4735 * gdb.base/solib-disc.exp: Use
4736 shlib_target_file and shlib_symbol_file.
4737 * gdb.base/unload.exp: Don't skip on symbian. Use
4738 shlib_target_file and shlib_symbol_file.
4739 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4740
6a8f2671 47412010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 4742
6a8f2671
PA
4743 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4744 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4745 Issue a tfind end before looking for a tracepoint frame.
4746 * gdb.trace/tfind.exp: Adjust tstatus output.
4747 Adjust disassembly output.
4748 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4749
ccf26247
JK
47502010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4751
4752 * gdb.base/break-interp.exp: Create new displacement parameter value
4753 for the test_ld calls.
4754 (reach): New parameter displacement, verify its content. New push of
4755 pf_prefix "reach-$func:". Import global expect_out.
4756 (test_core): New parameter displacement, verify its content. New push
4757 of pf_prefix "core:". New command "set verbose on". Import global
4758 expect_out.
4759 (test_attach): New parameter displacement, verify its content. New
4760 push of pf_prefix "attach:". New command "set verbose on". Import
4761 global expect_out.
4762 (test_ld): New parameter displacement, pass it to the reach, test_core
4763 and test_attach calls and verify its content in the "ld.so exit" test.
4764 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4765 (prelink): Update expected text, use gdb_test.
4766
e469c7fb
DE
47672010-03-10 Doug Evans <dje@google.com>
4768
4769 * gdb.base/checkpoint.exp: Fix comment.
4770 Lengthen timeout while doing >600 checkpoints test.
4771 Rename duplicate "kill all one" test to keep test names unique.
4772
60e1c644
PA
47732010-03-10 Pedro Alves <pedro@codesourcery.com>
4774
4775 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4776
cec808ec
KS
47772010-03-08 Keith Seitz <keiths@redhat.com>
4778
889bf7c5
PA
4779 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4780 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4781 (dm_type_long): New function.
4782 (dm_type_unsigned_short): New function.
4783 (dm_type_unsigned_long): New function.
4784 (myint): New typedef.
4785 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4786 long, unsigned shor and long, operator char*, and typedef.
4787 (test_lookup_operator_functions): Add operator char* test.
4788 (test_paddr_operator_functions): Likewise.
4789 (test_paddr_overloaded_functions): Use probe values for
4790 short, long, and unsigned short and long.
4791 (test_paddr_hairy_functions): If the demangler probe detected
4792 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4793 demangler.
4794 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4795 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4796 and "print null_pmf".
4797 Add test "ptype a.*pmf".
4798 * gdb.cp/overload.exp: Allow optional "int" to appear with
4799 "short" and "long".
4800 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4801 long expect value for men_overload1arg.
4802 Allow "int" to appear with "short" and "long".
4803 When testing "info break", add argument for main (void).
4804 Also allow "int" to appear with "short" and "long".
4805 Ditto with "unsigned" and "long long".
cec808ec
KS
4806 * gdb.java/jmain.exp: Do not enclose methods names in single
4807 quotes.
4808 * gdb.java/jmisc.exp: Likewise.
4809 * gdb.java/jprint.exp: Likewise.
4810 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4811
4812 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4813 * gdb.cp/exception.exp (backtrace after first throw)
4814 (backtrace after second throw): Allow a namespace before __cxa_throw.
4815 (backtrace after first catch, backtrace after second catch): Allow
4816 a namespace before __cxa_begin_catch.
4817
4818 * gdb.cp/cpexprs.exp: New file.
4819 * gdb.cp/cpexprs.cc: New file.
4820
4821 From Daniel Jacobowitz <dan@codesourcery.com>
4822 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4823 to use string_to_regexp.
4824 (ctor, dtor): New functions. Use them to match constructor
4825 and destructor function types.
4826 (Top level): Use runto_main.
4827
f870a310
TT
48282010-03-05 Tom Tromey <tromey@redhat.com>
4829
4830 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4831 gdb.target_charset.
4832 (pp_ns.to_string): Likewise.
4833
0c199f28
KS
48342010-03-04 Keith Seitz <keiths@redhat.com>
4835
4836 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4837 can be quoted. Test that both the filename and function/line
4838 portions can be quoted at the same time.
4839
c7437ca6
PA
48402010-03-04 Pedro Alves <pedro@codesourcery.com>
4841
4842 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4843
b111b805
DE
48442010-03-03 Doug Evans <dje@google.com>
4845
24486cb7
DE
4846 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4847 libc contains libpthread.
4848
b111b805
DE
4849 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4850 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4851 of gdb_compile. Add another pattern to match android backtrace.
4852
a0e0ef55
TT
48532010-03-03 Tom Tromey <tromey@redhat.com>
4854
4855 PR gdb/11345:
4856 * gdb.base/printcmds.exp (test_printf): Add test.
4857
1ba53b71
L
48582010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4859
4860 * gdb.arch/amd64-byte.exp: New.
4861 * gdb.arch/amd64-dword.exp: Likewise.
4862 * gdb.arch/amd64-pseudo.c: Likewise.
4863 * gdb.arch/amd64-word.exp: Likewise.
4864 * gdb.arch/i386-byte.exp: Likewise.
4865 * gdb.arch/i386-pseudo.c: Likewise.
4866 * gdb.arch/i386-word.exp: Likewise.
4867
f5dff777
DJ
48682010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4869
4870 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4871 types. Add structreg, bitfields, and flags registers.
4872 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4873 registers.
4874
90884b2b
L
48752010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4876
4877 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4878 (load_description): Set architecture if defined.
4879
dc00d89f
PM
48802010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4881
4882 * gdb.python/py-frame.exp: Add read_var block tests.
4883 * gdb.python/py-frame.c (block): New function.
4884
0e095b7e
JK
48852010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4886 Daniel Jacobowitz <dan@codesourcery.com>
4887
4888 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4889
624f1a65
DM
48902010-02-25 David S. Miller <davem@davemloft.net>
4891
4892 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4893 fix logic for setting all_syscalls_numbers.
4894
f3e9a817
PM
48952010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4896
4897 * Makefile.in: Add py-block and py-symbol.
4898 * gdb.python/py-symbol.exp: New File.
4899 * gdb.python/py-symtab.exp: New File.
4900 * gdb.python/py-block.exp: New File.
4901 * gdb.python/py-symbol.c: New File.
4902 * gdb.python/py-block.c: New File.
4903
f6bbabf0
PM
49042010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4905
4906 PR python/11314
4907 * lib/gdb.exp (skip_python_tests): New function.
4908 * gdb.python/py-cmd.exp: Use skip_python_tests.
4909 * gdb.python/py-frame.exp: Likewise.
4910 * gdb.python/py-function.exp: Likewise.
4911 * gdb.python/py-prettyprint.exp: Likewise.
4912 * gdb.python/py-template.exp: Likewise.
4913 * gdb.python/py-type.exp: Likewise.
4914 * gdb.python/py-value.exp: Likewise.
4915
85d721b8
PA
49162010-02-22 Pedro Alves <pedro@codesourcery.com>
4917
4918 PR9605
4919
4920 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4921
48e32051
TT
49222010-02-19 Tom Tromey <tromey@redhat.com>
4923
4924 PR c++/8693, PR c++/9496:
4925 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4926 regression tests.
4927
ac9c0048
JK
49282010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4929
4930 Fix compatibility with m68k as.
4931 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4932 Use only /* comments */.
4933
57bb97a4
UW
49342010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4935
4936 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4937 * configure: Regenerate.
4938
7d1bf85c
DJ
49392010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4940
4941 * gdb.python/py-type.exp: Check for Python support.
4942
061b5285
PA
49432010-02-17 Pedro Alves <pedro@codesourcery.com>
4944
4945 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4946 `regsub' syntax available.
4947
f8a8bc2c
PA
49482010-02-17 Pedro Alves <pedro@codesourcery.com>
4949
4950 * gdb.base/shmain.c (main): Remove printf call.
4951 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4952 * gdb.base/unload.c (main): Make format of fprintf a string
4953 literal. Add missing endlines to prints to stderr.
4954 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4955
6f451e5e
TT
49562010-02-17 Tom Tromey <tromey@redhat.com>
4957
4958 * gdb.java/jprint.java (jprint.props): New field.
4959 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4960
12d79008
PA
49612010-02-17 Pedro Alves <pedro@codesourcery.com>
4962
ef801a0e 4963 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
4964 available.
4965
d252f7e5
DJ
49662010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4967
4968 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4969 creation to support remote host testing.
4970
67bdab6c
DJ
49712010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4972
4973 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4974 Recognize "command not found".
4975
bb391223
DJ
49762010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4977
4978 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4979 single-stepping.
4980
70362913
DJ
49812010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4982
4983 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4984 if arguments are not supported.
4985
493f3c00
DJ
49862010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4987
4988 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4989 be const or non-const.
4990
8034c749
DJ
49912010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4992
4993 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4994 mi_send_resuming_command to send -exec-continue.
4995
791dfb64
DJ
49962010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4997
4998 * gdb.base/list.exp (test_list_filename_and_function): Add test
4999 with single quotes.
5000 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
5001 matching.
5002 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
5003 Add KFAIL'd tests for PR gdb/11289.
5004
7c5fe868
DJ
50052010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5006
5007 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
5008
fdc498b8
DJ
50092010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5010
5011 * gdb.base/comp-dir/subdir/dummy.txt: New file.
5012 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
5013 a temporary directory.
5014
b519e2a6
DJ
50152010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5016
5017 * gdb.base/charset.exp: Use a single regular expression to match
5018 show host-charset and show target-charset output.
5019
74164c56
JK
50202010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5021
5022 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
5023 "Illegal process-id" expect string more exact.
5024 (attach to digits-starting nonsense is prohibited): New.
5025
701ed6dc
JK
50262010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5027
5028 * gdb.base/prelink.exp (set verbose on): New.
5029
889bf7c5 50302010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
5031
5032 * mi-reverse.exp: New file. Test for reverse option to the
5033 following MI commands: exec-continue, exec-finish, exec-next,
5034 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 5035
dadf0e9c
JB
50362010-02-09 Joel Brobecker <brobecker@adacore.com>
5037
5038 * gdb.ada/ptype_tagged_param: New testcase.
5039
714f19d5
TT
50402010-02-08 Tom Tromey <tromey@redhat.com>
5041
5042 PR c++/8017:
5043 * gdb.cp/overload.exp: Add tests.
5044 * gdb.cp/overload.cc (struct K): New.
5045 (namespace N): New.
5046 (main): Call new functions.
5047 (K::staticoverload): Define.
5048
889bf7c5 50492010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
5050
5051 PR gdb/10728
5052 * gdb.cp/pr10728-x.h: New file.
5053 * gdb.cp/pr10728-x.cc: New file.
5054 * gdb.cp/pr10728-y.cc: New file.
5055 * gdb.cp/pr10728.exp: New file.
5056 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
5057
889bf7c5 50582010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
5059
5060 PR gdb/9067
5061 * gdb.cp/pr9067.exp: New
5062 * gdb.cp/pr9067.cc: New
5063 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
5064
7b356089
JB
50652010-02-08 Joel Brobecker <brobecker@adacore.com>
5066
5067 * lib/gdb.exp (gdb_test_timeout): New global variable.
5068 Set it to timeout if not already set.
5069 (gdb_init): Reset the value of timeout to gdb_test_timeout.
5070
1be00882
DE
50712010-02-05 Doug Evans <dje@google.com>
5072
5073 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
5074 user.
5075
82856980
SW
50762010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
5077
5078 PR c++/7935:
5079 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
5080
1a334831
TT
50812010-02-04 Tom Tromey <tromey@redhat.com>
5082
5083 * gdb.cp/virtbase.exp: Make test case names unique.
5084
9c3c02fd
TT
50852010-02-02 Tom Tromey <tromey@redhat.com>
5086
5087 * gdb.cp/virtbase.exp: Add regression tests.
5088 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
5089 (main): Instantiate RHC.
5090
0cc2414c
TT
50912010-02-02 Tom Tromey <tromey@redhat.com>
5092
5093 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
5094 type-printing change.
5095
edf3d5f3
TT
50962010-02-02 Tom Tromey <tromey@redhat.com>
5097
5098 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5099 * gdb.cp/virtbase.cc: New file.
5100 * gdb.cp/virtbase.exp: New file.
5101 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
5102
e4b7f41c
JK
51032010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5104
5105 PR libc/11214:
5106 * gdb.threads/current-lwp-dead.c: Include features.h.
5107 (HAS_NOMMU): New.
5108 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
5109
b381ea14
JK
51102010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5111
5112 * gdb.base/symbol-without-target_section.exp,
5113 gdb.base/symbol-without-target_section.c: New.
5114
c593ac0e
DJ
51152010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5116
5117 * gdb.base/bigcore.exp: Reset increased timeout.
5118 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
5119
db25f29d
DJ
51202010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5121
5122 * gdb.base/gcore.exp (capture_command_output): Use
5123 gdb_test_multiple.
5124
f9d67f43
DJ
51252010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5126
5127 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
5128 * gdb.arch/thumb2-it.exp (test_it_break): New function.
5129 (Top level): Call it.
5130
177321bd
DJ
51312010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5132
5133 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
5134
97f2ed50
DJ
51352010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5136
5137 * gdb.base/call-strs.exp, gdb.base/default.exp,
5138 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
5139 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
5140 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
5141 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
5142 gdb.base/watchpoint-solib.exp: Save and restore timeout.
5143 * gdb.base/ending-run.exp: Correct restore of timeout.
5144 * gdb.base/page.exp: Remove unnecessary timeout setting.
5145
e4e2711a
JB
51462010-01-29 Joel Brobecker <brobecker@adacore.com>
5147
5148 * gdb.ada/rec_return: New testcase.
5149
ba581dc1
JB
51502010-01-29 Joel Brobecker <brobecker@adacore.com>
5151
5152 * gdb.ada/call_pn: New testcase.
5153
4ea95be9
DJ
51542010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5155
5156 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
5157 (Top level): Use it to resume.
5158 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
5159 the Thumb mode displaced stepping error as unsupported.
5160
df83a9bf
SW
51612010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
5162
889bf7c5
PA
5163 * gdb.cp/nsusing.exp: Added more tests.
5164 * gdb.cp/nsrecurs.exp: Ditto.
5165 * gdb.cp/nsusing.cc: Added test functions.
5166 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 5167
40b27cdc
JK
51682010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5169
5170 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
5171 absolute directory pathnames in gdb.sum file.
5172
de958931
SW
51732010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
5174
5175 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
5176 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
5177
708ead4e
TT
51782010-01-26 Tom Tromey <tromey@redhat.com>
5179
5180 PR exp/7643:
5181 * gdb.base/printcmds.exp (test_print_string_constants): Remove
5182 setup_kfail.
5183
b14e635e
SW
51842010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
5185
5186 * gdb.cp/nsrecurs.exp: New test.
5187 * gdb.cp/nsrecurs.cc: New test program.
5188 * gdb.cp/nsstress.exp: New test.
5189 * gdb.cp/nsstress.cc: New test program.
5190 * gdb.cp/nsdecl.exp: New test.
5191 * gdb.cp/nsdecl.cc: New test program.
5192
8540c487
SW
51932010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5194
5195 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
5196 imported into file scope.
5197 Marked test as xfail.
5198 * gdb.cp/namespace-using.cc (marker5): New function.
5199 * gdb.cp/shadow.exp: New test.
5200 * gdb.cp/shadow.cc: New test program.
5201 * gdb.cp/nsimport.exp: New test.
5202 * gdb.cp/nsimport.cc: New test program.
5203
421d5d99
TT
52042010-01-25 Tom Tromey <tromey@redhat.com>
5205
5206 PR gdb/11049:
5207 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
5208 with "set print null-stop on".
5209
691f8dc1
JK
52102010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5211
5212 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
5213 Adjust it for DISASSEMBLY_OMIT_FNAME.
5214
0b92b5bb
TT
52152010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5216
5217 PR symtab/11199:
5218 * gdb.dwarf2/member-ptr-forwardref.exp,
5219 gdb.dwarf2/member-ptr-forwardref.S: New.
5220
23787403
JK
52212010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5222
5223 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
5224 (thread1_func): Protect thread1_tid with thread1_tid_cond by
5225 thread1_tid_mutex. Remove gdbstop_mutex handling.
5226 (thread2_func): Protect thread2_tid with thread2_tid_cond by
5227 thread2_tid_mutex. Remove gdbstop_mutex handling.
5228 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
5229 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
5230 pthread_cond_wait conditionalizations by while loops.
5231
b966cb8a
TT
52322010-01-20 Tom Tromey <tromey@redhat.com>
5233
5234 PR backtrace/10770:
5235 * gdb.dwarf2/pr10770.exp: New file.
5236 * gdb.dwarf2/pr10770.c: New file.
5237 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
5238
fcae584b
VP
52392010-01-20 Vladimir Prus <vladimir@codesourcery.com>
5240
5241 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
5242 that target was removed, and the test always runs native anyway.
5243
a0f49112
JK
52442010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5245
5246 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
5247 gdb.base/watchpoint-cond-gone-stripped.c: New.
5248
ceeb3d5a
TT
52492010-01-19 Tom Tromey <tromey@redhat.com>
5250
5251 PR c++/8000:
5252 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
5253 existing tests.
5254 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
5255 (main): Use AAA::SomeEnum.
5256
dd322c54
JK
52572010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5258
5259 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
5260 (test_ignore_count): Declare line_callme_body global.
5261 (run to breakpoint with ignore count): Use line_callme_body.
5262 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
5263 (set line_main_hello, set line_main_return): Reindent.
5264 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
5265 New.
5266 (continue to callee4): Use line_callee4_body.
5267 (check *stopped from CLI command): Use line_callee4_next.
5268 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
5269 (set line_main_hello, set line_main_return): Reindent.
5270 (set line_callee4_head, set line_callee4_body): New.
5271 (continue to callee4): Use line_callee4_body.
5272
4e8f195d
TT
52732010-01-18 Tom Tromey <tromey@redhat.com>
5274
5275 PR c++/9680:
5276 * gdb.cp/casts.cc: Add new classes and variables.
5277 * gdb.cp/casts.exp: Test new operators.
5278
9e14a9ba
JB
52792010-01-18 Tom Tromey <tromey@redhat.com>
5280 Thiago Jung Bauermann <bauerman@br.ibm.com>
5281
5282 * gdb.python/source2.py: New file.
5283 * gdb.python/source1: New file.
5284 * gdb.python/python.exp: Test "source" command.
5285
00bf0b85
SS
52862010-01-15 Stan Shebs <stan@codesourcery.com>
5287
5288 * gdb.trace/tfile.c: New file.
5289 * gdb.trace/tfile.exp: New file.
889bf7c5 5290
55235ad7
JK
52912010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5292
5293 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
5294
9f2982ff
JK
52952010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5296
5297 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
5298
bbfba9ed
JK
52992010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5300
5301 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
5302 (libfunc): New parameter action. Implement also selectable "sleep".
5303 * gdb.base/break-interp-main.c: Include assert.h.
5304 (libfunc): New parameter action.
5305 (main): New parameters argc and argv. Assert argc. Pass argv.
5306 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
5307 (test_attach): New proc.
5308 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
5309 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
5310
61f0d762
JK
53112010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5312
5313 * gdb.base/break-interp.exp (test_core): New proc.
5314 (test_ld): Call it.
5315
06a6f270
JK
53162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5317
5318 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
5319 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
5320 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
5321 and gdb_compile_shlib. Use new -Wl compiler options.
5322 (dl bt, main bt): New tests.
5323
51bee8e9
JK
53242010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5325
5326 Support PIEs with no symfile_objfile.
5327 * gdb.base/break-interp.exp: New argument at the test_ld calls.
5328 (test_ld): New parameter trynosym.
5329 (test_ld <$trynosym>): New block.
5330
b8040f19
JK
53312010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 * gdb.base/break-interp.exp: New file.
5334
be759fcf
PM
53352010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5336
5337 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
5338 * gdb.python/py-prettyprint.py (pp_ls): New printer.
5339 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
5340 test.
5341 * gdb.python/py-prettyprint.c: Define lazystring test structure.
5342 * gdb.python/py-mi.exp: Add lazy string test.
5343
dc146f7c
VP
53442010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5345
5346 * lib/mi-support.exp (mi_check_thread_states): Handle
5347 core number in thread listing.
5348
b4ba55a1
JB
53492010-01-12 Joel Brobecker <brobecker@adacore.com>
5350
5351 * gdb.base/maint.exp: Adjust the expected output for the
5352 "maint print type" test. Use gdb_test_multiple instead of
5353 gdb_sent/gdb_expect.
5354
08e24bd4
DE
53552010-01-11 Doug Evans <dje@google.com>
5356
6496a609
DE
5357 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
5358 from gdbserver_download. All callers updated.
5359
08e24bd4
DE
5360 * gdb.server/ext-run.exp: "info os processes" requires xml support.
5361
b5cfddf5
JK
53622010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5363
5364 Implement binary numbers parsing.
5365 * gdb.base/printcmds.exp (test_integer_literals_accepted)
5366 (test_integer_literals_rejected): New binary tests.
5367
3725885a
RW
53682010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5369
5370 * gdb.cell/configure: Regenerate.
5371
37aeb5df
JK
53722010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5373
5374 * gdb.base/corefile.exp: Move the core finding block out and call it as
5375 core_find, new variable $corefile, replace corefile by $corefile and
5376 [file tail $corefile] for usage vs. test names resp.
5377 * lib/gdb.exp (core_find): Move it as a new function here. New
5378 parameter binfile and deletefiles. New variable $destcore. Pre-delete
5379 $destcore. Return "" on error.
5380
d521f563
JK
53812010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5382
5383 Workaround PR binutils/10802.
5384 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
5385 (twice).
5386
28f24826
DJ
53872010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5388
5389 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
5390
2de75e71
JB
53912010-01-08 Joel Brobecker <brobecker@adacore.com>
5392
5393 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
5394 call, to avoid interruption.
5395
fe00719b 53962010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
5397
5398 * gdb.stabs/weird.def (args93): New.
5399
d0ef5df8
DE
54002010-01-07 Doug Evans <dje@google.com>
5401
5402 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
5403
3a08d52f
TT
54042010-01-07 Tom Tromey <tromey@redhat.com>
5405
5406 * gdb.base/source.exp: Use correct line number.
5407
7a697b8d
SS
54082010-01-05 Stan Shebs <stan@codesourcery.com>
5409
5410 * gdb.trace/tracecmd.exp: Test ftrace.
5411
7803799a
UW
54122010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5413
5414 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
5415
c54eabfa
JK
54162010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5417
5418 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
5419 "uint_for_mi_testing".
5420
02e7ef19
JB
54212010-01-01 Joel Brobecker <brobecker@adacore.com>
5422
5423 Test indented comment in file being sourced.
5424 * gdb.base/commands.exp: Test indented comment in file being sourced.
5425
abd775ce
JB
54262010-01-01 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
5429 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
5430 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
5431 notice.
5432
79b55b82
JB
54332010-01-01 Joel Brobecker <brobecker@adacore.com>
5434
5435 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
5436 notice.
5437
8997583e
JK
54382010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5439
5440 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
5441 missing $after_stopped and comma (,) expectation.
5442
6da95a67
SS
54432009-12-31 Stan Shebs <stan@codesourcery.com>
5444
5445 * gdb.trace/actions.exp: Test teval action.
889bf7c5 5446
218d2fc6
TJB
54472009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5448
5449 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
5450 (top level): Call test_watchpoint_in_big_blob.
5451 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
5452 watchpoints.
5453 (func3): Write to buf.
5454
236f1d4d
SS
54552009-12-29 Stan Shebs <stan@codesourcery.com>
5456
5457 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 5458
f61e138d
SS
54592009-12-28 Stan Shebs <stan@codesourcery.com>
5460
5461 * gdb.trace/tsv.exp: New file.
5462 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 5463
0219b378
DJ
54642009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5465
5466 * gdb.base/find.c (main): Reference search buffers.
5467 * gdb.base/included.c (main): Reference integer.
5468 * gdb.base/ptype.c (charfoo): Declare.
5469 (intfoo): Call charfoo.
5470 * gdb.base/scope0.c (useitp): New function.
5471 (usestatics): Use useitp.
5472 (useit): Add a type for val.
5473 * gdb.base/scope1.c (useit1): Take a pointer argument.
5474 (usestatics1): Update calls to useit1.
5475 * gdb.cp/call-c.cc: Declare foo.
5476 (main): Call foo.
5477 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
5478 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
5479 (main): Call C::ensureRefs and ensureOtherRefs.
5480 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
5481 variables.
5482 (ensureOtherRefs): New function.
5483 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
5484 * gdb.cp/templates.cc (main): Call t5i.value.
5485
3f78692f
JK
54862009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5487
5488 Fix compatibility with G++-4.5.
5489 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
5490 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
5491 (uncaught return): Remove.
5492
429374b8
JK
54932009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5494 Phil Muldoon <pmuldoon@redhat.com>
5495
5496 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
5497 (bp_location13, bp_location14, bp_location17, bp_location18)
5498 (marker3_proto, marker4_proto): New variables.
5499 (breakpoint info): Update output.
5500 (run until breakpoint at marker3, run until breakpoint at marker4): New
5501 tests.
5502
859825b8
JK
55032009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5504
5505 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
5506 Replace the printf call of Y by provided "y-set-1" label. New block
5507 for the second shared library.
5508 * gdb.base/unload.exp: Compile also the second library, call
5509 gdb_load_shlibs also for it. Use now gdb_breakpoint.
5510 (single pending breakpoint info): Rename to ...
5511 (pending breakpoint info before run): ... this extended test.
5512 (libfile2, libname2, libsrcfile2, libsrc2)
5513 (lib_sl2): New variables.
5514 (exec_opts): Set also SHLIB_NAME2.
5515 (pending breakpoint info on first run at shrfunc1)
5516 (pending breakpoint info on second run at shrfunc1)
5517 (pending breakpoint info on second run at shrfunc2)
5518 (print y from libfile, print y from libfile2): New tests.
5519 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
5520 * gdb.base/unloadshr2.c: New.
5521
e6a386cd
HZ
55222009-12-22 Hui Zhu <teawater@gmail.com>
5523
5524 * gdb.reverse/sigall-reverse.exp: Adjust.
5525
9e19b45e
VP
55262009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5527
5528 PR gdb/10884
5529
5530 * gdb.mi/var-cmd.c (do_bitfield_tests): New
5531 (main): Call do_bitfield_tests.
aacf5b1e 5532 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 5533
d53a7b30
JB
55342009-12-20 Joel Brobecker <brobecker@adacore.com>
5535
5536 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
5537 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
5538 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
5539 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
5540 gdb.modula2/unbounded1.c: Update copyright header.
5541
191ca0a1
CM
55422009-12-10 Chris Moller <moller@mollerware.com>
5543
5544 PR gdb/9399
5545 * gdb.cp/virtfunc2.exp: New tests
5546 * gdb.cp/virtfunc2.cc: New tests
5547 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
5548
0fa6cf1b
MS
55492009-12-10 Oza Pawandeep (paawan1982@yahoo.com
5550
5551 * gdb.reverse/i387-env-reverse.c: New file.
5552 * gdb.reverse/i387-env-reverse.exp: New file.
5553 * gdb.reverse/i387-stack-reverse.c: New file.
5554 * gdb.reverse/i387-stack-reverse.exp: New file.
5555
361ae042
PM
55562009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5557
5558 * gdb.python/py-type.exp (test_range): New test.
5559
bfd31e71
PM
55602009-12-03 Phil Muldoon <pmuldoon@redhat.com>
5561
5562 PR python/10805
5563
5564 * gdb.python/py-type.exp: New file.
5565 * gdb.python/py-type.c: New file.
5566 * Makefile.in: Add py-type.
5567
57a1d736
TT
55682009-12-03 Tom Tromey <tromey@redhat.com>
5569
5570 * gdb.python/py-value.exp (test_parse_and_eval): New
5571 function.
5572
1f3b5d1b
PP
55732009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
5574
5575 PR gdb/11022
5576
5577 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
5578 * gdb.base/pr11022.c: New test.
5579
8b7dbdc9
JK
55802009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5581
5582 Fix spurious false FAILs.
5583 * gdb.base/structs.c (chartest): New.
5584 (main): Fill-in chartest.
5585 * gdb.base/structs.exp (anychar_re, first): New.
5586 (start_structs_test): Import global anychar_re and first.
5587 New gdb_test call "set print elements 300; ${testfile}"
5588 (start_structs_test <$first>): New block.
5589 (any): Import global anychar_re. New variable ac. Use ${ac}.
5590
6a53b2ec
JK
55912009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5592
5593 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
5594
d7167b4c
JK
55952009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5596
5597 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
5598 Force $srcfile file.
5599 * gdb.base/foll-fork.c (callee): Comment out the printf call.
5600
b1798462
UW
56012009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5602
5603 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
5604 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
5605 * gdb.threads/watchthreads-reorder.exp: Likewise.
5606
b6199126
DJ
56072009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5608
5609 PR gdb/8704
5610
5611 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
5612 "if", and "thread". Correct matching in the previous test.
5613
b22a0510
DJ
56142009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
5615
5616 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
5617
930636d2
MS
56182009-11-23 Michael Snyder <msnyder@vmware.com>
5619
5620 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
5621 * gdb.reverse-watch-precsave.exp: Ditto.
5622
21a0512e
PP
56232009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5624
5625 * gdb.asm/asm-source.exp: Adjust.
5626 * gdb.base/help.exp: Adjust.
889bf7c5 5627
fc30d5e0
PA
56282009-11-22 Pedro Alves <pedro@codesourcery.com>
5629
5630 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
5631 (do_syscall_tests_without_xml): Set data-directory to
5632 /the/path/to/nowhere.
5633
f6bc2008
PA
56342009-11-21 Pedro Alves <pedro@codesourcery.com>
5635
5636 * gdb.threads/local-watch-wrong-thread.c,
5637 gdb.threads/local-watch-wrong-thread.exp: New files.
5638
8c2fb5de
PA
56392009-11-21 Pedro Alves <pedro@codesourcery.com>
5640
5641 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
5642 assume new `regsub' syntax available.
5643
ebec9a0f
PA
56442009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5645
a79d3c27
JK
5646 * gdb.base/watchpoint-hw-hit-once.exp,
5647 gdb.base/watchpoint-hw-hit-once.c: New.
5648
56492009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5650
5651 * gdb.threads/watchthreads-reorder.exp,
5652 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 5653
276a961b
MK
56542009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5655
5656 * gdb.xml/tdesc-regs.exp: Use for m68k.
5657
4867c1fb
PA
56582009-11-15 Pedro Alves <pedro@codesourcery.com>
5659
5660 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
5661
f6838f81
DJ
56622009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5663
5664 * lib/gdb.exp (current_target_name): New procedure.
5665 (gdb_wrapper_target): New variable.
5666 (gdb_wrapper_init): Set gdb_wrapper_target.
5667 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
5668 wrapper.
5669
4ac4dd3f
DJ
56702009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5671
5672 * gdb.base/remote.exp: Delete the slowest load test.
5673 Do not load with fixed packet sizes.
5674
a7881759
DJ
56752009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5676
5677 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
5678
97a5b505
DJ
56792009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5680
5681 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
5682 srcfile when setting a breakpoint.
5683
d3e1fc54
DJ
56842009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
5685
5686 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
5687 macros.
5688
7cbcbded
DJ
56892009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5690
5691 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
5692 to be in memory.
5693 * gdb.base/display.c (force_mem): New.
5694 (do_loops): Use it. Add breakpoint comments.
5695 (do_vars): Add a breakpoint comment.
5696 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
5697 line numbers.
5698
bdea3a92
NF
56992009-11-13 Nathan Froyd <froydnj@codesourcery.com>
5700
5701 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
5702 instead of a bare "run".
5703
269f82e5
PP
57042009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5705
5706 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 5707
a69b7d9d
DJ
57082009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5709
5710 * lib/cell.exp (skip_cell_tests): Clean up test files before
5711 returning.
5712
b598bfda
DJ
57132009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5714
5715 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5716 and the breakpoint menu. Do not call perror if a prompt is seen.
5717 Consume the following GDB prompt.
5718 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5719 * gdb.cp/namespace.exp: Use gdb_test.
5720 * gdb.cp/templates.exp: Use gdb_test.
5721 (test_template_breakpoints): Use gdb_test_multiple.
5722
87728fa0
DJ
57232009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5724
5725 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5726 (marker4): Reference values.
5727
b67c692f
DJ
57282009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5729
5730 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5731 is missing.
5732
f0df251a
DJ
57332009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5734
5735 * gdb.base/break.c (need_malloc): New.
5736 * gdb.base/constvars.c (main): Reference crass and crisp.
5737 * gdb.base/gdb1821.c (main): Reference bar.
5738 * gdb.cp/gdb1355.cc (main): Reference s1.
5739 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5740 (main): Call them.
5741 * gdb.cp/hang2.cc (dummy2): Define.
5742 * gdb.cp/hang3.cc (dummy3): Define.
5743 * gdb.cp/m-data.cc (main): Reference shadow.
5744
bdf7534a
NF
57452009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5746 Nathan Froyd <froydnj@codesourcery.com>
5747
5748 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5749 remote host.
5750
f24fce77
NF
57512009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5752
5753 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5754 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5755 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5756 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5757 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5758 * gdb.dwarf2/dw2-producer.exp: Likewise.
5759 * gdb.dwarf2/mac-fileno.exp: Likewise.
5760 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5761 py-prettyprint.py to the remote host.
5762 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5763
40f0318e
KS
57642009-11-11 Keith Seitz <keiths@redhat.com>
5765
5766 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5767 use it instead of "Foo".
5768 * gdb.cp/classes.exp (do_tests): Add a test to access
5769 a method through a typedef'd class name.
5770
f3d9f7fb
NF
57712009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5772
5773 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5774 exponents.
5775 * gdb.base/pointers.exp: Likewise.
5776 * gdb.cp/ref-types.exp: Likewise.
5777
a4216f37
KS
57782009-11-11 Keith Seitz <keiths@redhat.com>
5779
5780 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5781 new[] and delete[].
5782 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5783 "void".
5784 (probe_demangler): Remove all single-quoting of
5785 method and variable names.
5786 (info_func_regexp): Remove the word "void" from any
5787 occurrence of "(void)".
5788 (print_addr_2): Remove all single-quoting of
5789 method names.
5790 (print_addr_2_kfail): Likewise.
5791 (print_addr): Single-quote C function names before
5792 passing to print_addr_2.
5793 (test_paddr_operator_functions): Remove single-quoting
5794 for method names.
5795 Add tests for operator new[] and operator delete[].
5796
9b14d7aa
JK
57972009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5798
5799 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5800
85feb311
KS
58012009-11-09 Keith Seitz <keiths@redhat.com>
5802
5803 * gdb.cp/overload.exp: Add tests for resolving overloaded
5804 methods in expression parsing/evaluation.
5805
fa335448
DJ
58062009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5807
5808 * lib/gdb.exp (default_gdb_version): Use --version instead of
5809 --command.
5810
ec3c07fc
NS
58112009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5812
5813 * lib/gdb.exp (gdb_compile_test): New.
5814 (skip_ada_tests, skip_java_tests): New.
5815 (gdb_compile): Use gdb_compile_test for f77.
5816 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5817 * lib/java.exp (compile_java_from_source): Remove runtests check,
5818 use gdb_compile_test to record result.
5819 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5820 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5821 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5822 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5823 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5824 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5825 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5826 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5827 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5828 adjust gdb_compile invocations.
5829
b8b4e42b
JK
58302009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5831
5832 * Makefile.in (abs_builddir): New.
5833 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5834 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5835 `$(abs_builddir)/site.exp'.
5836
f8b7eaf3
DJ
58372009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5838
5839 * config/m68k-emc.exp, lib/emc-support.exp,
5840 gdb.trace/gdb_c_test.c: Delete.
5841 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5842 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5843 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5844 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5845 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5846 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5847 casing for m68k-*-elf.
5848
c4187697
NS
58492009-11-03 Pedro Alves <pedro@codesourcery.com>
5850
5851 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5852 * gdb.arch/i386-prologue.exp: Likewise.
5853 * gdb.arch/i386-unwind.exp: Likewise.
5854
db16b772
DJ
58552009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5856
5857 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5858
bcf71277
DJ
58592009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5860
5861 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5862
0105cee2
DJ
58632009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5864
5865 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5866
24ddea62
JK
58672009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5868
5869 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5870
287ccc17
JK
58712009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5872
5873 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5874 * gdb.base/sepdebug2.c: New file.
5875
08bca259 58762009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
5877
5878 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5879 the modified warnings for catch syscall. Verify if GDB was compiled
5880 with support for lib expat, and choose which tests to run depending
5881 on this.
5882
5d4e2b76
VP
58832009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5884
5885 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5886 that composite commands are parsed OK. And also test
5887 that breakpoint commands do work.
5888
240e538a
MS
58892009-10-23 Michael Snyder <msnyder@vmware.com>
5890
5891 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5892 to allow for new disassembly style.
5893
9c419145
PP
58942009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5895
5896 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 5897
02506ff1
MS
58982009-10-22 Michael Snyder <msnyder@vmware.com>
5899
5900 * gdb.reverse/break-precsave.exp: New test.
5901 * gdb.reverse/consecutive-precsave.exp: Ditto.
5902 * gdb.reverse/finish-precsave.exp: Ditto.
5903 * gdb.reverse/i386-precsave.exp: Ditto.
5904 * gdb.reverse/machinestate-precsave.exp: Ditto.
5905 * gdb.reverse/sigall-precsave.exp: Ditto.
5906 * gdb.reverse/solilb-precsave.exp: Ditto.
5907 * gdb.reverse/step-precsave.exp: Ditto.
5908 * gdb.reverse/until-precsave.exp: Ditto.
5909 * gdb.reverse/watch-precsave.exp: Ditto.
5910
4cf866a3
MS
59112009-10-22 Michael Snyder <msnyder@vmware.com>
5912
5913 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5914 for gdb_expect. Adjust one test's expect strings for the new
5915 format of disassemble.
5916 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5917 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5918 gdb_test_multiple.
5919 * gdb.reverse/step-reverse.exp: Delete 'return'.
5920 * gdb.reverse/until-reverse.exp: Delete blank lines.
5921 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5922
2b28d209
PP
59232009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5924
5925 * gdb.base/consecutive.exp: Adjust.
5926 * gdb.base/display.exp: Likewise.
5927 * gdb.base/pc-fp.exp: Likewise.
5928 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 5929
33b9c32b
MS
59302009-10-19 Michael Snyder <msnyder@vmware.com>
5931
5932 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5933 * gdb.reverse/finish-reverse.c: Ditto.
5934 * gdb.reverse/sigall-reverse.c: Ditto.
5935 * gdb.reverse/solib-reverse.c: Ditto.
5936 * gdb.reverse/step-reverse.c: Ditto.
5937 * gdb.reverse/watch-reverse.c: Ditto.
5938
6c95b8df
PA
59392009-10-19 Pedro Alves <pedro@codesourcery.com>
5940 Stan Shebs <stan@codesourcery.com>
5941
5942 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5943 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5944 "Executing new program".
5945 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5946 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5947 left listed after having been killed.
5948 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5949 * gdb.base/maint.exp: Adjust test.
5950
5951 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5952 * gdb.multi/Makefile.in: New.
5953 * gdb.multi/base.exp: New.
5954 * gdb.multi/goodbye.c: New.
5955 * gdb.multi/hangout.c: New.
5956 * gdb.multi/hello.c: New.
5957 * gdb.multi/bkpt-multi-exec.c: New.
5958 * gdb.multi/bkpt-multi-exec.exp: New.
5959 * gdb.multi/crashme.c: New.
5960
279017b7
TG
59612009-10-13 Tristan Gingold <gingold@adacore.com>
5962
5963 * gdb.base/sepdebug.exp: Check debug info are found.
5964
0413d738
PA
59652009-10-08 Pedro Alves <pedro@codesourcery.com>
5966
5967 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5968 bits.
5969
c628eecc
JK
59702009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5971
5972 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5973
38af1bfe
JB
59742009-10-07 Joel Brobecker <brobecker@adacore.com>
5975
5976 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5977 of the comments.
5978
2b0adecd
PM
59792009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5980
5981 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5982 * gdb.base/annota3.exp: Idem.
5983 * gdb.base/maint.exp: Idem.
5984
8d417781
PM
59852009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5986
889bf7c5 5987 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
5988 to default.
5989
bb61102d
PM
59902009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5991
889bf7c5 5992 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
5993 mingw and cygwin targets.
5994
ace5c364
PM
59952009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5996 Pedro Alves <pedro@codesourcery.com>
5997
889bf7c5 5998 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
5999 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
6000
c2d494a0
PM
60012009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6002
e1b52ce2
PM
6003 * gdb.base/shr1.c: Use %p in format string.
6004 * gdb.base/unload.c: Avoid warning in fprintf.
6005 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 6006
209f53f5
PM
60072009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6008
6009 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
6010 long type.
6011 (test_unlink): Correct printf string.
6012 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
6013 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
6014
8172766a
JK
60152009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6016
6017 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
6018 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
6019 * gdb.arch/ia64-breakpoint-shadow.S: New file.
6020
0f73703c
UW
60212009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6022
6023 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
6024 * gdb.objc/nondebug.exp: Likewise.
6025
b32306ca
UW
60262009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6027
6028 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
6029 target_info setting.
6030
6031 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
6032 that detect new threads during "info threads".
6033
0057022f
UW
60342009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6035
6036 * gdb.threads/manythreads.c (main): Increase thread stack size
6037 to 2*PTHREAD_STACK_MIN.
6038 * gdb.threads/multi-create.c (main): Likewise.
6039 (create_function): Likewise.
6040
f29c0325
UW
60412009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6042
6043 * gdb.base/dump.exp: Pass difference of pointer types instead
6044 of integer types as offset to restore in intarr3.srec case.
6045
fcb34849
UW
60462009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6047
6048 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
6049
d5142e3b
UW
60502009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6051
6052 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
6053
087b74b2 60542009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 6055
087b74b2
PM
6056 New test for two watchpoints, with disabling of
6057 the first inserted.
6058 * testsuite/gdb.base/watchpoints.c: New file.
6059 * testsuite/gdb.base/watchpoints.exp: New file.
6060
96c07c5b
TT
60612009-09-25 Tom Tromey <tromey@redhat.com>
6062
6063 * gdb.base/charset.exp: Test utf-16 strings with Python.
6064
b8899f2b
TT
60652009-09-25 Tom Tromey <tromey@redhat.com>
6066
6067 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
6068 UCS-4.
6069 * gdb.base/charset.c (utf_32_string): Rename.
6070 (init_utf32): Rename.
6071 (main): Update.
6072
329719ec
TT
60732009-09-22 Tom Tromey <tromey@redhat.com>
6074
6075 * gdb.python/py-function.exp: Add regression tests.
6076
11ef0d76
KS
60772009-09-21 Keith Seitz <keiths@redhat.com>
6078
6079 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
6080 with invalid operator.
6081
3fe8f3b3
KS
60822009-09-21 Keith Seitz <keiths@redhat.com>
6083
6084 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
6085 and destructor using typedef name of class.
6086 * gdb.cp/classes.cc (class Base1): Add a destructor.
6087 (base1): New typedef.
6088 (use_methods): Instanitate an object of type base1.
6089 * gdb.cp/templates.exp (test_template_typedef): New procedure.
6090 (do_tests): Call test_template_typedef.
6091 * gdb.cp/templates.cc (Baz::~Baz): New method.
6092 (intBazOne): New typedef.
6093 (main): Instantiate intBazOne.
6094
7a9fe101
PM
60952009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6096
6097 PR python/10633
6098
6099 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
6100 Function.
6101 (run_lang_tests): Add print elements test.
6102
2e4d963f
PM
61032009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6104
6105 * gdb.python/py-value.exp (test_subscript_regression): New
6106 function. Test for invalid subscripts.
6107 * gdb.python/py-value.c (main): Add test array, and pointer to it.
6108 (ptr_ref): New function.
6109
ec7e75e7
PP
61102009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6111
6112 * gdb.base/default.exp: Fix "show convenience".
6113
0cc7d26f
TT
61142009-09-15 Tom Tromey <tromey@redhat.com>
6115
6116 * lib/mi-support.exp (mi_create_varobj): Update.
6117 (mi_create_floating_varobj): Likewise.
6118 (mi_create_dynamic_varobj): New proc.
6119 (mi_varobj_update): Update.
6120 (mi_varobj_update_with_type_change): Likewise.
6121 (mi_varobj_update_kv_helper): New proc.
6122 (mi_varobj_update_dynamic_helper): Rewrite.
6123 (mi_varobj_update_dynamic): New proc.
6124 (mi_list_varobj_children): Update.
6125 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
6126 * gdb.python/python-prettyprint.py (pp_outer): New class.
6127 (pp_nullstr): Likewise.
6128 (lookup_function): Register new printers.
6129 * gdb.python/python-prettyprint.c (struct substruct): New type.
6130 (struct outerstruct): Likewise.
6131 (substruct_test): New function.
6132 (struct nullstr): New type.
6133 (string_1, string_2): New globals.
6134 (main): Add new tests.
6135 * gdb.python/python-mi.exp: Added regression tests.
6136 * gdb.mi/mi2-var-display.exp: Update.
6137 * gdb.mi/mi2-var-cmd.exp: Update.
6138 * gdb.mi/mi2-var-child.exp: Update.
6139 * gdb.mi/mi2-var-block.exp: Update.
6140 * gdb.mi/mi-var-invalidate.exp: Update.
6141 * gdb.mi/mi-var-display.exp: Update.
6142 * gdb.mi/mi-var-cmd.exp: Update.
6143 * gdb.mi/mi-var-child.exp: Update.
6144 * gdb.mi/mi-var-block.exp: Update.
6145 * gdb.mi/mi-break.exp: Update.
6146 * gdb.mi/gdb701.exp: Update.
6147
a96d9b2e
SDJ
61482009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6149
6150 * Makefile.in: Inclusion of catch-syscall object.
6151 * gdb.base/catch-syscall.c: New file.
6152 * gdb.base/catch-syscall.exp: New file.
6153
b43b923a
MS
61542009-09-12 Michael Snyder <msnyder@vmware.com>
6155
6156 * gdb.reverse/step-reverse.exp: Explicitly check for targets
6157 that can support reverse debuggnig.
6158
cec03d70
TT
61592009-09-11 Tom Tromey <tromey@redhat.com>
6160
6161 * gdb.dwarf2/valop.S: New file.
6162 * gdb.dwarf2/valop.exp: New file.
6163
e23bb3fc
MK
61642009-09-11 Mark Kettenis <kettenis@gnu.org>
6165
6166 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
6167
37c3696d
DE
61682009-09-10 Doug Evans <dje@google.com>
6169
6170 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
6171 Add $gdb_prompt to second breakpoint regexp.
6172
5172aecb
JB
61732009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
6174
6175 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
6176 names, add missing ones.
6177 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
6178 * gdb.python/py-frame.c: Rename from python-frame.c.
6179 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
6180 testfile name.
6181 * gdb.python/py-function.exp: Rename from python-function.exp.
6182 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
6183 testfile name.
6184 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
6185 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
6186 Adjust testfile name.
6187 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
6188 * gdb.python/py-template.cc: Rename from python-template.cc.
6189 * gdb.python/py-template.exp: Rename from python-template.exp.
6190 Adjust testfile name.
6191 * gdb.python/py-value.c: Rename from python-value.c.
6192 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
6193 testfile name.
6194
b554e4bd
JK
61952009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6196
6197 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
6198 $bpt2address.
6199 (Second breakpoint address is valid on ia64)
6200 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
6201
9a68ae16
JM
62022009-09-03 Joseph Myers <joseph@codesourcery.com>
6203
6204 * gdb.base/ending-run.exp: Restrict regular expression matching
6205 line number to require closing brace following.
6206
146b9145
DE
62072009-09-03 Doug Evans <dje@google.com>
6208
6209 * gdb.base/store.exp (check_set): Fix typo in expected value message.
6210
787d21e1
TT
62112009-09-02 Tom Tromey <tromey@redhat.com>
6212
6213 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
6214
e7802207
TT
62152009-09-02 Tom Tromey <tromey@redhat.com>
6216
6217 * gdb.dwarf2/callframecfa.exp: New file.
6218 * gdb.dwarf2/callframecfa.S: New file.
6219
817aadd2
JK
62202009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6221
6222 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
6223 gdb.base/solib-overlap-main.c: New.
6224
4a76eae5
DJ
62252009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
6226
6227 PR gdb/10565
6228
6229 * gdb.base/bitfields.c (struct container, container): New.
6230 (main): Initialize it and call break5.
6231 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
6232
d4b96c9a
JK
62332009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6234
6235 Support constant DW_AT_data_member_location by GCC PR debug/40659.
6236 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
6237
4e22772d
JK
62382009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6239
6240 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
6241
2efab443
MS
62422009-08-26 Michael Snyder <msnyder@vmware.com>
6243
6244 * gdb.base/i386-reverse.c: New file.
6245 * gdb.base/i386-reverse.exp: New file.
6246 * gdb.base/Makefile.in: Add new files to be removed.
6247
07ab73a0
JM
62482009-08-26 Joseph Myers <joseph@codesourcery.com>
6249
6250 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
6251 environment-pwd for remote host.
6252 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
6253
676accff
KS
62542009-08-24 Keith Seitz <keiths@redhat.com>
6255
6256 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
6257 Add two new C++ completer tests which limit the output to a
889bf7c5 6258 given class.
676accff 6259
f9f7ad22
MS
62602009-08-24 Michael Snyder <msnyder@vmware.com>
6261
6262 * gdb.base/del.exp: Fix typo in comment.
6263 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
6264
81ecdfbb
RW
62652009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6266
6267 * configure: Regenerate.
6268 * gdb.hp/configure: Likewise.
6269 * gdb.hp/gdb.aCC/configure: Likewise.
6270 * gdb.hp/gdb.base-hp/configure: Likewise.
6271 * gdb.hp/gdb.compat/configure: Likewise.
6272 * gdb.hp/gdb.defects/configure: Likewise.
6273 * gdb.hp/gdb.objdbg/configure: Likewise.
6274 * gdb.stabs/configure: Likewise.
6275
cab0c772
UW
62762009-08-19 Doug Evans <dje@google.com>
6277
6278 * gdb.base/gdbvars.c: New file.
6279 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
6280
b8fa0bfa
PA
62812009-08-14 Pedro Alves <pedro@codesourcery.com>
6282
6283 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6284 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
6285
b84aa90a
PA
62862009-08-13 Pedro Alves <pedro@codesourcery.com>
6287
6288 * gdb.base/default.exp: Adjust "set language test": it's now an
6289 enum command. Larger help string moved to "help set language".
6290 * gdb.base/help.exp: Adjust "help set language" expected output,
6291 now lists all known languages.
6292
0d8f9b2c
NF
62932009-08-11 Nathan Froyd <froydnj@codesourcery.com>
6294
6295 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
6296 all frame arguments.
6297 * gdb.arch/altivec-regs.exp: Likewise.
6298
bda180e0
TT
62992009-08-07 Tom Tromey <tromey@redhat.com>
6300
6301 * gdb.base/setshow.exp: Add tests for changes to set language, set
6302 check range, and set check type.
6303
48cb2d85
VP
63042009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6305
6306 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
6307 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 6308 Call it.
48cb2d85 6309
1ea34204
UW
63102009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6311
6312 * configure.ac: Run gdb.cell tests when appropriate.
6313 * configure: Regenerate.
6314 * lib/cell.exp: New file.
6315 * gdb.cell: New directory.
6316 * gdb.cell/configure.ac: New file.
6317 * gdb.cell/configure: New file.
6318 * gdb.cell/Makefile.in: New file.
6319 * gdb.cell/arch.exp: New file.
6320 * gdb.cell/break.c: New file.
6321 * gdb.cell/break.exp: New file.
6322 * gdb.cell/break-spu.c: New file.
6323 * gdb.cell/bt.c: New file.
6324 * gdb.cell/bt2-spu.c: New file.
6325 * gdb.cell/bt-spu.c: New file.
6326 * gdb.cell/bt.exp: New file.
6327 * gdb.cell/coremaker.c: New file.
6328 * gdb.cell/coremaker-spu.c: New file.
6329 * gdb.cell/core.exp: New file.
6330 * gdb.cell/gcore.exp: New file.
6331 * gdb.cell/data.c: New file.
6332 * gdb.cell/data.exp: New file.
6333 * gdb.cell/data-spu.c: New file.
6334 * gdb.cell/ea-cache.exp: New file.
6335 * gdb.cell/ea-cache.c: New file.
6336 * gdb.cell/ea-cache-spu.c: New file.
6337 * gdb.cell/ea-standalone.c: New file.
6338 * gdb.cell/ea-standalone.exp: New file.
6339 * gdb.cell/ea-test.c: New file.
6340 * gdb.cell/ea-test.exp: New file.
6341 * gdb.cell/f-regs.exp: New file.
6342 * gdb.cell/mem-access.c: New file.
6343 * gdb.cell/mem-access.exp: New file.
6344 * gdb.cell/mem-access-spu.c: New file.
6345 * gdb.cell/ptype.exp: New file.
6346 * gdb.cell/registers.exp: New file.
6347 * gdb.cell/size.c: New file.
6348 * gdb.cell/sizeof.exp: New file.
6349 * gdb.cell/size-spu.c: New file.
6350 * gdb.cell/solib.exp: New file.
6351 * gdb.cell/solib-symbol.exp: New file.
6352
85e747d2
UW
63532009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6354
6355 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
6356
58d6951d
DJ
63572009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * gdb.base/float.exp: Handle VFP registers.
6360
6e0a4f15
MS
63612009-07-14 Michael Snyder <msnyder@vmware.com>
6362
dcd5da87
MS
6363 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
6364 to bring gdb to the beginning of the calling line.
6365
6e0a4f15
MS
6366 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
6367 confusing the i386 epilogue unwinder.
6368
782b2b07
SS
63692009-07-14 Stan Shebs <stan@codesourcery.com>
6370
6371 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
6372
f662c3bc
MS
63732009-07-14 Michael Snyder <msnyder@vmware.com>
6374
6375 * gdb.reverse/step-reverse.exp (stepi into function call):
6376 Call instruction may not be first instruction in the line.
6377 (reverse stepi from a function call): Used wrong line number.
6378
8f313923
JK
63792009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6380
6381 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
6382
4662c76e
JK
63832009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6384
6385 Fix gdb.base/macscp.exp when using custom inputrc.
6386 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
6387 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
6388 env(TERM) set.
6389 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
6390 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
6391
aa81e255
JK
63922009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6393
6394 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
6395 * gdb.base/annota1.exp (thread_test): Import global $testfile.
6396 Change the compilation target to match the testcase name.
6397 * gdb.base/sect-cmd.exp: Change the compilation target to match the
6398 testcase name.
6399 * a2-run.exp: Use for setup prepare_for_testing. Change the
6400 compilation target to match the testcase name.
6401 * gdb.base/commands.exp: Likewise.
6402 * gdb.base/finish.exp: Likewise.
6403 * gdb.base/float.exp: Likewise.
6404 * gdb.base/info-target.exp: Likewise.
6405 * gdb.base/relational.exp: Likewise.
6406 * gdb.base/term.exp: Likewise.
6407 * gdb.base/until.exp: Likewise.
6408 * gdb.base/volatile.exp: Likewise.
6409 * gdb.base/whatis-exp.exp: Likewise.
6410
4c93b1d7
HZ
64112009-07-11 Hui Zhu <teawater@gmail.com>
6412
6413 * gdb.base/help.exp (disassemble): Update expected help text.
6414
812f7342
TT
64152009-07-09 Tom Tromey <tromey@redhat.com>
6416
6417 * lib/gdb.exp: Handle TRANSCRIPT.
6418 (remote_spawn, remote_close, send_gdb): New procs.
6419
fbb8f299
PM
64202009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6421
6422 * gdb.python/python-prettyprint.c: Add counted null string
6423 structure.
6424 * gdb.python/python-prettyprint.exp: Print null string. Test for
6425 embedded nulls.
6426 * gdb.python/python-prettyprint.py (pp_ns): New Function.
6427 * gdb.python/python-value.exp (test_value_in_inferior): Add
6428 variable length string fetch tests.
6429 * gdb.python/python-value.c (main): Add strings for string fetch tests.
6430
c0ac0ec7
JK
64312009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6432
6433 * gdb.base/dump.exp (inaccessible memory is reported): New test.
6434
30b66ecc
TT
64352009-07-07 Tom Tromey <tromey@redhat.com>
6436
6437 * gdb.base/call-rt-st.exp: Update for change to escape output.
6438 * gdb.base/callfuncs.exp: Likewise.
6439 * gdb.base/charset.exp: Likewise.
6440 * gdb.base/constvars.exp: Likewise.
6441 * gdb.base/long_long.exp: Likewise.
6442 * gdb.base/pointers.exp: Likewise.
6443 * gdb.base/printcmds.exp: Likewise.
6444 * gdb.base/setvar.exp: Likewise.
6445 * gdb.base/store.exp: Likewise.
6446 * gdb.cp/ref-types.exp: Likewise.
6447 * gdb.mi/mi-var-child.exp: Likewise.
6448 * gdb.mi/mi-var-display.exp: Likewise.
6449 * gdb.mi/mi2-var-display.exp: Likewise.
6450 * gdb.base/charset.exp: Test octal escape sequence length.
6451 Update for change to escape output.
6452
187c4a2b
JK
64532009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6454
6455 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
6456
d80a43f9
DJ
64572009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
6458
6459 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
6460
047427a8
JK
64612009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6462
6463 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
6464 gdbserver increasing $portnum if "Can't bind address" has been seen.
6465
8b5a0f4f
PA
64662009-07-05 Pedro Alves <pedro@codesourcery.com>
6467
6468 * gdb.base/ending-run.exp: Add "step out of main" pattern for
6469 mingw32ce.
6470
7d93ba58
PA
64712009-07-05 Pedro Alves <pedro@codesourcery.com>
6472
6473 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
6474 VFP format.
6475
2277426b
PA
64762009-07-02 Pedro Alves <pedro@codesourcery.com>
6477
6478 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
6479 linux. Adjust to use "inferior", "info inferiors", "detach
6480 inferior" and "kill inferior" instead of "restart", "info fork",
6481 "detach fork" and "delete fork".
6482 * gdb.base/ending-run.exp: Spell out "info".
6483 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
6484 the "kill" command.
6485
5af949e3
UW
64862009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6487
6488 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
6489 change to prefix TLS offset in hex with 0x.
6490
5d3729b5
UW
64912009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6492
6493 * gdb.base/default.exp: Update test case for "x" changes.
6494
af589bd0
TG
64952009-07-01 Tristan Gingold <gingold@adacore.com>
6496
6497 * gdb.base/bigcore.exp: Make darwin untested.
6498
40974f91
JK
64992009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6500
6501 * gdb.base/completion.exp (directory completion): Create the directory.
6502 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
6503 escapeuniquesub.
6504 (directory completion 2): Expect now ${escapeuniquesub}.
6505 (Glob remaining of directory test): Remove one excessive newline.
6506 Expect the real output.
6507
59dd3af6
JK
65082009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6509
6510 Fix `make check//%' target after `make check' has been ran.
6511 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
6512 a mkdir call.
6513 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
6514 (%/.dir): Remove.
6515
f4e164aa
JK
65162009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6517
6518 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
6519 the expected result record.
6520
69af2122
JK
65212009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6522
6523 Remove racy FAILs relying just on the timeouts.
6524 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
6525 (annotation_level 2): Remove racy FAILs.
6526
2fd481e1
PP
65272009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
6528
6529 gdb/10275
889bf7c5
PA
6530 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
6531
c38f313d
DJ
65322009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
6533
6534 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
6535
8b777f02
VP
65362009-06-30 Vladimir Prus <vladimir@codesourcery.com>
6537
6538 * gdb.mi/mi-stack.exp: Testing symbolic options
6539 to -stack-list-locals and -stack-list-arguments.
6540
00c7eacf
JK
65412009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6542
6543 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
6544
6bc80edc
TT
65452009-06-29 Tom Tromey <tromey@redhat.com>
6546
6547 * dg-extract-results.sh: New file.
6548 * Makefile.in (FORCE_PARALLEL): New variable.
6549 (CHECK_TARGET): New conditional variable.
6550 (check): Use CHECK_TARGET.
6551 (DO_RUNTEST): New variable.
6552 (check-single): New target.
6553 (TEST_DIRS): New variable.
6554 (TEST_TARGETS): Likewise.
6555 (check-parallel): New target.
6556 (check-gdb.%): New pattern.
6557 (BASE1_FILES): New variable.
6558 (BASE2_FILES): Likewise.
6559 (check-gdb.base%): New pattern.
6560 (%/.dir): New pattern.
6561 * configure: Rebuild.
6562 * aclocal.m4 (AM_CONDITIONAL): New defun.
6563 * configure.ac: Check whether user is using GNU make.
6564 (GMAKE): New conditional.
6565
794684b6
SW
65662009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
6567
6568 * gdb.cp/namespace-nested-import.cc: New test.
6569 * gdb.cp/namespace-nested-import.exp: New test.
6570
edb3359d
DJ
65712009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6572
6573 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
6574 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
6575 * gdb.opt/Makefile.in (EXECUTABLES): Update.
6576 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
6577 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
6578 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
6579 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
6580 gdb.opt/inline-markers.c: New files.
6581 * lib/gdb.exp (skip_inline_frame_tests): New function.
6582 (skip_inline_var_tests): New function.
6583
cf657a0c
AS
65842009-06-27 Andreas Schwab <schwab@linux-m68k.org>
6585
6586 * gdb.cp/exception.exp: Don't require $hex before inner frame in
6587 backtrace.
6588
28d41a99
MS
65892009-06-27 Michael Snyder <msnyder@vmware.com>
6590
6591 * gdb.reverse: New directory.
6592 * gdb.reverse/break-reverse.c: New test.
6593 * gdb.reverse/break-reverse.exp: New test.
6594 * gdb.reverse/consecutive-reverse.c: New test.
6595 * gdb.reverse/consecutive-reverse.exp: New test.
6596 * gdb.reverse/finish-reverse.c: New test.
6597 * gdb.reverse/finish-reverse.exp: New test.
6598 * gdb.reverse/machinestate.c: New test.
6599 * gdb.reverse/ms1.c: New test.
6600 * gdb.reverse/machinestate.exp: New test.
6601 * gdb.reverse/Makefile.in: New file.
6602 * gdb.reverse/shr2.c: New test.
6603 * gdb.reverse/solib-reverse.c: New test.
6604 * gdb.reverse/solib-reverse.exp: New test.
6605 * gdb.reverse/step-reverse.c: New test.
6606 * gdb.reverse/step-reverse.exp: New test.
6607 * gdb.reverse/until-reverse.c: New test.
6608 * gdb.reverse/ur1.c: New test.
6609 * gdb.reverse/until-reverse.exp: New test.
6610 * gdb.reverse/watch-reverse.c: New test.
6611 * gdb.reverse/watch-reverse.exp: New test.
6612 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
6613 * configure: Regenerate.
6614
fe3c8b0d
DE
66152009-06-26 Doug Evans <dje@google.com>
6616
6617 * gdb.base/psymtab.exp: Turn off pending breakpoints.
6618
3a72a602
PM
66192009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
6620
6621 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
6622 windows problem for 'file delete $binfile'.
6623
27aa8d6a
SW
66242009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
6625
6626 * gdb.cp/namespace-using.exp: New test.
6627 * gdb.cp/namespace-using.cc: New test.
6628
8ac055f8
JB
66292009-05-20 Joel Brobecker <brobecker@adacore.com>
6630
6631 * gdb.ada/variant_record_packed_array: New testcase.
6632
85e306ed
TT
66332009-06-23 Tom Tromey <tromey@redhat.com>
6634
6635 * gdb.base/charset.exp (test_combination): Regression test.
6636 * gdb.base/charset.c (my_wchar_t): New typedef.
6637 (myvar): New global.
6638 (main): Set myvar.
6639
56643c5e
PM
66402009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
6641
6642 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
6643 target.
6644
1fac167a
UW
66452009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6646
6647 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
6648
7ccb0be9
UW
66492009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6650
6651 * gdb.mi/gdb680.exp: Update test for error message.
6652
568d6575
UW
66532009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6654
6655 * gdb.base/annota1.exp: Allow multiple occurrences of the
6656 frames-invalid annotation.
6657 * gdb.cp/annota2.exp: Likewise.
6658
7cd1089b
PM
66592009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6660
6661 * gdb.cp/gdb2495.cc: New file.
6662 * gdb.cp/gdb2495.exp: New file.
6663
72c63395
JK
66642009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6665
6666 Report error on GDB crash during runto.
6667 * lib/gdb.exp (runto <eof>): New.
6668
3788363d
DJ
66692009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6670
6671 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
6672 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
6673 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
6674 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
6675 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
6676 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
6677 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
6678 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
6679 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
6680 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
6681 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
6682 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
6683 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6684 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
6685 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
6686 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
6687 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
6688 gdb.server/server-mon.exp, gdb.server/server-run.exp,
6689 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6690 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6691 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
6692 gdb.trace/passcount.exp, gdb.trace/report.exp,
6693 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
6694 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
6695 gdb.trace/while-stepping.exp: Use a unique name for the compiled
6696 executable.
6697
17592de3
PA
66982009-06-07 Pedro Alves <pedro@codesourcery.com>
6699
6700 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
6701 defined before referencing it.
6702
701e355d
DE
67032009-06-03 Doug Evans <dje@google.com>
6704
6705 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
6706 * gdb.arch/i386-see.c: Ditto.
6707
f2292c65
PM
67082009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
6709
6710 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
6711 (check_macro): Return 1 if undefined.
6712 If first test fails, check if macro debug information is available,
6713 and report unsupported test if no macro information is found.
6714
5a437975
DE
67152009-05-29 Doug Evans <dje@google.com>
6716
6717 * gdb.threads/hand-call-in-threads.exp: New.
6718 * gdb.threads/hand-call-in-threads.c: New.
6719
c141c696
MS
67202009-05-29 Michael Snyder <msnyder@vmware.com>
6721
6722 * gdb.base/break-always.exp: Change "1" to "on".
6723 Add confirmation check.
6724
b3444185
PA
67252009-05-28 Pedro Alves <pedro@codesourcery.com>
6726
6727 * gdb.threads/threxit-hop-specific.c: New.
6728 * gdb.threads/threxit-hop-specific.exp: New.
6729 * gdb.threads/thread-execl.c: New.
6730 * gdb.threads/thread-execl.exp: New.
6731
b6313243
TT
67322009-05-27 Tom Tromey <tromey@redhat.com>
6733 Thiago Jung Bauermann <bauerman@br.ibm.com>
6734
6735 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6736 (mi_child_regexp): Likewise.
6737 (mi_list_varobj_children_range): Likewise.
6738 (mi_get_features): Likewise.
6739 (mi_list_varobj_children): Rewrite.
6740 * gdb.python/python-mi.exp: New file.
6741
a6bac58e
TT
67422009-05-27 Tom Tromey <tromey@redhat.com>
6743 Thiago Jung Bauermann <bauerman@br.ibm.com>
6744 Phil Muldoon <pmuldoon@redhat.com>
6745 Paul Pluzhnikov <ppluzhnikov@google.com>
6746
6747 * gdb.python/python-prettyprint.exp: New file.
6748 * gdb.python/python-prettyprint.c: New file.
6749 * gdb.python/python-prettyprint.py: New file.
6750 * gdb.base/display.exp: print/r is now valid.
6751
2c74e833
TT
67522009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6753 Tom Tromey <tromey@redhat.com>
6754 Pedro Alves <pedro@codesourcery.com>
6755 Paul Pluzhnikov <ppluzhnikov@google.com>
6756
6757 * gdb.python/python-template.exp: New file.
6758 * gdb.python/python-template.cc: New file.
6759 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6760 tests.
6761 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6762 Call it.
6763 (test_value_after_death): New proc.
6764 * gdb.python/python-value.c (PTR): New typedef.
6765 (main): New variable 'x'.
6766
89c73ade
TT
67672009-05-27 Tom Tromey <tromey@redhat.com>
6768
6769 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6770 tests.
6771 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6772 Call it.
6773
a75724bc
PA
67742009-05-27 Pedro Alves <pedro@codesourcery.com>
6775
6776 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6777
e58b0e63
PA
67782009-05-24 Pedro Alves <pedro@codesourcery.com>
6779
6780 * gdb.threads/fork-thread-pending.c: New.
6781 * gdb.threads/fork-thread-pending.exp: New.
6782
4ac36638
JK
67832009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6784
6785 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6786 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6787
889bf7c5 67882009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 6789
889bf7c5 6790 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 6791
b242c3c2
PA
67922009-05-17 Pedro Alves <pedro@codesourcery.com>
6793
6794 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6795 `gdb_get_line_number'. Call `callee' in both parent and child.
6796 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6797 `gdb_get_line_number' instead of hardcoding line numbers.
6798 (catch_fork_unpatch_child): New procedure to test detaching
6799 breakpoints from child fork.
6800 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6801 hardcoding line numbers.
6802 (do_fork_tests): Run `catch_fork_unpatch_child'.
6803
ee342b23
VP
68042009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6805
6806 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6807 of structure type enters or leaves the scope, it
6808 is reported by -var-update.
6809
e2009e98
DE
68102009-05-11 Doug Evans <dje@sebabeach.org>
6811
6812 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 6813 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
6814 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6815
00903456
JK
68162009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6817
6818 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6819
dc621c35
DE
68202009-04-30 Doug Evans <dje@google.com>
6821
6822 * gdb.threads/watchthreads2.exp: New testcase.
6823 * gdb.threads/watchthreads2.c: New testcase.
6824
9ab4e744
DE
68252009-04-29 Doug Evans <dje@google.com>
6826
6827 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6828 * gdb.cp/mb-ctor.cc: Ditto.
6829 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6830 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6831 * gdb.cp/mb-inline1.cc: Call it.
6832 * gdb.cp/mb-inline2.cc: Ditto.
6833 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6834 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6835
484086b7
JK
68362009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6837
6838 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6839 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6840 Replace all uses of `decimal' by `nonzero'.
6841 (info macro FROM_COMMANDLINE): New test.
6842
379a77b5
TT
68432009-04-27 Tom Tromey <tromey@redhat.com>
6844
6845 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6846
b92b73c2
DE
68472009-04-27 Doug Evans <dje@google.com>
6848
6849 * gdb.threads/watchthreads.c (main): Initialize args before starting
6850 the threads. Plus formatting cleanup.
6851 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6852 biased scheduling of one thread.
6853
945a118d
JG
68542009-04-27 Jerome Guitton <guitton@adacore.com>
6855
6856 * gdb.cp/templates.cc (GetMax): New template.
6857 (main): Declare two instances of GetMax.
6858 * gdb.cp/templates.exp: Add new test.
6859
d389af10
JK
68602009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6861
6862 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6863
e7f86de9
JM
68642009-04-22 Joseph Myers <joseph@codesourcery.com>
6865
6866 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6867
334cc82d
TT
68682009-04-15 Tom Tromey <tromey@redhat.com>
6869
6870 * gdb.base/charset.exp: Add regression test.
6871
d12672cc
JB
68722009-04-14 Joel Brobecker <brobecker@adacore.com>
6873
6874 * gdb.base/exe-lock.exp: New testcase.
6875
18e8c3bc
TT
68762009-04-13 Tom Tromey <tromey@redhat.com>
6877
6878 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6879 operator on Frame.
6880
5ecd5cbe
UW
68812009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6882
6883 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6884 * gdb.server/ext-attach.exp: Likewise.
6885
7309f756
VP
68862009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6887
6888 Eliminate some sleep usage.
6889
889bf7c5
PA
6890 * gdb.mi/basics.c (do_nothing): New.
6891 (main): Use do_nothing instead of printf, so that
6892 not to introduce race condition between output of
6893 inferiour and output of gdb. Do not use sleep as it
6894 is not generally available on embedded targets.
7309f756 6895
f4b95f6f
PA
68962009-04-02 Pedro Alves <pedro@codesourcery.com>
6897
6898 * gdb.server/ext-attach.exp: Expect an optional process id after
6899 "Detached from remote process".
6900
de40b933
JK
69012009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6902
6903 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6904 gdb.dwarf2/dw2-unresolved.exp: New.
6905
2ae101a4
PA
69062009-04-02 Pedro Alves <pedro@codesourcery.com>
6907
6908 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6909 mi_run_to_main.
6910
56a8e183
PA
69112009-04-02 Pedro Alves <pedro@codesourcery.com>
6912
6913 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6914 mi_run_to_main. Skip thread exit test on remote targets.
6915 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6916 mi_run_to_main.
6917 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6918 mi_run_to_main.
6919 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6920 when expecting ^connected. Detect when the target doesn't support
6921 non-stop mode.
6922 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6923 supported. Return -1 on error, 0 on success.
6924 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6925 (mi_runto): Return mi_runto_helper's result explicitly.
6926
c35fafde
PA
69272009-04-01 Pedro Alves <pedro@codesourcery.com>
6928
6929 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6930
f8a8dce6
JB
69312009-04-01 Tom Tromey <tromey@redhat.com>
6932
6933 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6934 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6935 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6936 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6937
71c25dea
TT
69382009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6939 Jan Kratochvil <jan.kratochvil@redhat.com>
6940
6941 PR gdb/931
6942 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6943 output.
6944 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6945 for gdb/931.
6946 * dw2-strp.S (DW_AT_language): Change to C++.
6947 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6948
02d9a9ce
JB
69492009-03-31 Joel Brobecker <brobecker@adacore.com>
6950
6951 * gdb.ada/tasks: New testcase.
6952
1042e4c0
SS
69532009-03-30 Stan Shebs <stan@codesourcery.com>
6954
6955 * gdb.trace/actions.exp: Update to match new info trace format.
6956 * gdb.trace/deltrace.exp: Ditto.
6957 * gdb.trace/infotrace.exp: Ditto.
6958 * gdb.trace/passcount.exp: Ditto.
6959 * gdb.trace/save-trace.exp: Ditto.
6960 * gdb.trace/while-stepping.exp: Ditto.
6961 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6962
f8f6f20b
TJB
69632009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6964
6965 * gdb.python/python-frame.c: New file.
6966 * gdb.python/python-frame.exp: New file.
6967
c0c6f777
TJB
69682009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6969
6970 * gdb.python/python-value.exp: Add tests for the address
6971 attribute.
6972
3cb51905
AS
69732009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6974
6975 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6976
88fc996f
DE
69772009-03-26 Doug Evans <dje@google.com>
6978
6979 * gdb.mi/mi-nonstop-exit.exp: New file.
6980 * gdb.mi/non-stop-exit.c: New file.
6981
56ef84b1
TT
69822009-03-26 Tom Tromey <tromey@redhat.com>
6983
6984 Update for change to prologue skipping:
6985 * gdb.mi/mi2-simplerun.exp: Update.
6986 * gdb.mi/mi2-break.exp: Update.
6987 * gdb.mi/mi-simplerun.exp: Update.
6988 * gdb.mi/mi-break.exp: Update.
6989 * gdb.base/ending-run.exp: Update.
6990
def2b000
TJB
69912009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6992
6993 * gdb.python/python-value.exp (test_value_in_inferior): Test
6994 gdb.Value.is_optimized_out attribute.
6995
442ddf59
JK
69962009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6997
6998 * gdb.dwarf2/dw2-noloc-main.c: New file.
6999 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
7000 (.text): Remove.
7001 (.data): New.
7002 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
7003 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
7004 (DW_TAG_subprogram func_cu1, noloc): Remove.
7005 (main): New.
7006 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
7007 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
7008 (file_symbols): New procedure.
7009
a8df5de4
TT
70102009-03-25 Tom Tromey <tromey@redhat.com>
7011
7012 * gdb.base/charset.exp (valid_target_charset): New proc.
7013 Use it to skip tests on invalid charsets.
7014
cc1d7add
PM
70152009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
7016
7017 * gdb.base/completion.exp: Add a test for directory completion.
7018
bcd5727b
JK
70192009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7020
7021 Fix a racy FAIL.
7022 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
7023 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
7024
cc924cad
TJB
70252009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7026
7027 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
7028 * gdb.python/python-function.exp: Add test for function returning
7029 a GDB value.
7030
bc3b79fd
TJB
70312009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
7032
7033 * gdb.python/python-function.exp: New file.
7034
6c7a06a3
TT
70352009-03-20 Tom Tromey <tromey@redhat.com>
7036
7037 * gdb.base/store.exp: Update for change to escape output.
7038 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
7039 to escape output.
7040 * gdb.base/pointers.exp: Update for change to escape output.
7041 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
7042 to escape output.
7043 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
7044 escape output.
7045 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
7046 to escape output.
7047 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
7048 escape output.
7049 * gdb.base/setvar.exp: Update for change to escape output.
7050 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
7051 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
7052 to escape output.
7053 (test_print_string_constants): Likewise.
7054 * gdb.base/charset.exp (valid_host_charset): Check size of
7055 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
7056 cases. Handle "auto"-related output.
7057 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
7058 (uvar, Uvar): New globals.
7059
c31af87b
JG
70602009-03-19 Jerome Guitton <guitton@adacore.com>
7061
7062 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
7063 deltas.
7064 * gdb.ada/fixed_points.exp: Ditto.
7065
51272cf2
PA
70662009-03-18 Pedro Alves <pedro@codesourcery.com>
7067
7068 * return-nodebug.c: Don't include stdio.h.
7069 (init): Delete.
7070 (func): Delete definition and provide extern declaration.
7071 (t): New.
7072 (main): Don't call printf. Call func and store its result in t.
7073 * return-nodebug1.c: New.
7074 * return-nodebug.exp: Don't expect stdio output. Instead, print
7075 the global variable t. Drop printf formatters and cast types from
7076 foreach loop. Don't use prepare_for_testing. Compile
7077 return-nodebug.c and return-nodebug1.c in separate steps. Don't
7078 define FORMAT or CAST.
7079
d24948ac
PP
70802009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7081
7082 * gdb.base/solib-display.exp: Disable test for remote targers.
7083
61ff14c6
JK
70842009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7085
7086 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
7087
cb4dce93
JK
70882009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 Fix a racy FAIL.
7091 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
7092 code from `follow parent, print pids'.
7093 (`follow child, print pids', `follow parent, print pids'): Call it.
7094 Replace `gdb_test "break..."' by gdb_breakpoint.
7095
f7c60c5e
VP
70962009-03-13 Vladimir Prus <vladimir@codesourcery.com>
7097
7098 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 7099 sync and async modes.
f7c60c5e 7100
383ace49
JB
71012009-03-12 Joel Brobecker <brobecker@adacore.com>
7102
7103 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
7104 that was checked in by mistake. Remove loading of ada.exp, since
7105 this is not necessary in this case.
7106
4ce102af
JB
71072009-03-12 Joel Brobecker <brobecker@adacore.com>
7108
7109 * gdb.ada/ptype_arith_binop.exp: New testcase.
7110
529a2aef
JB
71112009-03-12 Joel Brobecker <brobecker@adacore.com>
7112
7113 * gdb.ada/mod_from_name: New testcase.
7114
8a38181c
JB
71152009-03-12 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.ada/tick_last_segv: New testcase.
7118
11436dee
VP
71192009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7120
61ff14c6 7121 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 7122
1f31650a
VP
71232009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7124
61ff14c6
JK
7125 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
7126 include the token in ^running and frame info in *stopped.
1f31650a 7127
a3247a22
PP
71282009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7129
7130 * solib-display.exp: New file.
7131 * solib-display-main.c: New file.
7132 * solib-display-lib.c: New file.
61ff14c6 7133
aae64587
PA
71342009-03-05 Pedro Alves <pedro@codesourcery.com>
7135
7136 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
7137
44aabfbc
JK
71382009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7139
7140 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
7141 (list_and_check_macro): Use more specific test name.
7142 (next to definition): Make the test names unique.
7143
c087fcd3
PM
71442009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7145
7146 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 7147
c86cf029
VP
71482009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7149
7150 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
7151 notifications.
7152 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
7153 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
7154 * lib/mi-support.exp (library_loaded_re): New.
7155 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
7156
3ea85240
VP
71572009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7158
7159 * gdb.gdb/observer.exp: Use test_notification observer, not
7160 normal_stop, everywhere.
7161 (test_normal_stop_notifications): Rename to...
7162 (test_notifications): ...this.
7163 (test_observer_normal_stop): Rename to...
7164 (test_observer): ...this.
7165
1903f0e6
DE
71662009-02-16 Doug Evans <dje@google.com>
7167
7168 * gdb.arch/amd64-disp-step.S (test_int3): New test.
7169 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
7170 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
7171 (test_prefixed_syscall,test_int3): New tests.
7172 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
7173 (test_prefixed_syscall,test_int3): New tests.
7174
1d33d6ba
VP
71752009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7176
3cb51905
AS
7177 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
7178 (mi_expect_interrupt): Likewise.
7179 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
7180 response.
1d33d6ba 7181
faafb047
PM
71822009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7183
7184 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
7185 * gdb.base/pc-fp.exp (get_valueofx): Remove.
7186 Replace calls to get_valueofx by get_hexadecimal_valueof.
7187
417e16e2
PM
71882009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7189
7190 * lib/gdb.exp (get_valueof): Accept anything as a return value.
7191 (get_integer_valueof): New procedure.
7192 (get_sizeof): Use new get_integer_value_of.
7193 * gdb.base/sizeof.exp: Replace all uses of get_valueof
7194 by get_integer_valueof.
7195
7065b901
TT
71962009-02-13 Tom Tromey <tromey@redhat.com>
7197
7198 * gdb.base/remote.exp (get_sizeof): Remove.
7199 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
7200 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
7201 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
7202 * lib/gdb.exp (get_valueof): Move from long_long.exp.
7203 (get_sizeof): Likewise.
7204
5d7cb8df
JK
72052009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7206
7207 PR fortran/9806
7208 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
7209
b2febfff
PP
72102009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7211
7212 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
7213
4aa995e1
PA
72142009-02-06 Pedro Alves <pedro@codesourcery.com>
7215
7216 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
7217
d8906c6f
TJB
72182009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7219
7220 * gdb.python/python-cmd.exp: New file.
7221
ff4ab08d
TG
72222009-02-06 Tristan Gingold <gingold@adacore.com>
7223
7224 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
7225
aacd552b
TG
72262009-02-05 Tristan Gingold <gingold@adacore.com>
7227
7228 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
7229 pointer is dereferenced and use this signal name in regexp.
7230 * gdb.base/signull.exp: Ditto.
7231 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
7232 * gdb.base/signull.c (main): Ditto.
7233
08c637de
TJB
72342009-02-04 Tom Tromey <tromey@redhat.com>
7235 Thiago Jung Bauermann <bauerman@br.ibm.com>
7236
7237 * gdb.python/python-value.exp: Use `gdb.history' instead of
7238 `gdb.value_from_history'.
7239 (test_value_numeric_ops): Add test for conversion of enum constant.
7240 * gdb.python/python-value.c (enum e): New type.
7241 (evalue): New global.
7242 (main): Use argv.
7243
20261af8
JG
72442009-02-04 Jerome Guitton <guitton@adacore.com>
7245
7246 * gdb.ada/uninitialized_vars: New test program.
7247 * gdb.ada/uninitialized_vars.exp: New testcase.
7248
52e44b43
TT
72492009-02-02 Tom Tromey <tromey@redhat.com>
7250
7251 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
7252 * gdb.cp/pr2489.cc: Rename...
7253 * gdb.cp/pr9594.cc: ... to this.
7254
1c71341a
TT
72552009-02-02 Tom Tromey <tromey@redhat.com>
7256
7257 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
7258 * gdb.cp/pr2489.cc: New file.
7259 * gdb.cp/cpcompletion.exp: New file.
7260
a4295225
TT
72612009-02-02 Tom Tromey <tromey@redhat.com>
7262
7263 PR exp/9059:
7264 * gdb.cp/call-c.exp: Add regression test.
7265 * gdb.cp/call-c.cc (FooHandle): New typedef.
7266 (main): New variable 'handle'.
7267
592375cd
VP
72682009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7269
7270 * lib/mi-support.exp (et_mi_thread_list)
7271 (check_mi_and_console_threads): Adjust for current thread in
7272 -thread-list-ids output.
7273
41447f92
VP
72742009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7275
889bf7c5
PA
7276 * gdb.mi/mi-break.exp (test_disabled_creation): New.
7277 Call it.
41447f92 7278
35669430
DE
72792009-01-28 Doug Evans <dje@google.com>
7280
7281 * gdb.arch/amd64-disp-step.S: New file.
7282 * gdb.arch/amd64-disp-step.exp: New file.
7283 * gdb.arch/i386-disp-step.S: New file.
7284 * gdb.arch/i386-disp-step.exp: New file.
7285
09f00d9a
PM
72862009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
7287
7288 * gdb.base/find.exp: Set newline variable
7289 using quotes instead of braces to fix cygwin failures.
7290
1e8fb976
PA
72912009-01-23 Pedro Alves <pedro@codesourcery.com>
7292
7293 * gdb.base/radix.exp: Add tests to ensure that that set
7294 input-radix 0 and set output-radix 0 are really rejected.
7295
da061712
PA
72962009-01-23 Pedro Alves <pedro@codesourcery.com>
7297
7298 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
7299 copyright years.
7300
dd7e2d2b
PA
73012009-01-23 Pedro Alves <pedro@codesourcery.com>
7302
7303 PR gdb/9664:
7304 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
7305
392452f6
PA
73062009-01-22 Pedro Alves <pedro@codesourcery.com>
7307
7308 PR c++/9631:
7309 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
7310
8653e71c
PM
73112009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
7312
7313 * gdb.server/file-transfer.exp: Use EXEEXT variable for
7314 binfile definition to fix Windows OS failure.
7315
a12cc160
DJ
73162009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7317
7318 PR gdb/9346
7319 * gdb.base/interrupt.c (sigint_handler): New.
7320 (main): Install a SIGINT handler if SIGNALS is defined. Exit
7321 on error.
7322 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
7323 Test "signal SIGINT".
7324
b89667eb
DE
73252009-01-19 Doug Evans <dje@google.com>
7326
7327 * gdb.base/break.exp: Update expected gdb output.
7328 * gdb.base/sepdebug.exp: Ditto.
7329 * gdb.mi/mi-syn-frame.exp: Ditto.
7330 * gdb.mi/mi2-syn-frame.exp: Ditto.
7331 * gdb.base/call-signal-resume.exp: New file.
7332 * gdb.base/call-signals.c: New file.
7333 * gdb.base/unwindonsignal.exp: New file.
7334 * gdb.base/unwindonsignal.c: New file.
7335 * gdb.threads/interrupted-hand-call.exp: New file.
7336 * gdb.threads/interrupted-hand-call.c: New file.
7337 * gdb.threads/thread-unwindonsignal.exp: New file.
7338
adb483fe
DJ
73392009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7340
7341 * gdb.base/define.exp: Test defining and hooking prefix commands.
7342 * gdb.python/python.exp: Update test for "show user" output.
7343
60023297
JK
73442009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7345
7346 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
7347 now the output exactly, using less wildcards. Expect also the output
7348 of gfortran-4.3. Update for the f-valprint.c modification from
7349 2008-04-22.
7350 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
7351 Remove gdb_test test names where matching the command.
7352
ccc57cf9
PA
73532009-01-01 Pedro Alves <pedro@codesourcery.com>
7354
7355 PR breakpoints/9681:
7356 * gdb.base/watchpoint.exp: Add regression test.
7357
c7a6ca08
PA
73582008-12-31 Pedro Alves <pedro@codesourcery.com>
7359
7360 * gdb.threads/attach-into-signal.exp: Don't use
7361 gdb_suppress_entire_file.
7362 * gdb.threads/attach-stopped.exp: Ditto.
7363 * gdb.threads/attachstop-mt.exp: Ditto.
7364
3a031f65
PA
73652008-12-31 Pedro Alves <pedro@codesourcery.com>
7366
7367 PR gdb/8812:
7368 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
7369
09e6485f
PA
73702008-12-29 Pedro Alves <pedro@codesourcery.com>
7371
7372 PR gdb/7536:
7373 * gdb.base/radix.exp: Add tests to ensure invalid input radices
7374 and unsupported output radices are really rejected.
7375
0cd53049
JK
73762008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7377
7378 * gdb.cp/punctuator.exp: Backslash the '$' signs.
7379
ba163c7e
TT
73802008-12-22 Tom Tromey <tromey@redhat.com>
7381
7382 * gdb.cp/punctuator.exp: New file.
7383
6f4de6c9
JK
73842008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7385
7386 * gdb.base/completion.exp (Completing non-existing component): New test.
7387
0f34d0b4
JK
73882008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7389
7390 Fix for PR gdb/8648.
7391 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
7392 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
7393 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
7394 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
7395
db2ad4c3
JK
73962008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7397
7398 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
7399
bb5ef15e
DP
74002008-12-16 Christophe Lyon <christophe.lyon@st.com>
7401
7402 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
7403 compiler actually generate code at the expected line number.
7404
90142adc
JZ
74052008-12-15 Jie Zhang <jie.zhang@analog.com>
7406
7407 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
7408
fad6eecd
TT
74092008-12-12 Tom Tromey <tromey@redhat.com>
7410
7411 * gdb.base/commands.exp (redefine_hook_test): New proc.
7412 Call it.
7413
17c8aaf5
TT
74142008-12-11 Tom Tromey <tromey@redhat.com>
7415
7416 * gdb.base/macscp.exp: New regression test.
7417
7c8adf68
TT
74182008-12-11 Tom Tromey <tromey@redhat.com>
7419
7420 * gdb.base/macscp.exp: Print "address.addr".
7421 * gdb.base/macscp1.c (struct outer): New struct.
7422 (address): New global.
7423
b05dcbb7
TT
74242008-12-09 Tom Tromey <tromey@redhat.com>
7425
7426 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
7427 Call it.
7428
2d476de1
DE
74292008-12-04 Doug Evans <dje@google.com>
7430
7431 * gdb.server/ext-run.exp: Relax regexp for init program.
7432
87bdc959
TG
74332008-12-03 Tristan Gingold <gingold@adacore.com>
7434
7435 * gdb.base/macscp.exp: Generate an object file during compilation
7436 to work around Darwin dsymutil limitations.
7437
e0740f77
JK
74382008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 Test resolving external references to TLS variables.
7441 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
7442 FILE2_THREAD_LOCAL.
7443 (testfile2, srcfile2): New variables.
7444 * gdb.threads/tls.c (file2_thread_local)
7445 (function_referencing_file2_thread_local): New.
7446 * gdb.threads/tls2.c: New file.
7447
67f0aac5
JB
74482008-11-28 Joel Brobecker <brobecker@adacore.com>
7449
7450 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
7451 rather than integer, as integer might not be big enough when
7452 on 64bit targets.
67f0aac5 7453
c332165e
JG
74542008-11-27 Jerome Guitton <guitton@adacore.com>
7455
7456 * gdb.cp/formatted-ref.exp: Add equality test.
7457 * gdb.ada/formatted_ref.exp: Ditto.
7458
fc9b693c
JK
74592008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7460
7461 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
7462 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
7463
a9c64011
AS
74642008-11-20 Andreas Schwab <schwab@suse.de>
7465
7466 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
7467 matching syscall entry point.
7468 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7469 (tcatch_vfork_then_child_follow): Likewise. Finish through
7470 vfork even if we stopped at the syscall trampoline.
7471
e2fd701e
DE
74722008-11-20 Doug Evans <dje@google.com>
7473
7474 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
7475
69abc51c
TJB
74762008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
7477
7478 * gdb.arch/ppc-dfp.exp: New file.
7479 * gdb.arch/ppc-dfp.c: New file.
7480
c14c28ba
PP
74812008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7482
7483 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 7484
2e74121d
DE
74852008-11-17 Doug Evans <dje@google.com>
7486
7487 * gdb.mi/mi-syn-frame.exp: Update expected output.
7488 * gdb.mi/mi2-syn-frame.exp: Update expected output.
7489
66bb093b
VP
74902008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7491
7492 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
7493 "thread N" results in =thread-selected.
7494 * lib/mi-support (mi_run_cmd, mi_expect_stop)
7495 (mi_send_resuming_command_raw): Be prepared for
7496 =thread-selected.
7497
3d043ef6
VP
74982008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7499
a9c64011
AS
7500 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
7501 * lib/mi-support.exp: Likewise.
3d043ef6 7502
808104c8
JB
75032008-11-16 Joel Brobecker <brobecker@adacore.com>
7504
7505 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
7506 commands from the expected output for "help catch".
7507
00b22944
JB
75082008-11-15 Joel Brobecker <brobecker@adacore.com>
7509
7510 * gdb.ada/int_deref.exp: New testcase.
7511
59669435
TT
75122008-11-14 Nick Roberts <nickrob@snap.net.nz>
7513
7514 * gdb.mi/gdb2549.exp: New file.
7515
de04a248
DE
75162008-11-11 Doug Evans <dje@google.com>
7517
7518 * gdb.base/callexit.exp: New file.
7519 * gdb.base/callexit.c: New file.
7520
6b8ce727
DE
75212008-11-10 Doug Evans <dje@google.com>
7522
7523 * lib/gdb.exp (GDBFLAGS): Move -nx ...
7524 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
7525 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
7526 (default_gdb_start,default_gdb_exit): Ditto.
7527 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
7528 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
7529 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
7530 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
7531 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
7532 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
7533
1b14b8aa
AS
75342008-11-03 Andreas Schwab <schwab@suse.de>
7535
7536 * gdb.base/hashline2.exp: Fix typo.
7537 * gdb.base/hashline3.exp: Likewise.
7538
f3134b88
TT
75392008-10-30 Tom Tromey <tromey@redhat.com>
7540
7541 * gdb.base/pointers.exp: Add test.
7542 * gdb.base/pointers.c (k, S): New typedefs.
7543 (instance): New global.
7544
c2226152
AS
75452008-10-30 Andreas Schwab <schwab@suse.de>
7546
7547 * gdb.base/args.exp: Add tests for newlines.
7548
462f405c
JB
75492008-10-30 Joel Brobecker <brobecker@adacore.com>
7550
7551 gdb.base/foll-exec.exp: Update the expected output of a couple
7552 of "info breakpoints" tests.
7553
79a45b7d
TT
75542008-10-28 Tom Tromey <tromey@redhat.com>
7555
7556 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
7557
adc13a14
PA
75582008-10-24 Pedro Alves <pedro@codesourcery.com>
7559
7560 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
7561 gdb_start_cmd.
7562 Use runto_main before any test that requires execution.
7563
252fbfc8
PA
75642008-10-23 Pedro Alves <pedro@codesourcery.com>
7565
7566 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
7567 instead of SIGINT.
7568
28148e3d
JB
75692008-10-22 Joel Brobecker <brobecker@adacore.com>
7570
7571 * gdb.base/completion.exp: Update expected output following
7572 the addition of the "info tasks" command.
7573
c209f847
TT
75742008-10-22 Tom Tromey <tromey@redhat.com>
7575
7576 * gdb.base/exprs.exp (test_expr): Add test for string
7577 concatenation.
7578
f177e350
PA
75792008-10-19 Pedro Alves <pedro@codesourcery.com>
7580
7581 * configure.ac: Output gdb.python/Makefile.
7582 * configure: Regenerate.
7583 * gdb.python/Makefile.in: New.
7584
cce89356
JB
75852008-10-16 Joel Brobecker <brobecker@adacore.com>
7586
7587 * gdb.base/foll-fork.exp: Adjust the expected output to match
7588 the new description for fork/vfork catchpoints in the "info
7589 breakpoints" output.
7590
176d289d
TJB
75912008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7592
7593 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
7594
a08702d6
TJB
75952008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7596
7597 * gdb.python/python-value.c: New file.
7598 * gdb.python/python-value.exp: New file.
7599
1c5cfe86
PA
76002008-10-15 Pedro Alves <pedro@codesourcery.com>
7601
7602 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
7603
5a98ad69
DP
76042008-10-15 Denis Pilat <denis.pilat@st.com>
7605
41702f1b 7606 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 7607
dcb1a1e2
TT
76082008-10-09 Tom Tromey <tromey@redhat.com>
7609
7610 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
7611 'fprintf' and 'stderr'.
7612
9124fe48
JB
76132008-10-07 Joel Brobecker <brobecker@adacore.com>
7614
7615 * gdb.ada/ref_tick_size.exp: New testcase.
7616
45452591
DE
76172008-10-06 Doug Evans <dje@google.com>
7618
7619 * gdb.dwarf2/dw2-cu-size.exp: New file.
7620 * gdb.dwarf2/dw2-cu-size.S: New file.
7621
7622 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
7623 .Ltype_int for clarity.
7624
4fc5b208
PP
76252008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7626
7627 PR gdb/2384:
7628 * gdb.cp/gdb2384.exp: Extended to test more cases.
7629 * gdb.cp/gdb2384.cc: Likewise.
7630 * gdb.cp/gdb2384-base.h: Likewise.
7631 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 7632
d78df370
JK
76332008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7634
7635 * gdb.base/maint.exp (maint print type): Remove printing
7636 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
7637
9a044a89
TT
76382008-09-30 Tom Tromey <tromey@redhat.com>
7639
7640 * gdb.base/macscp.exp: Add completion tests.
7641 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
7642 (TWENTY_THREE): Likewise.
7643 (FORTY_EIGHT): Likewise.
7644
506800a9
TT
76452008-09-30 Tom Tromey <tromey@redhat.com>
7646
7647 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
7648 everywhere.
7649 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
7650
1a6f01b5
JK
76512008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
7654 testcase is derived from. Fix racy dependency on an expected PID
7655 number. No longer support the testcase on Linux kernel 2.4.x.
7656
2fae03e8
TT
76572008-09-27 Tom Tromey <tromey@redhat.com>
7658
7659 * gdb.base/macscp.exp: Add tests for stringification, splicing,
7660 and varargs.
7661
1ad15515
PA
76622008-09-22 Pedro Alves <pedro@codesourcery.com>
7663
7664 * lib/mi-support.exp (mi_expect_interrupt): New.
7665 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
7666 from gdb.mi/mi-nonstop.exp.
7667 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
7668 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
7669 lib/mi-support.exp.
7670 Use mi_check_thread_states throughout. Avoid ".*" and do not
7671 require an anchor after -exec-run.
7672
d0b76dc6
DJ
76732008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
7674
7675 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
7676 stop is pending. Avoid ".*" when two stops are pending.
7677 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
7678 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
7679 newlines in fullnames.
7680 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
7681 (mi_expect_stop): Update comments. Only anchor in sync mode.
7682 Do not match newlines.
7683 (mi_send_resuming_command_raw): Always return status.
7684 (mi_get_stop_line): Do not match more than one line by accident.
7685 Only anchor in sync mode.
7686 (mi_run_inline_test): If -exec-next fails, give up.
7687
9990c830
UW
76882008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7689
7690 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
7691 on SPU.
7692
ebcf6f00
JB
76932008-09-10 Joel Brobecker <brobecker@adacore.com>
7694
7695 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
7696
b6db24e5
JB
76972008-09-10 Joel Brobecker <brobecker@adacore.com>
7698
7699 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
7700 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
7701 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
7702 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
7703 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
7704 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
7705 gdb.ada/interface.exp, gdb.ada/null_array.exp,
7706 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
7707 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
7708 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
7709 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
7710 Include the "= " sequence in the expected output of print tests.
7711
2bf448e0
JB
77122008-09-10 Joel Brobecker <brobecker@adacore.com>
7713
7714 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7715 description for boolean types.
7716
d51fd4c8
PA
77172008-09-09 Pedro Alves <pedro@codesourcery.com>
7718
7719 * gdb.base/hook-stop-continue.c: New.
7720 * gdb.base/hook-stop-continue.exp: New.
7721
694182d2
DJ
77222008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7723
7724 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7725
3b8a7fc0
JG
77262008-09-08 Jerome Guitton <guitton@adacore.com>
7727
7728 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7729 (stack_check_probe_2, stack_check_probe_loop_1)
7730 (stack_check_probe_loop_2): New functions.
7731 (main): Add call to these new functions.
7732 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7733 functions, check that the breakpoint is inserted at the appropriate
7734 location.
7735 (insert_breakpoint): Slightly refine this procedure so that it can
7736 be called several times in the test.
7737
96cc0ae8
JG
77382008-09-08 Jerome Guitton <guitton@adacore.com>
7739
7740 * gdb.base/stack-checking.c: New file.
7741 * gdb.base/stack-checking.exp: New file.
7742
1f08b409
TJB
77432008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7744
7745 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7746 * gdb.arch/altivec-regs.exp: Likewise.
7747 * gdb.arch/vsx-regs.exp: Likewise.
7748
3099e1c4
TJB
77492008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7750
7751 * gdb.arch/ppc-fp.exp: New file.
7752 * gdb.arch/ppc-fp.c: New file.
7753
cc69bfc1
PP
77542008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7755
7756 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7757 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 7758
b02a33db
MS
77592008-09-04 Michael Snyder <msnyder@vmware.com>
7760
7761 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7762 as "at" (for non-debug functions such as _start).
7763
2992cbe0
UW
77642008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7765
7766 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7767 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7768 software watchpoints.
7769 * gdb.base/watch_thread_num.exp: Likewise.
7770
514f746b
AR
77712008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7772
7773 * gdb.arch/i386-bp_permanent.exp: New test.
7774
876cecd0
TT
77752008-08-24 Tom Tromey <tromey@redhat.com>
7776
7777 * gdb.base/maint.exp: Update "maint print type".
7778
80f73d71
VP
77792008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7780
7781 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7782 support. Adjust the order of "*running" notifications.
7783 * gdb.mi/non-stop.c: Don't cast from int to void* and
7784 back.
7785
d9c78d7d
MK
77862008-08-20 Mark Kettenis <kettenis@gnu.org>
7787
7788 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7789 expect to find it in the "info frame" output.
7790
97a2d1d3
DJ
77912008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7792
7793 * gdb.base/interp.exp: Always consume both prompts.
7794
b96e2927
PA
77952008-08-20 Pedro Alves <pedro@codesourcery.com>
7796
7797 * gdb.base/pending.exp: Test pending breakpoints without symbols
7798 loaded.
7799
8cf6e61a
VP
78002008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7801
7802 * lib/mi-support.exp (mi_expect_stop): Produce
7803 more details on failures.
7804 * gdb.mi/mi-nonstop.exp: New.
7805 * gdb.mi/non-stop.c: New.
7806
c6ebd6cf
VP
78072008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7808
a9c64011
AS
7809 * gdb.mi/mi-async.exp: Use 'set target-async'.
7810 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 7811
46a9b8ed
DJ
78122008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7813
7814 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7815
44feb3ce
TT
78162008-08-17 Tom Tromey <tromey@redhat.com>
7817
7818 * gdb.base/help.exp (help catch): Rewrite.
7819
311a4e6b
TJB
78202008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7821
7822 * gdb.base/define.exp: Test indented command documentation.
7823 * gdb.python/python.exp: Test indented multi-line command.
7824
604c2f83
LM
78252008-08-15 Luis Machado <luisgpm@br.ibm.com>
7826
7827 * testsuite/gdb.arch/vsx-regs.c: New source file.
7828 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7829 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7830
886a217c
TT
78312008-08-14 Tom Tromey <tromey@redhat.com>
7832
7833 * gdb.base/macscp.exp: Add regression test for "macro define" or
7834 "macro undef" with no arguments.
7835
c814a4f3
PP
78362008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7837
7838 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 7839
12ab8a60
UW
78402008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7841
7842 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7843
d57a3c85
TJB
78442008-08-06 Tom Tromey <tromey@redhat.com>
7845
7846 * gdb.python/python.exp: New file.
7847
c7b778ff
JK
78482008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7849
7850 Fix for PR gdb/1543.
7851 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7852 $LOCATION.
7853 (location): New variable.
7854 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7855 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7856 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7857 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7858 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7859 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7860 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7861 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7862 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7863 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7864 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7865 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7866 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7867 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7868 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7869 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7870 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7871 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7872 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7873 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7874 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7875 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7876 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7877 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7878 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7879 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7880 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7881 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7882 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7883 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7884 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7885 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7886 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7887 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7888 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7889 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7890 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7891 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7892 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7893 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7894 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7895 gdb.base/type-opaque.exp, gdb.base/until.exp,
7896 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7897 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7898 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7899 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7900 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7901 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7902 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7903 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7904 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7905 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7906 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7907 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7908 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7909 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7910 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7911 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7912 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7913 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7914 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7915 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7916 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7917 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7918 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7919 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7920 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7921 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7922 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7923 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7924 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7925 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7926 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7927 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7928 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7929 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7930 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7931 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7932 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7933 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7934 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7935 to bug-gdb@prep.ai.mit.edu .
7936
5e06a3d1
VP
79372008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7938
7939 * lib/mi-support.exp (mi_load_shlibs): New.
7940 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7941
9d81d21b
VP
79422008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7943
7944 * lib/mi-support.exp (get_mi_thread_list)
7945 (check_mi_and_console_threads): New, moved from ...
7946 * gdb.mi/mi-pthread.exp: ...here.
7947 * gdb.mi/gdb669.exp (get_mi_thread_list)
7948 (check_mi_and_console_threads): Delete.
7949 * gdb.mi/mi2-pthread.exp: Likewise.
7950
bae98fe0
TT
79512008-07-28 Tom Tromey <tromey@redhat.com>
7952
7953 * Makefile.in (just-check): Remove. Move body to...
7954 (check): ... here.
7955
57380f4e
DJ
79562008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7957
7958 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7959 Add a test for duplicated SIGINTs.
7960
e09490f1
DJ
79612008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7962
7963 * gdb.threads/schedlock.exp (get_args): Update to work for any
7964 value of NUM.
7965 (Top level): Report the number of threads that did not resume.
7966
6387b45f
DJ
79672008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7968
7969 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7970
62f64ff2
DJ
79712008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7972
7973 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7974 non-MI prompt.
7975
fa8de41e
TT
79762008-07-26 Tom Tromey <tromey@redhat.com>
7977
7978 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7979 (function_struct, function_struct_ptr): New globals.
7980 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7981 function pointer in a struct.
7982
ccb3ac8a
TT
79832008-07-26 Tom Tromey <tromey@redhat.com>
7984
7985 * gdb.base/macscp.exp: Add test for macro lexing bug.
7986
d7d9f01e
TT
79872008-07-18 Tom Tromey <tromey@redhat.com>
7988
7989 * gdb.base/macscp.exp: Add macro tests.
7990
9bf07184
PP
79912008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7992
7993 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7994
becf6477
PP
79952008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7996
7997 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7998
0709f7d3
PP
79992008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8000
8001 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 8002
7093c834
PP
80032008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8004
8005 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 8006
b432ffe3
JK
80072008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8008
8009 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
8010
b1a268e5
VP
80112008-07-12 Vladimir Prus <vladimir@codesourcery.com>
8012
8013 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
8014
e2995f8e
KB
80152008-07-11 Kevin Buettner <kevinb@redhat.com>
8016
8017 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
8018 of regexp to account for changes made to GDB in the printing of
8019 byte vectors.
8020
14032a66
TT
80212008-07-11 Tom Tromey <tromey@redhat.com>
8022
8023 * gdb.base/completion.exp: Add 'help' completion test.
8024
981505ef
JK
80252008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8026
8027 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
8028
10568435
JK
80292008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8030
8031 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
8032
4487aabf
PA
80332008-07-09 Pedro Alves <pedro@codesourcery.com>
8034
8035 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
8036
a4a9b1c4
PA
80372008-07-09 Pedro Alves <pedro@codesourcery.com>
8038
8039 * gdb.base/fullname.exp: Restore pwd if compiling failed.
8040
3c3185ac
JK
80412008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8042
8043 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
8044
7ebd49dc
VP
80452008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8046
8047 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
8048 previous commit. Add a comment.
8049
84e46146
PA
80502008-06-28 Pedro Alves <pedro@codesourcery.com>
8051
8052 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
8053
0f8d4a2f
VP
80542008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8055
8056 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
8057
f747e0ce
PA
80582008-06-27 Pedro Alves <pedro@codesourcery.com>
8059
8060 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
8061 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
8062 compiling an executable, link in an object that forces unbuffered
8063 output.
8064 * lib/set_unbuffered_mode.c: New file.
8065
734a5c36
JK
80662008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8067
8068 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
8069
a2840c35
VP
80702008-06-25 Vladimir Prus <vladimir@codesourcery.com>
8071
a9c64011
AS
8072 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
8073 mi_expect_stop.
8074 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
8075 Demand that *running is output.
8076 (detect_async): Perform checking every time.
8077 (mi_send_resuming_command): Extract everything into...
8078 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
8079 (mi_expect_stop): Don't accept any output before *stopped.
8080
6ae37fef
VP
80812008-06-13 Vladimir Prus <vladimir@codesourcery.com>
8082
8083 Robustify mi-simplerun.
a9c64011
AS
8084 * gdb.mi/basics.c (main): Add a call to sleep.
8085 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
8086 * gdb.mi/mi2-cli.exp: Likewise.
8087 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 8088
b4aa76f0 80892008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
8090
8091 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
8092
e1ac3328
VP
80932008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8094
a9c64011
AS
8095 * gdb.mi/mi-console.exp: Adjust.
8096 * gdb.mi/mi-syn-frame.exp: Adjust.
8097 * gdb.mi/mi2-console.exp: Adjust.
8098 * gdb.mi/mi2-syn-frame.exp: Adjust.
8099 * lib/mi-support.exp (mi_run_cmd): Adjust.
8100 (mi_send_resuming_command): Adjust.
e1ac3328 8101
f7f9a841
VP
81022008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8103
8104 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
8105 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
8106 testing of stopped.
8107 * gdb.mi/mi2-syn-frame.exp: Likewise.
8108 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
8109 (async, detect_async): New.
8110 (mi_expect_stop, mi_continue_to_line): Adjust expectation
8111 depending on if we're running in sync or async mode.
f7f9a841 8112
37cd5d19
TT
81132008-06-09 Tom Tromey <tromey@redhat.com>
8114
8115 * gdb.base/completion.exp: New tests for field name completion
8116 with spaces, and field name completion with '->'.
8117
65d12d83
TT
81182008-06-06 Tom Tromey <tromey@redhat.com>
8119
8120 * gdb.base/break1.c (struct some_struct): New struct.
8121 (values): New global.
8122 * gdb.base/completion.exp: Add field name completion test.
8123
ebfe2e3f
PP
81242008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8125
8126 * gdb.cp/call-c.exp: Test for incorrect handling of reference
8127 to pointer.
8128 * gdb.cp/call-c.cc: Likewise.
8129
bcf6fc3a
NR
81302008-06-06 Nick Roberts <nickrob@snap.net.nz>
8131
8132 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
8133 annotation.
8134
49fd4a42 81352008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 8136 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
8137
8138 * gdb.threads/execl.c, gdb.threads/execl1.c,
8139 gdb.threads/execl.exp: New tests.
a9c64011 8140
8a34ac3f
AR
81412008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
8142 Daniel Jacobowitz <dan@codesourcery.com>
8143
8144 * gdb.cp/exception.exp: Activate test, make it work with pending
8145 catchpoints.
8146
86ae69ef
JK
81472008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8148
8149 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
8150
f7f9ae2c
VP
81512008-05-28 Vladimir Prus <vladimir@codesourcery.com>
8152
a9c64011
AS
8153 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
8154 now printed.
8155 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 8156
2a2d4dc3
AS
81572008-05-27 Andreas Schwab <schwab@suse.de>
8158
8159 * gdb.base/frame-args.exp: Handle arguments that are optimized
8160 out.
8161
5099e4d9
LM
81622008-05-26 Luis Machado <luisgpm@br.ibm.com>
8163
8164 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
8165 quiet for ppc32 and group options into a single variable.
8166
d9c36a91
JB
81672008-05-23 Joel Brobecker <brobecker@adacore.com>
8168
8169 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
8170 of zero-size elements.
8171 * gdb.ada/null_array.exp: Test printing this new array.
8172
103a8671
JK
81732008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8174
8175 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
8176
07a4cc1a 81772008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
8178
8179 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
8180 of the "finish" command.
8181
55f996a7
NR
81822008-05-21 Nick Roberts <nickrob@snap.net.nz>
8183
8184 * gdb.base/annota1.exp: Test for new annotation.
8185
907fc202
UW
81862008-05-16 Pedro Alves <pedro@codesourcery.com>
8187
8188 * gdb.base/fixsection.exp: New file.
8189 * gdb.base/fixsection0.c: New file.
8190 * gdb.base/fixsection1.c: New file.
8191
e8f97270
UW
81922008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8193
8194 * gdb.base/annota1.exp: Accept printf@... in place of printf.
8195 * gdb.base/annota3.exp: Likewise.
8196
ac0bb574
NF
81972008-05-13 Nathan Froyd <froydnj@codesourcery.com>
8198
8199 * gdb.base/watch_thread_num.exp: Don't run tests that require
8200 watchpoints if the target doesn't support them.
8201
6fadd07a
DE
82022008-05-12 Doug Evans <dje@google.com>
8203
8204 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
8205
6e9a4a30
JB
82062008-05-09 Joel Brobecker <brobecker@adacore.com>
8207
8208 * gdb.ada/assign_1.exp: New testcase.
8209
08388c79
DE
82102008-05-09 Doug Evans <dje@google.com>
8211
a3c83fae
DE
8212 * gdb.base/find.exp: New file.
8213 * gdb.base/find.c: New file.
08388c79 8214
bd5ddfe8
DJ
82152008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
8216
8217 * gdb.base/commands.exp (watchpoint_command_test): Handle
8218 gdb,no_hardware_watchpoints.
8219 * gdb.base/float.exp: Allow ARM targets without floating point.
8220 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
8221
b5dd68e2 82222008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 8223 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
8224
8225 * gdb.ada/lang_switch: New test program.
8226 * gdb.ada/lang_switch.exp: New testcase.
8227
382d13d1
DE
82282008-05-05 Doug Evans <dje@google.com>
8229
8230 * gdb.base/help.exp (disassemble): Update expected help text.
8231
9dd789d0
PA
82322008-05-04 Pedro Alves <pedro@codesourcery.com>
8233
8234 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
8235
611c83ae
PA
82362008-05-04 Pedro Alves <pedro@codesourcery.com>
8237
8238 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
8239 different times.
8240
ff013f42
JK
82412008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8242
8243 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
8244 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
8245 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
8246 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
8247
96dff6a2
VP
82482008-05-04 Vladimir Prus <vladimir@codesourcery.com>
8249
8250 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
8251 notification to appear.
8252
55cd6f92
DJ
82532008-05-04 Daniel Jacobowitz <dan@debian.org>
8254
8255 * gdb.base/fullname.c: New file.
8256 * gdb.base/fullname.exp: New file.
8257 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
8258
d705c43c
PA
82592008-05-03 Pedro Alves <pedro@codesourcery.com>
8260
8261 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
8262 expressions with macros.
8263
333222e1
JK
82642008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8265
8266 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
8267
5ac01682
DJ
82682008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
8269
8270 * gdb.base/completion.exp: Handle lack of other symbols beginning
8271 with "a".
8272
8273 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
8274
237fc4c9
PA
82752008-05-02 Jim Blandy <jimb@codesourcery.com>
8276
8277 * gdb.asm/asmsrc1.s: Add scratch space.
8278
ed5e9466
DJ
82792008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8280 Daniel Jacobowitz <dan@codesourcery.com>
8281
8282 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
8283 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
8284 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
8285
b39cc962
DJ
82862007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
8287
8288 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
8289
36d520f5
JB
82902008-05-01 Joel Brobecker <brobecker@adacore.com>
8291
8292 * gdb.base/info-target.exp: New testcase.
8293
8d4e3071
DJ
82942008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8295
8296 * gdb.cp/hang.exp: Use .cc instead of .C.
8297 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
8298 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
8299
6f3f3097
DJ
83002008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8301
8302 * gdb.base/gdb1250.exp: Remove perror.
8303 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
8304
5550a914
PA
83052008-04-30 Pedro Alves <pedro@codesourcery.com>
8306
8307 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
8308 .2byte.
8309
d848e687
DJ
83102008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
8311
8312 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
8313 (maybe_kfail): New.
8314
93b5768b
PA
83152008-04-25 Pedro Alves <pedro@codesourcery.com>
8316
8317 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
8318
721c02de
VP
83192008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8320
a9c64011
AS
8321 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
8322 * gdb.mi/mi2-syn-frame.exp: Likewise.
8323 * lib/mi-support.exp: Likewise.
721c02de 8324
74960c60
VP
83252008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8326
8327 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
8328 to specify regexp for the location to stop at.
8329 * gdb.base/break-always.c: New.
8330 * gdb.base/break-always.exp: New.
8331
d24317b4
VP
83322008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8333
8334 * lib/mi-support.exp (mi_runto_helper): Adjust
8335 for the original-location field.
8336 (mi_create_breakpoint, mi_list_breakpoints): New.
8337 * gdb.mi/mi-break.exp: Adjust.
8338 * gdb.mi/mi2-break.exp: Adjust.
8339 * gdb.mi/mi-pending.exp: Adjust.
8340 * gdb.mi/mi-simplerun.exp: Adjust.
8341 * gdb.mi/mi2-simplerun.exp: Adjust.
8342 * gdb.mi/mi-syn-frame.exp: Adjust.
8343 * gdb.mi/mi2-syn-frame.exp: Adjust.
8344 * gdb.mi/mi-until.exp: Adjust.
8345 * gdb.mi/mi2-until.exp: Adjust.
8346 * gdb.mi/mi-var-display.exp: Adjust.
8347 * gdb.mi/mi2-var-display.exp: Adjust.
8348 * gdb.mi/mi-watch.exp: Adjust.
8349 * gdb.mi/mi2-watch.exp: Adjust.
8350
fdc59709 83512008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 8352
a9c64011
AS
8353 * aclocal.m4: Add override.m4.
8354 * configure: Regenerate.
fdc59709 8355
8e91f023
VP
83562008-04-19 Vladimir Prus <vladimir@codesourcery.com>
8357
8358 * gdb.mi/var-cmd.c (do_at_tests): Verify that
8359 '-var-update --all-values' reports new value even the type
8360 of a variable object has changed.
8361
233a11ab
CS
83622008-04-18 Craig Silverstein <csilvers@google.com>
8363
8364 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
8365 files.
d24317b4 8366
9c1137ad
JB
83672008-04-18 Joel Brobecker <brobecker@adacore.com>
8368
8369 * gdb.ada/atomic_enum: New test program.
8370 * gdb.ada/atomic_enum.exp: New testcase.
8371
66d0bbc7
DE
83722008-04-17 Doug Evans <dje@google.com>
8373
8374 * gdb.opt/Makefile.in: Fix whitespace.
8375
100906b0
UW
83762008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8377
8378 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
8379
4584e32e
DE
83802008-04-17 Doug Evans <dje@google.com>
8381
8382 * gdb.base/hashline1.exp: New testcase.
8383 * gdb.base/hashline2.exp: New testcase.
8384 * gdb.base/hashline2.exp: New testcase.
8385
0a320680
PA
83862008-04-17 Pedro Alves <pedro@codesourcery.com>
8387
8388 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
8389
18ac113b
AR
83902008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
8391
8392 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
8393 temporary breakpoint to match "Temporary breakpoint".
8394 * gdb.base/break.exp (delete_breakpoints): Likewise.
8395 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
8396 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
8397 * gdb.base/display.exp: Likewise.
8398 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
8399 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
8400 * gdb.base/restore.exp (restore_tests): Likewise.
8401 * gdb.base/sepdebug.exp: Likewise.
8402 * gdb.base/watchpoint.exp: Likewise.
8403 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
8404 * gdb.mi/mi-pending.exp: Likewise.
8405 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
8406 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
8407 * gdb.mi/mi-var-cmd.exp: Likewise.
8408 * gdb.mi/mi-var-display.exp: Likewise.
8409 * gdb.mi/mi2-cli.exp: Likewise.
8410 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
8411 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
8412 * gdb.mi/mi2-var-display.exp: Likewise.
8413 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
8414 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
8415 new "disp" field.
a9c64011 8416 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
8417 reason. This is to support fix for PR2424.
8418
add38693
JK
84192008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8420
8421 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
8422
fcacd99f
VP
84232008-04-13 Vladimir Prus <vladimir@codesourcery.com>
8424
8425 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 8426 field. Add more floating varobj tests.
fcacd99f 8427 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
8428 field.
8429 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
8430 (main): Call do_at_tests.
8431 * lib/mi-support.exp (mi_create_floating_varobj)
8432 (mi_varobj_update_with_type_change): New.
fcacd99f 8433
de051565
MK
84342008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
8435
8436 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
8437 option of -var-evaluate-expression.
8438 * gdb.mi/mi2-var-display.exp: Likewise.
8439
dbc52822
VP
84402008-04-07 Vladimir Prus <vladimir@codesourcery.com>
8441
8442 Introduce test setup helpers.
a9c64011
AS
8443 * lib/gdb.exp (build_executable, clean_restart)
8444 (prepare_for_testing): New.
8445 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
8446 * gdb.base/return.exp: Likewise.
8447 * gdb.base/ending-run.exp: Likewise.
dbc52822 8448
473591da
NR
84492008-04-07 Nick Roberts <nickrob@snap.net.nz>
8450
8451 * gdb.mi/mi-async.exp: New test for asynchronous Machine
8452 Interface (MI) responses.
8453
2b2d9e11
VP
84542008-04-06 Vladimir Prus <vladimir@codesourcery.com>
8455
a9c64011
AS
8456 * gdb.cp/breakpoint.cc: New code to test conditions involving
8457 member variables.
8458 * gdb.cp/breakpoint.exp: Test condition involving member
8459 variables.
2b2d9e11 8460
bb378428
VP
84612008-04-05 Vladimir Prus <vladimir@codesourcery.com>
8462
8463 * lib/mi-support.exp (mi_expect_stop): New.
8464 (mi_run_cmd): Change the
8465 token. Use mi_send_resuming_command, use
8466 mi_expect_stop.
8467 (mi_execute_to_helper): Rename to mi_execute_to.
8468 (mi_send_resuming_command): Add more error patterns.
8469 (mi_wait_for_stop): Renamed to...
8470 (mi_get_stop_line): ...this.
8471 (mi_run_inline_test): Adjust.
8472
8473 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
8474 * gdb.mi/mi-console.exp: Likewise.
8475 * gdb.mi/mi-pending.exp: Likewise.
8476 * gdb.mi/mi-simplerun.exp: Likewise.
8477 * gdb.mi/mi-stack.exp: Likewise.
8478 * gdb.mi/mi-stepi.exp: Likewise.
8479 * gdb.mi/mi-syn-frame.exp: Add comment.
8480 * gdb.mi/mi-until.exp: Likewise.
8481 * gdb.mi/mi-var-display.exp: Likewise.
8482 * gdb.mi/mi-watch.exp: Likewise.
8483 * gdb.mi/mi2-cli.exp: Likewise.
8484 * gdb.mi/mi2-console.exp: Likewise.
8485 * gdb.mi/mi2-simplerun.exp: Likewise.
8486 * gdb.mi/mi2-stack.exp: Likewise.
8487 * gdb.mi/mi2-stepi.exp: Likewise.
8488 * gdb.mi/mi2-until.exp: Likewise.
8489 * gdb.mi/mi2-var-display.exp: Likewise.
8490 * gdb.mi/mi2-watch.exp: Likewise.
8491
62172bb9
UW
84922008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8493
8494 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
8495
8496 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
8497
a13e061a
PA
84982008-04-04 Pedro Alves <pedro@codesourcery.com>
8499
8500 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
8501 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
8502 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
8503 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
8504 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
8505 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
8506 expect an mi error duplicated in stderr.
8507
eae06beb
JB
85082008-04-03 Joel Brobecker <brobecker@adacore.com>
8509
8510 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
8511 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
8512 Add a couple of tests that verify the behavior when the new setting
8513 is set to "cancel" and "all".
8514 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
8515 "ask" before we start the testing.
8516
79c6ced6
AR
85172008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8518
8519 * gdb.cp/casts.cc: Add class reference variables.
8520 * gdb.cp/casts.exp: New test cases for up/down casting references.
8521
6c2d1a6b
MK
85222008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
8523
8524 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
8525 instead of beginning to make an extra test pass.
8526 * gdb.mi/mi2-var-display.exp: Likewise.
8527
55b411d9
MR
85282008-03-31 Maciej W. Rozycki <macro@mips.com>
8529
8530 * gdb.base/break.exp: Mark failures as such. Fix formatting.
8531
c6140da2
MD
85322008-03-31 Markus Deuling <deuling@de.ibm.com>
8533 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8534
8535 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
8536 value. Add xfail for older kernels.
8537
79732189
AR
85382008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
8539
8540 Bring mi-support in line with gdb.exp.
8541 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
8542 (mi_gdb_start): New function.
8543
33c3676e
MR
85442008-03-28 Maciej W. Rozycki <macro@mips.com>
8545
8546 * gdb.mi/mi-var-cmd.exp: Fix a typo.
8547
92e28119
VP
85482008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8549
8550 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
8551 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 8552
9e8e3afe
VP
85532008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8554
8555 * lib/mi-support.exp (mi_create_varobj_checked): New.
8556 (mi_list_varobj_children): Allow to check for a
8557 value.
8558 (mi_list_array_varobj_children): New.
8559
8560 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
8561 and mi_list_varobj_children, as opposed to hardcoding
8562 expected strings.
8563 * gdb.mi/gdb701.exp: Likewise.
8564 * gdb.mi/gdb792.exp: Likewise.
8565 * gdb.mi/mi-var-block.exp: Likewise.
8566 * gdb.mi/mi-var-cmd.exp: Likewise.
8567 * gdb.mi/mi-var-invalidate.exp: Likewise.
8568 * gdb.mi/mi2-var-block.exp: Likewise.
8569 * gdb.mi/mi2-var-child.exp: Likewise.
8570 * gdb.mi/mi2-var-cmd.exp: Likewise.
8571 * gdb.mi/mi2-var-display.exp: Likewise.
8572
9df50351
JK
85732008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8574
8575 Fix random false FAILs on i386.
8576 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
8577
31e5d73a
DJ
85782008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
8579
8580 PR gdb/544
8581 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
8582
12f4afab
DJ
85832008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
8584
8585 PR gdb/544
8586 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
8587
b562a0cb
DJ
85882008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8589
8590 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
8591 fixed PR gdb/544.
8592
17faa917
DJ
85932008-03-21 Pedro Alves <pedro@codesourcery.com>
8594
8595 * gdb.threads/fork-child-threads.exp: Test next over fork.
8596
6214f497
DJ
85972008-03-21 Chris Demetriou <cgd@google.com>
8598
8599 * gdb.base/break.exp (rbreak junk): New test for rbreak
8600 "Junk at end of arguments" issue.
8601
63092375
DJ
86022008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8603
8604 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
8605 *& to work on created array elements.
8606 (Top level): Test print $pc with a file. Test string operations
8607 without a target.
8608 * gdb.base/ptype.exp: Do not expect *& to work on created array
8609 elements.
8610
b21991b0
DJ
86112008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8612
8613 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8614 gdb.threads/staticthreads.exp: Update exit query.
8615
c4b347c7
SL
86162008-03-07 Sandra Loosemore <sandra@codesourcery.com>
8617
8618 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
8619
fa4727a6
DJ
86202008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
8621
8622 * gdb.base/watchpoint.c (global_ptr, func4): New.
8623 (main): Call func4.
8624 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
8625 (test_inaccessible_watchpoint): New.
8626
2f34202f
MR
86272008-02-29 Maciej W. Rozycki <macro@mips.com>
8628
8629 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
8630 select the largest.
8631
0d6ba1b1
DJ
86322008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8633
8634 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
8635 frames-invalid annotations.
8636
e691325a
PM
86372008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
8638
a9c64011 8639 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 8640
f85b5ecc
DE
86412008-02-27 Doug Evans <dje@google.com>
8642
8643 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
8644 for bug 1738.
8645 (breakpoint_to_handler_entry): Ditto.
8646
b40e7bf3
JB
86472008-02-27 Joel Brobecker <brobecker@adacore.com>
8648
8649 * gdb.base/ending-run.exp: Use the first line of code inside
8650 function body to test breakpoints.
8651 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
8652 location where the breakpoint is inserted when using the line
8653 where a function is declared. Fix typo in the description of
8654 one of the tests.
8655 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
8656
2faca73a
PM
86572008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8658
8659 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 8660 tests.
2faca73a 8661
6f439c36
PM
86622008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8663
8664 * gdb.base/args.exp: avoid same output for tests
8665 with single quotes.
8666
54e52265
VP
86672008-02-26 Vladimir Prus <vladimir@codesourcery.com>
8668
a9c64011
AS
8669 * gdb.base/annota1.exp: Adjust for 'info break'
8670 format changes.
8671 * gdb.base/annota3.exp: Likewise.
8672 * gdb.base/break.exp: Likewise.
8673 * gdb.base/condbreak.exp: Likewise.
8674 * gdb.base/pending.exp: Likewise.
8675 * gdb.base/sepdebug.exp: Likewise.
8676 * gdb.base/unload.exp: Likewise.
8677 * gdb.cp/ovldbreak.exp: Likewise.
8678 * gdb.mi/mi-pending.exp: Likewise.
54e52265 8679
897b09ca
DE
86802008-02-07 Doug Evans <dje@google.com>
8681
8682 * gdb.cp/mb-inline.exp: New.
8683 * gdb.cp/mb-inline.h: New.
8684 * gdb.cp/mb-inline1.cc: New.
8685 * gdb.cp/mb-inline2.cc: New.
8686
b1c32d35
PM
86872008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8688
8689 * gdb.pascal/floats.pas: New test program.
8690 * gdb.pascal/floats.exp: New testcase.
8691
1a4ca44a
TJB
86922008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8693
8694 * gdb.base/callfuncs.c (t_float_many_args): New function.
8695 (t_double_many_args): New function.
8696 * gdb.base/callfuncs.exp: Add tests for exceeding float
8697 and double parameters passed through the stack.
8698
439048e8
JB
86992008-02-05 Joel Brobecker <brobecker@adacore.com>
8700
8701 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
8702 gdb.ada/complete/foo.adb: New files.
8703 * gdb.ada/complete.exp: New testcase.
8704
81fe8080
DE
87052008-02-03 Doug Evans <dje@google.com>
8706
301f0ecf
DE
8707 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
8708
81fe8080
DE
8709 * gdb.cp/gdb2384.exp: New file.
8710 * gdb.cp/gdb2384.cc: New file.
8711 * gdb.cp/gdb2384-base.h: New file.
8712 * gdb.cp/gdb2384-base.cc: New file.
8713
4b071aec
DE
87142008-02-02 Doug Evans <dje@google.com>
8715
8716 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8717
61137ba6
JB
87182007-02-01 Joel Brobecker <brobecker@adacore.com>
8719
8720 * gdb.ada/sym_print_name: New test program.
8721 * gdb.ada/sym_print_name.exp: New testcase.
8722
87232007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
8724
8725 * gdb.ada/nested/hello.adb: New file.
8726 * gdb.ada/nested.exp: New testcase.
8727 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8728
98deb0da
VP
87292008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8730
8731 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
8732 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8733 don't cause future evaluations of function to report
8734 creation of internal breakpoints.
98deb0da 8735
723a2275
VP
87362008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8737
8738 * gdb.mi/mi-break.exp (test_error): New.
8739 Call it.
8740
fb546a2f
LM
87412008-01-31 Luis Machado <luisgpm@br.ibm.com>
8742
8743 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8744 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8745
2d8fd90a
PM
87462008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8747
8748 * gdb.pascal/integers.pas: New test program.
8749 * gdb.pascal/integers.exp: New testcase.
8750
a7fa0ded
PM
87512008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8752
8753 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8754
5e1a1926
TJB
87552008-01-30 Luis Machado <luisgpm@br.ibm.com>
8756
8757 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8758 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8759
8d04f9f0
JB
87602008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8761
8762 * gdb.ada/formatted_ref: New test program.
8763 * gdb.ada/formatted_ref.exp: New testcase.
8764
8765 * gdb.cp/formatted-ref.cc: New file.
8766 * gdb.cp/formatted-ref.exp: New testcase.
8767
ce75a98f
JB
87682008-01-30 Joel Brobecker <brobecker@adacore.com>
8769
8770 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8771
e835f6bf
NR
87722008-01-30 Nick Roberts <nickrob@snap.net.nz>
8773
8774 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8775 (test_file_list_exec_source_file): Update to new macro-info field.
8776
d118ef87
PH
87772008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8778
8779 * gdb.ada/exprs: New test program.
8780 * gdb.ada/exprs.exp: New testcase.
8781
7d35ab09
TJB
87822008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8783
8784 * dfp-test.c (DELTA, DELTA_B): New definitions.
8785 (double_val1, double_val2, double_val3, double_val4, double_val5,
8786 double_val6, double_val7, double_val8, double_val9, double_val10,
8787 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8788 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8789 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8790 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8791 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8792 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8793 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8794 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8795 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8796 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8797 dec128_val16): New global variables.
8798 (decimal_dec128_align): New function.
8799 (decimal_mixed): Likewise.
8800 (decimal_many_args_dec32): Likewise.
8801 (decimal_many_args_dec64): Likewise.
8802 (decimal_many_args_dec128): Likewise.
8803 (decimal_many_args_mixed): Likewise.
8804 * dfp-test.exp: Add tests calling new inferior functions.
8805
2d717e4f
DJ
88062008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8807
8808 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8809 gdb.server/ext-run.exp: New files.
8810 * lib/gdbserver-support.exp (gdbserver_download): New.
8811 (gdbserver_start): New. Update gdbserver expected
8812 output.
8813 (gdbserver_spawn): Use them.
8814 (gdbserver_start_extended): New.
8815
e85a822c
DJ
88162008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8817
8818 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8819 Run on GNU/Linux.
8820 (do_exec_tests): Check for systems which do not support catchpoints.
8821 Do not match START.
8822 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8823 Run on GNU/Linux. Enable verbose output.
8824 (check_fork_catchpoints): New.
8825 (explicit_fork_child_follow, catch_fork_child_follow)
8826 (tcatch_fork_parent_follow): Update expected messages.
8827 (do_fork_tests): Use check_fork_catchpoints.
8828 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8829 Run on GNU/Linux. Enable verbose output.
8830 (check_vfork_catchpoints): New.
8831 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8832 expected messages.
8833 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8834
401ea829
JB
88352008-01-29 Jim Blandy <jimb@red-bean.com>
8836
8837 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8838 host' errors.
8839 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8840
aceaf3ad
JB
88412008-01-29 Jim Blandy <jimb@red-bean.com>
8842
8843 * gdb.threads/sigthread.c: Use barriers to ensure that
8844 child_thread and child_thread_two are always initialized before we
8845 start to use them.
8846
a5606eee
VP
88472008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8848
8849 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
8850 * gdb.base/watchpoint-solib.c: New.
8851 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 8852
c55a82bb
PM
88532008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8854
8855 * gdb.base/gdb1056.exp: Add unsigned integer test.
8856
0993fe05
DE
88572008-01-28 Doug Evans <dje@google.com>
8858
8859 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8860
4fe42e7f
JB
88612008-01-27 Jim Blandy <jimb@codesourcery.com>
8862
c7a69933
JB
8863 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8864
4fe42e7f
JB
8865 * gdb.base/expand-psymtabs.exp: Doc fix.
8866
5def8285
MK
88672008-01-26 Mark Kettenis <kettenis@gnu.org>
8868
8869 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8870
5313c911
NR
88712008-01-24 Nick Roberts <nickrob@snap.net.nz>
8872
a9c64011 8873 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
8874 -var-set-format.
8875
93815fbf
VP
88762008-01-23 Chris Demetriou <cgd@google.com>
8877
8878 * gdb.threads/thread_events.c: New testcase source file.
8879 * gdb.threads/thread_events.exp: New testcase expect file.
8880
467a88ee
NR
88812008-01-23 Nick Roberts <nickrob@snap.net.nz>
8882
8883 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
8884
8885 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
8886 -var-set-format.
8887
d8f82aba
DJ
88882008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8889 Vladimir Prus <vladimir@codesourcery.com>
8890
8891 * gdb.base/float.exp: Allow missing floating point for m68k and
8892 PowerPC.
8893
60c46647
VP
88942008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8895
8896 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
8897 ignore count.
8898 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8899 * gdb.mi/mi-cli.exp: Adjust.
8900 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 8901
c7dd36a1
PA
89022008-01-17 Pedro Alves <pedro@codesourcery.com>
8903
8904 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8905 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8906 with dummy_ptr's address.
8907 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8908 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8909 all targets.
8910 * gdb.mi/mi2-var-child.exp: Likewise.
8911
39d5313e
JB
89122008-01-09 Joel Brobecker <brobecker@adacore.com>
8913
8914 * gdb.ada/null_array: New test program.
8915 * gdb.ada/null_array.exp: New testcase.
8916
0aea4bf3
LM
89172008-01-09 Luis Machado <luisgpm@br.ibm.com>
8918
8919 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8920 with required float modifiers.
8921
0b354900
JB
89222008-01-08 Joel Brobecker <brobecker@adacore.com>
8923
8924 * gdb.ada/funcall_param: New test program.
8925 * gdb.ada/funcall_param.exp: New testcase.
8926
cdb7f5d4
JB
89272008-01-08 Joel Brobecker <brobecker@adacore.com>
8928
8929 * gdb.ada/arrayparam: New test program.
8930 * gdb.ada/arrayparam.exp: New testcase.
8931
88e2547f
JB
89322008-01-08 Joel Brobecker <brobecker@adacore.com>
8933
8934 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8935 landed. Should also fix random failures in the test following it.
8936
f6867ce0
TJB
89372008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8938
8939 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8940 for expressions with decimal float values.
8941 (test_dfp_conversions): New function to test casts to and from
8942 decimal float types.
8943 Call test_dfp_conversions.
8944 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8945 elements.
8946 (main): Initialize ds.float4 and ds.double8 elements.
8947 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8948 string to new error message.
8949 (d64_set_tests): Likewise.
8950 (d128_set_tests): Likewise.
8951 Add tests for expressions with decimal float variables. Add tests for
8952 conversions to and from decimal float types.
8953
f9c11282
JB
89542008-01-05 Joel Brobecker <brobecker@adacore.com>
8955
8956 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8957 * gdb.ada/packed_tagged.exp: New testcase.
8958
0ecbca72
JB
89592008-01-04 Joel Brobecker <brobecker@adacore.com>
8960
8961 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8962 gdb.ada/homonym/homonym_main.adb: New files.
8963 * gdb.ada/homonym.exp: New testcase.
8964
c18d3d89
JB
89652008-01-04 Joel Brobecker <brobecker@adacore.com>
8966
8967 * gdb.ada/packed_array.exp: Add testing of references to
8968 a packed array.
8969
ecc7085b
JB
89702008-01-04 Joel Brobecker <brobecker@adacore.com>
8971
8972 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8973 New files.
8974 * gdb.ada/type_coercion.exp: New testcase.
8975
c474c922
JB
89762008-01-04 Joel Brobecker <brobecker@adacore.com>
8977
8978 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8979 gdb.ada/tagged/foo.adb: New file.
8980 * gdb.ada/tagged.exp: New testcase.
8981
9005b927
JB
89822008-01-04 Joel Brobecker <brobecker@adacore.com>
8983
8984 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8985 gdb.ada/ptype_field/foo.adb: New files.
8986 * gdb.ada/ptype_field.exp: New testcase.
8987
1a6aaad8
JB
89882008-01-03 Joel Brobecker <brobecker@adacore.com>
8989
8990 * gdb.ada/print_pc.exp: New testcase.
8991
0ef22f53
JB
89922008-01-03 Joel Brobecker <brobecker@adacore.com>
8993
8994 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8995 gdb.ada/taft_type/p.adb: New files.
8996 * gdb.ada/taft_type.exp: New testcase.
8997
1689ecf8
JB
89982008-01-03 Joel Brobecker <brobecker@adacore.com>
8999
9000 * gdb.ada/array_bounds/bar.adb: New file.
9001 * gdb.ada/array_bounds.exp: New testcase.
9002
a4d0b9c3
JB
90032008-01-03 Joel Brobecker <brobecker@adacore.com>
9004
9005 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
9006 gdb.ada/arrayptr/foo.adb: New files.
9007 * gdb.ada/arrayptr.exp: New testcase.
9008
a31ace00
JB
90092008-01-03 Joel Brobecker <brobecker@adacore.com>
9010
9011 * gdb.base/set-lang-auto.exp: New testcase.
9012
a97fced3
JB
90132008-01-03 Joel Brobecker <brobecker@adacore.com>
9014
9015 * gdb.ada/fun_addr/foo.adb: New file.
9016 * gdb.ada/fun_addr.exp: New testcase.
9017
ef29ce1a
JK
90182008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9019
9020 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
9021 New files
9022
0fafefe3
JB
90232008-01-02 Joel Brobecker <brobecker@adacore.com>
9024
9025 * array_subscript_addr/p.adb: New file.
a9c64011 9026 * array_subscript_addr.exp: New testcase.
0fafefe3 9027
c4359f8d
JB
90282008-01-02 Joel Brobecker <brobecker@adacore.com>
9029
a9c64011 9030 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
9031 New files.
9032 * gdb.ada/str_cmp_ref.exp: New testcase.
9033
1aa1b15b
JB
90342008-01-01 Joel Brobecker <brobecker@adacore.com>
9035
9036 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
9037 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 9038 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 9039
81c9b2cf
JB
90402008-01-01 Joel Brobecker <brobecker@adacore.com>
9041
9042 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
9043 gdb.ada/ref_param/pck.ads: New files.
9044 * gdb.ada/ref_param.exp: New testcase.
9045
319e4674
JB
90462008-01-01 Joel Brobecker <brobecker@adacore.com>
9047
9048 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
9049 gdb.ada/interface/foo.adb: New files.
9050 * gdb.ada/interface.exp: New testcase.
9051
ef682c56
JB
90522007-12-31 Jim Blandy <jimb@codesourcery.com>
9053
9054 * gdb.base/multi-forks.exp: Consume all output from child
9055 processes before proceeding to next test.
9056
f6f3eb6c
JB
90572007-12-29 Jim Blandy <jimb@codesourcery.com>
9058
9059 * configure: Regenerated.
9060
f652e42f
JB
90612007-12-27 Joel Brobecker <brobecker@adacore.com>
9062
9063 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
9064 gdb.ada/fixed_cmp/fixed.adb: New files.
9065 * gdb.ada/fixed_cmp.exp: New testcase.
9066
6943e596
JB
90672007-12-27 Joel Brobecker <brobecker@adacore.com>
9068
9069 * gdb.ada/boolean_expr.exp: New testcase.
9070
aad9a193
JB
90712007-12-26 Jim Blandy <jimb@codesourcery.com>
9072
9073 * gdb.base/multi-forks.exp: Doc fix.
9074
fb5f3683
JB
90752007-12-26 Joel Brobecker <brobecker@adacore.com>
9076
9077 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9078 * gdb.ada/char_param.exp: Do not compile our test program with
9079 -gnata, this is unnecessary.
9080 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
9081
384e4a9c
JB
90822007-12-24 Joel Brobecker <brobecker@adacore.com>
9083
9084 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
9085 gdb.ada/print_chars/foo.adb: New files.
9086 * gdb.ada/print_chars.exp: New testcase.
9087
01e044f7
JB
90882007-12-24 Joel Brobecker <brobecker@adacore.com>
9089
9090 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
9091 gdb.ada/char_param/foo.adb: New files.
9092 * gdb.ada/char_param.exp: New testcase.
9093
0ce17860
JB
90942007-12-22 Jim Blandy <jimb@codesourcery.com>
9095
9096 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
9097 hard-coding source line numbers into the test.
9098 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
9099 gdb_get_line_number to find.
9100
919809b9
JB
91012007-12-22 Joel Brobecker <brobecker@adacore.com>
9102
9103 * gdb.base/ptype.c (highest): New struct type.
9104 (the_highest): New variable of that type.
9105 (main): Add dummy assignment to a field of variable the_highest.
9106 * gdb.base/ptype.exp: Test type printing of our new variable.
9107
abc8a88d
PM
91082007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
9109
9110 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 9111 and record first explicitly generated thread number.
abc8a88d
PM
9112 Use that thread number for thread specific watchpoint test.
9113 Add iteration number to repetitive tests.
9114
5158f3e3
CES
91152007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
9116 Jim Blandy <jimb@codesourcery.com>
9117
9118 * gdb.base/expand-psymtabs.c: New testcase
9119 source file.
9120 * gdb.base/expand-psymtabs.exp: New testcase
9121 expect file.
9122
37e4754d
LM
91232007-12-17 Luis Machado <luisgpm@br.ibm.com>
9124
9125 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
9126 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
9127
551e5d04
JB
91282007-12-17 Joel Brobecker <brobecker@adacore.com>
9129
9130 * gdb.ada/frame_args/foo.adb: New file.
9131 * gdb.ada/frame_args/pck.ads: New file.
9132 * gdb.ada/frame_args/pck.adb: New file.
9133 * gdb.ada/frame_args.exp: New testcase.
9134
a05ee097
JB
91352007-12-17 Joel Brobecker <brobecker@adacore.com>
9136
9137 * gdb.base/frame-args.c: New file.
9138 * gdb.base/frame-args.exp: New testcase.
9139
c162e8c9 91402007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 9141 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
9142
9143 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
9144
afe8ab22 91452007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 9146
afe8ab22
VP
9147 * gdb.mi/mi-pending.exp: New.
9148 * gdb.mi/mi-pending.c: New.
9149 * gdb.mi/mi-pendshr.c: New.
9150
dfdfb3ca
JB
91512007-12-06 Jim Blandy <jimb@codesourcery.com>
9152
9153 * gdb.base/default.exp: Update expected output for 'info catch'.
9154
b7fca990
JK
91552007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9156
9157 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
9158 must be set to binary.
9159
6a1afc1e
PA
91602007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
9161
9162 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
9163
a6b151f1
DJ
91642007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9165
9166 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
9167 gdb.mi/mi-file-transfer.exp: New.
9168
43039443
JK
91692007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9170
9171 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
9172
0ef2251b
MR
91732007-11-22 Maciej W. Rozycki <macro@mips.com>
9174
9175 * gdb.trace/backtrace.exp: Fix a typo.
9176 * gdb.trace/circ.exp: Likewise.
9177 * gdb.trace/collection.exp: Likewise.
9178 * gdb.trace/limits.exp: Likewise.
9179 * gdb.trace/report.exp: Likewise.
9180 * gdb.trace/tfind.exp: Likewise.
9181 * gdb.trace/while-dyn.exp: Likewise.
9182
5443631e
NR
91832007-11-21 Nick Roberts <nickrob@snap.net.nz>
9184
9185 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
9186 objects of pointers that can't be dereferenced are now
9187 "noneditable".
9188
a4ce5b0d
UW
91892007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9190
9191 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
9192 (target_cpu): Remove.
9193
d6e956e5
VP
91942007-10-15 Vladimir Prus <vladimir@codesourcery.com>
9195
9196 * gdb.base/ending-run.exp: Expect the list of cleared
9197 breakpoint to come in natural order, not the reversed one.
a9c64011 9198
214270ab
VP
91992007-11-07 Vladimir Prus <vladimir@codesourcery.com>
9200
9201 * gdb.mi/mi-var-child.c (do_child_deletion): New.
9202 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 9203
1a619819
LM
92042007-11-05 Luis Machado <luisgpm@br.ibm.com>
9205
9206 * gdb.base/printcmds.exp: New function
9207 test_printf_with_dfp.
9208
5b01a6fa
DE
92092007-11-02 Doug Evans <dje@google.com>
9210
9211 * gdb.disasm/t01_mov.s: Remove carriage returns.
9212 * gdb.disasm/t02_mova.s: Ditto.
9213 * gdb.disasm/t03_add.s: Ditto.
9214 * gdb.disasm/t04_sub.s: Ditto.
9215 * gdb.disasm/t05_cmp.s: Ditto.
9216 * gdb.disasm/t06_ari2.s: Ditto.
9217 * gdb.disasm/t07_ari3.s: Ditto.
9218 * gdb.disasm/t08_or.s: Ditto.
9219 * gdb.disasm/t09_xor.s: Ditto.
9220 * gdb.disasm/t10_and.s: Ditto.
9221 * gdb.disasm/t11_logs.s: Ditto.
9222 * gdb.disasm/t12_bit.s: Ditto.
9223 * gdb.disasm/t13_otr.s: Ditto.
9224
ec33ab7f
JK
92252007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9226
9227 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
9228
ae0d01ff
UW
92292007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9230
9231 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
9232 provide DFP support.
9233
55eddb0f
DJ
92342007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
9235
9236 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
9237 Test "set powerpc vector-abi". Skip auto-detection tests for old
9238 toolchains.
9239
7020f05c
PA
92402007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9241
9242 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
9243 with [string compare].
9244
84bc3db9
PA
92452007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9246
9247 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
9248 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
9249
5876dc88
LM
92502007-10-25 Luis Machado <luisgpm@br.ibm.com>
9251
9252 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
9253 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
9254 * gdb.opt/Makefile.in: New makefile.
9255 * Makefile.in: Create new directory "gdb.opt".
9256 * configure.ac: Add "gdb.opt" directory.
9257 * configure: Regenerated.
a9c64011 9258
c3ea9a14
DE
92592007-10-25 Doug Evans <dje@google.com>
9260
9261 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
9262 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
9263
a9c64011 92642007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
9265 Thiago Jung Bauermann <bauerman@br.ibm.com>
9266
9267 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
9268 Floating Point expressions.
9269 * gdb.base/dfp-test.exp: new file adding tests for Decimal
9270 Floating Point variables.
9271 * gdb.base/dfp-test.c: new file containing program with Decimal
9272 Floating variables, used by gdb.base/dfp-test.exp.
9273
62a24a2b
DJ
92742007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9275
9276 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
9277
e7b1eae6
UW
92782007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9279
9280 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
9281 compiling test case with GCC.
9282 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
9283
c641edcc
UW
92842007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9285
9286 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9287 format changes.
9288
5e5ebfe6
MS
92892007-10-18 Michael Snyder <msnyder@specifix.com>
9290
9291 * gdb.base/dbx.exp: Add missing "-re " operator.
9292
e831e7b6
GM
92932007-10-16 Gaius Mulley <gaius@glam.ac.uk>
9294
9295 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
9296 * configure.ac: Removed trailing spaces after backslash.
9297 * gdb.modula2: New directory.
9298 * gdb.modula2/Makefile.in: New file.
9299 * gdb.modula2/unbounded-array.exp: New file.
9300 * gdb.modula2/unbounded1.c: New file.
9301
7cc46491
DJ
93022007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9303
9304 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
9305
93062007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
9307
9308 * gdb.base/sigstep.c (main): Add checks for
9309 return values for setitimer call.
9310 Call setitimer again with itimer = ITIMER_REAL
9311 if first call to setitimer fails.
9312
e91528f0
KH
93132007-10-11 Kazu Hirata <kazu@codesourcery.com>
9314
9315 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
9316 of $timeout.
9317
2ec9a4f8
DJ
93182007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9319
9320 * gdb.server/server-run.exp: Test for dynamic linker symbols.
9321
93222007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
9323
9324 * lib/gdb.exp (gdb_run_cmd): Move comment outside
9325 of gdb_expect call, to avoid interruption.
9326
64b2fa04
PA
93272007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
9328
9329 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
9330 (v_unsigned_long_long, v_long_long_array)
9331 (v_signed_long_long_array, v_unsigned_long_long_array)
9332 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
9333 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
9334 [!NO_LONG_LONG]: New.
9335 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
9336 v_long_long_member.
9337
9338 (v_long_long_func, v_signed_long_long_func)
9339 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
9340 (main) [!NO_LONG_LONG]: Initialize long long variants.
9341
9342 * gdb.base/whatis.exp: If board file requests no_long_long, build
9343 test with NO_LONG_LONG defined. Test long long, signed long long,
9344 and unsigned long long variants but only if board file doesn't
9345 disable it.
9346
a912286e 93472007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 9348 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
9349
9350 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
9351 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
9352 * configure: Regenerated.
9353 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
9354 gdb.pascal/types.exp, lib/pascal.exp: New files.
9355
471ba8c9
DJ
93562007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
9357
9358 * gdb.cp/classes.exp (do_tests): Always step to the line after the
9359 call.
9360 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
9361 to return to the call.
9362 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
9363 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
9364 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
9365 * gdb.mi/mi-until.exp (test_until): Likewise.
9366 * gdb.mi/mi2-until.exp (test_until): Likewise.
9367
fef8a650
DJ
93682007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
9369
9370 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
9371 two-char array.
9372 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
9373
d983da9c
DJ
93742007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
9375
9376 * gdb.threads/watchthreads.c (thread_function): Sleep between
9377 iterations.
9378 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
9379 at once for S/390. Generate matching fails and passes.
9380
17f62551
VP
93812007-09-27 Vladimir Prus <vladimir@codesourcery.com>
9382
9383 * gdb.mi/var-cmd.c (do_children_tests): Initialize
9384 the 'struct_declarations' variable to zeros.
a9c64011 9385
ed0616c6
VP
93862007-09-24 Vladimir Prus <vladimir@codesourcery.com>
9387
9388 * gdb.cp/mb-ctor.cc: New.
9389 * gdb.cp/mb-ctor.exp: New.
9390 * gdb.cp/mb-templates.cc: New.
9391 * gdb.cp/mb-templates.exp: New.
9392
41f1b697
DJ
93932007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
9394
9395 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
9396
3f213f78
PA
93972007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
9398
9399 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
9400 targets.
9401 * configure: Regenerate.
9402
0d381245 94032007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 9404
0d381245
VP
9405 * gdb.base/annota1.exp: Adjust for 'info break'
9406 format changes.
9407 * gdb.base/annota3.exp: Likewise.
9408 * gdb.base/break.exp: Likewise.
9409 * gdb.base/condbreak.exp: Likewise.
9410 * gdb.base/pending.exp: Likewise.
9411 * gdb.base/sepdebug.exp: Likewise.
9412 * gdb.base/unload.exp: Likewise.
9413 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 9414
fe3f5fa8
VP
94152007-09-22 Vladimir Prus <vladimir@codesourcery.com>
9416
9417 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
9418 messages.
9419 * gdb.base/chng-syms.exp: Likewise.
9420 * gdb.base/unload.exp: Likewise.
a9c64011 9421
a75cf6c0
DJ
94222007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
9423
9424 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
9425
18ecae38
DJ
94262007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9427
9428 * schedlock.c (NUM): Change to 1.
9429 (main): Use args[0] for the main thread.
9430 * schedlock.exp: Only expect two threads. Only issue one pass or fail
9431 regardless of the number of threads.
9432
5509918f
MR
94332007-09-14 Maciej W. Rozycki <macro@mips.com>
9434
4a543daf
MR
9435 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
9436 type down.
9437 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
9438 test.
9439 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
9440 watchpoint type down.
9441 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
9442 test.
9443
94442007-09-14 Maciej W. Rozycki <macro@mips.com>
9445
5509918f
MR
9446 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
9447 Move all the tests here and run them twice, once using software
9448 watchpoints and once using hardware watchpoints.
9449 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
9450
40b53987
DJ
94512007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
9452
9453 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
9454 test.
9455
695e2681
MK
94562007-09-10 Mark Kettenis <kettenis@gnu.org>
9457
8b3fc8d8
MK
9458 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
9459 build-id.
9460
695e2681
MK
9461 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
9462 know about $ORIGIN. Calculate output dir from $dest instead of
9463 using ${objdir}/{$subdir}.
9464
58d69f29
MK
94652007-09-09 Mark Kettenis <kettenis@gnu.org>
9466
9467 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
9468 gcore, before continuing with the test.
9469
3e347599
DJ
94702007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
9471
9472 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
9473 * gdb.mi/mi-watch.exp: Likewise.
9474
ea37ba09
DJ
94752007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9476 Jim Blandy <jimb@codesourcery.com>
9477
9478 * gdb.arch/i386-sse.exp: Do not expect character constants.
9479 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
9480 * gdb.base/display.exp: Allow print/s.
9481 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
9482 and unsigned char array changes.
9483
2025a643
DJ
94842007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9485
9486 * gdb.base/display.exp: Add tests for printf %p.
9487
26669a27
PA
94882007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9489
9490 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
9491 the dll name to unicode.
9492
c8f021f8
JK
94932007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9494
9495 * gdb.base/default.exp (show version): Update the version text.
9496 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
9497
4cf31eea
JK
94982007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9499
9500 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
9501 New files.
9502
4935890f
JK
95032007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 * lib/gdb.exp (build_id_debug_filename_get): New function.
9506 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
9507 Remove the generate DEBUG file for the future testcase runs.
9508 New testcase for the NT_GNU_BUILD_ID retrieval.
9509 Move the final testing step to ...
9510 (test_different_dir): ... a new function.
9511 New parameter XFAIL to XFAIL all the tests performed.
9512 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
9513 New parameter TYPE to PF_PREFIX all the tests performed.
9514
02142340
VP
95152007-08-31 Vladimir Prus <vladimir@codesourcery.com>
9516
9517 * gdb.mi/mi-var-cp.cc (path_expression): New
9518 function.
9519 * gdb.mi/mi-var-cp.exp: Run path exression tests.
9520
36acd84e
UW
95212007-08-27 Markus Deuling <deuling@de.ibm.com>
9522
9523 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
9524 to fit into SPU Local Store memory.
9525
a896d121
JB
95262007-08-23 Joel Brobecker <brobecker@adacore.com>
9527
9528 * gdb.base/default.exp: Adjust the expected output of "info
9529 warranty" after the switch to GPLv3.
9530
7b433602
JB
95312007-08-23 Joel Brobecker <brobecker@adacore.com>
9532
9533 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
9534 to 30000 (from 20000).
9535
e22f8b7c
JB
95362007-08-23 Joel Brobecker <brobecker@adacore.com>
9537
9538 Switch the license of all .exp files to GPLv3.
9539 Switch the license of all .f and .f90 files to GPLv3.
9540 Switch the license of all .s and .S files to GPLv3.
9541
5a0e3bd0
JB
95422007-08-23 Joel Brobecker <brobecker@adacore.com>
9543
9544 * configure.ac: Switch license to GPLv3.
9545
cc00619d
JB
95462007-08-23 Joel Brobecker <brobecker@adacore.com>
9547
9548 Switch the licensing to GPLv3 for all .ads and .adb files.
9549
8d26208a
DJ
95502007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
9551
9552 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
9553 and t_int_double.
9554 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
9555
4fcb9948
JB
95562007-08-17 Joel Brobecker <brobecker@adacore.com>
9557
9558 * gdb.base/step-line.c: Switch license to GPL version 3, and
9559 update copyright year.
9560 * gdb.base/step-line.inp: Likewise.
9561
b9c34f67
JB
95622007-08-17 Joel Brobecker <brobecker@adacore.com>
9563
9564 * gdb.base/gdb1555.exp: Make expected output immune to formatting
9565 changes inside gdb1555.c.
9566 * gdb.base/pending.exp: Likewise.
9567
2cc17678
DJ
95682007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
9569
9570 * config/default.exp: New file.
9571
e48883f7
DJ
95722007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9573
9574 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
9575 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
9576
1ab80e5b
MR
95772007-07-30 Maciej W. Rozycki <macro@mips.com>
9578
9579 * gdb.base/dump.exp: Force the correct endianness for binary
9580 formats not carrying this information.
9581
aba471f5
DJ
95822007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9583
9584 * gdb.threads/staticthreads.exp: Match .*sem_post.
9585
d4e07204
DJ
95862007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9587
9588 * gdb.base/readline.exp (operate_and_get_next): Match the final
9589 prompt.
9590
2b97317d
KB
95912007-07-23 Kevin Buettner <kevinb@redhat.com>
9592
9593 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
9594 to restarting SID.
9595
44efa07a
KB
95962007-07-18 Kevin Buettner <kevinb@redhat.com>
9597
9598 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
9599 prior to `gdb_start'.
9600
7b5ebade
KB
96012007-07-18 Kevin Buettner <kevinb@redhat.com>
9602
9603 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
9604 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
9605 Remove call to gdb_unload.
9606
255e7678
DJ
96072007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
9608 Daniel Jacobowitz <dan@codesourcery.com>
9609
9610 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
9611 for __WIN32__.
9612 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
9613 * gdb.base/unload.exp: Use shared library test routines.
9614
3a40aaa0
UW
96152007-07-03 Markus Deuling <deuling@de.ibm.com>
9616
9617 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
9618 * gdb.base/solib-symbol-lib.c: Likewise.
9619 * gdb.base/solib-symbol-main.c: Likewise.
9620
b0f4b84b
DJ
96212007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9622
9623 * config/gdbserver.exp (gdb_reconnect): New.
9624 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
9625 gdb.base/solib-disc.exp: New files.
9626 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
9627 remote debugging".
9628 (gdb_compile): Add shlib_load flag.
9629 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
9630 port.
9631 (gdbserver_reconnect): New.
9632
1b05479a
DJ
96332007-07-01 Nick Roberts <nickrob@snap.net.nz>
9634 Daniel Jacobowitz <dan@codesourcery.com>
9635
9636 * gdb.base/annota3.exp: Test for if construct.
9637
86f78eb2
DJ
96382007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
9639
9640 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
9641
6a2eb474 96422007-06-21 Chris Dearman <chris@mips.com>
a9c64011 9643 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
9644
9645 * gdb.base/display.exp: Allow a newline after display/i.
9646 * gdb.base/pc-fp.exp: Likewise.
9647 * gdb.base/sigbpt.exp: Likewise.
9648
f8b73d13
DJ
96492007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9650
9651 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
9652 required features to be included.
9653
4339e69e
DJ
96542007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9655
9656 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
9657 in info threads output.
9658
23d964e7
UW
96592007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9660 Markus Deuling <deuling@de.ibm.com>
9661
9662 * gdb.arch/spu-info.exp: New testcase.
9663 * gdb.arch/spu-info.c: New file.
9664
fd20f75b
DJ
96652007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
9666
9667 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
9668 tpcs_offset. Restore lr after the call.
9669 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
9670
2226f861
DJ
96712007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
9672
9673 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
9674 (gdbserver_run): Kill any running gdbserver.
9675 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
9676
d12371a9
MR
96772007-05-17 Maciej W. Rozycki <macro@mips.com>
9678
9679 * gdb.base/sigbpt.exp: Preset segv_addr.
9680
93f02886
DJ
96812007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
9682
9683 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
9684 (gdb_compile_shlib): Likewise.
9685 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
9686 (default_gdb_init): Clear cleanfiles.
9687 (gdb_finish): Delete recorded cleanfiles.
9688 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
9689
9690 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
9691 Do not use isnative.
9692 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
9693 gdb.base/so-impl-ld.exp: Likewise.
9694 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
9695 * gdb.base/unload.exp: Likewise. Do not pass empty option to
9696 gdb_compile.
9697
b04e06d7
VP
96982007-05-15 Vladimir Prus <vladimir@codesourcery.com>
9699
9700 * config/unknown.exp: Remove.
9701
069ed931
UW
97022007-05-15 Markus Deuling <deuling@de.ibm.com>
9703
9704 * gdb.base/info-proc.exp: Check is_remote.
9705
09db0d03
UW
97062007-05-14 Markus Deuling <deuling@de.ibm.com>
9707
9708 * gdb.base/gcore.exp: Initialize variable core_supported.
9709
af2cbe8c
DJ
97102007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9711
9712 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9713
027c0295
DJ
97142007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9715
9716 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9717 * gdb.threads/print-threads.exp (test_all_threads): Allow
9718 negative and hexadecimal thread IDs.
9719
dc5000e7
DJ
97202007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9721
9722 * gdb.java/jprint.java (public): Avoid invalid call to static
9723 method.
9724
2e74ed18
DP
97252007-05-14 Denis Pilat <denis.pilat@st.com>
9726
9727 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9728 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9729 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9730 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9731 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9732
83547f02
UW
97332007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9734
9735 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 9736 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
9737 this mode.
9738 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9739 * gdb.base/spu.ld: New file.
9740
b18be20d
DJ
97412007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9742
9743 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9744
be444858
DJ
97452007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9746
9747 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9748
b1d53152
DJ
97492007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9750
9751 * gdb.java/jmain.exp: Handle demangled names with and without method
9752 signatures.
9753
d084b331
DJ
97542007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9755
9756 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9757 (have_a_very_merry_interrupt): Remove calls to puts.
9758 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9759 inferior output.
9760 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9761 test names.
9762
db9d7fc5
DJ
97632007-04-29 Markus Deuling <deuling@de.ibm.com>
9764 Daniel Jacobowitz <dan@codesourcery.com>
9765
9766 * gdb.base/auxv.exp (core_works): Also check is_remote.
9767 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9768
ef783a7d 97692007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 9770
ef783a7d
VP
9771 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9772 message, not the undefined 'module' variable.
9773 * gdb.base/siginfo.exp: Likewise.
9774 * gdb.base/sigstep.exp: Likewise.
9775 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9776 serialport.
9777 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9778
b7b73cae
CV
97792007-04-25 Corinna Vinschen <vinschen@redhat.com>
9780
9781 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9782 target sim fails. Return 0 otherwise.
9783 (gdb_load): Return prematurely if gdb_target_sim fails.
9784
7d90fdfa
DP
97852007-04-16 Denis Pilat <denis.pilat@st.com>
9786
9787 * gdb.base/setshow.exp: Reset height after having set it to 100.
9788
5d3e9c85
DP
97892007-04-16 Denis Pilat <denis.pilat@st.com>
9790
9791 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9792
18e75969
DP
97932007-04-16 Denis Pilat <denis.pilat@st.com>
9794
9795 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9796
25d5ea92
VP
97972007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9798
9799 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9800 tests. Run the frozen varobjs test.
9801 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 9802 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 9803
0b49cb80
JK
98042007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9805
9806 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9807 gdb.base/type-opaque.exp: New files.
9808
a73bafbc 98092007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
9810
9811 * gdb.mi/mi-var-child.c
a73bafbc
VP
9812 (do_children_tests): User char[2] instead of
9813 char so that automatic printing of pointers to char
9814 don't give unpredicable result.
9815 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9816 local variables.
9817 * gdb.mi/mi-var-child.exp: Step to right line
9818 of do_children_tests.
9819 * gdb.mi/mi2-var-child.exp: Likewise.
9820 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 9821 do_locals_tests.
a73bafbc
VP
9822 (do_children_tests): User char[2] instead of
9823 char so that automatic printing of pointers to char
a9c64011 9824 don't give unpredicable result.
a73bafbc 9825 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 9826 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
9827 Pass test name to mi_wait_for_stop.
9828
7ce59000
DJ
98292007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9830
9831 * gdb.asm/asm-source.exp: Remove d10v case.
9832 * lib/gdb.exp (skip_cplus_tests): Likewise.
9833 * gdb.asm/d10v.inc: Deleted.
9834
20389057
DJ
98352007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9836
9837 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9838
8807d78b
DJ
98392007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9840
9841 * config/netware.exp: Delete file.
9842
aa3edb8e
JB
98432007-03-29 Joel Brobecker <brobecker@adacore.com>
9844
9845 * gdb.dwarf2/dw2-noloc.S: New file.
9846 * gdb.dwarf2/dw2-noloc.exp: New file.
9847
297561ac
PA
98482007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9849
9850 * gdb.cp/method2.cc: New test.
9851 * gdb.cp/method2.exp: New test.
9852 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9853
1f81bd39
DJ
98542007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9855
9856 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9857
9453113a
DJ
98582007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9859
9860 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9861
b741e217
DJ
98622007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9863
9864 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9865 (gdb_load): Delete, replace with...
9866 (gdb_reload): ...this.
9867 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9868 * gdb.server/server-mon.exp: Likewise.
9869 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9870 (gdb_start_cmd): New.
9871 (gdb_file_cmd): Save the last loaded file.
9872 (gdb_reload): New.
9873 (gdb_gnu_strip_debug): Use transform.
9874 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9875 support here. Use new $last_loaded_file. Check mtime.
9876 (gdb_target_cmd): Handle ObjC failure case.
9877 (infer_host_exec): Delete.
9878 (gdbserver_load): Rename to...
9879 (gdbserver_run): ...this. Simplify.
9880 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9881 (mi_gdb_load): Move most contents to a new function...
9882 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9883 (mi_run_cmd): Use mi_gdb_target_load.
9884 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9885 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9886 Use gdb_run_cmd.
9887 * gdb.base/charsign.exp: Remove incorrect comment.
9888 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9889 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9890 gdb.base/start.exp: Use gdb_start_cmd.
9891
446ab585 98922007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 9893 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
9894
9895 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9896 * gdb.base/signull.exp: Similarly.
9897
bbb88ebf
UW
98982007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9899
9900 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9901 messages available to test cases (like chng-sym.exp).
9902
cb8c4a99
AS
99032007-03-14 Andreas Schwab <schwab@suse.de>
9904
9905 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9906 format changes.
9907
4e463ff5
DJ
99082007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9909
9910 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9911 (optimized_1): New.
9912 (main): Call optimized_1.
9913 (gdb2029): Correct typos. Call gdb2029_marker.
9914 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9915 for gdb2029.
9916
b6db2c47
MK
99172007-03-12 Mark Kettenis <kettenis@gnu.org>
9918
9919 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9920 as tabs. Remove redundant test pattern.
9921
70ed3737
UW
99222007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9923
9924 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9925 for /a format output.
9926
47b67b60
DJ
99272007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9928
9929 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9930 collect output incrementally.
9931
b8953b0e
UW
99322007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9933
9934 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9935 for -var-create lpcharacter test.
9936 * gdb.mi/mi2-var-cmd.exp: Likewise.
9937
7acd5c40
UW
99382007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9939
9940 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9941 pass on targets where address zero is readable.
9942
9c6759c1
UW
99432007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9944
9945 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9946 just a single architecture.
9947
a2f1aeb4
UW
99482007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9949
9950 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9951 (fetch_all_registers): New function, uses gdb_test_multiple and
9952 exp_continue to fetch inferior output line-by-line.
9953 Replace all uses of do_get_all_registers by fetch_all_registers.
9954
46579ac2
UW
99552007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9956
9957 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9958 in target_info.
9959
fc133f24
MS
99602007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9961
a9c64011 9962 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
9963 consistancy; add a default (timeout) case.
9964
7646a51d
MS
99652007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9966
9967 * gdb.base/watchpoint.exp: Fix truncated comment.
9968
dcfff61f
MS
99692007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9970
9971 * Makefile.in: Remove spurious single-quotes from sed command.
9972
664e3ee9
DJ
99732007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9974
9975 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9976 func.
9977 * gdb.mi/mi2-var-cmd.exp: Likewise.
9978
d7cc6f2f
JB
99792007-02-27 Joel Brobecker <brobecker@adacore.com>
9980
a9c64011
AS
9981 * gdb.dwarf2/dw2-producer.S: New file.
9982 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
9983
99842007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
9985
9986 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9987 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9988 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9989 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9990 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9991 Revert tests to use mi_gdb_test and include value field in output
9992 of -var-create.
9993
93d42b30
DJ
99942007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9995
9996 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9997
c499ed39
DJ
99982007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9999
10000 * gdb.base/maint.exp: Remove full paths from test names.
10001 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
10002 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
10003
9836f81b
JB
100042007-02-27 Joel Brobecker <brobecker@adacore.com>
10005
10006 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
10007
c74d0ad8
DJ
100082007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10009
10010 * gdb.server/server-mon.exp: New test.
10011
2711e456
DJ
100122007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10013
10014 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
10015
ff6f572f
DJ
100162007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10017
10018 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
10019 register capitalization.
10020
fada3feb
DP
100212007-02-13 Denis Pilat <denis.pilat@st.com>
10022
10023 * gdb.mi/mi-var-invalidate.exp: New file.
10024
fb1e4ffc
DJ
100252007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10026
10027 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
10028
3da939d7
DJ
100292007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10030
10031 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
10032
123dc839
DJ
100332007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10034
10035 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
10036 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
10037
877e3645 100382007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
10039
10040 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10041 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10042 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10043 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10044 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 10045 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 10046 Update tests to include value field in output of -var-create.
a9c64011 10047
3c0a2960
AS
100482007-02-08 Andreas Schwab <schwab@suse.de>
10049
10050 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
10051
108546a0
DJ
100522007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
10053
10054 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
10055 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
10056
d701dcab
DP
100572007-02-02 Denis Pilat <denis.pilat@st.com>
10058
10059 * gdb.threads/threadapply.exp: check that frame is not changed by
10060 the thread apply all command.
10061
783e3e2f
AS
100622007-01-31 Andreas Schwab <schwab@suse.de>
10063
6d9c3a87
AS
10064 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10065
3c50d7b9
AS
10066 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
10067 in the dwarf sections.
10068 * gdb.dwarf2/mac-fileno.S: Likewise.
10069
783e3e2f
AS
10070 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
10071 bspstore register on ia64.
10072
78ff580e
AS
100732007-01-29 Andreas Schwab <schwab@suse.de>
10074
cc8e9b12
AS
10075 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
10076 "frame-begin" annotation.
10077
78ff580e
AS
10078 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
10079 number of "frames-invalid" annotations.
10080
704a4f78
DJ
100812007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10082
10083 * gdb.base/commands.exp: Call if_commands_test.
10084 (gdb_test_no_prompt, if_commands_test): New.
10085
e741bf94
MK
100862007-01-28 Mark Kettenis <kettenis@gnu.org>
10087
10088 * gdb.threads/sigthread.c (NSIGS): Make bigger.
10089
474d0ad3
AS
100902007-01-27 Andreas Schwab <schwab@suse.de>
10091
10092 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
10093 .short/.int/.quad in the dwarf sections.
10094 * gdb.dwarf2/dw2-intercu.S: Likewise.
10095 * gdb.dwarf2/dw2-intermix.S: Likewise.
10096
e784b426
JK
100972007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10098
10099 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
10100 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
10101 array.
e784b426
JK
10102 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
10103 * gdb.base/setvar.exp: Likewise.
10104
37f08e04
AS
101052007-01-26 Andreas Schwab <schwab@suse.de>
10106
9a01813a
AS
10107 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
10108 test.
10109
37f08e04
AS
10110 * gdb.base/multi-forks.exp ("restart $i"): Also match
10111 __kernel_syscall_via_break.
10112
6e2a9270
VP
101132007-01-24 Vladimir Prus <vladimir@codesourcery.com>
10114
10115 * lib/mi-support.exp (mi_delete_varobj): New.
10116 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
10117 testcase.
10118 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
10119 (main): Call the above.
10120 (reference_update_test, base_in_reference_test)
10121 (reference_to_pointer): Delete the created varobjs.
a9c64011 10122
e515b470
DJ
101232007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
10124
10125 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
10126 * configure: Regenerated.
10127 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
10128 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
10129 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
10130 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
10131 * lib/gdb.exp (gdb_skip_xml_test): New function.
10132
08d8bcd7
DJ
101332007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
10134
10135 * gdb.base/sigrepeat.exp: Correct error message.
10136
101372007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
10138 Daniel Jacobowitz <dan@codesourcery.com>
10139
10140 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
10141 gdb.arch/i386-gnu-cfi-asm.S: New files.
10142
97c3f1f3
JK
101432007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10144
10145 * lib/gdb.exp: Abort on missing `site.exp'.
10146
cb1df416
DJ
101472007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10148 Daniel Jacobowitz <dan@codesourcery.com>
10149
10150 * gdb.base/included.c, gdb.base/included.exp,
10151 gdb.base/included.h: New files.
10152
35990120
DJ
101532007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10154
10155 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
10156 (maximize_rlimit): Reduce limits on 64-bit systems.
10157
6e81a116 101582007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
10159
10160 From Marcus Deuling <deuling@de.ibm.com>:
10161 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
10162 every case.
10163
6c3c41f3
NR
101642007-01-13 Nick Roberts <nickrob@snap.net.nz>
10165
10166 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
10167 (test_path_specification): Use objdir instead of srcdir to always
10168 get an absolute filename.
10169
2f12c312
DJ
101702007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
10171
10172 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
10173
81121995
VP
101742007-01-11 Vladimir Prus <vladimir@codesourcery.com>
10175
10176 * gdb.mi/mi-var-cp.cc (reference_update_tests):
10177 Make sure the variable we're using is in scope.
10178 (reference_to_pointer): Likewise.
10179
4741b737
DJ
101802007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10181
10182 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
10183 has no debug information.
10184
054410c3
DJ
101852007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10186
10187 * gdb.base/annota1.exp: Remove extra send_gdb.
10188
818f79f6
DJ
101892007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10190
10191 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
10192
f7a6bb70
DJ
101932007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
10196
57e66780
DJ
101972007-01-08 Nick Roberts <nickrob@snap.net.nz>
10198 Daniel Jacobowitz <dan@codesourcery.com>
10199
10200 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
10201 lcharacter or linteger change. Correct duplicated test name.
10202 * gdb.mi/mi2-var-cmd.exp: Likewise.
10203
3d799a95
DJ
102042007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
10205
10206 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
10207
102082007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 10209
a9c64011
AS
10210 * gdb.base/nofield.c: New file.
10211 * gdb.base/nofield.exp: New testcase.
51679ba9 10212
eafb94e8
NR
102132007-01-05 Nick Roberts <nickrob@snap.net.nz>
10214
10215 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
10216
10217 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
10218 test.
10219
5e572bb4
DJ
102202007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10221
10222 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
10223
74a44383
DJ
102242007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10225
10226 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
10227 when continuing.
10228
1b572db9
DJ
102292007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10230
10231 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
10232 Expect ".exe" extension.
10233
381bc39b
DJ
102342007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10235
10236 * gdb.base/charset.exp: Add explicit filename to break.
10237 * gdb.base/dbx.exp: Add explicit filename to breaks.
10238
2b70e4c6
DJ
102392007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10240
10241 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
10242 * gdb.mi/mi2-file.exp: Likewise.
10243
303b6f5d
DJ
102442007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10245
10246 Implement specification of MI tests as comments
10247 in C and C++ sources.
10248 * lib/mi-support.exp (mi_autotest_data): New variable.
10249 (mi_autotest_source): New variable.
10250 (count_newlines, mi_prepare_inline_tests)
10251 (mi_get_inline_test, mi_continue_to_line)
10252 (mi_run_inline_test, mi_tbreak)
10253 (mi_send_resuming_command, mi_wait_for_stop): New functions.
10254 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
10255 Run inline tests.
10256 * gdb.mi/mi-var-cp.cc: Define tests here.
10257
23da0d94
VP
102582007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10259
10260 Simplify usage of mi_continue_to.
10261 * lib/mi-support.exp (mi_runto_helper): Renamed
10262 from mi_runto, added new parameter 'run_or_continue'.
10263 (mi_runto): Use mi_runto_helper.
10264 (mi_continue_to): Accept just function name as parameter.
10265 Use mi_runto_helper.
10266 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
10267 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 10268
f9e18282
JB
102692006-01-04 Joel Brobecker <brobecker@adacore.com>
10270
10271 Make this testcase a bit more realistic. The current code
10272 is too simplistic, and allows the compiler to optimize out
10273 some of the entities we need for this testcase.
10274 * gdb.ada/null_record/bar.ads (Void_Star): New type.
10275 (Do_Nothing): Add extra parameter.
10276 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
10277 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
10278 by using a variable of type Void_Star.
10279
fd678c65
JB
102802006-01-04 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.ada/catch_ex/foo.adb: New file.
10283 * gdb.ada/catch_ex.exp: New testcase.
10284
05cfdb42
DJ
102852007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
10286
10287 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
10288 pass --image-base to linker.
10289
2e03ee74
DJ
102902007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10291 Daniel Jacobowitz <dan@codesourcery.com>
10292
10293 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
10294 secondary prompts.
10295
0d5de010
DJ
102962007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10297
10298 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
10299 output. Test the types of members and member pointers.
10300 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
10301 gdb/2092.
10302 * gdb.cp/member-ptr.exp: Search for a comment instead of a
10303 statement. Enable for GCC. Update expected output for some tests
10304 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
10305 layout.
10306 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
10307 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
10308 (Diamond::vget_base): New.
10309 (main): Add new tests.
10310 * gdb.cp/printmethod.exp: Update expected output for member functions.
10311 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
10312 print pEe->D::vg().
10313
61a771aa
DJ
103142007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10315
10316 * gdb.threads/tls.exp: Allow stops in sem_post.
10317
2fa63963
DJ
103182006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
10319
10320 * gdb.base/annota1.exp: Allow .*printf in backtraces.
10321 * gdb.base/annota3.exp: Likewise.
10322 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
10323 again (instead of timing out).
10324 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
10325 GCC bug 26475.
10326 * gdb.java/jmisc.exp: Adjust to work with method signatures including
10327 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
10328 test from jmisc1.exp.
10329 * gdb.java/jmisc1.exp: Delete.
10330 * gdb.java/jprint.exp: Adjust to work with method signatures including
10331 return types.
10332 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
10333 * gdb.threads/linux-dp.exp: Don't be confused by program output.
10334 * lib/java.exp (compile_java_from_source): Pass the correct type
10335 to target_compile.
10336
5eefc2b7
JB
103372006-12-31 Joel Brobecker <brobecker@adacore.com>
10338
10339 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
10340 (stack_align_edx): New function.
10341 (stack_align_eax): New function.
10342 (main): Add calls to stack_align_edx and stack_align_eax.
10343 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
10344 Add testing for the cases where the register used during a stack
10345 realignment is edx. Same for eax.
10346
227c54da
DJ
103472006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
10348
10349 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
10350 and generic PE targets.
10351
cab8ac94
JB
103522006-12-29 Joel Brobecker <brobecker@adacore.com>
10353
10354 * gdb.ada/array_return.exp: Update copyright date list.
10355
ba54f318
JB
103562006-12-27 Joel Brobecker <brobecker@adacore.com>
10357
10358 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
10359 (Create_Small_Float_Vector): New function.
10360 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
10361 function body.
10362 * gdb.ada/array_return/p.adb: Use new type and function from
10363 package Pck.
10364 * gdb.ada/array_return.exp: Add a test verifying that GDB is
10365 able to print the value returned by a function returning an
10366 array of float.
10367
6b7a35dd
JB
103682006-12-20 Joel Brobecker <brobecker@adacore.com>
10369
10370 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
10371 The associated tests should be PASSing.
10372
038224f6
VP
103732006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10374
10375 Test for base in references.
10376 * gdb.mi/mi-var-cp.cc: Add test code.
10377 * gdb.mi/mi-var-cp.exp: Test for bases in references.
10378 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
10379 * gdb.mi/mi2-watch.exp: Likewise.
10380 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
10381 (mi_list_varobj_children): New function.
10382
b26ed50d
VP
103832006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10384
10385 * lib/mi-support.exp
10386 (mi_runto): Accept "()" after function name.
10387 (mi_create_varobj): New function.
10388 (mi_varobj_update): New function.
10389 (mi_Check_varobj_value): New function.
10390 * gdb.mi/mi-var-cp.exp: New file.
10391 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 10392
08232497
DJ
103932006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
10394
10395 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
10396 gdb.base/weaklib2.c: New files.
10397
d394c993 103982006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 10399
ac6c2fba
NS
10400 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
10401 info. Adjust test names.
10402
8ec659a0 10403 * gdb.base/break.c (main): Move position of malloc.
d394c993 10404 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 10405
acd65feb
VP
104062006-11-28 Vladimir Prus <vladimir@codesourcery.com>
10407
10408 * gdb.mi/mi-var-cmd.exp: Check -var-update after
10409 assignement of arrays and function pointers.
10410 * gdb.mi/var-cmd.c: Add declaration necessary for above
10411 tests.
10412
f556d5e5
NS
104132006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10414
10415 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
10416
10417 * gdb.threads/linux-dp.exp: Read thread table before and after
10418 creating each philosopher and verify it.
10419
697bc68d
NS
104202006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10421 Paul Brook <paul@codesourcery.com>
10422 Daniel Jacobowitz <dan@codesourcery.com>
10423
10424 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 10425 main to remove duplication. Add start function of the form
697bc68d
NS
10426 '_*start[1-9]*'. Add RVDS start function.
10427
29d73ae4
DJ
104282006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
10429
10430 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
10431
c1d88655
UW
104322006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10433
10434 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
10435 * gdb.asm/spu.inc: New file.
10436 * gdb.base/term.exp: Disable if [target_info exists noargs].
10437 * gdb.gdb/complaints.exp: Disable if ![isnative].
10438 * gdb.gdb/selftest.exp: Likewise.
10439 * gdb.gdb/observer.exp: Likewise.
10440 * gdb.gdb/xfullpath.exp: Likewise.
10441 * gdb.base/attach.exp: Disable on SPU target.
10442 * gdb.cp/bs145503.exp: Likewise.
10443 * gdb.cp/exception.exp: Likewise.
10444 * gdb.cp/userdef.exp: Likewise.
10445
32a13b1a
DJ
104462006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
10447
10448 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
10449
d8295fe9
VP
104502006-11-10 Vladimir Prus <vladimir@codesourcery.com>
10451
10452 * gdb.base/completion.exp: Fix completion tests for
10453 'info' and 'info '.
10454 * gdb.base/help.exp (help_test_raw, test_class_help)
10455 (test_prefix_command_help): Move...
10456 * lib/gdb.exp: Here.
10457 * gdb.base/main.exp: Adjust.
10458 * gdb.cp/maint.exp: Adjust.
10459 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 10460
8c394015
VP
104612006-11-09 Vladimir Prus <vladimir@codesourcery.com>
10462
10463 * gdb.stabs/weird.exp (print_weird_var): Use
10464 gdb_test_multiple instead of gdb_expect.
10465
027fc1bc
VP
104662006-11-09 Vladimir Prus <vladimir@codesourcery.com>
10467
10468 * gdb.base/help.exp (help_test_raw): New.
10469 (test_class_help): New.
10470 (test_prefix_command_help): New.
10471 Adjust testcases.
10472
67609209
FR
104732006-11-09 Christophe Lyon <christophe.lyon@st.com>
10474
10475 * gdb.base/constvars.c (main): Write to crass and crips, so that
10476 they are allocated by the compiler.
10477
f73adfeb
AS
104782006-10-27 Andreas Schwab <schwab@suse.de>
10479
10480 * gdb.base/multi-forks.exp: Use "detach fork" instead of
10481 "detach-fork".
10482
2f83a18e
DJ
104832006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
10484
10485 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
10486 of patterns.
10487
94277a38
DJ
104882006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10489
10490 * gdb.base/sepdebug.exp: Remove debug format test.
10491 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
10492 Handle no-symtab.
10493 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
10494
5bd2f6e2
DJ
104952006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10496
10497 * gdb.threads/manythreads.c (thread_function, main): Don't cast
10498 int to pointer or pointer to int.
10499 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
10500
8c008720
DJ
105012006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
10502
10503 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
10504
9e35dae4
DJ
105052006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10506
10507 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
10508
d9639e13
DJ
105092006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
10510
10511 PR c++/2116
10512 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
10513
390a1bd0
JB
105142006-10-06 Joel Brobecker <brobecker@adacore.com>
10515
10516 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
10517 the corresponding bug has been fixed in GDB (PR/2018).
10518
dd920c33
JB
105192006-10-06 Joel Brobecker <brobecker@adacore.com>
10520
10521 * gdb.base/subst.exp: New testcase.
10522
53bbefe9
JB
105232006-10-06 Joel Brobecker <brobecker@adacore.com>
10524
10525 * gdb.ada/array_return/pck.ads: Add copyright notice.
10526 * gdb.ada/array_return/pck.adb: Likewise.
10527 * gdb.ada/array_return/p.adb: Likewise.
10528 * gdb.ada/exec_changed/first.adb: Likewise.
10529 * gdb.ada/exec_changed/second.adb: Likewise.
10530
09851417
JB
105312006-10-06 Joel Brobecker <brobecker@adacore.com>
10532
10533 * gdb.ada/watch_arg/watch.adb: New file.
10534 * gdb.ada/watch_arg.exp: New testcase.
10535
041bf30d
VP
105362006-10-02 Vladimir Prus <vladimir@codesourcery.com>
10537
10538 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 10539 via string_to_regexp.
041bf30d 10540 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 10541
f286fbdd 105422006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
10543
10544 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
10545 Remove unused / obsolete files.
10546
7c07f349
NR
105472006-09-19 Nick Roberts <nickrob@snap.net.nz>
10548
10549 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
10550
cd5ff84a
VP
105512006-09-17 Vladimir Prus <vladimir@codesourcery.com>
10552
10553 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
10554 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 10555 the number of frames.
cd5ff84a 10556
ae018d1a
DJ
105572006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
10558
10559 * gdb.base/args.c (main): Add breakpoint marker.
10560 * gdb.base/args.exp: Use args_test for tests. Add new tests which
10561 really test empty arguments.
10562 (args_load): Delete.
10563 (args_test): New.
10564
b399c549
NR
105652006-09-13 Nick Roberts <nickrob@snap.net.nz>
10566
10567 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 10568 check for one file.
b399c549 10569
2ab1eb7a
VP
105702006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
10571
10572 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
10573 HIGH_FRAME argument to -stack-list-locals can be larger than
10574 the number of frames.
a9c64011 10575
476308bf
FF
105762006-08-18 Fred Fish <fnf@specifix.com>
10577
10578 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
10579 '$' in front of skip_vmx_tests_saved when setting that.
10580
8625200f
AS
105812006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
10582
10583 * gdb.base/trace-commands.exp: New file.
10584
089ec8f1
DJ
105852006-08-10 Joel Brobecker <brobecker@adacore.com>
10586 Daniel Jacobowitz <dan@codesourcery.com>
10587
10588 * gdb.base/step-bt.exp: Make hexadecimal address optional in
10589 expected output of the backtrace commands.
10590
b60f0898
JB
105912006-08-09 Joel Brobecker <brobecker@adacore.com>
10592
10593 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
10594 untested followed by return combination.
10595 * gdb.arch/altivec-regs.exp: Likewise.
10596 * gdb.arch/e500-abi.exp: Likewise.
10597 * gdb.arch/e500-regs.exp: Likewise.
10598 * gdb.arch/gdb1291.exp: Likewise.
10599 * gdb.arch/gdb1431.exp: Likewise.
10600 * gdb.arch/gdb1558.exp: Likewise.
10601 * gdb.arch/i386-prologue.exp: Likewise.
10602 * gdb.arch/i386-unwind.exp: Likewise.
10603 * gdb.asm/asm-source.exp: Likewise.
10604 * gdb.base/a2-run.exp: Likewise.
10605 * gdb.base/advance.exp: Likewise.
10606 * gdb.base/all-bin.exp: Likewise.
10607 * gdb.base/annota1.exp: Likewise.
10608 * gdb.base/annota3.exp: Likewise.
10609 * gdb.base/args.exp: Likewise.
10610 * gdb.base/arithmet.exp: Likewise.
10611 * gdb.base/assign.exp: Likewise.
10612 * gdb.base/async.exp: Likewise.
10613 * gdb.base/attach.exp: Likewise.
10614 * gdb.base/bang.exp: Likewise.
10615 * gdb.base/bigcore.exp: Likewise.
10616 * gdb.base/bitfields.exp: Likewise.
10617 * gdb.base/bitfields2.exp: Likewise.
10618 * gdb.base/break.exp: Likewise.
10619 * gdb.base/call-sc.exp: Likewise.
10620 * gdb.base/call-strs.exp: Likewise.
10621 * gdb.base/callfuncs.exp: Likewise.
10622 * gdb.base/checkpoint.exp: Likewise.
10623 * gdb.base/chng-syms.exp: Likewise.
10624 * gdb.base/code-expr.exp: Likewise.
10625 * gdb.base/commands.exp: Likewise.
10626 * gdb.base/completion.exp: Likewise.
10627 * gdb.base/cond-expr.exp: Likewise.
10628 * gdb.base/condbreak.exp: Likewise.
10629 * gdb.base/consecutive.exp: Likewise.
10630 * gdb.base/constvars.exp: Likewise.
10631 * gdb.base/corefile.exp: Likewise.
10632 * gdb.base/cvexpr.exp: Likewise.
10633 * gdb.base/dbx.exp: Likewise.
10634 * gdb.base/define.exp: Likewise.
10635 * gdb.base/detach.exp: Likewise.
10636 * gdb.base/display.exp: Likewise.
10637 * gdb.base/dump.exp: Likewise.
10638 * gdb.base/ena-dis-br.exp: Likewise.
10639 * gdb.base/ending-run.exp: Likewise.
10640 * gdb.base/environ.exp: Likewise.
10641 * gdb.base/eval-skip.exp: Likewise.
10642 * gdb.base/exprs.exp: Likewise.
10643 * gdb.base/fileio.exp: Likewise.
10644 * gdb.base/finish.exp: Likewise.
10645 * gdb.base/float.exp: Likewise.
10646 * gdb.base/foll-exec.exp: Likewise.
10647 * gdb.base/foll-fork.exp: Likewise.
10648 * gdb.base/foll-vfork.exp: Likewise.
10649 * gdb.base/freebpcmd.exp: Likewise.
10650 * gdb.base/funcargs.exp: Likewise.
10651 * gdb.base/gcore.exp: Likewise.
10652 * gdb.base/gdb1090.exp: Likewise.
10653 * gdb.base/gdb1250.exp: Likewise.
10654 * gdb.base/huge.exp: Likewise.
10655 * gdb.base/info-proc.exp: Likewise.
10656 * gdb.base/interrupt.exp: Likewise.
10657 * gdb.base/jump.exp: Likewise.
10658 * gdb.base/langs.exp: Likewise.
10659 * gdb.base/lineinc.exp: Likewise.
10660 * gdb.base/list.exp: Likewise.
10661 * gdb.base/logical.exp: Likewise.
10662 * gdb.base/long_long.exp: Likewise.
10663 * gdb.base/macscp.exp: Likewise.
10664 * gdb.base/maint.exp: Likewise.
10665 * gdb.base/mips_pro.exp: Likewise.
10666 * gdb.base/miscexprs.exp: Likewise.
10667 * gdb.base/multi-forks.exp: Likewise.
10668 * gdb.base/opaque.exp: Likewise.
10669 * gdb.base/overlays.exp: Likewise.
10670 * gdb.base/pc-fp.exp: Likewise.
10671 * gdb.base/pointers.exp: Likewise.
10672 * gdb.base/printcmds.exp: Likewise.
10673 * gdb.base/psymtab.exp: Likewise.
10674 * gdb.base/ptype.exp: Likewise.
10675 * gdb.base/recurse.exp: Likewise.
10676 * gdb.base/relational.exp: Likewise.
10677 * gdb.base/relocate.exp: Likewise.
10678 * gdb.base/remote.exp: Likewise.
10679 * gdb.base/reread.exp: Likewise.
10680 * gdb.base/restore.exp: Likewise.
10681 * gdb.base/return.exp: Likewise.
10682 * gdb.base/return2.exp: Likewise.
10683 * gdb.base/scope.exp: Likewise.
10684 * gdb.base/sect-cmd.exp: Likewise.
10685 * gdb.base/sep.exp: Likewise.
10686 * gdb.base/sepdebug.exp: Likewise.
10687 * gdb.base/setshow.exp: Likewise.
10688 * gdb.base/setvar.exp: Likewise.
10689 * gdb.base/sigall.exp: Likewise.
10690 * gdb.base/sigbpt.exp: Likewise.
10691 * gdb.base/signals.exp: Likewise.
10692 * gdb.base/signull.exp: Likewise.
10693 * gdb.base/sizeof.exp: Likewise.
10694 * gdb.base/solib.exp: Likewise.
10695 * gdb.base/step-line.exp: Likewise.
10696 * gdb.base/step-test.exp: Likewise.
10697 * gdb.base/structs.exp: Likewise.
10698 * gdb.base/structs2.exp: Likewise.
10699 * gdb.base/term.exp: Likewise.
10700 * gdb.base/twice.exp: Likewise.
10701 * gdb.base/until.exp: Likewise.
10702 * gdb.base/varargs.exp: Likewise.
10703 * gdb.base/volatile.exp: Likewise.
10704 * gdb.base/watchpoint.exp: Likewise.
10705 * gdb.base/whatis-exp.exp: Likewise.
10706 * gdb.base/whatis.exp: Likewise.
10707 * gdb.cp/ambiguous.exp: Likewise.
10708 * gdb.cp/annota2.exp: Likewise.
10709 * gdb.cp/annota3.exp: Likewise.
10710 * gdb.cp/bool.exp: Likewise.
10711 * gdb.cp/breakpoint.exp: Likewise.
10712 * gdb.cp/casts.exp: Likewise.
10713 * gdb.cp/class2.exp: Likewise.
10714 * gdb.cp/classes.exp: Likewise.
10715 * gdb.cp/cplusfuncs.exp: Likewise.
10716 * gdb.cp/ctti.exp: Likewise.
10717 * gdb.cp/derivation.exp: Likewise.
10718 * gdb.cp/exception.exp: Likewise.
10719 * gdb.cp/gdb1355.exp: Likewise.
10720 * gdb.cp/hang.exp: Likewise.
10721 * gdb.cp/inherit.exp: Likewise.
10722 * gdb.cp/local.exp: Likewise.
10723 * gdb.cp/m-data.exp: Likewise.
10724 * gdb.cp/m-static.exp: Likewise.
10725 * gdb.cp/member-ptr.exp: Likewise.
10726 * gdb.cp/method.exp: Likewise.
10727 * gdb.cp/misc.exp: Likewise.
10728 * gdb.cp/namespace.exp: Likewise.
10729 * gdb.cp/overload.exp: Likewise.
10730 * gdb.cp/ovldbreak.exp: Likewise.
10731 * gdb.cp/pr-1023.exp: Likewise.
10732 * gdb.cp/pr-1210.exp: Likewise.
10733 * gdb.cp/pr-574.exp: Likewise.
10734 * gdb.cp/printmethod.exp: Likewise.
10735 * gdb.cp/psmang.exp: Likewise.
10736 * gdb.cp/ref-params.exp: Likewise.
10737 * gdb.cp/ref-types.exp: Likewise.
10738 * gdb.cp/rtti.exp: Likewise.
10739 * gdb.cp/templates.exp: Likewise.
10740 * gdb.cp/try_catch.exp: Likewise.
10741 * gdb.cp/userdef.exp: Likewise.
10742 * gdb.cp/virtfunc.exp: Likewise.
10743 * gdb.disasm/am33.exp: Likewise.
10744 * gdb.disasm/h8300s.exp: Likewise.
10745 * gdb.disasm/mn10300.exp: Likewise.
10746 * gdb.disasm/sh3.exp: Likewise.
10747 * gdb.disasm/t01_mov.exp: Likewise.
10748 * gdb.disasm/t02_mova.exp: Likewise.
10749 * gdb.disasm/t03_add.exp: Likewise.
10750 * gdb.disasm/t04_sub.exp: Likewise.
10751 * gdb.disasm/t05_cmp.exp: Likewise.
10752 * gdb.disasm/t06_ari2.exp: Likewise.
10753 * gdb.disasm/t07_ari3.exp: Likewise.
10754 * gdb.disasm/t08_or.exp: Likewise.
10755 * gdb.disasm/t09_xor.exp: Likewise.
10756 * gdb.disasm/t10_and.exp: Likewise.
10757 * gdb.disasm/t11_logs.exp: Likewise.
10758 * gdb.disasm/t12_bit.exp: Likewise.
10759 * gdb.disasm/t13_otr.exp: Likewise.
10760 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10761 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10762 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10763 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10764 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10765 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10766 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10767 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10768 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10769 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10770 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10771 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10772 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10773 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10774 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10775 * gdb.mi/gdb701.exp: Likewise.
10776 * gdb.mi/gdb792.exp: Likewise.
10777 * gdb.mi/mi-basics.exp: Likewise.
10778 * gdb.mi/mi-break.exp: Likewise.
10779 * gdb.mi/mi-cli.exp: Likewise.
10780 * gdb.mi/mi-console.exp: Likewise.
10781 * gdb.mi/mi-disassemble.exp: Likewise.
10782 * gdb.mi/mi-eval.exp: Likewise.
10783 * gdb.mi/mi-file.exp: Likewise.
10784 * gdb.mi/mi-read-memory.exp: Likewise.
10785 * gdb.mi/mi-regs.exp: Likewise.
10786 * gdb.mi/mi-return.exp: Likewise.
10787 * gdb.mi/mi-simplerun.exp: Likewise.
10788 * gdb.mi/mi-stack.exp: Likewise.
10789 * gdb.mi/mi-stepi.exp: Likewise.
10790 * gdb.mi/mi-syn-frame.exp: Likewise.
10791 * gdb.mi/mi-until.exp: Likewise.
10792 * gdb.mi/mi-var-block.exp: Likewise.
10793 * gdb.mi/mi-var-child.exp: Likewise.
10794 * gdb.mi/mi-var-cmd.exp: Likewise.
10795 * gdb.mi/mi-var-display.exp: Likewise.
10796 * gdb.mi/mi-watch.exp: Likewise.
10797 * gdb.mi/mi2-basics.exp: Likewise.
10798 * gdb.mi/mi2-break.exp: Likewise.
10799 * gdb.mi/mi2-cli.exp: Likewise.
10800 * gdb.mi/mi2-console.exp: Likewise.
10801 * gdb.mi/mi2-disassemble.exp: Likewise.
10802 * gdb.mi/mi2-eval.exp: Likewise.
10803 * gdb.mi/mi2-file.exp: Likewise.
10804 * gdb.mi/mi2-read-memory.exp: Likewise.
10805 * gdb.mi/mi2-regs.exp: Likewise.
10806 * gdb.mi/mi2-return.exp: Likewise.
10807 * gdb.mi/mi2-simplerun.exp: Likewise.
10808 * gdb.mi/mi2-stack.exp: Likewise.
10809 * gdb.mi/mi2-stepi.exp: Likewise.
10810 * gdb.mi/mi2-syn-frame.exp: Likewise.
10811 * gdb.mi/mi2-until.exp: Likewise.
10812 * gdb.mi/mi2-var-block.exp: Likewise.
10813 * gdb.mi/mi2-var-child.exp: Likewise.
10814 * gdb.mi/mi2-var-cmd.exp: Likewise.
10815 * gdb.mi/mi2-var-display.exp: Likewise.
10816 * gdb.mi/mi2-watch.exp: Likewise.
10817 * gdb.stabs/exclfwd.exp: Likewise.
10818 * gdb.stabs/weird.exp: Likewise.
10819 * gdb.threads/gcore-thread.exp: Likewise.
10820 * gdb.trace/actions.exp: Likewise.
10821 * gdb.trace/backtrace.exp: Likewise.
10822 * gdb.trace/circ.exp: Likewise.
10823 * gdb.trace/collection.exp: Likewise.
10824 * gdb.trace/deltrace.exp: Likewise.
10825 * gdb.trace/infotrace.exp: Likewise.
10826 * gdb.trace/limits.exp: Likewise.
10827 * gdb.trace/packetlen.exp: Likewise.
10828 * gdb.trace/passc-dyn.exp: Likewise.
10829 * gdb.trace/passcount.exp: Likewise.
10830 * gdb.trace/report.exp: Likewise.
10831 * gdb.trace/save-trace.exp: Likewise.
10832 * gdb.trace/tfind.exp: Likewise.
10833 * gdb.trace/tracecmd.exp: Likewise.
10834 * gdb.trace/while-dyn.exp: Likewise.
10835 * gdb.trace/while-stepping.exp: Likewise.
10836
f4b618d1
JB
108372006-08-08 Joel Brobecker <brobecker@adacore.com>
10838
10839 * gdb.base/step-bt.c: New file.
10840 * gdb.base/step-bt.exp: New testcase.
10841
3d00d119
DJ
108422006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10843
10844 * config/monitor.exp (gdb_load): Remove support for obsolete
10845 download-write-size.
10846 * gdb.base/remote.exp: Likewise. Update all callers of
10847 gdb_timed_load.
10848
017b5bd4
DJ
108492006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10850
10851 * cursal.exp: Pass binfile to gdb_load.
10852
837c599d
DJ
108532006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10854
10855 * gdb.base/cursal.exp: Add "" to gdb_load call.
10856
8dd4540b
MK
108572006-07-29 Mark Kettenis <kettenis@gnu.org>
10858
10859 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10860 NetBSD/ELF targets.
10861
ab5c9f60
DJ
108622006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10863
10864 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10865 operator*.
10866
4c42eaff
DJ
108672006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10868
10869 * gdb.base/completion.exp: Update for change in "file" behavior.
10870 * gdb.stabs/weird.exp: Likewise.
10871 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10872 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10873
0155cc76
NS
108742006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10875
10876 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10877 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10878
16026cd7
AS
108792006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10880
10881 * gdb.base/default.exp: Update source command error message.
10882 * gdb.base/help.exp: Update 'help source' message.
10883
16963cb6
DJ
108842006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10885
10886 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10887 test.
10888
6d7fd486
AS
108892006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10890
10891 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10892
29e8a844
DJ
108932006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10894
10895 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10896
6afcfa39
DJ
108972006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10898
10899 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10900
267a692b
MK
109012006-07-17 Mark Kettenis <kettenis@gnu.org>
10902
10903 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10904 *-*-openbsd* from targets for wich we expect ARM FPA floating
10905 point format.
10906
85d2fec4
NR
109072006-07-17 Nick Roberts <nickrob@snap.net.nz>
10908
10909 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10910
109112006-07-17 Mark Kettenis <kettenis@gnu.org>
10912
10913 * gdb.base/annota3.exp: Expect frame-begin annotation.
10914
85b4c6e8
JB
109152006-07-14 Joel Brobecker <brobecker@adacore.com>
10916
10917 * gdb.base/help.exp: Adjust "help unset" test to accept
10918 any list of unset commands.
10919
fb933624
DJ
109202006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10921 Daniel Jacobowitz <dan@codesourcery.com>
10922
10923 * gdb.cp/ref-params.exp: New test.
10924 * gdb.cp/ref-params.cc: New source file.
10925 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10926
1dff4b64
MK
109272006-07-08 Mark Kettenis <kettenis@gnu.org>
10928
10929 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10930 spaces/tabs in regular expressions since they might not be there.
10931
40d2e0e3
AS
109322006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10933
10934 * gdb.base/ifelse.exp: New file.
10935
f6c957d2
NS
109362006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10937
10938 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10939 line.
10940 * gdb.base/huge.exp: Loop over compilation to find a size that
10941 is acceptable.
10942 * gdb.base/remote.exp: Correct expected strings.
10943 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10944
b9c5a23d
DJ
109452006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10946
10947 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10948
9af2e58d
DJ
109492006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10950
10951 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10952 native.
10953
30930ca5
DJ
109542006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10955
10956 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10957 enable stabs testing.
10958
aa32fa1d
DJ
109592006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10960
bd4a4c80 10961 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
10962 gdb_test_multiple does.
10963
321fef15
DJ
109642006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10965
10966 * Makefile.in (host_alias): Remove.
10967 (target_alias): Use @target_noncanonical@.
10968 (site.exp): Don't set host_alias.
10969 * aclocal.m4: Remove contents. Include acx.m4.
10970 * configure: Regenerated.
10971 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10972
e1c2defa
NS
109732006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10974
e63b55d1
NS
10975 * lib/gdb.exp (gdb_load_cmd): New.
10976
5600ea19
NS
10977 * gdb.base/fileio.c: Add system(NULL) test.
10978 * gdb.base/fileio.exp: Check it.
10979
e1c2defa
NS
10980 * gdb.base/break.c: Add 10a breakpoint at }
10981 * gdb.base/break.exp: Add test for breakpoint at }
10982 * gdb.cp/anon-union.cc: Add code at end of function.
10983 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10984 * gdb.mi/var-cmd.c: Add code at end of function.
10985 * gdb.mi/mi-var-display.exp: Adjust end of next.
10986 * gdb.mi/mi2-var-display.exp: Likewise.
10987 * gdb.base/fileio.c: Add stop function and insert calls at
10988 stopping places.
10989 * gdb.base/fileio.exp: Breakpoint stop function and remove
10990 explicit line number references.
10991
6c0112ec
JB
109922006-05-19 Joel Brobecker <brobecker@adacore.com>
10993
a9c64011
AS
10994 * gdb.base/del.exp (test_delete_alias): New function.
10995 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 10996
154189a4
FF
109972006-05-18 Fred Fish <fnf@specifix.com>
10998
10999 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
11000 required. Check for spurious output after program exits normally.
11001
582e64c2
FF
110022006-05-17 Fred Fish <fnf@specifix.com>
11003
11004 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
11005 gdb_load, so it works in the simulator.
11006
8ef6493a
FF
110072006-05-11 Fred Fish <fnf@specifix.com>
11008
11009 * gdb.base/bang.exp: Ignore unexpected output between the
11010 "program exited normally" and the gdb prompt, as many other
11011 tests do.
11012
692b141c
MK
110132006-05-07 Mark Kettenis <kettenis@gnu.org>
11014
11015 * gdb.base/help.exp: Make "delete checkpoint" part option for
11016 "help d" and "help delete" tests.
11017
540b8a30
UW
110182006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11019
a9c64011 11020 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
11021 expected output in some mi_gdb_test statements.
11022 * gdb.mi/mi2-basics.exp: Likewise.
11023
9b6462d9
JB
110242006-05-05 Joel Brobecker <brobecker@adacore.com>
11025
11026 * gdb.base/del.c: New file.
11027 * gdb.base/del.exp: New testcase.
11028
954de43b
DM
110292006-05-05 David S. Miller <davem@sunset.davemloft.net>
11030
11031 * gdb.base/break.exp: Do not assume a breakpoint on
11032 main will actually be in $srcfile when optimizing.
1303f75e
DM
11033 * gdb.base/savedregs.exp: Do not require that the dummy
11034 frame location match up to a symbol and source file location.
c3242428
DM
11035 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
11036 will get printed without a mi_cmd_data_list_register_values prefix.
11037 (*-data-list-register-*): Correct regular expressions to expect the new
11038 pseudo d? floating point registers.
11039 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 11040
c7e64c9a
DJ
110412006-05-05 Christophe Lyon <christophe.lyon@st.com>
11042
11043 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
11044 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
11045 is allocated by the compiler.
11046 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
11047 anons, e, anone to force their allocation by the compiler.
11048
110492006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
11050
11051 * gdb.base/help.exp: Update expected text for help d and
11052 help delete.
11053
27ce9a6d
MK
110542006-05-02 Mark Kettenis <kettenis@gnu.org>
11055
11056 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
11057 NetBSD/ELF targets.
11058
8608915f
MK
110592006-04-30 Mark Kettenis <kettenis@gnu.org>
11060
11061 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
11062 single-step breakpoint fails; make this a KFAIL on
11063 sparc*-*-openbsd*.
11064 * gdb.base/siginfo.exp: Likewise.
11065 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11066
b8db102d
MS
110672006-04-26 Michael Snyder <msnyder@redhat.com>
11068
11069 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
11070 which may have to consume output from other forks.
11071 Add tests to make sure that "delete fork" succeeded.
11072
c702009a
MS
110732006-04-20 Michael Snyder <msnyder@redhat.com>
11074
11075 * 2006-03-22 Jim Blandy <jimb@redhat.com>
11076 Add support for the Renesas M32C and M16C.
11077
11078 * gdb.asm/asm-source.exp: Add m32c target.
11079 * gdb.asm/m32c.inc: Support for m32c target.
11080
e28493f2
AS
110812006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
11082
11083 * gdb.base/commands.exp (recursive_source_test): New test.
11084
880da185
DM
110852006-04-04 David S. Miller <davem@sunset.davemloft.net>
11086
11087 * gdb.base/float.exp: Add pattern for sparc targets.
11088
61d9b92f
DJ
110892006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11090
11091 * gdb.base/commands.exp (stray_arg0_test): New test.
11092
bd717df8
PB
110932006-03-30 Paul Brook <paul@codesourcery.com>
11094
11095 * gdb.mi/mi-until.exp: kfail broken until command.
11096 * gdb.mi/mi2-until.exp: Ditto.
11097
ec793d3c
NR
110982006-03-27 Nick Roberts <nickrob@snap.net.nz>
11099
11100 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
11101
831004b7
AO
111022006-03-08 Alexandre Oliva <aoliva@redhat.com>
11103
11104 * gdb.base/prelink.exp: Anchor tested-for regular expression
11105 on gdb prompt.
11106
effe49a0
PB
111072006-03-07 Paul Brook <paul@codesourcery.com>
11108
11109 * gdb.base/assign.exp: Correct fail message.
11110
e5461016
PB
111112006-03-07 Paul Brook <paul@codesourcery.com>
11112
11113 * lib/compiler.c: Extract armcc version number.
11114 * lib/compiler.cc: Ditto.
11115
fc91c6c2
PB
111162006-03-07 Paul Brook <paul@codesourcery.com>
11117
11118 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
11119 additional_flags=-w.
11120 * gdb.arch/altivec-regs.exp: Ditto.
11121 * gdb.arch/e500-abi.exp: Ditto.
11122 * gdb.arch/e500-regs.exp: Ditto.
11123 * gdb.base/all-bin.exp: Ditto.
11124 * gdb.base/annota1.exp: Ditto.
11125 * gdb.base/annota3.exp: Ditto.
11126 * gdb.base/args.exp: Ditto.
11127 * gdb.base/arithmet.exp: Ditto.
11128 * gdb.base/assign.exp: Ditto.
11129 * gdb.base/async.exp: Ditto.
11130 * gdb.base/bang.exp: Ditto.
11131 * gdb.base/break.exp: Ditto.
11132 * gdb.base/call-rt-st.exp: Ditto.
11133 * gdb.base/completion.exp: Ditto.
11134 * gdb.base/cond-expr.exp: Ditto.
11135 * gdb.base/condbreak.exp: Ditto.
11136 * gdb.base/consecutive.exp: Ditto.
11137 * gdb.base/define.exp: Ditto.
11138 * gdb.base/display.exp: Ditto.
11139 * gdb.base/ena-dis-br.exp: Ditto.
11140 * gdb.base/environ.exp: Ditto.
11141 * gdb.base/eval-skip.exp: Ditto.
11142 * gdb.base/info-proc.exp: Ditto.
11143 * gdb.base/jump.exp: Ditto.
11144 * gdb.base/logical.exp: Ditto.
11145 * gdb.base/long_long.exp: Ditto.
11146 * gdb.base/maint.exp: Ditto.
11147 * gdb.base/miscexprs.exp: Ditto.
11148 * gdb.base/pc-fp.exp: Ditto.
11149 * gdb.base/pointers.exp: Ditto.
11150 * gdb.base/relational.exp: Ditto.
11151 * gdb.base/reread.exp: Ditto.
11152 * gdb.base/sect-cmd.exp: Ditto.
11153 * gdb.base/sep.exp: Ditto.
11154 * gdb.base/sepdebug.exp: Ditto.
11155 * gdb.base/until.exp: Ditto.
11156 * gdb.base/whatis-exp.exp: Ditto.
11157 * gdb.cp/annota2.exp: Ditto.
11158 * gdb.cp/annota3.exp: Ditto.
11159 * gdb.trace/actions.exp: Ditto.
11160 * gdb.trace/backtrace.exp: Ditto.
11161 * gdb.trace/circ.exp: Ditto.
11162 * gdb.trace/collection.exp: Ditto.
11163 * gdb.trace/deltrace.exp: Ditto.
11164 * gdb.trace/infotrace.exp: Ditto.
11165 * gdb.trace/limits.exp: Ditto.
11166 * gdb.trace/packetlen.exp: Ditto.
11167 * gdb.trace/passc-dyn.exp: Ditto.
11168 * gdb.trace/passcount.exp: Ditto.
11169 * gdb.trace/report.exp: Ditto.
11170 * gdb.trace/save-trace.exp: Ditto.
11171 * gdb.trace/tfind.exp: Ditto.
11172 * gdb.trace/tracecmd.exp: Ditto.
11173 * gdb.trace/while-dyn.exp: Ditto.
11174 * gdb.trace/while-stepping.exp: Ditto.
11175 * lib/gdb.exp: Ditto.
11176 (gdb_compile): Handle nowarning option.
11177
5f4a23d9
AO
111782006-03-07 Alexandre Oliva <aoliva@redhat.com>
11179
11180 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
11181 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
11182 Rename executable to prelinkt. Don't re-prelink if we didn't
11183 get a core file. Test prelink -u exit status to tell whether
11184 prelinking failed. Use gdb_test_multiple.
11185
9733fc94
DJ
111862006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11187
11188 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
11189 (do_tests): Call it.
11190
cc10cae3
AO
111912006-02-28 Alexandre Oliva <aoliva@redhat.com>
11192
11193 * gdb.base/prelink.exp: New test.
11194 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
11195
15c46491
WZ
111962006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
11197
11198 * gdb.fortran/derived-type.f90: New file.
11199 * gdb.fortran/derived-type.exp: New testcase.
11200
5c9f7ded
DJ
112012006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
11202
11203 * gdb.base/default.exp: Allow ';' as a directory separator.
11204
5b96932b
AS
112052006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11206
11207 * gdb.base/help.exp (help add-symbol-file): Update.
11208
1986bccd
AS
112092006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11210
11211 * gdb.base/help.exp (help load): Update expected results.
11212
a8b7528f
FF
112132006-02-19 Fred Fish <fnf@specifix.com>
11214
11215 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
11216 specifix hex value as part of results.
11217 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 11218
f8261448
FF
112192006-02-16 Fred Fish <fnf@specifix.com>
11220
11221 * gdb.base/whatis.c: Define variables using typedefs char_addr,
11222 ushort_addr, and slong_addr, so the typedefs are not optimized
11223 away.
11224 * gdb.base/whatis.exp: Add tests using type name for struct type,
11225 union type, enum type, and typedef.
a9c64011 11226
31d8bdd2
MK
112272006-02-13 Mark Kettenis <kettenis@gnu.org>
11228
11229 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
11230
34e41e63
JB
112312006-02-13 Jim Blandy <jimb@redhat.com>
11232
11233 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
11234 case where it takes two "next" commands to skip past the init
11235 call.
11236
ac6e4f31
FF
112372006-02-12 Fred Fish <fnf@specifix.com>
11238
11239 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
11240 to handle cases where it takes two "next" commands to skip
11241 past the init call.
11242
2db2d571
JB
112432006-02-07 Joel Brobecker <brobecker@adacore.com>
11244
11245 * gdb.ada/array_return.exp: Mark the last test as expected to fail
11246 on hppa32 targets.
11247
38fcd64c
DJ
112482006-02-06 Vladimir Prus <ghost@cs.msu.su>
11249
11250 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
11251 field.
11252
1315ad46
MK
112532006-01-29 Mark Kettenis <kettenis@gnu.org>
11254
11255 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
11256
5625b943
DJ
112572006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11258
11259 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
11260 files.
11261
80df1bbe
DJ
112622006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11263
11264 * gdb.cp/maint.exp: Set complaints to a positive value.
11265
9078e690
DJ
112662006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11267
11268 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
11269 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
11270 function name.
11271
9c903399
DJ
112722006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11273
11274 * gdb.base/checkpoint.c: Update copyright notice. Include
11275 <stdlib.h>.
11276
761ae4d6
JB
112772006-01-04 Jim Blandy <jimb@redhat.com>
11278
11279 * gdb.asm/asm-source.exp: Independently provide default values for
11280 asm-flags and debug-flags. Use 'string equal' to do the
11281 comparison, not the implicit expr's '==' operator. Remove
11282 now-unneeded assignments to asm-flags. In h8300 case, place
11283 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
11284
099ac3dd
MS
112852006-01-04 Michael Snyder <msnyder@redhat.com>
11286
11287 * gdb.base/checkpoint.c: New file.
11288 * gdb.base/checkpoint.exp: New file.
11289 * gdb.base/multi-fork.c: New file.
11290 * gdb.base/multi-fork.exp: New file.
11291 * gdb.base/pi.txt: New file (data for checkpoint.c test).
11292
f4d85314
FF
112932006-01-04 Fred Fish <fnf@specifix.com>
11294
11295 * gdb.base/ptype.c (foo): Add typedef.
11296 (intfoo): Add function.
11297 * gdb.base/ptype1.c: New file.
11298 * gdb.base/ptype.exp: Handle compilation and linking with two
11299 source files. Test that proper type for "foo" is found based
11300 on source context rather than first match found in symtabs.
11301
a1b06f35
MK
113022005-12-28 Mark Kettenis <kettenis@gnu.org>
11303
11304 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
11305 * gdb.asm/openbsd.inc: Indent commands.
11306
d082a1e2
MK
113072005-12-26 Mark Kettenis <kettenis@gnu.org>
11308
c65016bd
MK
11309 * gdb.base/freebpcmd.exp: Increase timeout.
11310
d082a1e2
MK
11311 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
11312
d3c32a0e
DJ
113132005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
11314
11315 * gdb.base/default.exp: Update check for "show version".
11316
9fdb1f50
RC
113172005-12-09 Randolph Chung <tausq@debian.org>
11318
11319 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
11320 * gdb.asm/pa64.inc: New file.
11321
5f2c56f7
RC
113222005-12-09 Randolph Chung <tausq@debian.org>
11323
11324 * gdb.asm/common.inc: Indent commands.
11325 * gdb.asm/asmsrc1.s: Likewise.
11326 * gdb.asm/asmsrc2.s: Likewise.
11327
8117349c
RC
113282005-12-09 Randolph Chung <tausq@debian.org>
11329
11330 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
11331 (get_addr_of_sym): Remove duplicate print.
11332 (gen_core): xfail hppa*-*-hpux*, update expected output.
11333 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
11334 * gdb.arch/pa64-nullify.s: New file.
11335
8f07f25a
RC
113362005-12-09 Randolph Chung <tausq@debian.org>
11337
11338 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
11339
55b39184
DJ
113402005-12-07 Christophe Lyon <christophe.lyon@st.com>
11341
11342 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
11343 code generation for these functions.
11344 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
11345 error message.
11346
31e2b00f
AS
113472005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
11348
11349 * gdb.base/help.exp (help b, help br, help bre, help brea)
11350 (help break): Update the expected message.
11351
c3d0b56e
SC
113522005-11-11 Stephane Carrez <stcarrez@nerim.fr>
11353
11354 * gdb.asm/m68hc11.inc: Setup the data section.
11355 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
11356 script for this test.
11357 (m6812-*-*): Likewise.
11358
36ae0ea9
RC
113592005-11-09 Randolph Chung <tausq@debian.org>
11360
11361 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
11362
9d6f42e9
WZ
113632005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
11364
11365 * gdb.base/break.exp: Fix a comment typo.
11366
e2126a14
EZ
113672005-11-03 Jim Blandy <jimb@redhat.com>
11368
a9c64011
AS
11369 Checked in by Elena Zannoni <ezannoni@redhat.com>
11370
889bf7c5 11371 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 11372
e0ac7199
CV
113732005-11-02 Corinna Vinschen <vinschen@redhat.com>
11374
11375 * gdb.arch/gdb1558.c: Include stdio.h.
11376
31d3fb18
MK
113772005-10-31 Mark Kettenis <kettenis@gnu.org>
11378
11379 * gdb.asm/asm-source.exp: Use -e instead of --entry.
11380
e52b687c
MK
113812005-10-31 Mark Kettenis <kettenis@gnu.org>
11382
11383 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
11384
f4711d79
PG
113852005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
11386
a9c64011
AS
11387 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11388 vscr" tests to better match output.
f4711d79 11389
987a9106
JB
113902005-10-12 Jim Blandy <jimb@redhat.com>
11391
11392 * gdb.base/structs.exp (any): New function.
11393 (test_struct_returns): Don't make any assumptions at all about
11394 what value the function returns when GDB can't set the return
11395 value.
11396
2336bb58
JB
113972005-10-09 Joel Brobecker <brobecker@adacore.com>
11398
11399 * gdb.ada/arrayidx/p.adb: New file.
11400 * gdb.ada/arrayidx.exp: New testcase
11401
114022005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
11403
11404 * gdb.ada/array_return/pck.ads: New file.
11405 * gdb.ada/array_return/pck.adb: New file.
11406 * gdb.ada/array_return/p.adb: New file.
11407 * gdb.ada/array_return.exp: New testcase.
11408
705335ea
JB
114092005-10-03 Joel Brobecker <brobecker@adacore.com>
11410
a9c64011
AS
11411 * gdb.base/arrayidx.c: New file.
11412 * gdb.base/arrayidx.exp: New testcase.
705335ea 11413
11ee9940
NR
114142005-09-29 Nick Roberts <nickrob@snap.net.nz>
11415
11416 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
11417 frames-invalid and breakpoints-invalid are no longer generated
11418 with level 3 so don't expect them in the output.
11419
39fb8e9e
BR
114202005-09-27 Bob Rossi <bob@brasko.net>
11421
a9c64011 11422 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
11423 from test. Escape the | in mi_gdb_test call.
11424 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
11425 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
11426 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
11427 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
11428 expected regex's in mi_gdb_test calls.
11429 * lib/mi-support.exp: Remove arbitrary .* from tests.
11430 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
11431 Fully anchor GDB/MI expected results in mi_gdb_test.
11432 * lib/gdb.exp (string_to_regexp): Escape the ] character.
11433 * gdb.base/sizeof.exp: Remove escape character. Correct test.
11434
2af48f68
PB
114352005-09-26 Paul Brook <paul@codesourcery.com>
11436
11437 * long_long.exp: Exclude eabi targets from arm FPA float format test.
11438
f34502bc
WZ
114392005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
11440
11441 * bfp-test.c: New file.
11442 * bfp-test.exp: New testcase.
11443
ca929517
WZ
114442005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
11445
11446 * gdb.fortran/subarray.exp: New testcase to test the evaluation
11447 of subarray and substring variable.
11448 * gdb.fortran/subarray.f: New source file for the test of subarray
11449 and substring variable evaluation.
11450 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
11451 of string constant.
11452
c761af65
DJ
114532005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
11454
11455 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
11456 copyright dates.
11457
561d7a1d
PG
114582005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
11459
11460 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
11461 powerpc altivec' test with an almost identical 'info vector' test.
11462
b2b64cc9
PG
114632005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
11464
a9c64011
AS
11465 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11466 vscr" tests to match output.
b2b64cc9 11467
6ac4d15a
PG
114682005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
11469
a9c64011
AS
11470 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
11471 output.
6ac4d15a 11472
40e55bef
BR
114732005-09-11 Bob Rossi <bob@brasko.net>
11474
889bf7c5
PA
11475 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
11476 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
11477 commands that return an MI output command and an asyncronous MI output
11478 command.
40e55bef
BR
11479 * gdb.mi/mi-console.exp: Ditto.
11480
3c7385ec
BR
114812005-09-11 Bob Rossi <bob@brasko.net>
11482
11483 * gdb.mi/mi-var-child.c: Include <string.h>.
11484
a6cd0eb3
DJ
114852005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
11486
11487 * killed.exp: Correct gdb_expect syntax.
11488
2f168eed
CV
114892005-08-09 Corinna Vinschen <vinschen@redhat.com>
11490
11491 * lib/mi-support.exp (mi_gdb_load): Fix typo.
11492
ecd3fd0f
BR
114932005-08-02 Bob Rossi <bob@brasko.net>
11494
11495 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
11496 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
11497 Change tests to inferior-tty-set/show.
11498 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
11499 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
11500 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
11501 inferior. Use mi_gdb_test to get GDB and Inferior output.
11502 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
11503 descriptor.
11504 (mi_inferior_tty_name): Add inferior PTY file name.
11505 (mi_gdb_start): Add INFERIOR_PTY parameter.
11506 (mi_gdb_test): Add IPATTERN parameter.
11507
f1ea48cb 115082005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 11509
f1ea48cb
BR
11510 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
11511 parameter to mi_gdb_test.
11512 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
11513
6e650a67
DJ
115142005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11515
11516 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
11517 struct_declarations.
11518 * gdb.mi/mi-var-child.exp: Step over the initialization of
11519 struct_declarations.
11520
8be260b6
DJ
115212005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11522
11523 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
11524 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
11525 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
11526 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
11527 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
11528 file.
11529
4e660f07
NR
115302005-07-27 Nick Roberts <nickrob@snap.net.nz>
11531
11532 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
11533 (do_children_tests): Assign values to the extra elements.
11534
11535 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
11536 them for tests for "-var-update --no-values" and
a9c64011 11537 "-var-update --all-values".
4e660f07
NR
11538 Add test for "-var-list-children --simple-values".
11539
11540 * gdb.mi/basics.c (callee4): Add integer array D[3]...
11541
11542 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
11543 "-stack-list-locals --simple-values" Improve doc strings and
11544 comments.
11545
6bdae935
MK
115462005-07-18 Mark Kettenis <kettenis@gnu.org>
11547
598b7a6f
MK
11548 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
11549 *-*-openbsd*.
11550 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
11551
6bdae935
MK
11552 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
11553 sigaltsatck'.
11554
1323e929 115552005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 11556
1323e929
BR
11557 * gdb.base/default.exp (tty): Changed output of command.
11558 * gdb.base/help.exp (help tty): Ditto.
11559
b1a9c082
MK
115602005-07-12 Mark Kettenis <kettenis@gnu.org>
11561
11562 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
11563
10a844a2
MK
115642005-07-10 Mark Kettenis <kettenis@gnu.org>
11565
11566 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
11567 -stack-select-frame without arguments.
11568 (test_stack_frame_listing): Add test for newly implemented command
11569 -stack-info-frame.
11570
3cb3b8df
BR
115712005-07-06 Bob Rossi <bob@brasko.net>
11572
11573 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
11574 command.
11575 (Copyright): Update copyright.
11576
a0c5fbcf
WZ
115772005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
11578
11579 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
11580 tests to evaluate exponentiation expression.
11581
984971d0
AS
115822005-06-29 Andreas Schwab <schwab@suse.de>
11583
11584 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
11585 main to avoid warnings.
11586
11587 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
11588
fe03833f
NR
115892005-06-20 Nick Roberts <nickrob@snap.net.nz>
11590
11591 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
11592 -stack-select-frame without arguments.
11593 (test_stack_frame_listing): Add test for newly implemented command
11594 -stack-info-frame.
a9c64011 11595
7a55f279
WZ
115962005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
11597
0ffa0ea5
DJ
11598 * gdb.fortran/array-element.f: New file.
11599 * gdb.fortran/array-element.exp: New testcase.
7a55f279 11600
26585198
DJ
116012005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11602
11603 * gdb.base/bigcore.exp: Correct checks for systems which can
11604 not dump a large core file.
11605
c1bd25fd
DJ
116062005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11607
11608 * gdb.base/relocate.c: Add a copyright notice.
11609 (dummy): Remove.
11610 * gdb.base/relocate.exp: Test printing the values of variables
11611 from a relocatable file.
11612
589e074d
DJ
116132005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11614
11615 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
11616 excess MI output after an error.
11617
0915f927
JB
116182005-05-29 Joel Brobecker <brobecker@adacore.com>
11619
11620 * gdb.arch/alpha-step.c: New file.
11621 * gdb.arch/alpha-step.exp: New testcase.
11622
76ff342d
DJ
116232005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
11624 Dennis Brueni <dennis@slickedit.com>
11625
11626 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
11627 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
11628 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
11629 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
11630 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
11631 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
11632 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
11633
96b0c7ac
DJ
116342005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
11635 Wu Zhou <woodzltc@cn.ibm.com>
11636
11637 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
11638 IBM's xlc compiler.
11639 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
11640 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
11641
f21565d2
JB
116422005-05-13 Jim Blandy <jimb@redhat.com>
11643
11644 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
11645 calling gdb_suppress_entire_file.
11646 * gdb.base/charset.exp: Same.
11647 * gdb.base/call-rt-st.exp: Same.
11648
6006a3a1
BR
116492005-05-05 Bob Rossi <bob_rossi@cox.net>
11650
11651 * lib/gdb.exp (fullname_syntax): Added global regex.
11652 (fullname_syntax_POSIX): Ditto.
11653 (fullname_syntax_UNC): Ditto.
11654 (fullname_syntax_DOS_CASE): Ditto.
11655 (fullname_syntax_DOS): Ditto.
11656 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
11657 fullname_syntax variable to scope and use it.
11658 (test_file_list_exec_source_files): Ditto.
11659 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
11660
c3b69c04
DJ
116612005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11662
11663 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
11664
3c95e6af
PG
116652004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
11666
a9c64011
AS
11667 * lib/gdb.exp (skip_altivec_tests): New function, based on
11668 check_vmx_hw_available from the GCC testsuite.
11669 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
11670 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 11671
78df6c56
JB
116722005-05-02 Jim Blandy <jimb@redhat.com>
11673
11674 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
11675 calling gdb_suppress_entire_file.
11676
1690f9cf
DJ
116772005-04-30 Randolph Chung <tausq@debian.org>
11678
11679 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
11680 Slightly relax "sem_post" name checking.
11681
5ea106f7
PG
116822005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11683
11684 * gdb.base/unload.exp: Use new shared library infrastructure.
11685
bf7234cf
PG
116862005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11687
11688 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 11689 infrastructure.
bf7234cf 11690
547b869a
CV
116912005-04-29 Corinna Vinschen <vinschen@redhat.com>
11692
11693 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
11694 * gdb.asm/h8300.inc: New file.
11695
f07e55f0
PG
116962005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11697
11698 * gdb.base/shlib-call.exp: Change to use new shared library
11699 infrastructure.
11700
3cbba3d1
PG
117012005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11702
a9c64011
AS
11703 * gdb.base/pending.exp: Change to use new shared library
11704 infrastructure.
3cbba3d1 11705
ed6df200
PG
117062005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11707
a9c64011
AS
11708 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
11709 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 11710
8c8f4ebe
PG
117112005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11712
a9c64011
AS
11713 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11714 shared objects being adjusted and update copyright years.
8c8f4ebe 11715
607fbc54
DJ
117162005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11717
11718 * ChangeLog: Correct some 2003-01-13 dates.
11719 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11720 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11721 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11722 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11723 gdb.trace/tfind.exp: Update copyright years.
11724
57bf0e56
DJ
117252005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11726 Daniel Jacobowitz <dan@codesourcery.com>
11727
11728 * lib/gdb.exp (gdb_compile): Handle shlib=.
11729 (gdb_compile_shlib): New function.
11730
9b593790
PG
117312005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11732
a9c64011 11733 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 11734
9494c6a5
DJ
117352005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11736
11737 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11738 gdb.server.
11739 * configure.ac: Likewise.
11740 * configure: Regenerated.
11741 * gdb.gdbserver/Makefile.in: Moved to...
11742 * gdb.server/Makefile.in: ... here.
11743 * gdb.gdbserver/server.c: Moved to...
11744 * gdb.server/server.c: ... here.
11745 * gdb.gdbserver/server-run.exp: Moved to...
11746 * gdb.server/server-run.exp: ... here.
11747
6f8eac0e
DJ
117482005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11749
11750 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11751 * configure.ac: Create gdb.gdbserver/Makefile.
11752 * configure: Regenerated.
11753 * lib/gdbserver-support.exp: New file, derived from
11754 config/gdbserver.exp.
11755 * config/gdbserver.exp: Use gdbserver-support.exp.
11756 * gdb.gdbserver/Makefile.in: New file.
11757 * gdb.gdbserver/server.c: New file.
11758 * gdb.gdbserver/server-run.exp: New file.
11759
6e87504d
PG
117602005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11761
a9c64011
AS
11762 * lib/gdb.exp (test_compiler_info): Return compiler_info
11763 if no arguments are given.
6e87504d 11764
d1779be4
PG
117652005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11766
11767 * gdb.arch/altivec-abi.exp: Check for compiler and set
11768 use altivec' flag accordingly.
11769 * gdb.arch/altivec-regs.exp: Likewise.
11770
88750304
DJ
117712005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11772
11773 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11774
f3fb768d
AS
117752005-03-27 Andreas Schwab <schwab@suse.de>
11776
11777 * gdb.base/bigcore.c (main): Add missing mode argument in open
11778 call.
11779
7e813ac5
DJ
117802005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11781
11782 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11783 downloads.
11784 * config/gdbserver.exp (gdb_load): Likewise.
11785
8e3049aa
PB
117862005-03-14 Paul Brook <paul@codesourcery.com>
11787
11788 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11789 targets.
11790
a9df7c44
JB
117912005-03-09 Joel Brobecker <brobecker@adacore.com>
11792
11793 * gdb.dwarf2/dup-psym.S: New file.
11794 * gdb.dwarf2/dup-psym.exp: New testcase.
11795
9f0d94e8
JB
117962005-03-09 Joel Brobecker <brobecker@adacore.com>
11797
11798 * gdb.ada/exec_changed/first.adb: New file.
11799 * gdb.ada/exec_changed/second.adb: New file.
11800 * gdb.ada/exec_changed.exp: New testcase.
11801
5f579bc5
NS
118022005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11803
36e9969c
NS
11804 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11805 (A2): New class.
11806 (main): Test operator+.
11807 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11808 breakpoint test.
11809
5f579bc5
NS
11810 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11811 * gdb.base/signull.exp: Disable if gdb,nosignals.
11812 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11813 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11814 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11815 * gdb.mi/mi2-console.exp: Likewise.
11816 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11817 continue output at start.
11818 (gdb_collect_locals_test): Robustify regexp.
11819 * gdb.trace/passc-dyn.exp: Fix comment typo.
11820 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11821
be46087e
CV
118222005-03-08 Corinna Vinschen <vinschen@redhat.com>
11823
11824 * gdb.asm/asm-source.exp: Add iq2000 case.
11825 * gdb.asm/iq2000.inc: New file.
11826
384e1a61 118272005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 11828
384e1a61
MI
11829 * gdb.base/command.exp: Change hardcoded value to regular expression.
11830 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11831
584b6e9e
DJ
118322005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11833
11834 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11835 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11836 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11837 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11838 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11839
ab5b5d61
MK
118402005-03-05 Mark Kettenis <kettenis@gnu.org>
11841
11842 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11843 changes.
11844
ae051c1b
PG
118452004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11846
a9c64011
AS
11847 * lib/compiler.c: Add test for IBM's xlc compiler.
11848 * lib/compiler.cc: Likewise.
ae051c1b 11849
3f0f6ed2
JB
118502004-02-24 Joel Brobecker <brobecker@adacore.com>
11851
11852 * gdb.ada/fixed_points.exp: Create compilation object directory
11853 before running the test.
11854 * gdb.ada/null_record.exp: Likewise.
11855 * gdb.ada/packed_array.exp: Likewise.
11856 * gdb.ada/start.exp: Likewise.
11857
724f452b
JB
118582005-02-15 Joel Brobecker <brobecker@adacore.com>
11859
11860 * gdb.ada/packed_array/pa.adb: New file.
11861 * gdb.ada/packed_array.exp: New testcase.
11862
57f5cdfb 118632005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 11864
1f393151
MK
11865 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11866 files.
11867
ebdda337
MK
11868 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11869 on *-*-openbsd*. Correctly match whitespace in regukar
11870 expressions.
11871
cf309262
DJ
118722005-02-10 Daniel Jacobowitz <dan@debian.org>
11873
11874 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11875 PR exp/1821
11876 * gdb.base/gdb1821.c: New test file.
11877 * gdb.base/gdb1821.exp: New test file.
11878
3be49e7a
JB
118792005-02-09 Joel Brobecker <brobecker@adacore.com>
11880
11881 * gdb.base/start.c: New file.
11882 * gdb.base/start.exp: New testcase.
11883
e292e67d
JB
118842005-02-09 Joel Brobecker <brobecker@adacore.com>
11885
11886 * gdb.ada/start/dummy.adb: New file.
11887 * gdb.ada/start.exp: New testcase.
11888
dbdfa66c
CV
118892005-02-09 Corinna Vinschen <vinschen@redhat.com>
11890
11891 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11892 for printing symbols and statistics.
11893 Add test for using relative pathnames in "maint print msymbols" test.
11894 Mark "maint info sections DATA" XFAIL on Cygwin.
11895 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11896 tests.
11897
d7941671
AC
118982005-02-09 Andreas Schwab <schwab@suse.de>
11899
11900 Committed by Andrew Cagney <cagney@gnu.org>
11901 * gdb.base/remotetimeout.exp: New file.
11902
74e5ef44
MK
119032005-02-07 Mark Kettenis <kettenis@gnu.org>
11904
11905 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11906
464dd14d
JB
119072005-02-03 Joel Brobecker <brobecker@adacore.com>
11908
11909 * gdb.ada/gnat_ada.gpr: New file.
11910 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11911 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11912 * configure.ac: No longer generate gnat_ada.gpr.
11913 * configure: Regenerate.
11914 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11915 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11916 * gdb.ada/null_record/bar.ads: Likewise.
11917 * gdb.ada/null_record/bar.adb: Likewise.
11918 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11919 * gdb.ada/null_record.exp (testdir): New variable.
11920 (testfile): executable is now in testdir subdirectory.
11921 (srcfile): Use full path to the main compilation unit.
11922 * gdb.ada/fixed_points.exp: Same changes as above.
11923
30d756ae
NR
119242005-02-03 Nick Roberts <nickrob@snap.net.nz>
11925
11926 * gdb.base/interp.exp: New test.
11927
9d799f85
AC
119282005-01-24 Andrew Cagney <cagney@gnu.org>
11929
11930 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11931
15656118
AC
119322005-01-19 Andrew Cagney <cagney@gnu.org>
11933
a892c31b
AC
11934 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11935 configure.ac not configure.in.
11936
15656118
AC
11937 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11938 of powerpc*-*-*.
11939 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 11940 * gdb.base/list.exp (test_list_function)
15656118
AC
11941 (test_list_filename_and_function): Ditto.
11942 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11943
a7b01baf
AC
119442005-01-16 Andrew Cagney <cagney@gnu.org>
11945
17d92a02
AC
11946 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11947
a7b01baf
AC
11948 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11949
bc8332bb
AC
119502005-01-14 Andrew Cagney <cagney@gnu.org>
11951
11952 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11953 * gdb.mi/mi2-var-cmd.exp: Ditto.
11954
4d074752
CV
119552005-01-10 Corinna Vinschen <vinschen@redhat.com>
11956
11957 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11958
bec39cab
AC
119592005-01-07 Andrew Cagney <cagney@gnu.org>
11960
11961 * configure.ac: Rename configure.in, require autoconf 2.59.
11962 * configure: Re-generate.
11963 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11964 * gdb.stabs/configure: Re-generate.
11965 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11966 * gdb.hp/configure: Re-generate.
11967 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11968 autoconf 2.59.
11969 * gdb.hp/gdb.objdbg/configure: Re-generate.
11970 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11971 autoconf 2.59.
11972 * gdb.hp/gdb.defects/configure: Re-generate.
11973 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11974 autoconf 2.59.
11975 * gdb.hp/gdb.compat/configure: Re-generate.
11976 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11977 autoconf 2.59.
11978 * gdb.hp/gdb.base-hp/configure: Re-generate.
11979 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11980 autoconf 2.59.
11981 * gdb.hp/gdb.aCC/configure: Re-generate.
11982
f10b16d4
JB
119832004-12-15 Jim Blandy <jimb@redhat.com>
11984
11985 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11986 under NPTL when there is debugging info available for libpthread.
11987
fb6e1814
JG
119882004-12-13 Jerome Guitton <guitton@gnat.com>
11989
11990 * gdb.ada/fixed_points.c: New file.
11991 * gdb.ada/fixed_points.exp: New file.
11992
fe46cd3a
RC
119932004-12-03 Randolph Chung <tausq@debian.org>
11994
11995 * gdb.arch/pa-nullify.exp: New file.
11996 * gdb.arch/pa-nullify.s: New file.
11997
8de0841b
RC
119982004-11-30 Randolph Chung <tausq@debian.org>
11999
12000 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
12001 instead of "tbug". Fix regexp to work properly with gdb_test.
12002
c8170782
PH
120032004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
12004
12005 * gdb.base/bitfields2.exp: New test.
12006 * gdb.base/bitfields2.c: New file.
12007
954269c2
RE
120082004-11-28 Richard Earnshaw <rearnsha@arm.com>
12009
12010 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
12011
0107feed
RC
120122004-11-16 Randolph Chung <tausq@debian.org>
12013
12014 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
12015
f073ae8c
DJ
120162004-11-14 Daniel Jacobowitz <dan@debian.org>
12017
12018 * gdb.threads/threadapply.exp: Correct "macro details" test.
12019
19ad59e7
JJ
120202004-11-11 Jeff Johnston <jjohnstn@redhat.com>
12021
12022 * gdb.threads/threadapply.exp: New test.
12023 * gdb.threads/threadapply.c: New file.
12024
9cf0961b
MK
120252004-11-07 Mark Kettenis <kettenis@gnu.org>
12026
12027 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
12028 frames.
12029
c789492a
FL
120302004-11-05 Felix Lee <felix+log1@specifixinc.com>
12031
12032 * gdb.base/cursal.exp: New file.
12033 * gdb.base/cursal.c: New file.
12034
a1e167bb
AC
120352004-11-03 Andrew Cagney <cagney@gnu.org>
12036
12037 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
12038
b7cbf173
MK
120392004-10-30 Mark Kettenis <kettenis@gnu.org>
12040
12041 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
12042 NetBSD/ELF targets.
12043
88f9d34f
JB
120442004-10-29 Joel Brobecker <brobecker@gnat.com>
12045
12046 * gdb.threads/bp_in_thread.c: New file, copied from
12047 pthread_cond_wait.c.
12048 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
12049 file, rather than reusing the .c file from another testcase.
12050
ca7d6a0c
JB
120512004-10-20 Joel Brobecker <brobecker@gnat.com>
12052
12053 * gdb.ada/null_record.exp: Check where we stopped after
12054 sending the start command, instead of where the associated
12055 temporary breakpoint was inserted.
12056
0d863d03
AC
120572004-10-14 Andrew Cagney <cagney@gnu.org>
12058
12059 * gdb.mi/gdb701.c (main): Return 0.
12060
d11e72cb
DJ
120612004-10-13 Daniel Jacobowitz <dan@debian.org>
12062
d40539a4 12063 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 12064
e1923096
JJ
120652004-10-12 Jeff Johnston <jjohnstn@redhat.com>
12066
12067 * gdb.threads/schedlock.c: Add comment markers to use to find
12068 line numbers.
12069 * gdb.threads/schedlock.exp: Adjust regex to handle the new
12070 comments.
12071 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
12072 breakpoint lines.
12073
ec8ba2c9
DJ
120742004-10-12 Daniel Jacobowitz <dan@debian.org>
12075
12076 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
12077
0eb3658b
DJ
120782004-10-12 Daniel Jacobowitz <dan@debian.org>
12079
12080 * configure.in: Add gdb.dwarf2.
12081 * configure: Regenerated.
12082 * Makefile.in: Add gdb.dwarf2.
12083 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
12084 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
12085 gdb.dwarf2/file1.txt: New files.
12086
a271cc33
OF
120872004-10-11 Orjan Friberg <orjanf@axis.com>
12088
a9c64011 12089 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
12090 of "run", since the latter doesn't work with remote targets. Adjust
12091 the breakpoint numbering accordingly.
12092 * gdb.threads/pthread_cond_wait.exp: Ditto.
12093
895ce074
MC
120942004-10-08 Michael Chastain <mec.gnu@mindspring.com>
12095
12096 * gdb.base/overlays.exp: Update copyright years.
12097
6be3092d
KI
120982004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
12099
12100 * gdb.base/overlays.exp: Disable if target is Linux.
12101
e05389b8
FL
121022004-10-06 Felix Lee <felix+log1@specifixinc.com>
12103
12104 * config/gdbserver.exp (gdb_load): Use right filename on remote.
12105
73cb587d
KI
121062004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
12107
12108 * gdb.asm/asm-source.exp: Add m32r-linux target.
12109 * gdb.asm/m32r-linux.inc: New file.
12110
3c0edcdc
AC
121112004-09-24 Andrew Cagney <cagney@redhat.com>
12112 David Anderson <anderson@redhat.com>
12113
12114 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
12115 command fails, assume things will work.
12116 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
12117 (_GNU_SOURCE): Define.
12118 (print_unsigned, print_hex): Change parameter to "long long".
12119 (print_byte_count): New function, use to print byte counts.
12120 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
12121 O_LARGEFILE.
12122 (main): Compute an upper bound on a corefile in max_core_size.
12123 Limit memory chunk size to max_core_size. Limit total memory
12124 allocated to max_core_size.
12125
4bb3667f
AC
121262004-09-23 Andrew Cagney <cagney@gnu.org>
12127
12128 * gdb.base/bigcore.exp: Replace the code that creates a corefile
12129 from a separate process with code that creates a corefile by
12130 making the inferior dump core.
12131
60fe1a51
MK
121322004-09-23 Mark Kettenis <kettenis@gnu.org>
12133
12134 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
12135 block.
12136
8e937346
MC
121372004-09-23 Michael Chastain <mec.gnu@mindspring.com>
12138
12139 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
12140 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
12141 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
12142 Likewise.
12143
7213f6d6
JJ
121442004-09-20 Jeff Johnston <jjohnstn@redhat.com>
12145
12146 * gdb.java/jprint.exp: New test case for java inferior call.
12147 * gdb.java/jprint.java: Ditto.
12148
eac69dca
JB
121492004-09-15 Joel Brobecker <brobecker@gnat.com>
12150
12151 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
12152
22227696
MC
121532004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12154
12155 * gdb.threads/killed.c: Include <stdlib.h>.
12156 * gdb.threads/pthreads.c: Likewise.
12157
7dd403a4
MC
121582004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12159
12160 * gdb.threads/killed.c: Add copyright notice.
12161
33f2d567
JM
121622004-09-10 Jason Molenda (jmolenda@apple.com)
12163
a9c64011
AS
12164 * gdb.base/define.exp: Two new tests to verify zero space chars
12165 after 'if' and 'while' commands in a user-defined command is correctly
12166 parsed.
33f2d567 12167
e05b62ac
AC
121682004-09-08 Andrew Cagney <cagney@gnu.org>
12169
12170 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
12171 delivery test with duplicate at end of file.
12172
9cbe82da
MK
121732004-09-06 Mark Kettenis <kettenis@jive.nl>
12174
12175 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
12176
564803d9
MC
121772004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12178
12179 * config/hppro.exp: Removed.
12180
7c6807ce
MC
121812004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12182
12183 * config/sparclet.exp: Removed.
12184
bf7e26dd
MC
121852004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12186
12187 * config/udi.exp: Removed.
12188
714e341b
MC
121892004-09-02 Michael Chastain <mec.gnu@mindspring.com>
12190
12191 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
12192 of "exp_continue".
12193 (advancei): Likewise.
12194
1236e623
JJ
121952004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12196
12197 * gdb.base/unload.exp: Fix so messages aren't duplicated.
12198
3bdcad15
MI
121992004-09-01 Manoj Iyer <manjo@austin.ibm.com>
12200
228af206 12201 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
12202 to check for nodebug in executable.
12203 * gdb.gdb/observer.exp (setup_test): Likewise.
12204 * gdb.gdb/selftest.exp (test_with_self): Likewise.
12205 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
12206
c72b934c
AC
122072004-09-01 Andrew Cagney <cagney@gnu.org>
12208
12209 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12210 files.
12211
edd9b715
JJ
122122004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12213
12214 * gdb.base/unload.exp: Fix expected warning message to match
12215 latest format.
12216
fb4ce06b
CV
122172004-09-01 Corinna Vinschen <vinschen@redhat.com>
12218
12219 * gdb.base/call-rt-st.exp: Fix typos.
12220
ce78e7c3
MI
122212004-08-31 Manoj Iyer <manjo@austin.ibm.com>
12222
12223 * gdb.threads/thread_check.exp: New testcase.
12224 * gdb.threads/thread_check.c: New testcase.
12225
2dedb159
AC
122262004-08-31 Andrew Cagney <cagney@gnu.org>
12227
12228 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
12229 (skip_to_handler_entry): New procedures. Test stepping into a
12230 handler when the breakpoint is at the handler's entry point.
12231
68f53502
AC
122322004-08-30 Andrew Cagney <cagney@gnu.org>
12233
12234 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
12235 gdb/1757.
12236
3e3ffd2b
MC
122372004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12238
12239 With code from Manoj Iyer <manjo@austin.ibm.com>:
12240 * lib/gdb.exp (gdb_file_cmd): Return more information in the
12241 return value. Add an arm for "no debugging symbols found".
12242 Change a stray "error" to "perror".
12243 (gdb_run_cmd): Adapt to new return value.
12244 * gdb.base/remote.exp: Adapt to new return value.
12245 * gdb.gdb/complaints.exp: Likewise.
12246 * gdb.gdb/observer.exp: Likewise.
12247 * gdb.gdb/selftest.exp: Likewise.
12248 * gdb.gdb/xfullpath.exp: Likewise.
12249
4b6f5fd2
JB
122502004-08-27 Joel Brobecker <brobecker@gnat.com>
12251
12252 * gdb.threads/bp_in_thread.exp: New testcase.
12253
e5b25496
MC
122542004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12255
12256 Fix PR testsuite/1735.
12257 * gdb.threads/schedlock.c (thread_function): Add a cast
12258 to suppress a gcc warning.
12259 * gdb.threads/thread-specific.c (thread_function): Likewise.
12260
934353d6
MC
122612004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12262
12263 * gdb.base/unload.c: Include <stdlib.h>.
12264
f98a0aef 122652004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 12266
f98a0aef 12267 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
12268 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
12269 synchronized after the "return".
12270
5a2e8882
MC
122712004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12272
12273 * gdb.mi/basics.c: Include <stdio.h>.
12274 * gdb.mi/pthreads.c: Include <stdlib.h>.
12275 * gdb.mi/var-cmd.c: Include <stdlib.h>.
12276
a9640423
MC
122772004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12278
12279 * gdb.threads/schedlock.c: Add copyright notice.
12280
b04e311d
AC
122812004-08-25 Andrew Cagney <cagney@gnu.org>
12282
12283 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
12284 (skip_over_handler, breakpoint_over_hander): New test procedures.
12285 (advance, advancei): Add a proper prefix, do not use
12286 rerun_to_main.
12287 * gdb.base/sigstep.c (main): Change to use an infinite loop.
12288
7c27f15b
MC
122892004-08-24 Michael Chastain <mec.gnu@mindspring.com>
12290
12291 * gdb.mi/basics.c: Add copyright notice.
12292 * gdb.mi/var-cmd.c: Add copyright notice.
12293
fffc87ae
MC
122942004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12295
12296 * lib/gdb.exp: Remove signed_keyword_not_used.
12297 * lib/compiler.c: Likewise.
12298 * lib/compiler.cc: Likewise.
12299
d782e0bf
MC
123002004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12301
12302 * gdb.base/whatis.c: Remove conditional disabling of "signed".
12303 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
12304
96033e83
MC
123052004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12306
12307 * gdb.base/whatis.c: Add copyright notice.
12308
cf38c229
MK
123092004-08-20 Mark Kettenis <kettenis@gnu.org>
12310
12311 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
12312 it to skip the breakpoints encoded in the inline assembly.
12313
f4b49756
MC
123142004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12315
12316 * Makefile.in: Add gdb.fortran.
12317
2f193b69
MC
123182004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12319
12320 * gdb.base/call-sc.exp (test_scalar_returns):
12321 Fix cut-and-paste glitch in "Make fun return now".
12322
89a237cb
MC
123232004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12324
12325 * configure.in: Add gdb.fortran.
12326 * configure: Regenerate.
12327 * gdb.fortran/Makefile.in: New file.
12328 * lib/gdb.exp (skip_fortran_tests): New procedure.
12329
469aff8e
MC
123302004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12331
12332 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
12333 reference to bug-gnu@prep.ai.mit.edu.
12334 * gdb.mi/mi-var-child.exp: Likewise.
12335 * gdb.mi/mi-var-cmd.exp: Likewise.
12336 * gdb.mi/mi-var-display.exp: Likewise.
12337 * gdb.mi/mi2-var-block.exp: Likewise.
12338 * gdb.mi/mi2-var-child.exp: Likewise.
12339 * gdb.mi/mi2-var-cmd.exp: Likewise.
12340 * gdb.mi/mi2-var-display.exp: Likewise.
12341
00b51b9f
MK
123422004-08-15 Mark Kettenis <kettenis@gnu.org>
12343
12344 * gdb.base/unload.c (main): Make local variable msg const.
12345
45f07fef
MC
123462004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12347
12348 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
12349 to bug-gnu@prep.ai.mit.edu.
12350 * gdb.mi/mi-disassemble.exp: Likewise.
12351 * gdb.mi/mi-eval.exp: Likewise.
12352 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
12353 default line number.
12354 * gdb.mi/mi-return.exp: Likewise.
12355 * gdb.mi/mi-simplerun.exp: Likewise.
12356 * gdb.mi/mi-stack.exp: Likewise.
12357 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
12358 number with explicit range test.
12359 * gdb.mi/mi-watch.exp: Likewise.
12360 * gdb.mi/mi2-break.exp: Likewise.
12361 * gdb.mi/mi2-cli.exp: Likewise.
12362 * gdb.mi/mi2-disassemble.exp: Likewise.
12363 * gdb.mi/mi2-eval.exp: Likewise.
12364 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
12365 default line number.
12366 * gdb.mi/mi2-return.exp: Likewise.
12367 * gdb.mi/mi2-simplerun.exp: Likewise.
12368 * gdb.mi/mi2-stack.exp: Likewise.
12369 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
12370 number with explicit range test.
12371 * gdb.mi/mi2-watch.exp: Likewise.
12372
dd8c8ee7
MC
123732004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12374
12375 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
12376 * gdb.cp/m-static.exp: Likewise.
12377 * gdb.cp/rtti.exp: Likewise.
12378
4e838464
MK
123792004-08-14 Mark Kettenis <kettenis@gnu.org>
12380
12381 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
12382
8d8cb839
EZ
123832004-08-14 Eli Zaretskii <eliz@gnu.org>
12384
12385 * ChangeLog: Prefix Local Variables with semi-colons and indent
12386 the reference to older ChangeLog files, to fix fontification in
12387 Emacs.
12388
deea8bb0
MC
123892004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12390
12391 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
12392 * gdb.mi/mi2-break.exp: Likewise.
12393
c3297504
MC
123942004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12395
12396 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
12397
25808999
MC
123982004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12399
12400 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
12401
226a8d71
MC
124022004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12403
12404 * gdb.cp/classes.exp: Remove unused declarations. Just let
12405 test names default instead of providing special names. Remove
12406 extraneous demangler test.
12407
37fdf854
JJ
124082004-08-12 Jeff Johnston <jjohnstn@redhat.com>
12409
12410 * gdb.base/unload.exp: New test for breakpoints in dynamically
12411 loaded libraries.
12412 * gdb.base/unload.c: Ditto.
12413 * gdb.base/unloadshr.c: Ditto.
12414
2d3a7986
MC
124152004-08-12 Michael Chastain <mec.gnu@mindspring.com>
12416
12417 * gdb.cp/classes.exp (test_ptype_class_objects): Call
12418 cp_test_ptype_class.
12419 (test_enums): Likewise.
12420
c72b934c
AC
124212004-08-10 Andrew Cagney <cagney@gnu.org>
12422
12423 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12424 files.
12425
cc503c8a
AC
124262004-08-10 Andrew Cagney <cagney@gnu.org>
12427
12428 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
12429 init_malloc call.
12430
902f2ccb
MC
124312004-08-10 Michael Chastain <mec.gnu@mindspring.com>
12432
12433 * ChangeLog: Add copyright notice. The notice is copied
12434 from emacs 21.3 top level ChangeLog.
12435
78c90502
MC
124362004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12437
12438 * lib/cp-support.exp: New file.
12439 * lib/cp-support.exp (cp_test_type_class): New function.
12440 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
12441 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
12442 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
12443 cp_test_ptype_class.
12444
88e5ea78
MC
124452004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12446
12447 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
12448 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
12449 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
12450 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
12451 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12452 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
12453 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
12454 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
12455 gdb.mi/mi2-watch.exp: Update copyright years.
12456
6a89fc9c
MK
124572004-08-09 Mark Kettenis <kettenis@gnu.org>
12458
12459 * gdb.base/sigaltstack.exp: Provide proper anchoring.
12460
1482e0de
MC
124612004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12462
12463 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
12464 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
12465 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
12466 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
12467 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
12468 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
12469 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
12470 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
12471 gdb.mi/mi-watch.exp: Update copyright years.
12472
1a5ce3f3
DJ
124732004-08-08 Daniel Jacobowitz <dan@debian.org>
12474
12475 PR gdb/1738
12476 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
12477 from a breakpoint with a pending signal.
12478
04f6ecf2
DJ
124792004-08-08 Daniel Jacobowitz <dan@debian.org>
12480
12481 PR gdb/1736
12482 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
12483 * gdb.base/sigaltstack.exp (finish_test): Consume output until
12484 the prompt.
12485 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
12486
54d90d35
DJ
124872004-08-08 Daniel Jacobowitz <dan@debian.org>
12488
12489 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
12490
d2f6abb0
DJ
124912004-08-08 Daniel Jacobowitz <dan@debian.org>
12492
12493 PR gdb/1736
12494 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
12495 for i?86-*-linux*.
12496
5598c03d
DJ
124972004-08-08 Daniel Jacobowitz <dan@debian.org>
12498
12499 * gdb.arch/i386-prologue.exp: Compile without debug information.
12500
c6fee705
MC
125012004-08-08 Michael Chastain <mec.gnu@mindspring.com>
12502
12503 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
12504 rather than asking gdb to search.
12505
dd90efdb
MC
125062004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12507
12508 * gdb.base/gcore.c: Include <string.h>.
12509
1e84bec1
MC
125102004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12511
12512 * gdb.base/gcore.c: Add copyright notice.
12513
e425eb2b
MC
125142004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12515
12516 * gdb.base/freebpcmd.c: Include <stdio.h>.
12517 * gdb.base/long_long.c: Include <string.h>.
12518 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
12519 * gdb.base/siginfo.c: Include <string.h>.
12520 * gdb.base/sigstep.c: Include <string.h>.
12521
cb9aaed5
MC
125222004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12523
12524 * gdb.base/complex.c: Include <stdlib.h>.
12525
55944f3d
MC
125262004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12527
12528 * gdb.base/complex.c: Add copyright notice.
12529
7b2953d9
MC
125302004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12531
12532 * gdb.base/charset.c: Include <stdlib.h>.
12533
c9133d23
MC
125342004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12535
12536 * gdb.base/auxv.c: Include <stdlib.h>.
12537
0a8490ad
MC
125382004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12539
12540 * gdb.base/auxv.c: Add copyright notice.
12541
3426d5ec
MC
125422004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12543
12544 * gdb.base/coremaker.c: Add copyright notice.
12545 * gdb.base/coremaker2.c: Add copyright notice.
12546
8da195dd
AC
125472004-08-04 Andrew Cagney <cagney@gnu.org>
12548
12549 * gdb.base/store.exp: Update copyright.
12550 (check_set, up_set, check_struct, up_struct): Add a prefix to test
12551 names, do not import gdb_prompt.
12552
8d394f98
AC
125532004-08-01 Andrew Cagney <cagney@gnu.org>
12554
12555 Fix PR testsuite/1729.
12556 * gdb.base/dump.exp: Add test name to callers of capture_value, do
12557 not use capture_value with value 4.
12558 (capture_value): Add optional test name parameter.
12559 (test_reload_saved_value, test_restore_saved_value): Use $msg as
12560 the prefix, pass to capture_value.
12561
b6702b23
MK
125622004-08-01 Mark Kettenis <kettenis@gnu.org>
12563
12564 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
12565 * gdb.arch/i386-prologue.c (standard): New prototype and function.
12566 (main): Call new function.
12567
c203e0ca
MC
125682004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12569
12570 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
12571
a7995a30
MC
125722004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12573
12574 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
12575
9366563b
MC
125762004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12577
b6eeaf26 12578 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
12579 Accept more values of vtbl pointer. Remove some messages
12580 about "obsolete gcc or gdb".
12581
2fc1f950
MC
125822004-07-30 Michael Chastain <mec.gnu@mindspring.com>
12583
12584 * gdb.cp/classes.exp: Accept more varieties of ptype output.
12585
c724d49b
MC
125862004-07-30 Michael Chastain <mec.gnu@mindspring.com>
12587
12588 * gdb.base/asm-source.exp: Properly convert target board
12589 debug flags from gcc format to binutils format.
12590
736b0fce
MK
125912004-07-28 Mark Kettenis <kettenis@gnu.org>
12592
12593 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
12594 gdb1718". PR backtrace/1718 partially fixed.
12595
5633ea5c
JJ
125962004-07-27 Jeff Johnston <jjohnstn@redhat.com>
12597
12598 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
12599
575eebb1
NC
126002004-07-26 Nick Clifton <nickc@redhat.com>
12601
12602 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
12603 good default value for a specific architecture is available then
12604 set it to that value. Otherwise default to the -gstabs switch.
12605 Remove the -g... switches from the asm-flags variable. Allow the
12606 target board info to override the value if it wants to. Pass the
12607 switch on the assembler command line.
12608
62104619
MK
126092004-07-23 Mark Kettenis <kettenis@gnu.org>
12610
12611 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
12612 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
12613 (main): Call new function.
12614
4a1135b8
MC
126152004-07-22 Michael Chastain <mec.gnu@mindspring.com>
12616
12617 Test for PR exp/1715.
12618 * gdb.base/radix.exp: Refactor common procedures. Make all
12619 test names unique. Change XFAIL to KFAIL.
12620
8a12c1f0
MC
126212004-07-20 Michael Chastain <mec.gnu@mindspring.com>
12622
12623 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
12624 * gdb.ada/gnat_ada.gin: ... to here.
12625 * configure.in: Use gnat_ada.gin.
12626 * configure: Regenerate.
12627
23b451cf
AC
126282004-07-20 Andrew Cagney <cagney@gnu.org>
12629
12630 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
12631 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
12632 XFAILs. Clean up test messages and comments. Check backtraces.
12633 Delete re-sync code.
12634
ab618a02
MC
126352004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12636
12637 Fix PR cli/740.
12638 * gdb.base/annota1.exp: Honor gdb,nosignals.
12639 * gdb.base/annota3.exp: Likewise.
12640
46dad340
MC
126412004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12642
12643 * lib/java.exp: Update copyright notice.
12644
756d8c70
AC
126452004-07-19 Andrew Cagney <cagney@gnu.org>
12646
12647 * gdb.base/selftest.exp: Copy file from here ...
12648 * gdb.gdb/selftest.exp: ... to here.
12649
586027e6
AC
126502004-07-16 Andrew Cagney <cagney@redhat.com>
12651
12652 * lib/insight-support.exp: Delete file.
12653 * lib/java.exp (java_init): Fix copyright.
12654
029d2200
AC
126552004-07-16 Andrew Cagney <cagney@gnu.org>
12656
12657 * gdb.base/restore.c: Append "prologue" to comments marking the a
12658 function's prologue.
12659 * gdb.base/restore.exp: Update copyright, re-indent.
12660 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
12661 callerN" prefix where needed. Update patterns that match a
12662 function's prologue.
12663
653b62c5
MC
126642004-07-16 Michael Chastain <mec.gnu@mindspring.com>
12665
12666 * gdb.base/restore.c: Add copyright notice.
12667
f7d690e5
AC
126682004-07-16 Andrew Cagney <cagney@gnu.org>
12669
12670 * gdb.base/logical.exp: Update copyright.
12671 (evaluate): New procedure. Use to re-implement tests using
12672 several tables.
12673
d629a7cb
MH
126742004-07-14 Martin Hunt <hunt@redhat.com>
12675
12676 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
12677 which fixes some problems where init.tcl was not found.
12678
9c7bb332
AC
126792004-07-13 Andrew Cagney <cagney@gnu.org>
12680
6bf46641
AC
12681 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
12682 (check_sizeof, check_valueof): Do not include the output in the
12683 test name. Use gdb_test.
12684 (get_valueof): Use gdb_test_multiple.
12685
c4ffd4c0
AC
12686 * gdb.base/step-test.exp: Update copyright. Use
12687 gdb_test_multiple. Ensure that test names do not include
12688 architecture dependent output.
12689
ab89363a
AC
12690 * gdb.gdb/observer.exp: Update copyright.
12691 (setup_test): Use gdb_test_multiple.
12692 (attach_first_observer, attach_second_observer)
12693 (attach_third_observer, detach_first_observer)
12694 (detach_second_observer, detach_third_observer)
12695 (reset_counters, check_counters): Make $message a prefix.
12696 (test_normal_stop_notifications): Add "args" parameter - a list of
12697 init functions to be called. Make $message a prefix,
12698 (test_observer_normal_stop): Change the message prefixes so that
12699 they are unique, pass the attach / detach procedures to
12700 test_normal_stop_notifications.
12701
ec58997a
AC
12702 * gdb.base/signull.exp (test_segv): Prefix all tests with
12703 "${name}". Clean up test messages.
12704
b475183b
AC
12705 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
12706
9c7bb332
AC
12707 * gdb.base/ena-dis-br.exp: Update copyright.
12708 (break_at): New function. Replace send_gdb with gdb_test,
12709 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
12710 ignore count, not stopped at bpt", with KFAIL.
12711
2dd95497
CV
127122004-07-13 Corinna Vinschen <vinschen@redhat.com>
12713
12714 * gdb.base/attach.exp: Remove cleanupfile handling.
12715
419e626b
AC
127162004-07-12 Andrew Cagney <cagney@gnu.org>
12717
12718 * gdb.base/annota1.exp: Cleanup corefile test name.
12719 * gdb.base/annota3.exp: Ditto.
12720
8b1b3228
AC
127212004-07-12 Andrew Cagney <cagney@gnu.org>
12722
78650829
AC
12723 * gdb.base/signals.exp: Clean up copyright, re-indent.
12724
8b1b3228
AC
12725 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12726 gdb_test and gdb_test_multiple.
12727
935c2760
JJ
127282004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12729
12730 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 12731 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
12732 provide line number info for first statement in main.
12733
1544280f
AC
127342004-07-08 Andrew Cagney <cagney@gnu.org>
12735
1279f4ff
AC
12736 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12737
1544280f
AC
12738 * gdb.base/sigbpt.exp: Make the common part of each test name a
12739 prefix instead of suffix.
12740
bcc82369
BR
127412004-07-07 Bob Rossi <bob_rossi@cox.net>
12742
12743 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12744 test from test_tbreak_creation_and_listing to
12745 test_file_list_exec_source_file
12746 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12747 Changed name of test from test_tbreak_creation_and_listing to
12748 test_file_list_exec_source_file
12749
23f4b0aa
JJ
127502004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12751
12752 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12753 the jmisc() constructor instead of <init>.
12754 * gdb.java/jmisc1.exp: Ditto.
12755
56401cd5
AC
127562004-07-07 Andrew Cagney <cagney@gnu.org>
12757
12758 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12759 corrupting the PC.
12760
44ae2f6a
MC
127612004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12762
12763 * gdb.cp/templates.exp: Accept whitespace change in demangler
12764 output.
12765
45a83408
AC
127662004-07-06 Andrew Cagney <cagney@gnu.org>
12767
12768 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12769
d205ad70
MC
127702004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12771
12772 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12773 * lib/compiler.cc: Likewise.
12774
06ea1a61
MC
127752004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12776
12777 * lib/compiler.cc: Work around string preprocessing problem
12778 with old hp c++ compiler.
12779 * lib/compiler.c: Likewise.
12780
daab1251
CV
127812004-06-29 Corinna Vinschen <vinschen@redhat.com>
12782
12783 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12784 directives to conditionalize symbol prefixing.
12785 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12786 additional_flags handling. Add underscore prefix for Cygwin.
12787 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12788 conditionalize symbol prefixing.
12789 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12790 additional_flags handling. Add underscore prefix for Cygwin.
12791
cc984116
CV
127922004-06-29 Corinna Vinschen <vinschen@redhat.com>
12793
12794 * gdb.base/bigcore.exp: Skip test on Cygwin.
12795
c279b077
MC
127962004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12797
12798 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12799 formats for "info register". Use gdb_test_multiple. Fix
12800 the "invalid register" test.
12801
0e915747
CV
128022004-06-28 Corinna Vinschen <vinschen@redhat.com>
12803
12804 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12805 PID for Cygwin. Add Cygwin specific strings to check for in some
12806 tests.
12807 (do_attach_tests): Add a test for user interaction when attaching
12808 to a process with no matching symbol table already loaded.
12809
11422c86
AC
128102004-06-26 Andrew Cagney <cagney@gnu.org>
12811
12812 Test PR java/1567 and PR java/1565.
12813 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12814 * gdb.java/jmisc2.exp: Delete file.
12815
cefbce26
MC
128162004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12817
12818 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12819
e19f872c
CV
128202004-06-25 Corinna Vinschen <vinschen@redhat.com>
12821
12822 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12823 attach process.
12824
d931ba3b
MC
128252004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12826
12827 * gdb.cp/pr-1553.exp: Remove.
12828
aef68c48
MC
128292004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12830
12831 * gdb.cp/pr-1553.cc: Remove.
12832 * gdb.cp/pr-1553.exp: Disable this test.
12833
8d5df71a
JB
128342004-06-20 Jim Blandy <jimb@redhat.com>
12835
a9c64011 12836 Fix PR testsuite/1680.
8d5df71a
JB
12837 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12838 regular expressions.
12839
4ac6f39d
MC
128402004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12841
12842 Fix PR testsuite/1679.
12843 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12844 Issue an UNSUPPORTED result instead.
12845
1b413552
JB
128462004-06-18 Jim Blandy <jimb@redhat.com>
12847
12848 * gdb.base/charset.exp: Only send a control-C if we see a new
12849 prompt and incomplete command.
12850
6daa6ebd
MC
128512004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12852
12853 * gdb.cp/pr-574.cc: Add copyright notice.
12854
51fa4ae0
JB
128552004-06-17 Jim Blandy <jimb@redhat.com>
12856
12857 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12858 cases where the regexp has no groups; this grabs random text from
12859 the previous test suite, whatever that was.
12860
8fea26c5
MC
128612004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12862
12863 * gdb.cp/printmethod.cc: Add copyright notice.
12864
1e3aeb41
MC
128652004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12866
12867 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12868
9d9030bc
AC
128692004-06-16 Andrew Cagney <cagney@gnu.org>
12870
12871 * gdb.base/signull.c: Update copyright. Include <string.h>.
12872 (bowler): Replace data_pointer with data_read
12873 and data_write cases. Add code_descriptor case.
12874 (zero, desc): New array and pointer.
12875 (data, code): Change to simple pointers.
12876 * gdb.base/signull.exp: Fix probe pattern matching a function
12877 descriptor SIGSEGV. Replace data_pointer with data_read and
12878 data_write tests.
12879
acd4ad44
AC
128802004-06-16 Andrew Cagney <cagney@gnu.org>
12881
12882 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12883
08fd625c
MC
128842004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12885
12886 * gdb.base/long_long.c: Add copyright notice.
12887
1903502c
MC
128882004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12889
12890 * gdb.base/long_long.exp: Remove reference to
12891 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12892 to gdb_breakpoint and gdb_continue_to_breakpoint.
12893
83313cb1
JB
128942004-06-14 Jim Blandy <jimb@redhat.com>
12895
12896 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12897 endian case.
12898
1bf404ef
AC
128992004-06-14 Andrew Cagney <cagney@gnu.org>
12900
12901 * gdb.base/gcore.exp (capture_command_output): Delete the always
12902 passing tests containing inferior values.
12903 * gdb.base/ending-run.exp: Do not include the breakpoint address
12904 in the test message. Update copyright.
12905 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12906 size in the test name, use gdb_test_multiple. Update copyright.
12907
ef220b33
MC
129082004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12909
12910 * gdb.cp/ref-types.cc: Add copyright notice.
12911
4f70a4c9
MC
129122004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12913
12914 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12915 hp_aCC_compiler.
12916 * lib/compiler.cc: Likewise.
12917 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12918 'set' commands. Log diagnostics for other lines. Set
12919 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12920
335928ac
MC
129212004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12922
12923 * gdb.cp/try_catch.cc: Add copyright notice.
12924
2efb12e8
MC
129252004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12926
12927 * gdb.cp/userdef.cc: Add copyright notice.
12928
0bbed51a
MC
129292004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12930
12931 * gdb.cp/virtfunc.cc: Add copyright notice.
12932
e12a46c9
RC
129332004-06-11 Randolph Chung <tausq@debian.org>
12934
12935 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12936 problem.
12937
338e05af
AC
129382004-06-10 Andrew Cagney <cagney@gnu.org>
12939
12940 * lib/compiler.cc, lib/compiler.c: Append either
12941 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12942 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12943 instead of gcc-3-3.
12944
dc3f10cb
AC
129452004-06-09 Andrew Cagney <cagney@gnu.org>
12946
b4d946af
AC
12947 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12948 gdb/1455, bug is specific to "long long" and "double".
a9c64011 12949
dc3f10cb
AC
12950 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12951 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12952 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12953 fixed.
12954
b5c0bfa2
AC
129552004-06-09 Andrew Cagney <cagney@gnu.org>
12956
12957 * gdb.base/structs.exp (test_struct_returns): Replace
12958 "return_value_unknown" and "finish_value_unknown" by
12959 "return_value_known" and "finish_value_known". Instead of
12960 "return_value_unknown" iff "finish_value_unknown", check
12961 "return_value_known" implies "finish_value_known".
12962
caeb605f
MH
129632004-06-08 Martin Hunt <hunt@redhat.com>
12964
12965 * gdb.base/float.exp: Add pattern for mips targets.
12966
c892bb64
RC
129672004-06-08 Randolph Chung <tausq@debian.org>
12968
12969 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12970 message for unknown architectures more clear.
12971
48306d3e
JB
129722004-06-08 Joel Brobecker <brobecker@gnat.com>
12973
12974 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12975 start the execution of the program.
12976
83ecb59f
JB
129772004-06-07 Jim Blandy <jimb@redhat.com>
12978
12979 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12980 * gdb.arch/i386-cpuid.h: New helper file.
12981
55264cb4
RC
129822004-06-07 Randolph Chung <tausq@debian.org>
12983
12984 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12985 has started.
12986
23cadb28
RM
129872004-06-04 Roland McGrath <roland@redhat.com>
12988
12989 Fix PR gdb/1647.
12990 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12991 differently to be robust to output buffering differences.
12992
51d01eda
MC
129932004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12994
12995 * gdb.threads/pthreads.exp: Update copyright years.
12996 (check_control_c): Change asynchronous 'after' to synchronous.
12997
f4fc3b93
RM
129982004-06-04 Roland McGrath <roland@redhat.com>
12999
13000 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
13001 next gdb prompt.
13002
4013522b
MC
130032004-06-02 Michael Chastain <mec.gnu@mindspring.com>
13004
13005 Fix PR gdb/1636.
13006 * gdb.threads/manythreads.exp: Change asynchronous 'after'
13007 calls to synchronous.
13008
7a8f1e6b
JB
130092004-05-26 Jim Blandy <jimb@redhat.com>
13010
13011 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
13012
81bb3443
RC
130132004-05-24 Randolph Chung <tausq@debian.org>
13014
13015 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
13016 * gdb.asm/pa.inc: New file.
13017
8f5a3103
MK
130182004-05-22 Mark Kettenis <kettenis@gnu.org>
13019
13020 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
13021
734b8fe8 130222004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 13023 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
13024
13025 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
13026 GDB prompt.
13027
725603e1
UW
130282004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13029
f4fc3b93 13030 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
13031 setjmp/longjmp. Use sigaction instead of signal.
13032
8b923272 130332004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 13034 Michael Snyder <msnyder@redhat.com>
8b923272
JB
13035
13036 * gdb.threads/pthread_cond_wait.c: New file.
13037 * gdb.threads/pthread_cond_wait.exp: New testcase.
13038
8bfabb04
AC
130392004-05-13 Andrew Cagney <cagney@redhat.com>
13040
13041 * gdb.base/signull.exp, gdb.base/signull.c: New files.
13042 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
13043
42edda50
AC
130442004-05-11 Andrew Cagney <cagney@redhat.com>
13045
13046 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
13047 fixed but revealed gdb/1639.
13048
d303a6c7
AC
130492004-05-10 Andrew Cagney <cagney@redhat.com>
13050
13051 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
13052 func1" and "next to 2nd alarm", kernel bug avoided.
13053
bf08c2a1
DJ
130542004-05-10 Daniel Jacobowitz <dan@debian.org>
13055
13056 PR external/1568
13057 * gdb.base/bigcore.exp: Check the size of the dumped core file.
13058 XFAIL if it is smaller than bytes_allocated.
13059 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
13060 (main): Make chunks_allocated unsigned. Correct comment.
13061
c0586a34
JB
130622004-05-07 Joel Brobecker <brobecker@gnat.com>
13063
13064 * gdb.arch/powerpc-aix-prologue.c: New file.
13065 * gdb.arch/powerpc-aix-prologue.exp: New file.
13066
f2785d12
JB
130672004-05-07 Jim Blandy <jimb@redhat.com>
13068
13069 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
13070 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
13071
bd7f6e30
JB
130722004-05-06 Joel Brobecker <brobecker@gnat.com>
13073
13074 * gdb.base/sep.exp: No longer setup_kfail when the program was
13075 built with dwarf2.
13076
0a5e7efe
JI
130772004-05-05 Jim Ingham <jingham@apple.com>
13078
13079 * gdb.base/pending.exp: Make sure pending breakpoints
13080 preserve the ignore count.
f4fc3b93 13081
a8958849
MK
130822004-04-27 Jerome Guitton <guitton@gnat.com>
13083
13084 * i386-prologue.exp: Add testcase for jump instruction as first
13085 instruction of the real code.
13086 * i386-prologue.c (jump_at_beginning): New function.
13087
7e103f5b
MK
130882004-04-28 Mark Kettenis <kettenis@gnu.org>
13089
13090 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
13091 x86_64-*-*.
13092
5d38b224
MK
130932004-04-28 Mark Kettenis <kettenis@gnu.org>
13094
13095 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
13096 i*86-*-*.
13097
0ef32fd9
MK
130982004-04-25 Mark Kettenis <kettenis@gnu.org>
13099
13100 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
13101 expression that checks the return type.
13102
71d7dd7c
AC
131032004-04-23 Andrew Cagney <cagney@redhat.com>
13104
13105 * gdb.base/call-sc.exp: New test of scalar call/return values.
13106 * gdb.base/call-sc.c: Ditto.
13107
1e9f977e
JJ
131082004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13109
13110 * gdb.threads/manythreads.c: Reduce thread stack size.
13111
899d9e3a
JJ
131122004-04-23 Jeff Johnston <jjohnstn@redhat.com>
13113
13114 * gdb.threads/manythreads.c: Add copyright notice.
13115
61bcae62
AC
131162004-04-23 Andrew Cagney <cagney@redhat.com>
13117
13118 * gdb.base/siginfo.exp: Better handle step out of signal.
13119 * gdb.base/sigstep.exp: Ditto.
13120
7339a42e 131212004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 13122 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
13123
13124 * gdb.threads/manythreads.c: New testcase.
13125 * gdb.threads/manythreads.exp: Ditto.
13126
5c98409b
JB
131272004-04-22 Jim Blandy <jimb@redhat.com>
13128
13129 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
13130 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
13131
3b611f1a
MC
131322004-04-21 Michael Chastain <mec.gnu@mindspring.com>
13133
13134 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
13135
f0fd9238
AC
131362004-04-21 Andrew Cagney <cagney@redhat.com>
13137
13138 * gdb.base/sigstep.c: New file.
13139 * gdb.base/sigstep.exp: New file.
13140
90990674
JB
131412004-04-16 Joel Brobecker <brobecker@gnat.com>
13142
13143 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
13144 call to observer_notify_normal_stop.
13145
78cef34b
AC
131462004-04-15 Andrew Cagney <cagney@redhat.com>
13147
13148 * gdb.base/siginfo.c: New file.
13149 * gdb.base/siginfo.exp: New file.
13150
d2343407
JB
131512004-04-12 J. Brobecker <brobecker@gnat.com>
13152
13153 * gdb.base/sep.exp: Fix typo in comment.
13154
a2dba3c8
JB
131552004-04-12 J. Brobecker <brobecker@gnat.com>
13156
13157 * gdb.base/sep.c: New file.
13158 * gdb.base/sep-proc.c: New file.
13159 * gdb.base/sep.exp: New testcase.
13160
15f7b60e
MK
131612004-04-09 Mark Kettenis <kettenis@gnu.org>
13162
13163 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
13164 support.
13165
44f4de1a
AC
131662004-04-05 Andrew Cagney <cagney@redhat.com>
13167
13168 * gdb.base/sigaltstack.c: New file.
13169 * gdb.base/sigaltstack.exp: New file.
13170
ef04f396
JB
131712004-04-04 Joel Brobecker <brobecker@gnat.com>
13172
13173 * gdb.base/foll-fork.exp: Update the expected output for
13174 "help set follow-fork-mode", to match a change that was made
13175 to the help of this variable on 2004-01-13.
13176
d40d2c92
JB
131772004-04-01 Joel Brobecker <brobecker@gnat.com>
13178
13179 * lib/ada.exp: Add copyright notice.
13180 * bar.ads: Likewise.
13181 * bar.adb: Likewise.
13182 * null_record.adb: Likewise.
13183 * null_record.exp: Likewise.
13184 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
13185
f86ef5a3
JB
131862004-04-01 Joel Brobecker <brobecker@gnat.com>
13187
13188 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
13189 * configure: Regenerate.
13190
414e70e3
JB
131912004-04-01 Joel Brobecker <brobecker@gnat.com>
13192
13193 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
13194 to build the application. Remove the message printed when in
13195 verbose mode, redundant with the UNSUPPORTED message above.
13196
f0aaee49
JB
131972004-03-31 Joel Brobecker <brobecker@gnat.com>
13198
13199 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
13200 * gdb.ada (null_record.exp): New testcase.
13201
ac81cb54
JB
132022004-03-31 Joel Brobecker <brobecker@gnat.com>
13203
13204 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
13205
854af2f7
JB
132062004-03-31 Joel Brobecker <brobecker@gnat.com>
13207
13208 * gdb.ada: New subdirectory.
13209 * gdb.ada/Makefile.in: New file.
13210 * gdb.ada/gnat_ada.gpr.in: New file.
13211
034cb681
JB
132122004-03-31 Joel Brobecker <brobecker@gnat.com>
13213
13214 * lib/ada.exp: New file.
13215
78a1a894
DJ
132162004-03-24 Daniel Jacobowitz <drow@mvista.com>
13217
13218 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
13219 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
13220
4b2b3b3e
AC
132212004-03-22 Andrew Cagney <cagney@redhat.com>
13222
13223 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
13224 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
13225 Problem identified by Ulrich Weigand.
13226
23c73aa3
DC
132272004-03-17 David Carlton <carlton@kealia.com>
13228
13229 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
13230 PR c++/826.
13231
d63a86f8
RM
132322004-03-16 Roland McGrath <roland@redhat.com>
13233
13234 * gdb.base/auxv.exp: New file.
13235 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
13236
0e02aa50
DC
132372004-03-12 David Carlton <carlton@kealia.com>
13238
13239 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
13240 * gdb.cp/pr-1553.cc: Ditto.
13241 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
13242 pass branch.
13243
c20b71be
MC
132442004-03-12 Michael Chastain <mec.gnu@mindspring.com>
13245
13246 * gdb.cp/templates.exp: Accept more template types.
13247
c7414a01
MC
132482004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13249
13250 From Corinna Vinschen with modifications.
13251 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
13252 local variable obj_with_enum.
13253 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
13254 results with obj_with_enum.
13255
ed69573c
MC
132562004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13257
13258 * gdb.cp/classes.cc: New file, copied from misc.cc.
13259 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
13260
28301461
MC
132612004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13262
13263 * gdb.cp/misc.cc: Add copyright notice.
13264
1198ecbe
DC
132652004-03-05 David Carlton <carlton@kealia.com>
13266
13267 * gdb.cp/rtti.exp: Add 'print *obj3' test.
13268 * gdb.cp/rtti.h: Update copyright.
13269 (namespace n2::n3): New.
13270 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
13271 (n2::n3::func3): New.
13272 (main): Call n2::n3::func3.
13273 * gdb.cp/rtti2.cc: Update copyright.
13274 (n2::create3): New.
13275
9e08c470
MK
132762004-03-04 Mark Kettenis <kettenis@gnu.org>
13277
13278 * gdb.asm/openbsd.inc: Fix typo.
13279
4bebc3aa
FF
132802004-03-03 Fred Fish <fnf@redhat.com>
13281
13282 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
13283 "val" instead of unused "size". Update copyright year.
13284
6ea9fb37
DJ
132852004-02-29 Daniel Jacobowitz <drow@mvista.com>
13286
13287 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
13288 to use unsigned char.
13289 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
13290 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
13291
23b23974
DJ
132922004-02-29 Daniel Jacobowitz <drow@mvista.com>
13293
13294 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
13295 line of output.
13296
7574fd53
DJ
132972004-02-28 Daniel Jacobowitz <drow@mvista.com>
13298
13299 * gdb.base/relocate.c (dummy): Initialize.
13300
a195357f
DJ
133012004-02-28 Daniel Jacobowitz <drow@mvista.com>
13302
13303 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
13304 a breakpoint at exit.
13305
72fd54a9
FF
133062004-02-27 Fred Fish <fnf@redhat.com>
13307
13308 * gdb.base/chng-syms.exp: Add expect condition to match failing
13309 case that isn't a timeout.
13310
b9d23137
AC
133112004-02-27 Andrew Cagney <cagney@redhat.com>
13312
13313 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
13314 support.
13315
15d208f6 133162004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 13317
15d208f6
FF
13318 * gdb.arch/gdb1431.c: Remove.
13319 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
13320 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
13321 of "until" incorrectly.
13322
98f9cd2d
JB
133232004-02-26 J. Brobecker <brobecker@gnat.com>
13324
13325 * gdb.cp/class2.cc (empty): New class.
13326 (refer): New function.
13327 (main): Declare an object of type empty and use it.
13328 * gdb.cp/class2.exp: Print the value of an object of type empty.
13329
9b50c11b
JJ
133302004-02-26 Jeff Johnston <jjohnstn@redhat.com>
13331
13332 * gdb.base/langs.exp: Update query string to match the
13333 new nquery format used for pending breakpoints.
13334
0dcd613f
AC
133352004-02-26 Andrew Cagney <cagney@redhat.com>
13336
13337 Fix PR i18n/1570.
13338 * gdb.base/charset.c: Update copyright notice.
13339 (main, init_string): Remove the escape character '\e' tests.
13340 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
13341 * gdb.base/charset.exp (valid_host_charset): Ditto.
13342 * gdb.base/setvar.exp: Ditto.
13343
b8a56647
AC
133442004-02-24 Andrew Cagney <cagney@redhat.com>
13345
90d59e34
AC
13346 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
13347 mmapped data in core file" PASS and FAIL messages consistent.
13348
b8a56647
AC
13349 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
13350 setting a breakpoint. Work around PR java/1565.
13351
9f27c604
JJ
133522004-02-23 Jeff Johnston <jjohnstn@redhat.com>
13353
13354 * lib/gdb.exp (gdb_breakpoint): Update query string to match
13355 new nquery format.
13356 * gdb.base/pending.exp: Ditto.
13357
3224a706
MK
133582004-02-22 Mark Kettenis <kettenis@gnu.org>
13359
13360 * configure.in: Run stabs tests on *BSD.
13361 * configure: Regenerated.
13362
41e0a9ca
MK
133632004-02-21 Mark Kettenis <kettenis@gnu.org>
13364
13365 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
13366
1e1b3428
FF
133672004-02-20 Fred Fish <fnf@redhat.com>
13368
13369 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
13370 blank in test for "returns short", for consistency with other
13371 "returns xxx" tests. Update copyright year.
13372
f9a7572a
FF
133732004-02-19 Fred Fish <fnf@redhat.com>
13374
13375 New testcase for PR breakpoint/1558.
13376 * gdb.arch/gdb1558.exp: New file.
13377 * gdb.arch/gdb1558.c: New file.
13378
b2ce2854
EZ
133792004-02-19 Elena Zannoni <ezannoni@redhat.com>
13380
13381 * gdb.base/nodebug.exp: Fix typo.
13382
e7c9ff01
JB
133832004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13384
13385 Committed by Jim Blandy <jimb@redhat.com>.
13386
62f4b920
JB
13387 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
13388
2db536a1
JB
13389 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
13390
e7c9ff01
JB
13391 * gdb.base/float.exp: Support s390*-*-* targets.
13392
f3205b34
AF
133932004-02-17 Adam Fedor <fedor@gnu.org>
13394
13395 * gdb.base/gdb1555.exp: New file.
13396 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
13397
9d62932d
EZ
133982004-02-17 Elena Zannoni <ezannoni@redhat.com>
13399
13400 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
13401
344c9711
FF
134022004-02-16 Fred Fish <fnf@redhat.com>
13403
13404 * gdb.arch/gdb1291.c: Remove
13405 * gdb.arch/gdb1291.s: New test input file.
13406 * gdb.arch/gdb1291.exp: Expand test to check case that should not
13407 fail. Test for correct result, known incorrect result, other
13408 failures and timeouts.
13409
2d822687
AC
134102004-02-16 Andrew Cagney <cagney@redhat.com>
13411
13412 * gdb.base/bigcore.exp: New file.
13413 * gdb.base/bigcore.c: New file.
13414
dac15b66
AC
134152004-02-13 Andrew Cagney <cagney@redhat.com>
13416
13417 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
13418 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
13419 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
13420 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
13421 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
13422 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
13423 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
13424 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
13425 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
13426 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
13427
6bdfc2c4
JJ
134282004-02-11 Jeff Johnston <jjohnstn@redhat.com>
13429
13430 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
13431 executed is an alloc instruction.
13432
87b3ede8
DC
134332004-02-11 David Carlton <carlton@kealia.com>
13434
13435 * gdb.cp/breakpoint.exp: New.
13436 * gdb.cp/breakpoint.cc: New.
13437
6e19e2bf
MC
134382004-02-11 Michael Chastain <mec.gnu@mindspring.com>
13439
13440 Partial fix for PR gdb/1543.
13441 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
13442 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
13443 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
13444 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
13445 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
13446 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
13447 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
13448 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
13449 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
13450 to bug-gdb@prep.ai.mit.edu .
13451 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
13452 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
13453 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
13454 Likewise.
13455
5c5455dc
AC
134562004-02-10 Andrew Cagney <cagney@redhat.com>
13457
13458 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
13459 using gdb_internal_error_resync.
13460
9cf689d7
DJ
134612004-02-09 Daniel Jacobowitz <drow@mvista.com>
13462
13463 * gdb.threads/thread-specific.exp: Stop early if no threads are
13464 found.
13465
d2dc51db
MC
134662004-02-09 Michael Chastain <mec.gnu@mindspring.com>
13467
13468 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
13469
14b1a056
DJ
134702004-02-08 Daniel Jacobowitz <drow@mvista.com>
13471
13472 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
13473 breakpoints.
13474
83f66e8f
DJ
134752004-02-07 Daniel Jacobowitz <drow@mvista.com>
13476
13477 * config/sim.exp (gdb_load): Handle $arg == "".
13478 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
13479 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
13480
30fc0091
EZ
134812004-02-07 Elena Zannoni <ezannoni@redhat.com>
13482
a9c64011
AS
13483 * gdb.base/maint.exp: Update test to reflect
13484 obstack changes.
30fc0091 13485
4d806929
JJ
134862004-02-04 Jeff Johnston <jjohnstn@redhat.com>
13487
13488 * gdb.base/pendshr.c (pendfunc): New function that calls
13489 pendfunc1.
13490 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
13491
7bfdd688
FF
134922004-02-04 Fred Fish <fnf@redhat.com>
13493
13494 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
13495 function symbols and update copyright years.
13496 * gdb.arch/gdb1291.c: Ditto.
13497
aaa08ee4
MC
134982004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13499
13500 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
13501
dbad7755
MC
135022004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13503
13504 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
13505
ec4646ef
MC
135062004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13507
13508 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
13509
1b802196
FF
135102004-02-02 Fred Fish <fnf@redhat.com>
13511
13512 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
13513 remote targets. Update copyright years.
13514
18fe2033
JJ
135152004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13516
13517 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
13518 support.
13519 * gdb.base/langs.exp: Fix test which attempts to create
13520 breakpoint on non-existent function to handle new pending
13521 support.
13522 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
13523 a breakpoint.
13524 * gdb.base/pending.exp: New test.
13525 * gdb.base/pending.c: New file.
13526 * gdb.base/pendshr.c: Ditto.
13527
8d577d32
DC
135282004-02-02 David Carlton <carlton@kealia.com>
13529
13530 * gdb.cp/overload.exp: Add overloadNamespace tests.
13531 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
13532 (overloadNamespace, XXX): New.
13533 (main): Call XXX::marker2.
13534
3ad13771
FF
135352004-02-01 Fred Fish <fnf@redhat.com>
13536
13537 * gdb.base/dump.exp: Use runto_main instead of "runto main".
13538 * gdb.base/finish.exp: Ditto.
13539 * gdb.base/gcore.exp: Ditto.
13540 * gdb.base/huge.exp: Ditto.
13541 * gdb.base/info-proc.exp: Ditto.
13542 * gdb.base/return2.exp: Ditto.
13543 * gdb.threads/gcore-thread.exp: Ditto.
13544
44c75849
DJ
135452004-02-01 Daniel Jacobowitz <drow@mvista.com>
13546
13547 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
13548
005bc093
MK
135492004-02-01 Mark Kettenis <kettenis@gnu.org>
13550
13551 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
13552 that opening the file succeeds on OpenBSD.
13553
c47cebdb
DJ
135542004-02-01 Daniel Jacobowitz <drow@mvista.com>
13555
13556 * gdb.threads/thread-specific.c: New file.
13557 * gdb.threads/threads-specific.exp: New test script.
13558 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
13559 to expect_out.
13560
5a01311c
MK
135612004-02-01 Mark Kettenis <kettenis@gnu.org>
13562
13563 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
13564 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
13565 only on the "print_small_structs from print_long_arg_list" test.
13566
ce22a4f1
DJ
135672004-02-01 Daniel Jacobowitz <drow@mvista.com>
13568
13569 * gdb.base/completion.exp: Kill a stray backslash.
13570
13571 From Jim Ingham <jingham@apple.com>:
13572 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
13573 agrees with the result from sending a tab.
13574
abbab9d3
DJ
135752004-01-31 Daniel Jacobowitz <drow@mvista.com>
13576
13577 * gdb.base/chng-syms.exp: Remove stray newline.
13578
53904d1e
MK
135792004-01-31 Mark Kettenis <kettenis@gnu.org>
13580
13581 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
13582 *-*-openbsd*.
13583 * gdb.asm/openbsd.inc: New file.
13584
3a4b3aac
MK
135852004-01-30 Mark Kettenis <kettenis@gnu.org>
13586
13587 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
13588 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
13589 *-*solaris2*. Remove commented out default settings for
13590 asm-flags. Replace gdb_compile with target_link.
13591
ebac27b4
MC
135922004-01-29 Michael Chastain <mec.gnu@mindspring.com>
13593
13594 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
13595 for all tests. Remove old hp-ux and cygnus xfail cases.
13596
d8679d84
PH
135972004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
13598
13599 * gdb.base/chng-syms.exp: New file.
13600 * gdb.base/chng-syms.c: New file.
13601
0a55bc22
MC
136022004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13603
13604 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
13605 Provide arms for current output in all my configurations.
13606
94b8e876
MC
136072004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13608
13609 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
13610 * lib/compiler.cc: Likewise.
13611 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
13612 get the right preprocessor. Eval the output directly. Remove
13613 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
13614 hp_f77_compiler and hp_f90_compiler completely.
13615 (gdb_preprocess): Delete.
13616 (get_compiler): Delete.
13617
7cf03d44
MK
136182004-01-24 Mark Kettenis <kettenis@gnu.org>
13619
13620 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
13621 <string.h>.
13622
68b6dce9
NR
136232004-01-24 Nick Roberts <nick@nick.uklinux.net>
13624
13625 * gdb.mi/mi-stack.exp: Update copyright.
13626
b368761e
DC
136272004-01-23 David Carlton <carlton@kealia.com>
13628
13629 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
13630 test for cp_lookup_transparent_type.
13631 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
13632 call them.
13633
f2061b53
DJ
136342004-01-23 Daniel Jacobowitz <drow@mvista.com>
13635
13636 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
13637 after -var-update.
13638
37fc574a
DC
136392004-01-23 David Carlton <carlton@kealia.com>
13640
13641 * gdb.cp/namespace.cc (C::ensureRefs): New.
13642 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
13643
8e94b928
NR
136442004-01-20 Nick Roberts <nick@nick.uklinux.net>
13645
13646 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
13647 case "-stack-list-locals 2".
13648 * gdb.mi/mi-var-child.exp: Test for case
13649 "-var-list-children --all-values NAME".
13650
997b0952
MC
136512004-01-18 Michael Chastain <mec.gnu@mindspring.com>
13652
13653 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
13654
52470da3
MK
136552004-01-18 Mark Kettenis <kettenis@gnu.org>
13656
7049b4b8
MK
13657 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
13658 used with gdb_test_multiple.
13659
52470da3
MK
13660 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
13661 read at address 0. This fixes PR testsuite/1504.
13662
da6012e5
DJ
136632004-01-18 Daniel Jacobowitz <drow@mvista.com>
13664
13665 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
13666 Remove downloading, guessing the host executable, the calls to
13667 gdb_file_cmd and gdb_target_cmd, and "load" support.
13668 (infer_host_exec): New function broken out from gdb_load.
13669 (gdb_load): New wrapper for gdbserver_gdb_load.
13670 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
13671 gdb_target_cmd. Use -target-select.
13672 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
13673 Download binaries to the host. Clear last_mi_remote_file when
13674 we load a new binary.
13675 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
13676 call gdbserver_gdb_load and mi_gdb_target_cmd.
13677
32c70722
MC
136782004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13679
13680 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
13681 type patterns.
13682
b0cecf36
MC
136832004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13684
13685 * gdb.cp/templates.exp: Fix typo in test name of
13686 "print Foo<volatile char*>::foo".
13687
4120d7e6
MC
136882004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13689
13690 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
13691
f679e530
BE
136922004-01-16 Ben Elliston <bje@wasabisystems.com>
13693
13694 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
13695 (clean mostlyclean): Remove empty rm.
13696
091c48f6
MC
136972004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13698
13699 * gdb.base/setvar.exp: Add copyright years.
13700
3e5fc8d2
DC
137012004-01-14 David Carlton <carlton@bactrian.org>
13702
13703 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
13704 PR c++/1511 and update coment.
13705 * gdb.cp/templates.exp: Update patterns to match current output.
13706 If changes involve something other than whitespace, KFAIL
13707 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
13708
63d06c5c
DC
137092004-01-14 David Carlton <carlton@kealia.com>
13710
13711 * gdb.cp/namespace.exp: Add tests involving classes defined within
13712 namespaces.
13713 * gdb.cp/namespace.cc (C::CClass): New.
13714 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13715
a51dab88
EZ
137162004-01-14 Elena Zannoni <ezannoni@redhat.com>
13717
13718 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13719 what debug info we have. Print a better message if something goes
13720 wrong while producing the separate debug info file.
13721
a476ccc9
MC
137222004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13723
13724 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13725
f453692c
MC
137262004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13727
13728 * gdb.base/callfuncs.c: Add copyright notice.
13729
f40063a5
MC
137302004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13731
13732 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13733 inheritance. PR gdb/1498, PR gcc/13539.
13734
19ac3974
EZ
137352004-01-13 Elena Zannoni <ezannoni@redhat.com>
13736
a9c64011
AS
13737 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13738 test specific name.
13739 * gdb.mi/gdb669.exp: Ditto.
13740 * gdb.mi/mi-pthreads.exp: Ditto.
13741 * gdb.mi/mi1-pthreads.exp: Ditto.
13742 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 13743
56c97c6e
MC
137442004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13745
13746 * gdb.cp/member-ptr.cc: Add copyright notice.
13747
a0644324
MC
137482004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13749
13750 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13751 some patterns for recent versions of gcc and hpacc. Delete
13752 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13753 Delete tests that access a NULL pointer-to-member-data. This
13754 script is still disabled for gcc.
13755
32fabe09
EZ
137562004-01-12 Elena Zannoni <ezannoni@redhat.com>
13757
13758 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 13759 escaped correctly.
32fabe09 13760
1f8a6abb
EZ
137612004-01-12 Elena Zannoni <ezannoni@redhat.com>
13762
13763 * gdb.base/sepdebug.exp: New file.
13764 * gdb.base/sepdebug.c: New file.
13765 * lib/gdb.exp (separate_debug_filename): New procedure.
13766 (gdb_gnu_strip_debug): New procedure.
13767
48efe704
AC
137682004-01-12 Andrew Cagney <cagney@redhat.com>
13769
13770 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13771 * gdb.mi/ChangeLog-1999-2003: New file.
13772
a9415475
AC
137732004-01-12 Andrew Cagney <cagney@redhat.com>
13774
13775 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13776 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13777 or EEXIST", treat EBUSY as an XFAIL.
13778
83b8cf9d
MC
137792004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13780
13781 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13782 hp_cc_compiler.
13783
9939d2a8
MC
137842004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13785
13786 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13787 decorations.
13788
1ff8cadf
MC
137892004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13790
13791 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13792 and "(aCC)" decorations. Remove obsolete doco about old
13793 test results.
13794
6fa9022e
MC
137952004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13796
13797 * gdb.cp/exception.exp: Fix typo in doco.
13798
209721fe
MK
137992004-01-09 Mark Kettenis <kettenis@gnu.org>
13800
13801 * gdb.base/gdb1476.exp: Fix typo.
13802
ef11303e
MC
138032004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13804
13805 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13806 file.
13807
041ab88c
MC
138082004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13809
13810 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13811 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13812 Use gdb_compile. Remove restriction on gcc. Add some patterns
13813 for recent version of gdb. Delete second half, which was a copy
13814 of the first half with different build flags. This test is
13815 still disabled because it is still not ready for production.
13816
e36d075a
MC
138172004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13818
13819 * gdb.cp/exception.cc: Add copyright notice.
13820 * gdb.cp/exception.exp: Add a notice that this file is broken
13821 because of line number changes caused by addition of copyright
13822 notice.
13823
42b190ad
MC
138242004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13825
13826 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13827 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13828
8f25f06b
MC
138292004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13830
13831 * gdb.cp/classes.exp: Accept gnu abi 2.
13832 * gdb.cp/derivation.exp: Likewise.
13833 * gdb.cp/overload.exp: Likewise.
13834 * gdb.cp/virtfunc.exp: Likewise.
13835
06ded8b8
MC
138362004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13837
13838 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13839 semicolon after end of function.
13840
77c26ae3
MC
138412004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13842
13843 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13844 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13845 boilerplate code for compiling and running the program under
13846 test. Add some string method tests.
13847
20757486
MC
138482004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13849
13850 * gdb.cp/bs15503.cc: Add copyright notice.
13851 * gdb.cp/bs15503.exp: Adjust line number.
13852
0fd3b503
MC
138532004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13854
13855 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13856 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13857
10d1bea8
MC
138582004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13859
13860 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13861 hp_cc_compiler.
13862
2789202a
MC
138632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13864
13865 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13866 * gdb.cp/ctti.exp: Use the marker instead of "next".
13867 With gcc, run further before bailing.
13868
b862f14c
MC
138692004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13870
13871 * gdb.cp/cttiadd.cc: Add copyright notice.
13872 * gdb.cp/cttiadd1.cc: Likewise.
13873 * gdb.cp/cttiadd2.cc: Likewise.
13874 * gdb.cp/cttiadd3.cc: Likewise.
13875
96da2469
MC
138762004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13877
13878 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13879 Use gdb_test, gdb_test_multiple. Use floating-point values that
13880 have exact representations in IEEE-ish formats.
13881
053248ff
MC
138822004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13883
13884 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13885 compilers. Delete duplicate call to get_compiler_info.
13886 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13887 * gdb.base/volatile.exp: Likewise.
13888
84acecdd
MK
138892004-01-07 Mark Kettenis <kettenis@gnu.org>
13890
13891 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13892 memory at address 0.
13893
fe11a27f
MC
138942004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13895
13896 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13897 to test for hp-ux assembler. Fix copyright years.
13898
60ad077b
AC
138992004-01-07 Andrew Cagney <cagney@redhat.com>
13900
13901 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13902
1c9b8f33
AC
139032004-01-07 Andrew Cagney <cagney@redhat.com>
13904
13905 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13906 when creating the read-only file. From analysis by Roland McGrath
13907 and Elena Zannoni.
13908
753ccc7a
MC
139092004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13910
13911 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13912
eca3e36b
MC
139132004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13914
13915 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13916 data pointers.
13917
f8d4bac4
MC
139182004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13919
13920 * gdb.cp/m-static.exp: Compile one source file at a time.
13921 Delete unused call to get_compiler_info.
13922
9b4e0f94
MC
139232004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13924
13925 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13926 * gdb.base/call-rt-st.exp: Likewise.
13927 * gdb.base/nodebug.exp: Likewise.
13928 * gdb.base/volatile.exp: Likewise.
13929 * gdb.cp/ref-types.exp: Likewise.
13930 * gdb.cp/templates.exp: Likewise.
13931
023c1024
MK
139322004-01-05 Mark Kettenis <kettenis@gnu.org>
13933
13934 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13935
19703c4a
MC
139362004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13937
13938 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13939 hppa*-hp-hpux*.
13940
18b67037
MK
139412004-01-04 Mark Kettenis <kettenis@gnu.org>
13942
ba6219c8
MK
13943 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13944 x86_64-*-*.
13945
18b67037
MK
13946 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13947 sparc64-*-* and sparc*-solaris2*.
13948
1bfbbb9d
MK
139492004-01-04 Mark Kettenis <kettenis@gnu.org>
13950
13951 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13952 return ${tests}" test. The ${tests} already mentions the
13953 filename.
13954
06846494
MC
139552004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13956
13957 * gdb.cp/local.exp: Accept gcc abi 2.
13958
3b0cb202
MC
139592004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13960
13961 * gdb.cp/templates.exp: Accept gcc abi 2.
13962
0643ec3f
MC
139632004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13964
13965 * lib/compiler.cc: Remove supports_template_debugging.
13966 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13967
d231d0b1
MC
139682004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13969
13970 * gdb.cp/namespace.exp: Accept gcc abi 2.
13971
44ffb27c
MC
139722004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13973
13974 * gdb.cp/method.exp: Accept gcc abi 2.
13975
184ad485
MC
139762004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13977
13978 * gdb.cp/classes.exp: Generate identical results as old version.
13979 * gdb.cp/derivation.exp: Likewise.
13980 * gdb.cp/overload.exp: Likewise.
13981 * gdb.cp/virtfunc.exp: Likewise.
13982
116f09e7
MC
139832004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13984
13985 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13986 mysterious bug with sourceware version of expect.
13987
b1379776
MC
139882004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13989
13990 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13991 current versions of gcc, including gcc abi 2. Remove gratuitous
13992 restart of test program. Use gdb_test_multiple and gdb_test for
13993 all tests. Add patterns to xfail missing "const" in "const char *"
13994 and kfail PR gdb/1155.
13995
6b7a4c0e
MC
139962004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13997
13998 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13999 current versions of gcc, including gcc abi 2. Remove gratuitous
14000 restart of test program. Use gdb_test_multiple and gdb_test for
14001 all tests. Add patterns to kfail PR gdb/1498.
14002
51615d72
MC
140032003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14004
14005 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
14006 current versions of gcc, including gcc abi 2. Use "breakpoint"
14007 and "continue" instead of restarting the target program. Use
14008 gdb_test_multiple and gdb_test for all tests.
14009
7b79a9d7
MK
140102004-01-01 Mark Kettenis <kettenis@gnu.org>
14011
14012 * gdb.asm/asm-source.exp: Update copyright year. Link statically
14013 for *-*-solaris2*.
14014
1cd3489f
MC
140152003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14016
14017 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
14018 current versions of gcc, including gcc abi 2. Use "breakpoint"
14019 and "continue" instead of restarting the target program several
14020 times. Use gdb_test_multiple and gdb_test for all tests.
14021
850742db
MC
140222003-12-18 Michael Chastain <mec.gnu@mindspring.com>
14023
14024 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
14025 source files.
14026
eb4bbda8
MC
140272003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14028
14029 * gdb.base/environ.exp: Handle compiling test case from multiple
14030 source files.
14031
e42c7771
MC
140322003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14033
14034 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
14035
80e4b428
JB
140362003-12-17 Jim Blandy <jimb@redhat.com>
14037
5f06973a
JB
14038 * gdb.base/freebpcmd.c: Add copyright notice.
14039
80e4b428
JB
14040 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
14041
0ab84fb7
MC
140422003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14043
14044 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
14045
1b3bb3d0
JB
140462003-12-13 Jim Blandy <jimb@redhat.com>
14047
14048 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
14049
3a4c9371
KB
140502003-12-12 Kevin Buettner <kevinb@redhat.com>
14051
14052 * gdb.asm/frv.inc: New file.
14053 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
14054
a1dea79a
FF
140552003-12-09 Fred Fish <fnf@redhat.com>
14056
14057 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
14058 functions to break1.c and leave prototypes behind. Add more
14059 "set breakpoint NN here" comments.
14060 * gdb.base/break1.c: New file.
14061
14062 * gdb.base/break.exp: Handle compiling test case from multiple
14063 source files and change source file references as needed.
14064 * gdb.base/completion.exp: Ditto.
14065 * gdb.base/condbreak.exp: Ditto.
14066 * gdb.base/define.exp: Ditto.
14067 * gdb.base/ena-dis-br.exp: Ditto.
14068 * gdb.base/info-proc.exp: Ditto.
14069 * gdb.base/maint.exp: Ditto.
14070 * gdb.base/until.exp: Ditto.
14071
14072 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
14073 hardcoded line numbers.
14074 * gdb.base/define.exp: Ditto.
14075 * gdb.base/ena-dis-br.exp: Ditto.
14076 * gdb.base/maint.exp: Ditto.
14077 * gdb.base/until.exp: Ditto.
14078
14079 * gdb.base/completion.exp: Use "break1" for completion tests since
14080 "break" is no longer a unique prefix.
14081
5266b69c
AC
140822003-12-06 Andrew Cagney <cagney@redhat.com>
14083
14084 * gdb.base/structs.exp (test_struct_returns): When applicable, set
14085 "return_value_unimplemented". When an unimplemented struct return
14086 architecture, report incorrect values as a KFAIL
14087
374451f0
MC
140882003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14089
14090 * gdb.cp/rtti.exp: Accept new wording of warning from
14091 cp_lookup_rtti_type.
14092
ba9b20a7
MC
140932003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14094
14095 Partial fix for PR testsuite/1456.
14096 * gdb.base/scope.exp (test_at_main): Replace references to
14097 gcc_compiled with calls to test_compiler_info.
14098 (test_at_foo): Likewise.
14099 (test_at_bar): Likewise.
14100
b74b6d0b
MC
141012003-12-04 Michael Chastain <mec.gnu@mindspring.com>
14102
14103 Partial fix for PR testsuite/1456.
14104 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
14105 to test_compiler_info.
14106
ccfa3402
MC
141072003-12-03 Michael Chastain <mec.gnu@mindspring.com>
14108
14109 * gdb.base/so-impl-ld.exp: Update copyright notice.
14110
f6246aba
MC
141112003-12-02 Michael Chastain <mec.gnu@mindspring.com>
14112
14113 Partial fix for PR testsuite/1456.
14114 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
14115 to test_compiler_info.
14116
13ae734a
MC
141172003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14118
14119 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
14120 from current versions of gdb. Clean up regular expressions.
14121 Delete redundant timeout case.
14122
d8e1cdee
MC
141232003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14124
14125 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
14126 from current versions of gdb. Clean up regular expressions.
14127 Delete redundant timeout case.
14128
96457b64
MC
141292003-12-01 Michael Chastain <mec.gnu@mindspring.com>
14130
14131 Partial fix for PR testsuite/1456.
14132 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
14133 gcc_compiled with call to test_compiler_info.
14134
f35309fc
MC
141352003-11-30 Michael Chastain <mec.gnu@mindspring.com>
14136
14137 Partial fix for PR testsuite/1456.
14138 * gdb.base/list.exp (test_list_function): Delete unused declaration
14139 of gcc_compiled.
14140
d7afdf9b
MC
141412003-11-29 Michael Chastain <mec.gnu@mindspring.com>
14142
14143 Partial fix for PR testsuite/1456.
14144 * gdb.base/complex.exp: Replace reference to gcc_compiled with
14145 call to test_compiler_info.
14146
71507b56
MK
141472003-11-29 Mark Kettenis <kettenis@gnu.org>
14148
14149 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
14150 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
14151 it to create the appropriate note.inc.
14152 * gdb.asm/asmsrc1.s: Include "note.inc".
14153 * gdb.asm/netbsd.inc: New file.
14154 * gdb.asm/empty.inc: New file.
14155
f81f93f7
MC
141562003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14157
14158 Partial fix for PR testsuite/1456.
14159 * gdb.base/constvars.exp: Replace references to gcc_compiled with
14160 calls to test_compiler_info.
14161
9a77938e
MC
141622003-11-27 Michael Chastain <mec.gnu@mindspring.com>
14163
14164 Partial fix for PR testsuite/1456.
14165 * gdb.base/volatile.exp: Replace references to gcc_compiled with
14166 calls to test_compiler_info.
14167
e8367dc7
MK
141682003-11-27 Mark Kettenis <kettenis@gnu.org>
14169
14170 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
14171 pattern for the KFAILs.
14172
526c61ee
AF
141732003-11-25 Adam Fedor <fedor@gnu.org>
14174
14175 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
14176 * gdb.objc/objcdecode.m: New file.
14177
28f2d600
AF
141782003-11-25 Adam Fedor <fedor@gnu.org>
14179
14180 * gdb.objc/nondebug.exp: Test for PR objc/1236.
14181 * gdb.objc/nondebug.m: New file.
14182
a3895cee
BE
141832003-11-26 Ben Elliston <bje@wasabisystems.com>
14184
14185 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14186 NetBSD as it does on FreeBSD. Modelled on a similar change by
14187 Mark Kettenis on 2003-05-30.
14188 (link-flags): Set to "--entry _start" regardless of target.
14189 Special linker flags are to be appended to $link-flags.
14190 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
14191
c9f2c8a3
MC
141922003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14193
14194 * gdb.cp/method.exp: Accept output of new demangler.
14195
15a0587a 141962003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
14197
14198 * gdb/class2.exp: New file.
14199 * gdb/class2.cc: New file.
14200
3c00b570
MC
142012003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14202
14203 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
14204 of new demangler.
14205
7027acc7
MK
142062003-11-23 Mark Kettenis <kettenis@gnu.org>
14207
14208 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
14209 of gdb_test "run".
14210
b0e1598a
MK
142112003-11-23 Mark Kettenis <kettenis@gnu.org>
14212
14213 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
14214 "continue" into "run".
14215
4d9eda44
MC
142162003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14217
14218 Partial fix for PR testsuite/1456.
14219 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
14220 call to test_compiler_info.
14221 * gdb.cp/ctti.exp: Likewise.
14222 * gdb.cp/derivation.exp: Likewise.
14223 * gdb.cp/member-ptr.exp: Likewise.
14224 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
14225 reference to gcc_compiled.
14226
142272003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
14228
14229 Fix PR testsuite/1463.
14230 * gdb.base/structs.exp (start_structs_test): Call
14231 get_debug_format before using the debug format.
14232
d422fe19
AC
142332003-11-22 Andrew Cagney <cagney@redhat.com>
14234
14235 * lib/gdb.exp (gdb_test_multiple): Add simple example.
14236 * gdb.base/structs.exp: Use gdb_test_multiple.
14237
039cf96d
AC
142382003-11-20 Andrew Cagney <cagney@redhat.com>
14239
6882279b
AC
14240 * gdb.base/structs.exp: Handle and recover from internal errors.
14241 Replace "foo${n}" with "foo<n>" in test messages.
14242
e53890ae
AC
14243 * gdb.base/structs.exp: Update copyright. Rewrite.
14244 * gdb.base/structs.c: Update copyright. Rewrite.
14245
2b211c59
AC
14246 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
14247 resync count exceeded.
d63a86f8 14248
039cf96d
AC
14249 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
14250 from the internal error.
14251 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
14252 Original from Jim Blandy.
14253 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 14254
eac98b22
AC
142552003-11-19 Andrew Cagney <cagney@redhat.com>
14256
14257 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
14258 KFAIL.
14259
67455b2a
MK
142602003-11-17 Mark Kettenis <kettenis@gnu.org>
14261
14262 New testcase for PR backtrace/1435.
14263 * gdb.arch/i386-unwind.exp: New file.
14264 * gdb.arch/i386-unwind.c: New file.
14265
853d6e5b
AC
142662003-11-17 Andrew Cagney <cagney@redhat.com>
14267
14268 * lib/gdb.exp (compiler_info): New global.
14269 (test_compiler_info): New function.
14270 (get_compiler_info): Set compiler_info.
14271 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
14272 "compiler_info" to gcc-<major>-<minor>.
14273
38cf6e11
MC
142742003-11-15 Michael Chastain <mec.gnu@mindspring.com>
14275
14276 * gdb.trace/configure: Remove.
14277
a50d3602
EZ
142782003-11-13 Elena Zannoni <ezannoni@redhat.com>
14279
14280 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 14281 breakpoints.
a50d3602
EZ
14282 * gdb.base/break.exp: Remove all references to explicit line
14283 numbers.
14284
d9407aaa
NC
142852003-11-11 Nick Clifton <nickc@redhat.com>
14286
14287 * gdb.base/shreloc.exp: Do not run for targets which do not
14288 support shared objects.
14289
db488fc1
CV
142902003-11-10 Corinna Vinschen <vinschen@redhat.com>
14291
14292 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
14293 Don't run tests if nofileio flag is given.
14294
6a90a18e
EZ
142952003-11-07 Elena Zannoni <ezannoni@redhat.com>
14296
14297 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 14298 as well as 'Watchpoint'.
6a90a18e 14299
0b915e9c
EZ
143002003-11-06 Elena Zannoni <ezannoni@redhat.com>
14301
14302 Reported by Jim Ingham <jingham@apple.com>:
14303 * gdb.base/annota1.exp: Match at least one occurrence of the
14304 signal handler annotation.
14305
d7e4b55f
EZ
143062003-11-06 Elena Zannoni <ezannoni@redhat.com>
14307
a9c64011
AS
14308 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
14309 as well as 'Watchpoint'.
d7e4b55f 14310
2fe4e8d0
MC
143112003-11-05 Michael Chastain <mec@shout.net>
14312
14313 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
14314
6ef88553
KW
143152003-11-03 Kris Warkentin <kewarken@qnx.com>
14316
14317 * gdb.arch/gdb1291.c: New test file.
14318 * gdb.arch/gdb1291.exp: New test script.
14319 * gdb.arch/gdb1431.c: New test file.
14320 * gdb.arch/gdb1431.exp: New test script.
14321
ae7dc4d8
MC
143222003-10-22 Michael Chastain <mec@shout.net>
14323
14324 * gdb.mi/pthreads.c: Add copyright notice.
14325
c39d7427
MC
143262003-10-22 Michael Chastain <mec@shout.net>
14327
14328 * gdb.threads/pthreads.c: Add copyright notice.
14329
8b7d96c1
MC
143302003-10-20 Michael Chastain <mec@shout.net>
14331
14332 * gdb.base/gdb1056.exp: New test script.
14333
d1d69fdd
DJ
143342003-10-13 Daniel Jacobowitz <drow@mvista.com>
14335
14336 * gdb.threads/killed.exp: Use gdb_run_cmd.
14337
7d605576
DJ
143382003-10-13 Daniel Jacobowitz <drow@mvista.com>
14339
14340 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
14341 create a core file.
14342 * gdb.threads/gcore-thread.exp: Likewise.
14343
618ec112
CV
143442003-10-13 Corinna Vinschen <vinschen@redhat.com>
14345
14346 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
14347 type, based on char type.
14348 (struct bit_flags_short_t): New bitfield type, based on short type.
14349 (init_bit_flags_char): New fuction.
14350 (init_bit_flags_short): Ditto.
14351 (print_bit_flags_char): Ditto.
14352 (print_bit_flags_short): Ditto.
14353 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
14354
9367a73c
MC
143552003-10-11 Michael Chastain <mec@shout.net>
14356
14357 * gdb.base/call-rt-st.exp: Update copyright year.
14358
1decf120
KI
143592003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
14360
14361 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
14362 * gdb.disasm/sh3.s: Ditto.
14363
5445b2ae
DJ
143642003-10-07 Daniel Jacobowitz <drow@mvista.com>
14365
14366 * gdb.threads/switch-threads.exp: New test.
14367 * gdb.threads/switch-threads.c: New source file.
14368
aec24853
CV
143692003-10-07 Corinna Vinschen <vinschen@redhat.com>
14370
14371 * gdb.base/ending-run.exp: Add sh specific case.
14372
adc7428d
AC
143732003-10-06 Andrew Cagney <cagney@redhat.com>
14374
14375 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
14376 * gdb.disasm/mn10200.exp: Delete obsolete file.
14377
c9d37158
DJ
143782003-09-29 Daniel Jacobowitz <drow@mvista.com>
14379
14380 * ChangeLog: Correct an entry command.exp -> commands.exp.
14381 * gdb.base/commands.exp (bp_deleted_in_command_test)
14382 (temporary_breakpoint_commands): Check noargs.
14383
79c2c32d
DC
143842003-09-25 David Carlton <carlton@kealia.com>
14385
14386 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
14387 of some print tests, where appropriate. Add tests for C::D::cd,
14388 E::ce, F::cXfX, G::XgX.
14389 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
14390
594e6d67
RE
143912003-09-25 Richard Earnshaw <rearnsha@arm.com>
14392
14393 * lib/java.exp (java_init): Import target_alias before using it.
14394
10f0d451
DC
143952003-09-25 David Carlton <carlton@kealia.com>
14396
14397 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
14398
274bcba0
EZ
143992003-09-23 Elena Zannoni <ezannoni@redhat.com>
14400
d63a86f8 14401 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 14402 weirdness.
274bcba0 14403
cdbf20f7
MC
144042003-09-17 Michael Chastain <mec@shout.net>
14405
14406 * gdb.cp/gdb1355.exp: New file.
14407 * gdb.cp/gdb1355.c: New file.
14408
71e06f80
CV
144092003-09-15 Corinna Vinschen <vinschen@redhat.com>
14410
14411 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
14412 * gdb.asm/sh.inc: New file.
14413
5c4e30ca
DC
144142003-09-11 David Carlton <carlton@kealia.com>
14415
bd45b7af
DC
14416 * gdb.cp/namespace.exp: Add tests for namespace types.
14417 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
14418 (test_namespace): New.
14419
1c199746
EZ
144202003-09-11 Elena Zannoni <ezannoni@redhat.com>
14421
a9c64011 14422 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 14423 * gdb.stabs/weird.exp: Ditto.
1c199746 14424
04ed252f
MC
144252003-09-08 Michael Chastain <mec@shout.net>
14426
14427 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
14428
d8a2d9e7
MC
144292003-09-07 Michael Chastain <mec@shout.net>
14430
14431 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
14432 'parse error'.
14433
161afb24
MK
144342003-09-07 Mark Kettenis <m.kettenis@osp.nl>
14435
14436 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
14437
49f2741a
MC
144382003-08-30 Michael Chastain <mec@shout.net>
14439
14440 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
14441 * gdb.gdb/observer.exp: Ditto.
14442 * gdb.gdb/xfullpath.exp: Ditto.
14443
8afa723e
MK
144442003-08-29 Mark Kettenis <kettenis@gnu.org>
14445
14446 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
14447 *-*-*bsd*.
14448
f31dfe3b
JJ
144492003-08-28 Jeff Johnston <jjohnstn@redhat.com>
14450
14451 * gdb.base/dump.exp: Skip for ia64.
14452
4630e498
JJ
144532003-08-25 Jeff Johnston <jjohnstn@redhat.com>
14454
14455 * gdb.asm/asm-source.exp: Add ia64 support.
14456 * gdb.asm/ia64.inc: New file.
14457
1105b7ef
MC
144582003-08-22 Michael Chastain <mec@shout.net>
14459
14460 * gdb.cp: New directory.
14461 * gdb.cp/*: Copy from gdb.c++/*.
14462 * gdb.c++/*: Remove.
14463 * Makefile.in: Change gdb.c++ to gdb.cp.
14464 * configure.in: Ditto.
14465 * configure: Regnerate.
14466
c945b932
MK
144672003-08-18 Mark Kettenis <kettenis@gnu.org>
14468
14469 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
14470 * gdb.arch/i386-prologue.c (gdb1338): Add function.
14471
2b66634b
DJ
144722003-08-17 Daniel Jacobowitz <drow@mvista.com>
14473
14474 * mi-var-display.exp (-var-list-children weird): Accept function
14475 pointers with argument types.
14476 * mi1-var-display.exp (-var-list-children weird): Likewise.
14477 * mi2-var-display.exp (-var-list-children weird): Likewise.
14478
a356f73b
DJ
144792003-08-17 Daniel Jacobowitz <drow@mvista.com>
14480
14481 * gdb.base/annota3.exp: Add missing newline.
14482
483417b8
MC
144832003-08-06 Michael Chastain <mec@shout.net>
14484
14485 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
14486
c99c59c3
MS
144872003-08-12 Michael Snyder <msnyder@redhat.com>
14488
14489 * gdb.base/float.exp: Add test for SH.
14490
55ed7501
MK
144912003-08-10 Mark Kettenis <kettenis@gnu.org>
14492
14493 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
14494
1a371f2e
EZ
144952003-08-07 Elena Zannoni <ezannoni@redhat.com>
14496
14497 * gdb.base/completion.exp: Remove reduntant completion test
14498 on filename.
14499
e0f353ce
EZ
145002003-08-07 Elena Zannoni <ezannoni@redhat.com>
14501
a9c64011
AS
14502 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
14503 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
14504 gdb.trace/save-trace.exp: Make sure that full pathnames are
14505 escaped correctly.
e0f353ce 14506
5710a1af 145072003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 14508
a9c64011
AS
14509 * configure.in: Don't generate config.h from config.hin.
14510 * configure: Regenerate.
14511 * config.hin: Remove file.
14512 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
14513 * gdb.threads/pthreads.c: Ditto.
5710a1af 14514
dcd81ce9
DJ
145152003-08-07 Daniel Jacobowitz <drow@mvista.com>
14516
14517 From Kei Sakamoto <sakamoto.kei@renesas.com>:
14518 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
14519 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
14520 Replace ld24 with seth/add3.
14521
6009d884
AC
145222003-08-02 Andrew Cagney <cagney@redhat.com>
14523
14524 * gdb.base/annota3.exp: New file.
14525 * gdb.base/annota3.c: New file.
14526 * gdb.c++/annota3.exp: New file.
14527 * gdb.c++/annota3.cc: New file.
14528
51514e06
MC
145292003-07-29 Michael Chastain <mec@shout.net>
14530
14531 * gdb.threads/tls.c (spin): Check errno only if sem_wait
14532 actually failed.
14533 (do_pass): Likewise.
14534 * gdb.threads/tls.exp: Always initialize no_of_threads.
14535
4ee6625b
DJ
145362003-07-27 Daniel Jacobowitz <drow@mvista.com>
14537
14538 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
14539 pattern.
14540 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
14541 * gdb.threads/tls.exp: Recognize one case of the host library not
14542 supporting TLS.
14543
225f2bf6
AC
145442003-07-27 Andrew Cagney <cagney@redhat.com>
14545
14546 * gdb.base/fileio.exp: Use SH when running commands using
14547 remote_exec.
14548
bcb27c9f
DJ
145492003-07-24 Daniel Jacobowitz <drow@mvista.com>
14550
14551 From Kei Sakamoto <sakamoto.kei@renesas.com>:
14552 * gdb.base/relocate.c (dummy): New padding array.
14553
3d67be83
MS
145542003-07-22 Michael Snyder <msnyder@redhat.com>
14555
d63a86f8 14556 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
14557
14558 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
14559 patterns to be more general, accepting old and new output.
14560 Some output chars (such as '+') also must be quoted.
d63a86f8 14561 Some addresses are displayed numerically instead of
3d67be83
MS
14562 symbolically.
14563
57ba3b85
MS
145642003-07-23 Michael Snyder <msnyder@redhat.com>
14565
686d097c
MS
14566 * gdb.base/return2.exp: Don't test long-long return.
14567
57ba3b85
MS
14568 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
14569 * gdb.disasm/t01_mov.exp: Ditto.
14570 * gdb.disasm/t02_mova.s: Ditto.
14571 * gdb.disasm/t02_mova.exp: Ditto.
14572 * gdb.disasm/t03_add.s: Ditto.
14573 * gdb.disasm/t03_add.exp: Ditto.
14574 * gdb.disasm/t04_sub.s: Ditto.
14575 * gdb.disasm/t04_sub.exp: Ditto.
14576 * gdb.disasm/t05_cmp.s: Ditto.
14577 * gdb.disasm/t05_cmp.exp: Ditto.
14578 * gdb.disasm/t06_ari2.s: Ditto.
14579 * gdb.disasm/t06_ari2.exp: Ditto.
14580 * gdb.disasm/t07_ari3.s: Ditto.
14581 * gdb.disasm/t07_ari3.exp: Ditto.
14582 * gdb.disasm/t08_or.s: Ditto.
14583 * gdb.disasm/t08_or.exp: Ditto.
14584 * gdb.disasm/t09_xor.s: Ditto.
14585 * gdb.disasm/t09_xor.exp: Ditto.
14586 * gdb.disasm/t10_and.s: Ditto.
14587 * gdb.disasm/t10_and.exp: Ditto.
14588 * gdb.disasm/t11_logs.s: Ditto.
14589 * gdb.disasm/t11_logs.exp: Ditto.
14590 * gdb.disasm/t12_bit.s: Ditto.
14591 * gdb.disasm/t12_bit.exp: Ditto.
14592 * gdb.disasm/t13_otr.s: Ditto.
14593 * gdb.disasm/t13_otr.exp: Ditto.
14594
e00759ef
EZ
145952003-07-22 Elena Zannoni <ezannoni@redhat.com>
14596
14597 * gdb.threads/tls.exp :Add kfail for 'info address' case.
14598
8bc2021f
EZ
145992003-07-22 Elena Zannoni <ezannoni@redhat.com>
14600
a9c64011
AS
14601 * gdb.threads/tls.c : New file.
14602 * gdb.threads/tls.exp : New file.
14603 * gdb.threads/tls-main.c : New file.
14604 * gdb.threads/tls-shared.c : New file.
14605 * gdb.threads/tls-shared.exp : New file.
8bc2021f 14606
89320c4c
AS
146072003-07-22 Andreas Schwab <schwab@suse.de>
14608
14609 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
14610
180dea7c
AS
146112003-07-20 Andreas Schwab <schwab@suse.de>
14612
14613 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
14614 due to insn reordering.
14615
0714963c
AC
146162003-07-15 Andrew Cagney <cagney@redhat.com>
14617
14618 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
14619
98a23b3f
MC
146202003-07-15 Michael Chastain <mec@shout.net>
14621
14622 * gdb.base/gdb1250.exp: New file.
14623 * gdb.base/gdb1250.c: New file.
14624
27e417a2
ML
146252003-07-09 Michal Ludvig <mludvig@suse.cz>
14626
14627 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
14628 expansion of size_t to 'unsigned long', not only to 'unsigned'.
14629
8bc2021f
EZ
146302003-07-09 Elena Zannoni <ezannoni@redhat.com>
14631
a9c64011
AS
14632 * gdb.threads/tls.c: New file.
14633 * gdb.threads/tls.exp: New file.
14634 * gdb.threads/tls-main.c: New file.
14635 * gdb.threads/tls-shared.c: New file.
14636 * gdb.threads/tls-shared.exp: New file.
8bc2021f 14637
d99968dc
EZ
146382003-07-09 Elena Zannoni <ezannoni@redhat.com>
14639
14640 * gdb.base/annota1.exp: Make sure that we properly escape the
14641 full path of the source file. Xfail more permissive patterns,
d63a86f8 14642 due to a compiler debug info problem.
d99968dc 14643
83876b3b
AS
146442003-07-07 Andreas Schwab <schwab@suse.de>
14645
2705e972
AS
14646 * gdb.asm/m68k.inc: New file.
14647 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
14648
83876b3b
AS
14649 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
14650 arguments"): Also match negative number.
14651
14652 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
14653
3a871b37
DJ
146542003-07-03 Daniel Jacobowitz <drow@mvista.com>
14655
14656 * gdb.base/store.c (charest): New typedef.
14657 (add_char): Rename to add_charest, update.
14658 (wack_char): Rename to wack_charest, update types. Return l + r
14659 to keep r live across the call.
14660 (wack_short, wack_int, wack_long, wack_longest, wack_float)
14661 (wack_double, wack_doublest): Return l + r to keep r live across
14662 the call.
14663 * gdb.base/store.exp: Accomodate store.c changes.
14664
b2a7f303
DC
146652003-06-30 David Carlton <carlton@kealia.com>
14666
14667 * gdb.c++/maint.exp (test_invalid_name): New.
14668 (test_first_component): Add tests for invalid names.
14669
3c6cb4a1
MC
146702003-06-29 Michael Chastain <mec@shout.net>
14671
14672 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
14673 output of '<VTT for class>' for virtual base classes.
14674
f1c2644b
DJ
146752003-06-29 Daniel Jacobowitz <drow@mvista.com>
14676
14677 * gdb.base/completion.exp: Tab-complete "complet" instead of
14678 "compl".
14679 * gdb.base/complex.exp, gdb.base/complex.c: New files.
14680
18080350
DJ
146812003-06-29 Daniel Jacobowitz <drow@mvista.com>
14682
14683 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
14684 * gdb.base/volatile.exp: Likewise.
14685
f56973f8
DJ
146862003-06-29 Daniel Jacobowitz <drow@mvista.com>
14687
14688 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
14689 gdb/1265.
14690
146912003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
14692 Daniel Jacobowitz <drow@mvista.com>
14693
14694 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
14695 initial line count of 'captured_main' from 26 to 32.
14696 (test_with_self): Allow xmalloc call to be interleaved with the
14697 preceding two lines.
14698
e766d4d6
JB
146992003-06-24 Joel Brobecker <brobecker@gnat.com>
14700
14701 * gdb.base/bang.exp: New testcase.
14702
f125c9a4
JB
147032003-06-23 Joel Brobecker <brobecker@gnat.com>
14704
14705 * gdb.base/langs.exp: Add some tests for the "minimal" language
14706 support.
14707
6e25beaf
EZ
147082003-06-23 Elena Zannoni <ezannoni@redhat.com>
14709
14710 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
14711 the testcase.
14712
2f816dda
DJ
147132003-06-22 Daniel Jacobowitz <drow@mvista.com>
14714
14715 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14716 offset.
14717
db5a5748
DJ
147182003-06-22 Daniel Jacobowitz <drow@mvista.com>
14719
14720 * gdb.c++/pr-1210.cc: New file.
14721 * gdb.c++/pr-1210.exp: New file.
14722
1df0c130
DJ
147232003-06-21 Daniel Jacobowitz <drow@mvista.com>
14724
14725 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14726 000-exec-continue.
14727
a92feac0
MK
147282003-06-15 Mark Kettenis <kettenis@gnu.org>
14729
14730 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14731 on *-*-*bsd* instead of *-*-freebsd*.
14732
81a58f5b
AC
147332003-06-14 Andrew Cagney <cagney@redhat.com>
14734
14735 * gdb.base/store.exp: Test longest and doublest. Test all
14736 parameters. Weaken return statement match.
14737 * gdb.base/store.c: Add longest and doublest - aka long long and
14738 long double functions. Put all parameters into local register
14739 variables. Use negative values.
14740
b257a0d3
AC
147412003-06-14 Andrew Cagney <cagney@redhat.com>
14742
14743 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14744 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14745 exit status.
14746 * gdb.base/fileio.exp: Disable target when nointerrupts and
14747 noinferiorio, instead of limiting it to remote. Use remote_exec
14748 instead of system.
d63a86f8 14749
21c38304
JJ
147502003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14751
14752 * gdb.base/float.exp: Add ia64 support.
14753
1bcdb424
CV
147542003-06-12 Corinna Vinschen <vinschen@redhat.com>
14755
14756 * gdb.base/fileio.exp: Run only on remote targets.
14757
6aeb981f
CV
147582003-06-10 Corinna Vinschen <vinschen@redhat.com>
14759
14760 * gdb.base/fileio.c: New file, testing File-I/O.
14761 * gdb.base/fileio.exp: Ditto.
14762
53df362e
RG
147632003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14764
14765 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14766 shared objects after relocation at load time (gdb PR/1132).
14767 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 14768 as above, part of the shared object relocation test.
53df362e 14769
ffee1b46
MK
147702003-06-08 Mark Kettenis <kettenis@gnu.org>
14771
b5ca3722
MK
14772 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14773 fully filled history list.
14774 * gdb.base/gdb_history: New file.
14775
03ed860d
MK
14776 * gdb.base/signals.exp: XFAIL "continue to func1" on
14777 i*86-*-freebsd*.
14778
ffee1b46
MK
14779 * gdb.base/attach.exp: When trying to attach to a nonexistent
14780 process, make it possible to specify the PID based on the target,
14781 and do so for *-*-freebsd*.
14782
d80dbb52
RH
147832003-06-02 Richard Henderson <rth@redhat.com>
14784
14785 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14786
6dd77b81
RH
147872003-06-02 Richard Henderson <rth@redhat.com>
14788
14789 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14790
f6347e16
RH
147912003-06-02 Richard Henderson <rth@redhat.com>
14792
14793 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14794
2c161407
DJ
147952003-06-01 Daniel Jacobowitz <drow@mvista.com>
14796
14797 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14798 of globalvar.
14799
572eb746
MK
148002003-06-01 Mark Kettenis <kettenis@gnu.org>
14801
14802 * gdb.asm/asm-source.exp: Check for memory read errors in
14803 disassembler test on *BSD too.
14804
9e9617a5
RH
148052003-06-01 Richard Henderson <rth@redhat.com>
14806
14807 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14808 for .frame.
14809 (gdbasm_call): Lose ldgp.
14810 (gdbasm_startup): Add frame information.
14811 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14812
7b34ad4e
MK
148132003-05-31 Mark Kettenis <kettenis@gnu.org>
14814
14815 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14816 i?86-*-*.
14817
10059fdf
MK
148182003-05-30 Mark Kettenis <kettenis@gnu.org>
14819
14820 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14821 FreeBSD.
14822
acf4b816
RH
148232003-05-29 Richard Henderson <rth@redhat.com>
14824
14825 * gdb.asm/alpha.inc: New file.
14826 * gdb.asm/asm-source.exp: Use it.
14827
e9ecd949
JB
148282003-05-29 Jim Blandy <jimb@redhat.com>
14829
14830 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14831 'core.PID'.
14832
e3e5a4f3
JB
148332003-05-22 Jim Blandy <jimb@redhat.com>
14834
14835 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14836 backtrace.
d63a86f8 14837
72fe3d25
DC
148382003-05-20 David Carlton <carlton@math.stanford.edu>
14839
14840 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14841 this time.
14842
58da2eb2
DC
148432003-05-19 David Carlton <carlton@bactrian.org>
14844
14845 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14846 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14847
1fcb5155
DC
148482003-05-19 David Carlton <carlton@bactrian.org>
14849
14850 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14851 namespace tests.
14852 Bump copyright date.
14853 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14854 (main): Call C::D::marker2.
14855 * gdb.c++/namespace1.cc: New file.
14856
85e85163
JJ
148572003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14858
14859 Roland McGrath <roland@redhat.com>
d63a86f8 14860 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
14861 there is no manager thread.
14862
a25fbfec
JJ
148632003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14864
d63a86f8
RM
14865 * gdb.threads/schedlock.exp: Remove assumption that all threads
14866 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
14867 in one of the child threads rather than the main thread.
14868
be375bae
JB
148692003-05-07 Jim Blandy <jimb@redhat.com>
14870
09bf6082
JB
14871 Add support for assembly source testing on the s390x.
14872 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14873 architecture.
14874 * gdb.asm/s390x.inc: New file.
14875
be375bae
JB
14876 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14877 succession of 'if' statements.
14878
00905d52
AC
148792003-05-05 Andrew Cagney <cagney@redhat.com>
14880
14881 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14882
b1e29e33
AC
148832003-05-05 Andrew Cagney <cagney@redhat.com>
14884
14885 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14886 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14887
e33d66ec
EZ
148882003-05-02 Elena Zannoni <ezannoni@redhat.com>
14889
14890 * gdb.base/charset.exp: Update based on new behavior of set/show
14891 charset commands.
14892
2b6fd0d8
AC
148932003-05-01 Andrew Cagney <cagney@redhat.com>
14894
14895 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14896 variable do not give memory errors.
14897
130cacce
AF
148982003-04-30 Adam Fedor <fedor@gnu.org>
14899
14900 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14901 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14902 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14903 gdb.objc/basicclass.m: : New files
14904
14905 * lib/gdb.exp (gdb_compile_objc): New procedure.
14906
bea71854
DJ
149072003-04-27 Daniel Jacobowitz <drow@mvista.com>
14908
14909 * gdb.base/signals.exp: Make backtrace tests more specific.
14910
0f20eeea
DC
149112003-04-23 David Carlton <carlton@bactrian.org>
14912
14913 * gdb.c++/maint.exp (test_first_component): Add tests for
14914 'operator' in more locations.
14915
c8c4d8dc
KB
149162003-04-16 Kevin Buettner <kevinb@redhat.com>
14917
14918 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14919
3fe60e3c
EZ
149202003-04-16 Elena Zannoni <ezannoni@redhat.com>
14921
14922 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 14923 func marke' instead. Update test name.
3fe60e3c 14924
9219021c
DC
149252003-04-15 David Carlton <carlton@math.stanford.edu>
14926
14927 * gdb.c++/maint.exp: New file.
14928
5dd55bdd
EZ
149292003-04-14 Elena Zannoni <ezannoni@redhat.com>
14930
14931 * gdb.threads/schedlock.c: Change type of thread function argument
14932 to long, to avoid warnings on 64-bit platforms.
14933
00890572
EZ
149342003-04-14 Elena Zannoni <ezannoni@redhat.com>
14935
a9c64011
AS
14936 * gdb.base/attach.exp: Add new message from ptrace in case of
14937 attaching to nonexistent process.
d63a86f8 14938
93201743
JB
149392003-04-11 Jim Blandy <jimb@redhat.com>
14940
14941 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14942 gdb.c++/userdef.cc: Place comments on the lines to which the
14943 marker function might return.
14944 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14945 gdb.c++/userdef.exp: Look for those comments to check that we've
14946 returned to the right place, instead of checking line numbers.
14947
2a11c64d
EZ
149482003-04-11 Elena Zannoni <ezannoni@redhat.com>
14949
a9c64011
AS
14950 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14951 match on sourcefile name, instead of directory name.
2a11c64d 14952
68ab8fc5
EZ
149532003-04-10 Elena Zannoni <ezannoni@redhat.com>
14954
d63a86f8 14955 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
14956 working directory name.
14957
5624293a
JB
149582003-04-09 Jim Blandy <jimb@redhat.com>
14959
14960 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14961 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14962 after an inferior function call, report the failure, but allow the
14963 test to continue.
14964
f1f02ee4
SC
149652003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14966
14967 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14968 with -DPROTOTYPES.
14969
6eb79af0
SC
149702003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14971
14972 * gdb.base/break.exp: Revert last patch.
14973
8dfb4cf0
SC
149742003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14975
14976 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14977 with -DPROTOTYPES.
14978
ed4c619a
AC
149792003-04-02 Andrew Cagney <cagney@redhat.com>
14980
14981 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14982 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14983 matching directories by the name breakpoint.
14984 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14985 Make "continue to marker1" consistent.
14986 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14987 message consistent.
14988 * lib/gdb.exp: Put "the program is no longer running", and "the
14989 program exited" in parenthesis.
14990 * lib/mi-support.exp: Ditto.
d63a86f8 14991
4e35d5f0 149922003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 14993
4e35d5f0
BR
14994 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14995
71900fe8
AC
149962003-03-29 Andrew Cagney <cagney@redhat.com>
14997
14998 * gdb.base/sizeof.c (main): Print the value of '\377'.
14999 * gdb.base/sizeof.exp: Check the sign of '\377'.
15000
c0655a16
MC
150012003-03-27 Michael Chastain <mec@shout.net>
15002
15003 * gdb.base/gdb1090.exp: New file.
15004 * gdb.base/gdb1090.cc: New file.
15005
5b2a3989
JB
150062003-03-27 J. Brobecker <brobecker@gnat.com>
15007
15008 * gdb.gdb/observer.exp: New regression test.
15009
79876890
MC
150102003-03-27 Michael Chastain <mec@shout.net>
15011
15012 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
15013 * gdb.base/ptype.exp: Likewise.
15014
6eac95e3
CV
150152003-03-27 Corinna Vinschen <vinschen@redhat.com>
15016
15017 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
15018
e8c71839
MC
150192003-03-26 Michael Chastain <mec@shout.net>
15020
15021 * gdb.base/ptype.exp: Actually use some typedef'd types.
15022
71b10041
SC
150232003-03-21 Stephane Carrez <stcarrez@nerim.fr>
15024
15025 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
15026 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
15027
2512cf80
CV
150282003-03-20 Corinna Vinschen <vinschen@redhat.com>
15029
15030 * gdb.base/default.exp: Fix regular expression.
15031
0d195a4f
CV
150322003-03-20 Corinna Vinschen <vinschen@redhat.com>
15033
15034 * gdb.base/args.exp: Fix regular expression.
15035
8a2dbca8
CV
150362003-03-20 Corinna Vinschen <vinschen@redhat.com>
15037
15038 * gdb.base/help.exp: Allow Win32 child process.
15039
bf028682
CV
150402003-03-20 Corinna Vinschen <vinschen@redhat.com>
15041
15042 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
15043 when stepping out of main().
15044
182dbe85
CV
150452003-03-20 Corinna Vinschen <vinschen@redhat.com>
15046
15047 * gdb.base/default.exp: Check for win32 specific message when calling
15048 "run" without executable.
15049
d67a6ba5
CV
150502003-03-20 Corinna Vinschen <vinschen@redhat.com>
15051
15052 * gdb.base/args.exp: Expect .exe in output.
15053
a955b5bb
CV
150542003-03-20 Corinna Vinschen <vinschen@redhat.com>
15055
15056 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
15057 Cygwin native.
15058
bf6bad4b
AC
150592003-03-17 Andrew Cagney <cagney@redhat.com>
15060
15061 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
15062 vector registes.
15063 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
15064 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
15065
293e9a31
DC
150662003-03-17 David Carlton <carlton@math.stanford.edu>
15067
15068 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
15069 test, for PR breakpoints/38.
15070 Call test_watchpoint_and_breakpoint.
15071 * gdb.base/watchpoint.c (func3): New function.
15072 (main): Call func3.
15073
5330f2db
DC
150742003-03-04 David Carlton <carlton@math.stanford.edu>
15075
15076 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
15077 Garply<Garply<char> >:: garply".
15078 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
15079 with respect to PR c++/1111; note also PR c++/1113.
15080 (test_template_breakpoints): KFAIL "constructor breakpoint" with
15081 respect to PR c++/1062.
15082 KFAIL "destructor breakpoint" with respect to PR c++/1112.
15083
6ece72da
DC
150842003-03-03 David Carlton <carlton@math.stanford.edu>
15085
15086 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
15087 with respect to PR c++/57.
15088 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
15089 c++/826.
15090 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
15091 respect to PR c++/57.
15092
85ca1584
DC
150932003-03-03 David Carlton <carlton@math.stanford.edu>
15094
15095 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
15096 respect to PR c++/33 into FAILs.
15097
98e9c5b8
MC
150982003-03-03 Michael Chastain <mec@shout.net>
15099
7bedbf27
MC
15100 * configure.in: Update copyright years.
15101
151022003-03-03 Michael Chastain <mec@shout.net>
15103
15104 * Makefile.in: Update copyright years.
98e9c5b8 15105
f683e100
DC
151062003-02-28 David Carlton <carlton@math.stanford.edu>
15107
15108 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
15109 print class instead of struct and/or superfluous protection
15110 specifiers, as long as the resulting output is equivalent to the
15111 source code.
15112 Delete FIXME from end of messages on tests that don't need
15113 fixing.
15114
a9e0cf2c
DC
151152003-02-28 David Carlton <carlton@math.stanford.edu>
15116
15117 * gdb.c++/templates.exp (do_tests): Allow const in the two
15118 Foo<volatile char *>::foo tests.
15119
e8d359df
MS
151202003-02-27 Michael Snyder <msnyder@redhat.com>
15121
d63a86f8 15122 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
15123 will be consistant.
15124
0b71dc91
DC
151252003-02-26 David Carlton <carlton@math.stanford.edu>
15126
15127 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
15128 char *>::foo" test with respect to PR c++/33. Create a new test
15129 which is identical to that one except that it doesn't put the
15130 space between the "char" and the "*"; KFAIL it, too.
15131
dd14ab43
DC
151322003-02-26 David Carlton <carlton@math.stanford.edu>
15133
15134 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
15135 template types into either PASSes or KFAILs (corresponding to PR
15136 c++/57). Tweak indentation. Update copyright.
15137
1146c7f1
SC
151382003-02-23 Stephane Carrez <stcarrez@nerim.fr>
15139
15140 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
15141
74641dfb
MC
151422003-02-13 Michael Chastain <mec@shout.net>
15143
15144 * gdb.base/exprs.exp: Remove i960 remnants.
15145 * gdb.base/funcargs.exp: Likewise.
15146 * gdb.base/list.exp: Likewise.
15147 * gdb.base/ptype.exp: Likewise.
15148
559cd2d0
DC
151492003-02-14 David Carlton <carlton@math.stanford.edu>
15150
15151 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
15152 pEe->D::vg()" from XFAIL to KFAIL.
15153
c4f90d87
JM
151542003-02-13 Jason Molenda (jmolenda@apple.com)
15155
15156 * gdb.base/maint.exp: Update maint print statistics regexp to include
15157 new entries.
15158
cbc4d97c
MC
151592003-02-13 Michael Chastain <mec@shout.net>
15160
15161 * gdb.c++/inherit.exp: Remove call to get_debug_format.
15162
40f235b7
MC
151632003-02-12 Michael Chastain <mec@shout.net>
15164
15165 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
15166 * gdb.c++/inherit.exp: Likewise.
15167 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
15168 * gdb.c++/templates.exp: Likewise.
15169 * gdb.c++/virtfunc.exp: Likewise.
15170
c56716b0
JM
151712003-02-06 Jason Molenda (jason-cl@molenda.com)
15172
15173 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
15174 why the code is written that way.
15175
070afcf8
MC
151762003-02-05 Michael Chastain <mec@shout.net>
15177
15178 * gdb.base/dump.exp: Add missing copyright line.
15179
5d0331e5
JM
151802003-02-05 Jason Molenda (jason-cl@molenda.com)
15181
f7ae6d3e 15182 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
15183 at the beginning so the breakpoint doesn't get set on the loop.
15184
92851186
MC
151852003-02-05 Michael Chastain <mec@shout.net>
15186
15187 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
15188 output for configurations with gcc 2.95.3.
15189
cbf1e085
AC
151902003-02-05 Keith Seitz <keiths@redhat.com>
15191 Andrew Cagney <ac131313@redhat.com>
15192
15193 * gdb.mi/mi-cli.exp: New file.
d63a86f8 15194
29518e1e
MC
151952003-02-04 Michael Chastain <mec@shout.net>
15196
15197 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
15198 Call perror and then continue.
15199
5af1d5f3
MC
152002003-02-03 Michael Chastain <mec@shout.net>
15201
15202 * gdb.c++/pr-1023.cc: New file.
15203 * gdb.c++/pr-1023.exp: New file.
15204
6b549786
JB
152052003-02-05 Jim Blandy <jimb@redhat.com>
15206
15207 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
15208 it's local to foobar. Check for it there, and check that it's not
15209 present in main.
15210 * gdb.c++/local.cc (marker2): New function.
15211 (foobar): Call marker1.
15212 (main): Call marker2 instead of marker1.
15213
67f16606
AC
152142003-02-04 Andrew Cagney <ac131313@redhat.com>
15215
15216 * gdb.disasm/mn10200.exp: Obsolete file.
15217 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
15218 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
15219 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
15220
1c5cb38e
DC
152212003-02-04 David Carlton <carlton@math.stanford.edu>
15222
15223 * gdb.c++/overload.exp: Test intToChar(1).
15224 * gdb.c++/overload.cc (intToChar): New.
15225 (main): Call intToChar.
15226
d1fe6965
DC
152272003-02-03 David Carlton <carlton@math.stanford.edu>
15228
15229 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
15230 'might_kfail' arg.
15231 KFAIL some of the continue_to_bp_overloaded calls, according to
15232 PR c++/1025.
15233
9ba61c5d
MC
152342003-02-01 Michael Chastain <mec@shout.net>
15235
15236 * gdb.base/advance.c (marker1): New marker function.
15237 * gdb.base/advance.exp: When the 'advance' command lands on the
15238 return breakpoint, it can legitimately stop on either the
15239 current line or the next line. Accommodate both outcomes.
15240 * gdb.base/until.exp: Likewise.
15241
e7494ffb
AC
152422003-02-02 Andrew Cagney <ac131313@redhat.com>
15243
15244 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
15245 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
15246 now a list, not a tuple.
15247 * gdb.mi/mi-var-display.exp: Ditto.
15248 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 15249
075559bc
AC
152502003-02-01 Andrew Cagney <ac131313@redhat.com>
15251
15252 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
15253 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
15254 stack backtraces.
15255 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 15256
2bd4c7b1
MK
152572003-02-01 Mark Kettenis <kettenis@gnu.org>
15258
15259 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15260 gdb.mi/mi1-pthreads.exp: Return instead of calling
15261 gdb_suppress_entire_file.
15262
eabd8992
MS
152632003-02-01 Mark Salter <msalter@redhat.com>
15264
15265 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
15266
71469e2f
MS
152672003-01-31 Mark Salter <msalter@redhat.com>
15268
15269 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
15270 Support empty arg.
15271
38a94d44
MC
152722003-01-30 Michael Chastain <mec@shout.net>
15273
15274 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
15275 This was a workaround for a UTF-8 bug in readline 4.3. The bug
15276 has been fixed in gdb/readline on 2003-01-09.
15277
19ea9e73
MS
152782003-01-29 Michael Snyder <msnyder@redhat.com>
15279
e8d359df
MS
15280 * gdb.base/maint.exp: Allow for leading underscore in symbol.
15281 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
15282 * gdb.base/args.exp: Skip if target does not support args passing.
15283
2307bd6a
DJ
152842003-01-22 Daniel Jacobowitz <drow@mvista.com>
15285
19ea9e73 15286 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
15287 gdb_test. Accept a list of expect arguments as the third
15288 parameter.
15289 (gdb_test): Use it.
15290
f2dd3617
EZ
152912003-01-20 Elena Zannoni <ezannoni@redhat.com>
15292
15293 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
15294 allow for different test tree configurations. Update some
15295 tescases accordingly.
15296 * gdb.arch/altivec-regs.exp: Ditto.
15297 * gdb.asm/asm-source.exp: Ditto.
15298 * gdb.base/advance.exp: Ditto.
15299 * gdb.base/display.exp: Ditto.
d63a86f8 15300 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
15301 * gdb.base/mips_pro.exp: Ditto.
15302 * gdb.base/overlays.exp: Ditto.
15303 * gdb.base/relocate.exp: Ditto.
15304 * gdb.base/setshow.exp: Ditto.
15305 * gdb.base/step-line.exp: Ditto.
15306 * gdb.base/step-test.exp: Ditto.
15307 * gdb.base/until.exp: Ditto.
15308 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
15309
c71cdefd
DC
153102003-01-17 David Carlton <carlton@math.stanford.edu>
15311
15312 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
15313 corresponding to PR c++/945.
15314 Update copyright.
15315
fdba05d7
DC
153162003-01-17 David Carlton <carlton@math.stanford.edu>
15317
15318 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
15319 corresponding to PR c++/68.
15320
153212003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
15322
15323 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
15324 (test_paddr_hairy_functions): Call print_addr_2_kfail for
15325 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
15326
c362c33a
EZ
153272003-01-15 Elena Zannoni <ezannoni@redhat.com>
15328
0fbc361c
EZ
15329 * gdb.base/break.exp: Fix change of default location, because of
15330 removal of until tests.
15331 * gdb.base/help.exp: Update test for new 'until' help message.
15332 Add test for help on 'advance'.
a9c64011 15333 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 15334
dabf8a35
MK
153352003-01-15 Mark Kettenis <kettenis@gnu.org>
15336
15337 * gdb.base/default.exp: Adapt "info float" test for recent changes
15338 to that command. Add test for "info vector".
15339 * gdb.base/float.exp: New file. Add test for "info float" that
15340 resembles the old test in gdb.base/default.exp.
15341
a1769aca
DC
153422003-01-15 David Carlton <carlton@math.stanford.edu>
15343
15344 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
15345
82025e13
EZ
153462003-01-15 Elena Zannoni <ezannoni@redhat.com>
15347
15348 * gdb.base/break.exp: Move the tests of until command from here...
15349 * gdb.base/until.exp: ... to here. New file. Add other tests.
15350 * gdb.base/advance.c: New file.
15351 * gdb.base/advance.exp: New file.
15352
8f9ab801
EZ
153532003-01-14 Elena Zannoni <ezannoni@redhat.com>
15354
a9c64011
AS
15355 * gdb.base/args.c: New file.
15356 * gdb.base/args.exp: New file.
8f9ab801 15357
9ae66589
DJ
153582003-01-14 Daniel Jacobowitz <drow@mvista.com>
15359
15360 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
15361
8d77e5c3
DJ
153622003-01-14 Daniel Jacobowitz <drow@mvista.com>
15363
15364 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
15365
12d2f0a1
DJ
153662003-01-14 Daniel Jacobowitz <drow@mvista.com>
15367
15368 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
15369 dates.
15370
6ca37014
DJ
153712003-01-13 Daniel Jacobowitz <drow@mvista.com>
15372
15373 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
15374
b0023472
DJ
153752003-01-13 Daniel Jacobowitz <drow@mvista.com>
15376
15377 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
15378 (ptype &*"foo").
15379 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
15380
607fbc54 153812003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
15382
15383 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
15384 * gdb.mi/mi1-console.exp: Likewise.
15385
607fbc54 153862003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
15387
15388 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
15389 * gdb.mi/mi1-console.exp: Likewise.
15390
a1fb14a2
DJ
153912003-01-13 Daniel Jacobowitz <drow@mvista.com>
15392
15393 * gdb.c++/overload.exp: Remove some fixed XFAILs.
15394
c4cf40b7
DJ
153952003-01-09 Daniel Jacobowitz <drow@mvista.com>
15396
15397 * gdb.base/detach.exp: New test.
15398
696d5a5b
DJ
153992003-01-09 Daniel Jacobowitz <drow@mvista.com>
15400
15401 * Makefile.in (ALL_SUBDIRS): New variable.
15402 (subdirs, clean, distclean): Use it.
15403 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
15404 regenerating Makefile, since it is generated from the top level.
15405 * gdb.asm/Makefile.in: Likewise.
15406 * gdb.base/Makefile.in: Likewise.
15407 * gdb.c++/Makefile.in: Likewise.
15408 * gdb.disasm/Makefile.in: Likewise.
15409 * gdb.java/Makefile.in: Likewise.
15410 * gdb.mi/Makefile.in: Likewise.
15411 * gdb.threads/Makefile.in: Likewise.
15412 * gdb.trace/Makefile.in: Likewise.
15413
754533e4
DC
154142003-01-09 David Carlton <carlton@math.stanford.edu>
15415
15416 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
15417 Add copyright year 2003.
15418
d8b3e9ee
MC
154192003-01-06 Michael Chastain <mec@shout.net>
15420
15421 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
15422 When selecting a thread, 'line' and 'file' are optional.
15423 * gdb.mi/mi1-pthreads.exp: Likewise.
15424
8e9e0fe6
AS
154252003-01-06 Andreas Schwab <schwab@suse.de>
15426
15427 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
15428 failures.
15429
b5ab8ff3
DJ
154302003-01-04 Daniel Jacobowitz <drow@mvista.com>
15431
15432 Fix PR gdb/844
15433 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
15434 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
15435
15436 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
15437 instead of calling gdb_suppress_entire_file.
15438 * gdb.threads/print-threads.exp: Likewise.
15439 * gdb.threads/schedlock.exp: Likewise.
15440
15441 * gdb.threads/killed.exp: Return instead of calling
15442 gdb_suppress_entire_file.
15443 * gdb.threads/linux-dp.exp: Likewise.
15444 * gdb.threads/pthreads.exp: Likewise.
15445
1e698235
DJ
154462003-01-04 Daniel Jacobowitz <drow@mvista.com>
15447
15448 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
15449 stabs.
15450 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
15451 * gdb.base/whatis.exp: Always allow (void) after function names.
15452
147ff08c
DJ
154532003-01-04 Daniel Jacobowitz <drow@mvista.com>
15454
15455 * gdb.c++/casts.exp: Correct regexp.
15456
dc62bfc2
MK
154572003-01-04 Mark Kettenis <kettenis@gnu.org>
15458
15459 * configure.in: Call AC_CONFIG_HEADER. Don't call
15460 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
15461 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
15462 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
15463 aforementioned directories in the AC_OUPUT call.
15464 * config.hin: New file.
15465 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15466 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
15467 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
15468 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
15469 pass -I$objdir instead of -I$objdir/$subdir in compilation.
15470 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
15471 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
15472 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
15473 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
15474 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
15475 gdb.threads/configure.in, gdb.threads/configure,
15476 gdb.threads/config.in, gdb.trace/configure.in,
15477 gdb.trace/configure: Removed.
15478
77afa639
MC
154792003-01-03 Michael Chastain <mec@shout.net>
15480
15481 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
15482 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
15483
7634bb6e
DJ
154842003-01-03 Daniel Jacobowitz <drow@mvista.com>
15485
15486 * gdb.base/store.exp: Fix regular expressions.
15487
b39c905e
MK
154882002-12-28 Mark Kettenis <kettenis@gnu.org>
15489
15490 * configure.in: Rewrite.
15491 * configure: Regenerated.
15492
0a8551dd
DC
154932003-01-03 David Carlton <carlton@math.stanford.edu>
15494
15495 * gdb.base/psymtab.exp: New file.
15496 * gdb.base/psymtab1.c: Ditto.
15497 * gdb.base/psymtab2.c: Ditto.
15498
c60b7188
AF
154992002-12-23 Adam Fedor <fedor@gnu.org>
15500
15501 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
15502
ee73db83
DC
155032002-12-23 David Carlton <carlton@math.stanford.edu>
15504
15505 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
15506 and current_directory initialization.
15507
d6c1774e
JB
155082002-12-22 Jim Blandy <jimb@redhat.com>
15509
f0a847b8
JB
15510 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
15511 rather than as part of the output file name.
15512
d6c1774e
JB
15513 * gdb.base/attach.exp: There's no need to copy the test program to
15514 /tmp; that was only ever necessary on HP/UX, and this test is
15515 entirely disabled there anyway.
15516
f0708dbb
JB
155172002-12-21 Jim Blandy <jimb@redhat.com>
15518
4c2acfea
JB
15519 * gdb.c++/psmang.exp: Doc fix.
15520
f0708dbb
JB
15521 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
15522 test.
15523
9579e000
DC
155242002-12-20 David Carlton <carlton@math.stanford.edu>
15525
15526 * gdb.c++/annota2.exp: KFAIL annotate-quit.
15527
d1810171
MC
155282002-12-18 Michael Chastain <mec@shout.net>
15529
15530 * gdb.c++/annota2.exp: Add copyright year 2002.
15531
76565097
DC
155322002-12-17 David Carlton <carlton@math.stanford.edu>
15533
15534 * gdb.c++/try_catch.cc: Add marker comments.
15535 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
15536 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
15537 * gdb.c++/m-static.cc: Ditto.
15538 * gdb.c++/m-static1.cc: Ditto.
15539 * gdb.c++/try_catch.cc: Ditto.
15540
da81390b
JJ
155412002-12-16 Jeff Johnston <jjohnstn@redhat.com>
15542
15543 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
15544 to see whether we are using the new -environment-directory
15545 command which resets via -r or the old version of the command
15546 which may prompt the user. Part of fix for gdb/741.
15547
b304d130
AC
155482002-12-13 Andrew Cagney <ac131313@redhat.com>
15549
15550 * gdb.fortran/types.exp: Update obsolete comment.
15551 * gdb.fortran/exprs.exp: Ditto.
15552 * lib/gdb.exp: Delete obsolete code.
15553 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
15554 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
15555 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
15556 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
15557 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
15558 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
15559 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
15560 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
15561 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
15562 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
15563 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
15564 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
15565 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
15566 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
15567 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
15568 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
15569 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
15570 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
15571 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
15572 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
15573 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
15574 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
15575 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
15576 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
15577 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
15578 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
15579 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
15580 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
15581 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
15582 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
15583 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
15584 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
15585 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
15586 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
15587 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
15588 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
15589 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
15590
a23b6e6a
DC
155912002-12-11 David Carlton <carlton@math.stanford.edu>
15592
15593 * gdb.c++/m-data.exp: Add test for members that shadow global
15594 variables: see PR gdb/804.
15595 * gdb.c++/m-data.cc: Ditto.
15596
6604731b
DJ
155972002-12-10 Daniel Jacobowitz <drow@mvista.com>
15598
15599 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
15600
de46ecd7
DC
156012002-12-06 David Carlton <carlton@math.stanford.edu>
15602
15603 * gdb.base/store.c: Don't declare functions static.
15604
27e829d0
AC
156052002-12-04 Andrew Cagney <ac131313@redhat.com>
15606
15607 * gdb.base/store.exp, gdb.base/store.c: New files.
15608
92806416
DJ
156092002-12-03 Daniel Jacobowitz <drow@mvista.com>
15610
15611 * gdb.base/selftest.exp: Update for current gdb.
15612
3bcbaac5
DJ
156132002-12-03 Daniel Jacobowitz <drow@mvista.com>
15614
15615 * gdb.base/maint.exp: Only dump symbols from one source file
15616 or objfile.
15617
f4f00b1f
DJ
156182002-12-03 Daniel Jacobowitz <drow@mvista.com>
15619
15620 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
15621 function call.
15622
f1c8a949
JB
156232002-11-25 Jim Blandy <jimb@redhat.com>
15624
15625 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
15626 function appearing in error message.
15627
9e297a97
DJ
156282002-11-21 Daniel Jacobowitz <drow@mvista.com>
15629
15630 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
15631
1f312e79
JJ
156322002-11-08 Jeff Johnston <jjohnstn@redhat.com>
15633
d63a86f8
RM
15634 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
15635 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
15636 should be in mi console format. This is part of fix for PR gdb/604.
15637
83c31e7d
FN
156382002-09-18 Fernando Nasser <fnasser@redhat.com>
15639
15640 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
15641 which explicitly prints the zero offset as "+0".
15642
322b3f65
DJ
156432002-10-22 Daniel Jacobowitz <drow@mvista.com>
15644
15645 * gdb.threads/schedlock.c (args): Make unsigned.
15646
156472002-10-21 Daniel Jacobowitz <drow@mvista.com>
15648
15649 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
15650 numbers. Allow "foo2|selected stack frame".
15651 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
15652 * gdb.asm/asmsrc2.s: Likewise.
15653 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
15654 comments.
15655 * gdb.asm/mips.inc: New file.
15656
5e2fe5b8
AF
156572002-10-18 Adam Fedor <fedor@gnu.org>
15658
15659 * gdb.base/default.exp: Update expected output to include 'ObjC'.
15660 * gdb.base/help.exp: Likewise.
15661
abe1a5d0
KB
156622002-10-17 Kevin Buettner <kevinb@redhat.com>
15663
15664 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
15665 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
15666
10abb1d4
JB
156672002-10-02 Jim Blandy <jimb@redhat.com>
15668
15669 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
15670
1f609b42
AC
156712002-10-01 Andrew Cagney <ac131313@redhat.com>
15672
15673 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
15674 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
15675 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
15676 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
15677 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
15678 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
15679 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
15680
0aee02e4
AC
156812002-09-29 Andrew Cagney <ac131313@redhat.com>
15682
15683 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
15684 * mi0-disassemble.exp, mi0-eval.exp: Delete.
15685 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
15686 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
15687 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
15688 * mi0-var-block.exp, mi0-var-child.exp: Delete.
15689 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 15690
6fde09ad
KB
156912002-09-27 Kevin Buettner <kevinb@redhat.com>
15692
15693 * gdb.base/annota1.exp (info break): Make directory components of
15694 path optional since not all compilers emit this debug information.
15695
889bf7c5
PA
15696 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
15697 step ends up stepping out of the function instead of stopping on
15698 the epilogue.
6fde09ad 15699
9e8aab75
KS
157002002-09-26 Keith Seitz <keiths@redhat.com>
15701
15702 * lib/insight-support.exp (gdbtk_start): Figure out where
15703 the insight executable is based on where gdb is. Use this
15704 executable to start insight instead of gdb.
15705
e36180d7
AC
157062002-09-25 Andrew Cagney <cagney@redhat.com>
15707
15708 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
15709
9dd34b2b
AC
157102002-09-24 Andrew Cagney <ac131313@redhat.com>
15711
15712 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15713 test_isolated_complaints.
15714 (test_empty_complaint): New function.
15715 (test_empty_complaints): New function. Check no output when no
15716 complaints.
d63a86f8 15717
dea97812
KB
157182002-09-19 Jim Blandy <jimb@redhat.com>
15719
a9c64011 15720 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 15721
54951bd7
AC
157222002-09-19 Andrew Cagney <ac131313@redhat.com>
15723
15724 * gdb.gdb/complaints.exp: New file.
15725
dec43320
AC
157262002-09-18 Andrew Cagney <ac131313@redhat.com>
15727
15728 * gdb.base/maint.exp: Check `help maint internal-warning'.
15729
e70d6e3f
DC
157302002-09-18 David Carlton <carlton@math.stanford.edu>
15731
15732 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15733 numbers, and replace them by a single breakpoint after the
15734 constructors are all finished.
15735 Add test 4.
15736 * gdb.c++/m-static.cc: Add test 4.
15737 * gdb.c++/m-static.h: New file.
15738 * gdb.c++/m-static1.cc: New file.
15739
15740 * gdb.c++/printmethod.exp: New file.
15741 * gdb.c++/printmethod.cc: New file.
15742
15743 * gdb.c++/pr-574.exp: New file.
15744 * gdb.c++/pr-574.cc: New file.
15745
afb5c968
CV
157462002-09-18 Corinna Vinschen <vinschen@redhat.com>
15747
15748 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15749 embedded targets which never actually exit.
15750
31e45dee
FN
157512002-09-18 Fernando Nasser <fnasser@redhat.com>
15752
15753 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15754 "don't step after run" as unresolved or unsupported, instead of xfail.
15755
a283c5a1
CV
157562002-09-18 Corinna Vinschen <vinschen@redhat.com>
15757
15758 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15759 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15760 Add newline to expected string in "step out of main (status wrapper)"
15761 case.
15762
11350d2a
CV
157632002-09-18 Corinna Vinschen <vinschen@redhat.com>
15764
15765 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15766 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15767
0deec7d6
TT
157682002-09-17 Tom Tromey <tromey@redhat.com>
15769
15770 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15771 \000, not \0, in double-quoted string.
15772
b2b4a1b5
CV
157732002-09-14 Corinna Vinschen <vinschen@redhat.com>
15774
c9d37158 15775 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
15776 string after running the commands execution on breakpoint tests.
15777
1c56143a
CV
157782002-09-13 Corinna Vinschen <vinschen@redhat.com>
15779
15780 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15781
37f8da45
JB
157822002-09-12 Joel Brobecker <brobecker@gnat.com>
15783
15784 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15785
08b468e0
KS
157862002-09-10 Keith Seitz <keiths@redhat.com>
15787
15788 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15789 runto proc.
15790 (mi_run_to_main): Use mi_runto.
15791 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15792
dc360f58
KS
157932002-09-10 Keith Seitz <keiths@redhat.com>
15794
15795 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15796 regexp for stopping at main. Could have multiple event notifications.
15797 Don't assume that main was declared with no parameters.
15798 (mi_next): Use mi_step_to.
15799 (mi_step): Use mi_next_to.
15800
ce3abcfb
CV
158012002-09-09 Corinna Vinschen <vinschen@redhat.com>
15802
15803 * gdb.base/default.exp: Fix expected string in `info float' test.
15804
d1f5b980
BE
158052002-09-09 Ben Elliston <bje@redhat.com>
15806
15807 * config/mips.exp: Update comments.
15808 * config/mips-idt.exp: Likewise.
15809 * config/nind.exp: Likewise.
15810 * config/slite.exp: Likewise.
15811 * config/sparclet.exp: Likewise.
15812 * config/udi.exp: Likewise.
15813 * config/vx.exp: Likewise.
15814 * config/vxworks29k.exp: Likewise.
15815
2f71430b
JB
158162002-09-05 Jim Blandy <jimb@redhat.com>
15817
15818 * gdb.threads/killed.exp: Fix test failure message.
15819
7ddebc7e
KS
158202002-09-04 Keith Seitz <keiths@redhat.com>
15821
15822 * lib/mi-support.exp: Update copyright.
15823 (mi_gdb_test): Increase the priority of the expected pattern
15824 so that it matches gdb_test.
15825
0ae67eb3
KS
158262002-09-03 Keith Seitz <keiths@redhat.com>
15827
15828 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15829 Use integer comparison instead of string comparison for testing
15830 whether binary was built.
15831
38fc42c8
JB
158322002-09-03 Jim Blandy <jimb@redhat.com>
15833
15834 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15835
b6ff0e81
JB
158362002-08-29 Jim Blandy <jimb@redhat.com>
15837
15838 * gdb.threads/pthreads.exp: Move the portable thread compilation
15839 code into a function in lib/gdb.exp, and call that from here.
15840 * lib/gdb.exp (gdb_compile_pthreads): New function.
15841
07c98896
KS
158422002-08-29 Keith Seitz <keiths@redhat.com>
15843
15844 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15845 expect_out so that callers can get at it.
15846
0312286c
DJ
158472002-08-23 Daniel Jacobowitz <drow@mvista.com>
15848
15849 * gdb.threads/print-threads.c: New file.
15850 * gdb.threads/print-threads.exp: New file.
15851 * gdb.threads/schedlock.c: New file.
15852 * gdb.threads/schedlock.exp: New file.
15853
dd039bc4
EZ
158542002-08-22 Elena Zannoni <ezannoni@redhat.com>
15855
a9c64011
AS
15856 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15857 not altivec.c.
dd039bc4 15858
1f36144c
MK
158592002-08-17 Mark Kettenis <kettenis@gnu.org>
15860
15861 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15862 targets. The problem should be fixed now.
15863
16057ec7 158642002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
15865
15866 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15867 2002-07-24 change that removes final dots from error messages.
15868
3c1499ad
TT
158692002-08-13 Tom Tromey <tromey@redhat.com>
15870
15871 * gdb.base/readline.exp: New file.
15872
a20ce2c3
AC
158732002-08-01 Andrew Cagney <ac131313@redhat.com>
15874
15875 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15876 supress message.
15877
db034ac5
AC
158782002-08-01 Andrew Cagney <cagney@redhat.com>
15879
15880 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15881 CHILL_FOR_TARGET and CHILL_LIB.
15882 * configure.in (configdirs): Remove gdb.chill.
15883 * configure: Regenerate.
15884 * lib/gdb.exp: Obsolete references to chill.
15885 * gdb.fortran/types.exp: Ditto.
15886 * gdb.fortran/exprs.exp: Ditto.
15887
3e000b18
KB
158882002-07-30 Kevin Buettner <kevinb@redhat.com>
15889
15890 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15891 set Irix-specific compile and link flags.
15892
28f4966b
KB
158932002-07-29 Kevin Buettner <kevinb@redhat.com>
15894
15895 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15896 source files. The ``-o'' option doesn't work with the ``-E'' option
15897 when using the Irix compiler.
15898
46c0d5a6
DJ
158992002-07-19 Daniel Jacobowitz <drow@mvista.com>
15900
15901 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15902 Improve support for reusing an exec file. Copy exec file
15903 to target, and run gdbserver on the target instead of on the host.
15904
eecf4bed
JB
159052002-07-18 Jim Blandy <jimb@redhat.com>
15906
0f815cdf
JB
15907 * gdb.base/ending-run.exp: Don't expect to see the program end in
15908 some orderly fashion when we're running on a real stand-alone
15909 board.
15910
eecf4bed
JB
15911 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15912 targets that don't support interrupts.
15913
52d309e4
JB
159142002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15915
15916 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15917 systems.
15918 Move comments in expect statements to inside the actions, so that they
15919 don't get matched against.
15920
ff683d9e
MK
159212002-07-10 Mark Kettenis <kettenis@gnu.org>
15922
15923 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15924 function when asleep" test.
15925
b5356753
AC
159262002-07-10 Andrew Cagney <ac131313@redhat.com>
15927
15928 * gdb.base/page.exp: Rewrite to handle problems with very long
15929 `info set' output. Update copyright.
15930
6aa4d13a
AC
159312002-06-26 Andrew Cagney <ac131313@redhat.com>
15932
15933 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15934 gdb.threads-hp.
15935 * gdb.hp/configure: Regenerate.
15936 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15937 * gdb.hp/gdb.threads-hp/configure: Delete file.
15938 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15939
8cf8c2b8
AC
159402002-06-22 Andrew Cagney <ac131313@redhat.com>
15941
15942 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15943 setlocale, bindtextdomain and textdomain.
15944
6827a8f8
JB
159452002-06-11 Jim Blandy <jimb@redhat.com>
15946
919d772c
JB
15947 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15948 preprocessor macro information is present.
15949
6827a8f8
JB
15950 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15951 tests.
15952
c15b0d21
MS
159532002-06-06 Michael Snyder <msnyder@redhat.com>
15954
c5984d70
MS
15955 * gdb.base/overlays.exp: Record addresses of overlay
15956 functions in TCL variables rather than in GDB variables,
15957 to avoid having GDB convert them to pointers (with loss
15958 of information).
15959
d63a86f8 15960 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 15961 default linker script changes.
c15b0d21
MS
15962 * gdb.base/long_long.exp: Add check for sizeof (long double).
15963
be26fe0d
ML
159642002-06-06 Michal Ludvig <mludvig@suse.cz>
15965
15966 * gdb.asm/asm-source.exp: Add x86-64 target.
15967 * gdb.asm/x86_64.inc: New.
d63a86f8 15968
258093ca 159692002-05-30 Michael Chastain <mec@shout.net>
258093ca 15970
4b3153f1 15971 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
15972 * gdb.c++/m-static.cc: New file.
15973 * gdb.c++/m-static.exp: New file.
15974
241264c6
MS
159752002-05-28 Michael Snyder <msnyder@redhat.com>
15976
15977 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15978 precision.
15979
9bba8c8f 159802002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 15981
4b3153f1 15982 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
15983 * gdb.c++/m-data.cc: New file.
15984 * gdb.c++/m-data.exp: New file.
15985
159862002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 15987
4b3153f1 15988 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 15989 * gdb.c++/try_catch.cc: New file.
d63a86f8 15990 * gdb.c++/try_catch.exp: New file.
9bba8c8f 15991
def1b996
MC
159922002-05-27 Michael Chastain <mec@shout.net>
15993
15994 * gdb.c++/local.exp: Accept more nested types in output.
15995
522ba268
MC
159962002-05-26 Michael Chastain <mec@shout.net>
15997
15998 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15999
277254ba
MS
160002002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
16001
16002 * lib/gdb.exp (gdb_wrapper_init): Just because
16003 gdb_wrapper_file exists, this does not mean that the file
16004 should not be rebuilt. That is what gdb_wrapper_initialized
16005 is for.
16006 (default_gdb_init): Reset gdb_wrapper_initialized.
16007
b61a8733
MS
160082002-05-23 Michael Snyder <msnyder@redhat.com>
16009
d63a86f8 16010 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
16011 the precision of the floating point test results.
16012 * gdb.base/call-rt-st.exp: Ditto.
16013
b61a8733
MS
16014 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
16015 * gdb.base/call-rt-st.exp: Ditto.
16016
56f6e910
MC
160172002-05-19 Michael Chastain <mec@shout.net>
16018
16019 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
16020
ad0b0016
EZ
160212002-05-19 Elena Zannoni <ezannoni@redhat.com>
16022
a9c64011
AS
16023 * configure.in (configdirs): Add gdb.arch.
16024 * configure: Regenerate.
ad0b0016 16025
f617d2b6
JB
160262002-05-17 Jim Blandy <jimb@redhat.com>
16027
16028 * gdb.base/completion.exp: Recognize the more detailed error
16029 messages produced by the macro expander's lexical analyzer.
16030
eac2a696
EZ
160312002-05-14 Elena Zannoni <ezannoni@redhat.com>
16032
a9c64011
AS
16033 * gdb.arch/altivec-abi.c: New file.
16034 * gdb.arch/altivec-abi.exp: New file.
16035 * gdb.arch/altivec-regs.c: New file.
16036 * gdb.arch/altivec-regs.exp: New file.
eac2a696 16037
2fdde8f8
DJ
160382002-05-14 Daniel Jacobowitz <drow@mvista.com>
16039
16040 * gdb.base/maint.exp (maint print type): Update for new type
16041 structure.
d63a86f8 16042
e31f1a7c
EZ
160432002-05-14 Elena Zannoni <ezannoni@redhat.com>
16044
16045 * gdb.arch: New directory.
16046 * gdb.arch/configure.in: New file.
16047 * gdb.arch/configure: New file.
16048 * gdb.arch/Makefile.in: New file.
16049
db589741
CV
160502002-05-13 Corinna Vinschen <vinschen@redhat.com>
16051
16052 * gdb.asm/asm-source.exp: Add v850 as supported target.
16053 * gdb.asm/v850.inc: New file.
16054
8ce2a7dc
DJ
160552002-05-13 Daniel Jacobowitz <drow@mvista.com>
16056
16057 * gdb.c++/annota2.exp (annotate-quit): Add comment.
16058
df763c7f
DJ
160592002-05-12 Daniel Jacobowitz <drow@mvista.com>
16060
16061 * gdb.base/break.exp: Check 'break "marker2"'.
16062
377daeed
MS
160632002-05-10 Michael Snyder <msnyder@redhat.com>
16064
16065 * gdb.base/long_long.exp: Fix typo.
16066
c4b7bc2b
JB
160672002-05-10 Jim Blandy <jimb@redhat.com>
16068
ecac9a4e
JB
16069 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
16070 a bug.
16071
c4b7bc2b
JB
16072 * gdb.base/printcmds.exp (test_integer_literals_rejected):
16073 Recognize more detailed error message produced by the macro
16074 expander's lexical analyzer.
16075 * lib/gdb.exp (test_print_reject): Same.
16076
e71019a1
MK
160772002-05-09 Mark Kettenis <kettenis@gnu.org>
16078
16079 * gdb.c++/method.exp: Fix typo.
16080
fedfc8e6
MS
160812002-05-08 Michael Snyder <msnyder@redhat.com>
16082
166a1957
MS
16083 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
16084 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 16085 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
16086 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
16087 Add iftarget clause for strongarm.
d63a86f8 16088
f1c47eb2
MS
160892002-05-06 Michael Snyder <msnyder@redhat.com>
16090
cb9a9d3e
MS
16091 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
16092 (gdb_continue_to_end): Accept output from status wrapper.
16093 * gdb.base/ending-run.exp: Add case for output from status wrapper.
16094 Clean up fail messages to match pass messages.
16095
f1c47eb2
MS
16096 Enable the "needs_status_wrapper" testsuite feature.
16097 * lib/gdb.exp (gdb_wrapper_init): New procedure.
16098 (gdb_compile): Conditionally call gdb_wrapper_init.
16099 * gdb.base/a2-run.exp: Recognize output from status wrapper.
16100 * gdb.c++/method.exp: Recognize output from status wrapper.
16101
6079c749
BE
161022002-05-06 Ben Elliston <bje@redhat.com>
16103From Graydon Hoare <graydon@redhat.com>
16104
16105 * config/sid.exp: Include support for "rawsid" protocol.
16106
188baff3
JB
161072002-05-03 Jim Blandy <jimb@redhat.com>
16108
16109 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
16110 * gdb.c++/hang3.C: New file.
16111
b9c07f0f
AC
161122002-05-04 Andrew Cagney <ac131313@redhat.com>
16113
16114 * gdb.base/default.exp: Remove obsolete code.
16115 * gdb.c++/misc.exp: Ditto. Update copyright.
16116 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
16117 * gdb.base/whatis.exp: Ditto. Update copyright.
16118 * gdb.base/scope.exp: Ditto. Update copyright.
16119 * gdb.base/ptype.exp: Ditto. Update copyright.
16120 * gdb.base/printcmds.exp: Ditto. Update copyright.
16121 * gdb.base/opaque.exp: Ditto. Update copyright.
16122 * gdb.base/list.exp: Ditto.
16123 * gdb.base/funcargs.exp: Ditto. Update copyright.
16124 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
16125 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
16126 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
16127 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
16128 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
16129 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
16130
5c7a0397
MS
161312002-05-02 Michael Snyder <msnyder@redhat.com>
16132
d6dcc264 16133 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
16134 * gdb.base/long_long.exp: Add xscale target.
16135 * gdb.base/default.exp: Add xscale target.
16136
eb7f1c48
JB
161372002-05-01 Jim Blandy <jimb@redhat.com>
16138
16139 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
16140 gdb.c++/hang.exp: New test.
16141
a6befae8
FF
161422002-05-01 Fred Fish <fnf@redhat.com>
16143
16144 * gdb.base/completion.exp: Handle completions of "./Make" for
16145 more than one completion possibility, as is the case when we
16146 build and test in the source tree.
16147
0a310277
AG
161482002-04-29 Anthony Green <green@redhat.com>
16149
16150 * gdb.java/jmisc1.exp: New file.
16151 * gdb.java/jmisc2.exp: New file.
16152
6ff9af88
DJ
161532002-04-24 Daniel Jacobowitz <drow@mvista.com>
16154
16155 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
16156
96b3d632
EZ
161572002-04-23 Elena Zannoni <ezannoni@redhat.com>
16158
16159 * gdb.base/help.exp: Change 'help status' to allow for target
16160 dependent output differences.
16161
5019bb54
MC
161622002-04-22 Michael Chastain <mec@shout.net>
16163
16164 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
16165
a805a116
MC
161662002-04-22 Michael Chastain <mec@shout.net>
16167
16168 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
16169
a1706bfd
DM
161702002-04-17 David S. Miller <davem@redhat.com>
16171
16172 * gdb.asm/sparc64.inc: New file.
16173 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
16174
a73a20a2
EZ
161752002-04-19 Elena Zannoni <ezannoni@redhat.com>
16176
16177 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
16178 instruction file directly into the build tree. Clean up at end of
16179 test.
16180
ba678339
DM
161812002-04-18 David S. Miller <davem@redhat.com>
16182
16183 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
16184 handle 64-bit platforms correctly.
16185 * gdb.base/maint.exp: Likewise.
16186
b03399da
KB
161872002-04-18 Kevin Buettner <kevinb@redhat.com>
16188
16189 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
16190 ``-fpic'' when compiling files comprising a shared library, but
16191 it does need additional linker flags in order to find shared
16192 libraries at run time.
16193
e2004992
KB
161942002-04-18 Kevin Buettner <kevinb@redhat.com>
16195
16196 * gdb.base/cvexpr.c (use): New function.
16197 (main): Invoke use() on all global variables to prevent
16198 some linkers from deleting these otherwise unused symbols.
16199
d8937120
MC
162002002-04-17 Michael Chastain <mec@shout.net>
16201From David S. Miller <davem@redhat.com>
16202
16203 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
16204 handle 64-bit platforms correctly.
16205
ffd61a58
MS
162062002-04-12 Michael Snyder <msnyder@redhat.com>
16207From Jim Blandy <jimb@redhat.com>
a9c64011 16208 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
16209 script can handle this instead.
16210 * gdb.base/bar.c (barx): Same.
16211 * gdb.base/baz.c (bazx): Same.
16212 * gdb.base/grbx.c (grbxx): Same.
16213
16214 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
16215 manager doesn't automatically unmap overlays unnecessarily.
16216
6b8426a6
MH
162172002-04-10 Martin M. Hunt <hunt@redhat.com>
16218
16219 * gdb.base/ending-run.exp: Fix pattern for Mips targets
16220 stepping out of main.
16221
34af4875
MC
162222002-04-09 Michael Chastain <mec@shout.net>
16223
16224 * gdb.c++/local.cc (main): Move call to marker1() inside nested
16225 scope so that the nested scope tests will make sense.
16226 * gdb.c++/local.exp: Write patterns that actually work with gcc
16227 (the HP patterns "were never known to work with gcc").
16228 Keep the old aCC patterns too.
16229
2d1676a0
DJ
162302002-04-09 Daniel Jacobowitz <drow@mvista.com>
16231
16232 * gdb.base/attach.exp: Correct target board test.
16233
3a63e3f9
MC
162342002-04-08 Michael Chastain <mec@shout.net>
16235
16236 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
16237 in a const method. Add some xfail and fail cases for configurations
16238 that do not emit the "const ...".
16239
f18dabd2
MC
162402002-04-07 Michael Chastain <mec@shout.net>
16241
16242 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
16243 Accept "A * const" and "const A * const" as type of "this".
16244 Fix spelling of getFunky throughout. Make messages uniform.
16245
0fcddd82
EZ
162462002-04-07 Elena Zannoni <ezannoni@redhat.com>
16247
a9c64011 16248 Work around for PR gdb/285:
0fcddd82
EZ
16249 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
16250
16a8534a
EZ
162512002-04-07 Elena Zannoni <ezannoni@redhat.com>
16252
16253 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
16254 instructions file at run time instead of configure time.
16255 Sometimes we run the test in a directory that is not the one we
16256 configured in.
16257 * gdb.asm/configure.in: Delete creation of symlink.
16258 * gdb.asm/configure: Regenerate.
16259
24181d81
JB
162602002-04-05 J. Brobecker <brobecker@gnat.com>
16261
16262 * gdb.gdb/xfullpath.exp: New test, to exercise the new
16263 xfullpath () function.
16264
7cdb7107
DJ
162652002-04-04 Daniel Jacobowitz <drow@mvista.com>
16266
16267 * gdb.asm/Makefile.in: Correct dependencies.
16268
16269 * gdb.asm/powerpc.inc: New file.
16270 * gdb.asm/asm-source.exp: Add PowerPC.
16271 * gdb.asm/configure.in: Likewise.
16272 * gdb.asm/configure: Regenerated.
16273
a7d17088
DJ
162742002-04-04 Daniel Jacobowitz <drow@mvista.com>
16275
16276 * gdb.base/relocate.exp: New file.
16277 * gdb.base/relocate.c: New file.
16278
cd721503
FF
162792002-04-04 Fred Fish <fnf@redhat.com>
16280
16281 * gdb.base/step-test.exp: Update comment regarding stopping in
16282 memcpy/bcopy calls inserted as part of the compiler runtime.
16283
b22ad7a7
MS
162842002-04-04 Michael Snyder <msnyder@redhat.com>
16285
16286 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
16287
5f279fa6
DJ
162882002-04-03 Daniel Jacobowitz <drow@mvista.com>
16289
16290 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
16291 (gdb_expect): Remove $notransfer hack.
16292
dd0fd3ce
DJ
162932002-04-02 Daniel Jacobowitz <drow@mvista.com>
16294
16295 * gdb.c++/classes.exp ("calling method for small class"): Match
16296 updated register output.
16297
1e50cda1
DJ
162982002-03-30 Daniel Jacobowitz <drow@mvista.com>
16299
16300 Fix PR gdb/452
16301 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
16302 when finished. Make gdb_file_cmd send "exec-file" when
16303 appropriate.
16304
24015922
DJ
163052002-03-30 Daniel Jacobowitz <drow@mvista.com>
16306
16307 * gdb.base/attach.exp: Remove extra setup_xfail.
16308
dd7dfd64
MS
163092002-03-26 Michael Snyder <msnyder@redhat.com>
16310
16311 * gdb.base/default.exp: Add tests for dump, append, and restore.
16312 * gdb.base/help.exp: Add tests for dump, append, and restore.
16313 * gdb.base/dump.exp: New file, test dump, append and restore.
16314 * gdb.base/dump.c: New file.
16315
48b2f8d7
MS
163162002-03-27 Michael Snyder <msnyder@redhat.com>
16317
d63a86f8 16318 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
16319 clean-ups in help messages.
16320
05b4d525
FF
163212002-03-26 Fred Fish <fnf@redhat.com>
16322
16323 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
16324 have debugging info for those functions and the compiler uses them
16325 internally to copy structs around.
16326
d7679631
FF
163272002-03-26 Fred Fish <fnf@redhat.com>
16328
16329 * gdb.base/list.exp: Revert the change made yesterday and add note
16330 about why we don't list the default lines for remote targets.
16331
523ac3f9
MS
163322002-03-25 Michael Snyder <msnyder@redhat.com>
16333
16334 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
16335
754b2b8d
FF
163362002-03-25 Fred Fish <fnf@redhat.com>
16337
16338 * gdb.base/list.exp: This test works on remote targets so remove
16339 the short circuit for remote targets. Update copyright.
16340
33c3e192
FF
163412002-03-25 Fred Fish <fnf@redhat.com>
16342
16343 * gdb.base/attach.exp: Fix logic error that was suppressing this
16344 test for all non hppa*-*-hpux* targets, instead of the hp target.
16345 Move comments closer to the suppression point. Also now need to
16346 check that we are running natively.
16347
d43e73ee
MS
163482002-03-22 Michael Snyder <msnyder@redhat.com>
16349
882c8f02
MS
16350 * gdb.base/default.exp: Add test for gcore. Update copyright.
16351 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 16352
04c12f60
FF
163532002-03-06 Fred Fish <fnf@redhat.com>
16354
16355 * gdb.base/funcargs.c: Remove extraneous ';' character.
16356 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
16357
b43df995
MC
163582002-03-04 Michael Chastain <mec@shout.net>
16359
16360 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
16361 accommodate gcc v3 function signature.
16362 * gdb.mi/mi0-var-cmd-exp: Ditto.
16363
92362027
AC
163642002-02-24 Andrew Cagney <ac131313@redhat.com>
16365
16366 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
16367 ``GNU/Linux'' or ``Linux kernel''
16368 * testsuite/gdb.threads/pthreads.c: Ditto.
16369
258ad32d
MC
163702002-02-24 Michael Chastain <mec@shout.net>
16371
16372 * gdb.threads/pthreads.c (thread1): Add a return statement.
16373 (thread2): Likewise.
16374 (foo): Likewise.
16375
04c3b3d4
MC
163762002-02-23 Michael Chastain <mec@shout.net>
16377
16378 * gdb.threads/linux-dp.c (philosopher): Add a return statement
16379 to placate gcc.
16380
5a2a0a20
MC
163812002-02-23 Michael Chastain <mec@shout.net>
16382
16383 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
16384 test "ptype bint". The test passes on all my stabs configurations.
16385
a640f7fc
JB
163862002-02-21 Jim Blandy <jimb@redhat.com>
16387
27924826
JB
16388 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
16389 filename at a time, and watch for the ones we want to see.
16390
a640f7fc
JB
16391 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
16392 types of pointers to prototyped functions.
16393
edcc8c75
AC
163942002-02-20 Andrew Cagney <ac131313@redhat.com>
16395
16396 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
16397 signed, unsigned and straight char.
16398 (padding_char, padding_short, padding_int, padding_long,
16399 padding_long_long, padding_float, padding_double,
16400 padding_long_double): New global variables.
16401 (fill, fill_structs): New functions.
16402
16403 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
16404 for correctly sized writes. Update copyright.
16405 (get_valueof): New procedure.
16406 (get_sizeof): Call get_valueof.
16407 (check_valueof): New procedure.
16408 (check_padding): New procedure.
16409
ac57ea44
MC
164102002-02-20 Michael Chastain <mec@shout.net>
16411
16412 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
16413 to setup_xfail. Document some of the remaining calls.
16414
7a10c941
MC
164152002-02-18 Michael Chastain <mec@shout.net>
16416
16417 * gdb.c++/userdef.exp: Update copyright year.
16418
fb8acdcc
DJ
164192002-02-18 Daniel Jacobowitz <drow@mvista.com>
16420
16421 * gdb.c++/userdef.exp: Test overloaded operators properly.
16422 Remove xfails.
16423
fda6ae12
MS
164242002-02-14 Michael Snyder <msnyder@redhat.com>
16425
16426 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
16427
676a0442
DJ
164282002-02-14 Daniel Jacobowitz <drow@mvista.com>
16429
16430 * gdb.base/a2-run.exp: Check for a remote target properly.
16431 * gdb.base/annota1.exp: Likewise.
16432 * gdb.base/list.exp: Likewise.
16433 * gdb.base/reread.exp: Likewise.
16434 * gdb.base/scope.exp: Likewise.
16435 * gdb.base/shlib-call.exp: Likewise.
16436 * gdb.base/term.exp: Likewise.
16437 * gdb.c++/annota2.exp: Likewise.
16438
78b4f468
RE
164392002-02-13 Richard Earnshaw <rearnsha@arm.com>
16440
16441 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
16442
9a81ba51
MC
164432002-02-10 Michael Chastain <mec@shout.net>
16444
16445 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
16446 (call_after_alloca): Ditto.
16447
004af6c7
DJ
164482002-02-10 Daniel Jacobowitz <drow@mvista.com>
16449
16450 * gdb.base/ending-run.exp: Guard "cont" test with
16451 gdb_skip_stdio_test.
16452
37225f62
JB
164532002-02-06 Jim Blandy <jimb@redhat.com>
16454
16455 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
16456 from here...
16457 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
16458 To here. Disable this test on non-HP platforms. Add big comment.
16459
fe6fdd96
MS
164602002-02-04 Michael Snyder <msnyder@redhat.com>
16461
16462 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
16463 other than d10v and m32r.
16464
036fad3f
RE
164652002-02-02 Richard Earnshaw <rearnsha@arm.com>
16466
16467 * gdb.base/default.exp: Rewrite test patterns to reduce time
16468 taken to match them.
16469
7148ab62
DJ
164702002-01-30 Daniel Jacobowitz <drow@mvista.com>
16471
16472 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
16473 Allow a start function above main.
16474 * gdb.threads/linux-dp.exp: Fix copyright date.
16475
396cc255
DJ
164762002-01-30 Daniel Jacobowitz <drow@mvista.com>
16477
a9c64011
AS
16478 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
16479 (check_philosopher_stack): Check for manager thread before checking
16480 for a just-starting thread.
396cc255 16481
f038d31b
DJ
164822002-01-30 Daniel Jacobowitz <drow@mvista.com>
16483
16484 From Neil Booth <neil@daikokuya.demon.co.uk>:
16485 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
16486 warnings.
16487
b3ff9d9a
FF
164882002-01-21 Fred Fish <fnf@redhat.com>
16489
16490 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
16491 not caller.
16492
39ad761d
JB
164932002-01-21 Jim Blandy <jimb@redhat.com>
16494
16495 * gdb.base/reread.exp: Check that GDB properly re-reads the
16496 executable file when it changes while no inferior is running.
16497
aaf320fa
FF
164982002-01-21 Fred Fish <fnf@redhat.com>
16499
a9c64011
AS
16500 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
16501 optionally accept the "shlib events" variation.
aaf320fa 16502
808a31f5
JB
165032002-01-21 Jim Blandy <jimb@redhat.com>
16504
16505 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
16506 call `fflush' after every `printf', so that the output is produced
16507 at predictable points, regardless of whatever buffering does (or
16508 doesn't) take place.
16509 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
16510 at different points.
16511
4420d5e2
DJ
165122002-01-20 Daniel Jacobowitz <drow@mvista.com>
16513
16514 * gdb.c++/inherit.exp: Update copyright years.
16515 * gdb.c++/method.exp: Likewise.
16516
3e36a0f4
DJ
165172002-01-20 Daniel Jacobowitz <drow@mvista.com>
16518
16519 * gdb.c++/classes.exp: Update for improved v3 support and skipping
16520 artificial methods/arguments.
16521 * gdb.c++/derivation.exp: Likewise.
16522 * gdb.c++/inherit.exp: Likewise.
16523 * gdb.c++/method.exp: Likewise.
16524 * gdb.c++/virtfunc.exp: Likewise.
16525
b4ceaee6
AC
165262002-01-18 Andrew Cagney <ac131313@redhat.com>
16527
16528 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
16529 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
16530 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
16531 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
16532 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
16533 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
16534
ecace851
JB
165352002-01-17 Jim Blandy <jimb@redhat.com>
16536
16537 * gdb.asm/asm-source.exp (info symbol): Take another shot at
16538 anchoring the pattern matching the entry point symbol's name.
16539
375fc983
AC
165402002-01-17 Andrew Cagney <ac131313@redhat.com>
16541
16542 * gdb.base/maint.exp: Update ``maint internal-error'' to match
16543 continue/quit query. Update copyright.
16544
fe6fdd96
MS
165452002-01-14 Michael Snyder <msnyder@redhat.com>
16546
16547 * gdb.base/gcore.exp: Remove extra debugging output.
16548
e017c81f
DJ
165492002-01-13 Daniel Jacobowitz <drow@mvista.com>
16550
16551 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
16552 for slightly dubious v2 mangled string.
16553
37ab3bf8
DJ
165542002-01-13 Daniel Jacobowitz <drow@mvista.com>
16555
16556 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
16557
1bc05c3a 165582002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 16559
1bc05c3a 16560 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 16561
1bc05c3a
JM
16562 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
16563 constructors.
16564 * gdb.c++/derivation.exp: Likewise.
16565 * gdb.c++/templates.exp: Likewise.
16566 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 16567
1bc05c3a
JM
165682002-01-10 Michael Snyder <msnyder@redhat.com>
16569
16570 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 16571
a911c360
MS
165722002-01-08 Michael Snyder <msnyder@redhat.com>
16573
16574 * gdb.base/gcore.exp: New test for generate-core-file command.
16575 * gdb.base/gcore.c: Testcase for above.
16576 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
16577
ea2119ec
JM
165782002-01-08 Jason Merrill <jason@redhat.com>
16579
16580 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
16581
68203136
FF
165822002-01-07 Fred Fish <fnf@redhat.com>
16583
16584 * gdb.c++/overload.exp: Remove unconditional xfails for:
16585 print foo_instance1.overloadargs(1)
16586 print foo_instance1.overloadargs(1, 2)
16587 print foo_instance1.overloadargs(1, 2, 3)
16588 print foo_instance1.overloadargs(1, 2, 3, 4)
16589 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
16590 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
16591 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
16592 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
16593 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
16594 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
16595 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
16596 print foo_instance1.overload1arg()
16597 print foo_instance1.overload1arg((char)arg2)
16598 print foo_instance1.overload1arg((signed char)arg3)
16599 print foo_instance1.overload1arg((unsigned char)arg4)
16600 print foo_instance1.overload1arg((int)arg7)
16601 print foo_instance1.overload1arg((unsigned int)arg8)
16602 print foo_instance1.overload1arg((float)arg11)
16603 print foo_instance1.overload1arg((double)arg12)
d63a86f8 16604
21b9b5b1
MS
166052002-01-07 Michael Snyder <msnyder@redhat.com>
16606
16607 * gdb.base/huge.exp: New test. Print a very large target data object.
16608 (skip_huge_test): New test variable. Define if you want to skip this
16609 test. The test reads an 8 megabyte data object from the target, so it
16610 might be very time consuming on remote targets with a slow connection.
16611 * gdb.base/huge.c: New file. Test case for above.
16612
725f922e
FF
166132002-01-07 Fred Fish <fnf@redhat.com>
16614
16615 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
16616 g_instance.bfoo, and g_instance.cfoo.
16617
889bf7c5 166182002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 16619
889bf7c5
PA
16620 * gdb.base/break.c (multi_line_if_conditional): New function.
16621 (multi_ilne_while_conditional): Likewise.
16622 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
16623 IF or WHILE condition puts the breakpoint at the start of
16624 the condition.
f286b2c3 16625
634d57ec
JL
16626 * gdb.base/selftest.exp (backtrace through signal handler): Remove
16627 hppa*-*-hpux* expected failure.
16628 * gdb.base/structs.exp (do_function_calls): Similarly.
16629
16630 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
16631 watchpoints.
16632
9fbfe2dc
AC
166332002-01-06 Andrew Cagney <ac131313@redhat.com>
16634
16635 Fix PR gdb/66.
16636 * gdb.base/structs.exp: Replace skip for a29k with skip for
16637 gdb,cannot_call_functions.
16638 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
16639 * gdb.base/callfuncs.exp: Ditto.
16640 * gdb.base/call-rt-st.exp: Ditto.
16641 * gdb.base/call-strs.exp: Ditto.
16642 * gdb.base/callfwmall.exp: Ditto.
16643 * gdb.base/scope.exp: Obsolete xfail a29k.
16644 * gdb.c++/misc.exp: Ditto.
16645 * gdb.c++/cplusfuncs.exp: Ditto.
16646 * gdb.base/ptype.exp: Ditto.
16647 * gdb.base/printcmds.exp: Ditto.
16648 * gdb.base/opaque.exp: Ditto.
16649 * gdb.base/list.exp: Ditto.
16650 * gdb.base/funcargs.exp: Ditto.
16651 * gdb.base/default.exp: Ditto.
16652
8ddad156
MS
166532002-01-04 Michael Snyder <msnyder@redhat.com>
16654
ca4976a6 16655 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
16656 * gdb.base/maint.exp: Add tests for maint info sections options.
16657
1b074332
JL
16658Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
16659
16660 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
16661
7d159115
CV
166622001-12-20 Corinna Vinschen <vinschen@redhat.com>
16663
16664 * gdb.asm/arm.inc: New file.
16665 * gdb.asm/asm-source.exp: Add arm targets.
16666 * gdb.asm/configure.in: Ditto.
16667 * gdb.asm/configure: Recreated from configure.in.
16668
8fb87725
JL
16669Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
16670
afabe08c
JL
16671 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
16672 with HP's compiler.
16673 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16674 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16675 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16676 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16677
16678 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
16679 either HP's compilers or GCC.
16680
db521deb
JL
16681 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
16682 a SIGBUS or SIGSEGV.
16683
16684 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
16685
16686 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
16687 can be compiled with either HP's compiler or GCC.
16688
cfa88ab7
JL
16689 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
16690 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
16691 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
16692
ca344dff
JL
16693 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
16694 to match current gdb output. Update due to using auto-solib-limit
16695 for limiting instead of overloading auto-solib-add.
16696 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
16697 test program.
16698
3f3c6e55 16699 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
16700 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
16701 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16702 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16703 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16704 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16705 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
16706 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
16707 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
16708 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
16709 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
16710 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
16711 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 16712
8fb87725
JL
16713 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16714 a SIGTRAP to the inferior.
16715
cf599fa7
CV
167162001-12-19 Corinna Vinschen <vinschen@redhat.com>
16717
16718 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16719 Substitute call to target_link by call to gdb_compile.
16720
2cd045cd
JL
16721Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16722
a9c64011
AS
16723 * gdb.base/break.exp: Fix HP specific search string when testing
16724 backtracing in a called function.
2cd045cd 16725
a9c64011
AS
16726 * gdb.base/constvars.exp: Only set lang to C++ if we're
16727 compiling the test with HP's compilers.
16728 * gdb.base/volatile.exp: Similarly.
2cd045cd 16729
99ebe9ac
JB
167302001-12-19 Jim Blandy <jimb@redhat.com>
16731
16732 * gdb.base/printcmds.exp: Expect the null character to be printed
16733 as '\0', and the '\013' to be printed as '\v'.
16734 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16735 * gdb.base/setvar.exp: Same.
16736
b9891b29
JB
167372001-12-17 Jim Blandy <jimb@redhat.com>
16738
0eba65ab
JB
16739 * gdb.base/completion.exp: Rather than completing very long
16740 filenames, which can make the readline library produce output we
16741 don't recognize, cd to the directory first, and then complete
16742 using nice, short relative paths.
16743
6970b5b1
JB
16744 * gdb.base/completion.exp: On some systems, there is, in fact, a
16745 variable named `b' in scope, since GDB treats all static
a9c64011
AS
16746 variables as being in scope. So use `no_var_named_this'
16747 instead of `b'.
6970b5b1 16748
b9891b29 16749 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 16750 can't find the core file's registers as a failure.
b9891b29 16751
e6ccd35f
JSC
167522001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16753
a9c64011
AS
16754 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16755 test expect string more specific.
e6ccd35f 16756
105ba819
CV
167572001-12-13 Corinna Vinschen <vinschen@redhat.com>
16758
16759 * gdb.asm/asm-source.exp: Add support for xstormy16.
16760 * gdb.asm/configure.in: Ditto.
16761 * gdb.asm/configure: Rebuild.
16762 * gdb.asm/xstormy16.inc: New file.
16763
e9e79dd9
FF
167642001-12-10 Fred Fish <fnf@redhat.com>
16765
16766 * gdb.base/maint.exp: Update to match changes in type dumping code.
16767
347dc97d
JB
167682001-12-10 Jim Blandy <jimb@redhat.com>
16769
16770 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
16771 matching the entry point symbol's name at the beginning of the
16772 line.
347dc97d 16773
5178b9d6
DJ
167742001-12-07 Daniel Jacobowitz <drow@mvista.com>
16775
16776 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16777 gdb.c++/inherit.exp, gdb.c++/method.exp,
16778 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16779 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16780 and class layout support.
16781
af890c52
DJ
167822001-12-07 Daniel Jacobowitz <drow@mvista.com>
16783
16784 * gdb.c++/classes.exp: Add test for static member function.
16785 * gdb.c++/misc.cc: Add class with static member function.
16786
7a345fb3
JB
167872001-12-07 Jim Blandy <jimb@redhat.com>
16788
f2e54a80 16789 If GDB says it can't find the struct the function returned, report
8032bf31
JB
16790 those tests as `unsupported'.
16791 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16792 Rewrite subsequent tests to use it.
16793
16794 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
16795 those tests as `unsupported'.
16796 * gdb.base/structs.exp (call_struct_func): New function.
16797 (do_function_calls): Use call_struct_func to call the functions
16798 returning structs.
16799
0bc69509
JB
16800 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16801 whether functions are prototyped or not, so we can't possibly pass
16802 arguments to t_float_values2 properly.
16803
7a345fb3
JB
16804 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16805 value of `timeout' for targets other than the mips*tx39-*.
16806
edb6ede1
MS
168072001-12-06 Michael Snyder <msnyder@redhat.com>
16808
d63a86f8 16809 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
16810 and detect whether the start symbol has a leading underscore.
16811
2d842f13
JB
168122001-12-04 Jim Blandy <jimb@redhat.com>
16813
16814 * gdb.base/completion.exp: Clarify indentation.
16815
68550daf
JB
168162001-12-03 Jim Blandy <jimb@redhat.com>
16817
16818 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16819 variables on the S/390, not `.word'.
16820
cd5195a8
JB
168212001-11-30 Jim Blandy <jimb@redhat.com>
16822
16823 Add assembly-source tests for s390-ibm-linux.
16824 * gdb.asm/s390.inc: New file.
16825 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16826 the S/390 architecture.
a9c64011 16827 * gdb.asm/configure: Regenerated.
cd5195a8 16828
ca9efc90
MS
168292001-11-30 Michael Snyder <msnyder@redhat.com>
16830
16831 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16832 next, info source, info sources, info line, global and static
16833 variables, and static functions.
16834 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16835 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16836 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16837 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16838 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16839 (gdbasm_leave): Restore frame pointer.
16840 (gdbasm_startup): Copy stack set-up from crt0.S.
16841
d0e66976
FN
168422001-11-26 Fernando Nasser <fnasser@redhat.com>
16843
16844 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16845 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16846 to a local (non-static) variable. Copy tstruct.a to a static buffer
16847 and return a pointer to that buffer.
16848 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16849
e2334072
MK
168502001-11-24 Mark Kettenis <kettenis@gnu.org>
16851
16852 * gdb.asm/configure.in: Fix recognition of ix86 target.
16853 * gdb.asm/configure: Regenerate.
16854
756caa3d
MS
168552001-11-21 Michael Snyder <msnyder@redhat.com>
16856
16857 * gdb.asm/sparc.inc: New file.
16858 * gdb.asm/asm-source.exp: Recognize sparc target.
16859 * gdb.asm/configure.in: Recognize sparc target.
16860 * gdb.asm/configure: Regenerate.
d63a86f8 16861
9a4d72d5
MS
168622001-11-21 Michael Snyder <msnyder@redhat.com>
16863
16864 * gdb.asm/m32r.inc: New file.
16865 * gdb.asm/asm-source.exp: Recognize m32r target.
16866 * gdb.asm/configure.in: Recognize m32r target.
16867 * gdb.asm/configure: Regenerate.
16868
a773d1cd
MS
168692001-11-20 Michael Snyder <msnyder@redhat.com>
16870
017ac23d
MS
16871 * gdb.asm/i386.inc: New file.
16872 * gdb.asm/asm-source.exp: Recognize ix86 target.
16873 * gdb.asm/configure.in: Recognize ix86 target.
16874 * gdb.asm/configure: Regenerate.
16875
a773d1cd
MS
16876 * gdb.c++/namespace.exp: Fix quotes in output messages.
16877
bb632afb
MS
168782001-11-14 Michael Snyder <msnyder@redhat.com>
16879
25d559ca 16880 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
16881 qualifier in a type cast expression, to designate an address
16882 in the instruction space (Harvard architecture).
16883
4749e309
MS
168842001-11-13 Michael Snyder <msnyder@redhat.com>
16885
16886 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16887 Tests for expressions using 'const' and 'volatile'.
16888
25050984
CV
168892001-11-13 Corinna Vinschen <vinschen@redhat.com>
16890
16891 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16892
1902c51f
DJ
168932001-11-12 Daniel Jacobowitz <drow@mvista.com>
16894
16895 * lib/mi-support.exp (mi_run_to_helper): Move comments
16896 outside of gdb_expect.
16897
dcf95b47
DJ
168982001-11-11 Daniel Jacobowitz <drow@mvista.com>
16899
16900 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16901 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16902 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16903 mi0_run_to): New functions.
16904 * gdb.mi/mi-simplerun.exp: Use them.
16905 * gdb.mi/mi0-simplerun.exp: Likewise.
16906 * gdb.mi/mi-var-cmd.exp: Likewise.
16907 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 16908
45b074e1
AC
169092001-11-10 Andrew Cagney <ac131313@redhat.com>
16910
16911 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16912 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16913
bf50d346
AC
169142001-11-09 Andrew Cagney <ac131313@redhat.com>
16915
16916 * gdb.base/restore.exp: Include $expected value in restored test
16917 message.
16918
9383332c
AC
169192001-11-09 Andrew Cagney <ac131313@redhat.com>
16920
16921 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16922 implemented.
16923
db62520a
MS
169242001-11-08 Michael Snyder <msnyder@redhat.com>
16925
16926 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16927 Add pass/fail message for stop at breakpoint in call dummy function.
16928
b5703437
MS
169292001-11-07 Michael Snyder <msnyder@redhat.com>
16930
d63a86f8
RM
16931 * gdb.c++/templates.exp (test_template_breakpoints):
16932 If we get an overload menu, but it does not match what
760f6330 16933 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
16934 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16935 making the whitespace optional. Argument for "new" may be
16936 "unsigned" as well as "unsigned int/long".
d63a86f8 16937 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
16938 making the whitespace optional. Also replace "(void) with
16939 "((void|)), making the keyword "void" optional.
d63a86f8 16940 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
16941 making the whitespace optional. Also replace "(void) with
16942 "((void|)), making the keyword "void" optional.
3bf40917
MS
16943 * gdb.base/callfuncs.c (t_float_values): This function must
16944 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 16945 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
16946 can be tested against both cases. Usually one case involves
16947 promotion of float to double, while the other does not.
16948 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
16949 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16950 includes a stack frame for "start".
16951
c8ab4e6d
JB
169522001-11-05 Jim Blandy <jimb@redhat.com>
16953
16954 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16955 pointers are 32 bits long, and that offsets of relocs are always
16956 stored in the data (REL-style), and not in the reloc entry itself
16957 (RELA-style).
16958 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16959 stabs.
16960
3f08ced9
MS
169612001-11-01 Michael Snyder <msnyder@redhat.com>
16962
16963 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16964 and regular expression operators by using quoting.
16965
cbfa24cd
MS
169662001-10-31 Michael Snyder <msnyder@redhat.com>
16967
16968 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16969 depending on what the symbol table contains.
16970 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16971 the output of the ptype command. Similarly, accept both "const &"
16972 and "const&".
16973
aaa68313
CV
169742001-10-31 Corinna Vinschen <vinschen@redhat.com>
16975
16976 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16977 symbol `STORAGE' to allow to choose the storage class of
16978 the local datastructures.
16979 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16980 compiler directive.
16981
91740388
MS
169822001-10-30 Michael Snyder <msnyder@redhat.com>
16983
16984 * gdb.base/jump.exp: Allow it to run for all targets.
16985
1b7c05e7
CV
169862001-10-29 Corinna Vinschen <vinschen@redhat.com>
16987
16988 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16989 with new double_array size.
16990 (main): Change storage class of all local variables to static.
16991 Reduce size of double_array to 9.
16992 * gdb.base/call-ar-st.exp: Increase timeout value.
16993 Change expected output for double array to match new size in
16994 call-ar-st.c.
16995
36a22261
CV
169962001-10-29 Corinna Vinschen <vinschen@redhat.com>
16997
16998 * gdb.base/ending-run.exp: Create identical output when passing
16999 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 17000 Stormy16 target.
36a22261 17001
92b8ae91
MK
170022001-10-28 Mark Kettenis <kettenis@gnu.org>
17003
17004 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
17005 that we catch the expected failure under Linux/x86.
17006
cb135b83
OF
170072001-10-29 Orjan Friberg <orjanf@axis.com>
17008
17009 * gdb.base/setvar.exp: Escape curly braces.
17010 * gdb.stabs/weird.exp: Ditto.
17011
6884aa54
DJ
170122001-10-27 Daniel Jacobowitz <drow@mvista.com>
17013
17014 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
17015 * gdm.mi/mi0-hack-cli.exp: Likewise.
17016
0398c9aa
AC
170172001-10-25 Andrew Cagney <ac131313@redhat.com>
17018
17019 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
17020 messages.
17021
d20bf2e8
AC
170222001-10-21 Andrew Cagney <ac131313@redhat.com>
17023
17024 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
17025 checking MI enabled.
17026
03dd63aa
CV
170272001-10-09 Corinna Vinschen <vinschen@redhat.com>
17028
17029 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
17030
1d9d99f3
FCE
170312001-10-04 Frank Ch. Eigler <fche@redhat.com>
17032
17033 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
17034 if gdb child process crashes, just signal an error.
17035
838ae6c4
JB
170362001-10-02 Jim Blandy <jimb@redhat.com>
17037
17038 * lib/gdb.exp (test_xfail_format): Simplify.
17039
17040 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
17041 front of the variable name `format'. Simplify `if'.
17042
8f0cbc1c
DJ
170432001-10-01 Daniel Jacobowitz <drow@mvista.com>
17044
17045 * gdb.threads/pthreads.exp: Wait for output and delay
17046 before sending ^C.
17047
1f08dafd
DJ
170482001-10-01 Daniel Jacobowitz <drow@mvista.com>
17049
17050 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
17051 some incorrect output instead of timing out.
17052 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
17053
674f90ff
CV
170542001-09-28 Corinna Vinschen <vinschen@redhat.com>
17055
17056 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
17057 check to allow additional `int'.
17058
9b284272
DJ
170592001-09-27 Daniel Jacobowitz <drow@mvista.com>
17060
17061 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
17062 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
17063
b55a4771
MS
170642001-09-27 Michael Snyder <msnyder@redhat.com>
17065
17066 * lib/gdb.exp (test_debug_format): New proc.
17067 (setup_xfail_format): Use new proc test_debug_format.
17068 * gdb.base/constvars.exp (local_compiler_xfail_check): New
17069 proc; use new service proc test_debug_format.
17070 Replace all other "gcc_compiled" tests with this test.
17071 * gdb.base/volatile.exp (local_compiler_xfail_check): New
17072 proc; use new service proc test_debug_format.
17073 Replace all other "gcc_compiled" tests with this test.
17074
170752001-09-27 Michael Snyder <msnyder@redhat.com>
17076
17077 * gdb.base/cvexpr.exp: New file.
17078 * gdb.base/cvexpr.c: New file
17079 Test for expressions using const and volatile keywords.
17080
4e6667ac
CV
170812001-09-26 Corinna Vinschen <vinschen@redhat.com>
17082
17083 * gdb.base/constvars.exp: Check for different orders of keywords
17084 and additional "int" strings in output.
17085
4f337972
AC
170862001-09-22 Andrew Cagney <ac131313@redhat.com>
17087
17088 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
17089 responses from "help maint".
17090
2015650d
FCE
170912001-09-19 Frank Ch. Eigler <fche@redhat.com>
17092
17093 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
17094 to localhost:NNN instead of :NNN, in case Xvfb is listening
17095 only on TCP.
17096
f3bcedc1
CV
170972001-09-19 Corinna Vinschen <vinschen@redhat.com>
17098
17099 * gdb.base/recurse.exp: When checking leaving the watchpoint
17100 scope, recognize when gdb is in function's epilogue and pass.
17101
6b819c92
KS
171022001-09-18 Keith Seitz <keiths@redhat.com>
17103
17104 * lib/insight-support.exp (_gdbtk_export_target_info): Add
17105 support for running tests against sid targets.
17106 (gdbtk_done): Ditto.
17107
a10c9419
CV
171082001-09-18 Corinna Vinschen <vinschen@redhat.com>
17109
17110 * gdb.base/ending-run.c (main): Set stdout buffersize
17111 to the same reasonable value for any target.
17112 * gdb.base/ending-run.exp: Add a regular expression
17113 to make testsuite happy on Sanyo Stormy16 target.
17114
739d0d99
CV
171152001-09-17 Corinna Vinschen <vinschen@redhat.com>
17116
17117 * gdb.base/display.c (do_loops): Add float variable `f'.
17118 Increment f in loop.
17119 * gdb.base/display.exp: Increment timeout by 60 seconds.
17120 Change float display test to use variable `f'.
17121
1b8947f0
JB
171222001-09-17 Jim Blandy <jimb@redhat.com>
17123
17124 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
17125 overflowing the limited breakpoint tables on some ROM monitors
17126 (like the ROM68K).
17127
9890ac81
FCE
171282001-09-15 Frank Ch. Eigler <fche@redhat.com>
17129
17130 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
17131 the "-ac" (disable access control) flag.
17132
6db765ea
JH
171332001-08-30 Jeff Holcomb <jeffh@redhat.com>
17134
17135 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
17136 ints.
17137
4c32cc04
KS
171382001-08-30 Keith Seitz <keiths@redhat.com>
17139
17140 * lib/gdb.exp: Move all insight-related functionality into
17141 separate file.
17142 * lib/insight-support.exp: New file.
17143
8d6e6f81
FCE
171442001-08-29 Frank Ch. Eigler <fche@redhat.com>
17145
17146 * config/sid.exp (sid_start): Never set sid verbosity; disable
17147 expect_background {} that consumed its stdout; tolerate </dev/null.
17148 Attempt to set endianness override in "sid" protocol mode. Cleanup.
17149
6a90e1d0
AC
171502001-08-18 Andrew Cagney <ac131313@redhat.com>
17151
17152 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
17153 CLI jump command to start it.
17154 (mi_run_to_main): Fail immediatly when unexpected output.
17155
1759b3c3
AC
171562001-08-18 Andrew Cagney <ac131313@redhat.com>
17157
17158 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
17159 beginning of function. Fix PR gdb/191.
17160
61d11d80
FCE
171612001-08-16 Frank Ch. Eigler <fche@redhat.com>
17162
17163 * config/sid.exp (sid_start): Don't warn if we cannot figure out
17164 what to force sid endianness to.
17165
942a4df2
KS
171662001-08-15 Keith Seitz <keiths@redhat.com>
17167
17168 * lib/gdb.exp (gdbtk_start): Don't set environment
17169 variables for TCL_LIBRARY and friends. Insight will
17170 now figure these out for itself.
17171
0521c418
MS
171722001-08-02 Michael Snyder <msnyder@redhat.com>
17173
17174 * gdb.base/completion.exp: Remove the symbol "a64l" from
17175 the expect string; this is target-specific, and not related
17176 to what is being tested.
17177
74a9a58a
DB
171782001-08-02 Dave Brolley <brolley@redhat.com>
17179
17180 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
17181
c70819fa
MS
171822001-07-25 Michael Snyder <msnyder@redhat.com>
17183
c2b8fa57
MS
17184 * gdb.base/consecutive.exp: New file. Test stepping over
17185 breakpoints on consecutive instructions.
17186 * gdb.base/consecutive.c: New file.
17187
c70819fa
MS
17188 * gdb.base/call-rt-st.exp: Use double-backslash to quote
17189 curly braces in regular expressions.
17190
2b1a1355
MS
171912001-07-25 Michael Snyder <msnyder@redhat.com>
17192
17193 * gdb.base/ending-run.exp: Accept "Program exited normally" as
17194 legitimate output from stepping out of main.
17195
413eca6f
KS
171962001-07-22 Keith Seitz <keiths@redhat.com>
17197
17198 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
17199 the empty string, do not run the tests.
17200
7e5a9322
SC
172012001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17202
17203 * gdb.base/long_long.exp: Detect size of pointer. Take into
17204 account 2-byte pointers when testing for p/a results.
17205
de58f10f
SC
172062001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17207
d63a86f8 17208 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
17209 and defined to 1K for m68hc11.
17210 (random_data): Reduce table to 1K for embedded platforms (68hc11).
17211 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
17212 (sizeof_random_data): New variable to tell the size of the data table;
17213 don't test past this size; always run to main.
17214
d6f5fea1
SC
172152001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17216
17217 * gdb.base/return2.exp: return of long long and double fails for
17218 68HC11; don't execute these tests on that platform.
17219 * gdb.base/return.exp: Return of a double fails for 68hc11.
17220
c477543d
SC
172212001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17222
17223 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
17224 tests that print a float.
17225 * call-rt-st.exp: Likewise.
17226
63cf1c79
MK
172272001-07-12 Mark Kettenis <kettenis@gnu.org>
17228
17229 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
17230 running this test on Linux.
17231
112f9ab5
MC
172322001-06-24 Michael Chastain <chastain@redhat.com>
17233
17234 * gdb.base/arithmet.exp: Remove some tests to make all test names
17235 unique.
17236
4970cb0f
MS
172372001-07-03 Michael Snyder <msnyder@redhat.com>
17238
17239 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
17240 the output of the ptype command.
17241
d85da69f
MS
172422001-07-02 Michael Snyder <msnyder@redhat.com>
17243
4c8a82de
MS
17244 * gdb.base/completion.exp: Don't assume that break.c is the only
17245 source file that may contain functions named "marker".
d85da69f
MS
17246 * gdb.base/corefile.exp: Quote the curly braces in regexp.
17247
8afc772b
AC
172482001-06-28 Andrew Cagney <ac131313@redhat.com>
17249
17250 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
17251 of files to delete.
17252
17253 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
17254 * gdb.disasm/h8300s.exp: New file.
17255 gdb.disasm/h8300s.s: Likewise.
17256
cff22675
AC
172572001-06-27 Andrew Cagney <ac131313@redhat.com>
17258
17259 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
17260 empty breakpoint tables.
17261
68c81b54
AC
172622001-06-25 Andrew Cagney <ac131313@redhat.com>
17263
17264 * lib/mi-support.exp: Update args=... part of stop-reason
17265 patterns. Accept either a list or a tuple.
17266
2dd62704
AC
172672001-06-23 Andrew Cagney <ac131313@redhat.com>
17268
17269 * lib/mi-support.exp: Remove local emacs variable defining
17270 change-log-default-name.
17271
b4127474
MC
172722001-06-22 Michael Chastain <chastain@redhat.com>
17273
17274 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
17275 This is operationally compatible with the previous version.
17276
8dbfb380
JB
172772001-06-13 Jim Blandy <jimb@redhat.com>
17278
17279 * lib/gdb.exp (gdb_test): Doc fix.
17280
f2d8c86d
MC
172812001-06-10 Michael Chastain <chastain@redhat.com>
17282
17283 * gdb.base/exprs.exp: Remove a duplicate test.
17284
81564d34
JB
172852001-06-06 Jim Blandy <jimb@redhat.com>
17286
17287 * gdb.base/return2.exp (main): Use values to test float and double
17288 returns that are not NaN's, to avoid being confused by IEEE
17289 comparison rules.
17290
da55addb
MS
172912001-06-04 Michael Snyder <msnyder@redhat.com>
17292
17293 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 17294 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
17295 rather than wait for 12 more tests to time out.
17296
42c65987
JB
172972001-06-06 Jim Blandy <jimb@redhat.com>
17298
b18bced9 17299 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 17300 Don't forget to match the GDB prompt.
b18bced9 17301
42c65987
JB
17302 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
17303
5b41e5f0
JB
173042001-06-04 Jim Blandy <jimb@redhat.com>
17305
17306 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
17307 command.
17308
015e046f
KB
173092001-05-31 Kevin Buettner <kevinb@redhat.com>
17310
17311 * gdb.base/annota1.exp (info break): Match four or more spaces
17312 after "Address".
17313
fb1ffbbe
MC
173142001-05-31 Michael Chastain <chastain@redhat.com>
17315
17316 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
17317 (dm_type_int_star): Likewise.
17318 (dm_type_long_star): Likewise.
17319 (dm_type_void_star): Likewise.
17320
5ea2a32c
KB
173212001-05-29 Kevin Buettner <kevinb@redhat.com>
17322
17323 * gdb.base/completion.exp (INPUTRC): Set this environment variable
17324 to a known value in order to get consistent results regardless
17325 of the setting of INPUTRC or the presence or contents of .inputrc.
17326
ae23c492
MS
173272001-05-24 Michael Snyder <msnyder@redhat.com>
17328
ac55707e
MS
17329 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
17330 Don't require that the main thread and the manager thread are the
17331 first in the list.
17332
ae23c492
MS
17333 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
17334 debugging. If test fails, issue an "unsupported" not a "fail".
17335
400071f1
JB
173362001-05-24 Jim Blandy <jimb@redhat.com>
17337
17338 Don't assume that short is shorter than int.
17339 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
17340 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 17341 this isn't true.
400071f1
JB
17342 ("print unsigned char == (~0)"): Add test that verifies that ~0,
17343 an int, is not equal to ~0 stored in an unsigned char. This tests
17344 the same thing that the previous test meant to, but works on
17345 16-bit machines, too.
17346 ("print unsigned char != (~0)"): Same test, complemented.
17347
0816a3e5
MS
173482001-05-24 Michael Snyder <msnyder@redhat.com>
17349
17350 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 17351 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
17352 and prevents dejagnu getting out of step.
17353
f6dc23a9
KB
173542001-05-23 Kevin Buettner <kevinb@redhat.com>
17355
17356 * gdb.base/finish.exp (finish_void): Revise pattern for
17357 stopping on the call statement to not permit stopping at
17358 the start of the instructions comprising the call sequence.
17359
7dbd117d
MC
173602001-05-19 Michael Chastain <chastain@redhat.com>
17361
17362 * gdb.base/callfuncs.exp: Make all test names unique.
17363 * gdb.base/commands.exp: Make all test names unique.
17364 * gdb.base/condbreak.exp: Make all test names unique.
17365 * gdb.base/dbx.exp: Make all test names unique.
17366 * gdb.base/default.exp: Make all test names unique.
17367 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
17368 and TIMEOUT messages to their corresponding PASS message.
17369 * gdb.base/ending-run.exp: Make all test names unique.
17370 * gdb.base/long_long.exp: Remove duplicate test.
17371
6b0b0a9e
KB
173722001-05-21 Kevin Buettner <kevinb@redhat.com>
17373
17374 * gdb.base/finish.exp (finish_void): Allow "finish" command to
17375 stop on the call statement as well as the statement after the
17376 call.
17377
2caa35cb
MS
173782001-05-21 Michael Snyder <msnyder@redhat.com>
17379
17380 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
17381
40713331
EZ
173822001-05-10 Elena Zannoni <ezannoni@redhat.com>
17383
a9c64011
AS
17384 * gdb.base/completion.exp: Revamp test. Make it execute on all
17385 platforms.
40713331 17386
c2c1be8d
EZ
173872001-05-10 Elena Zannoni <ezannoni@redhat.com>
17388
a9c64011
AS
17389 * config/gdbserver.exp (gdb_load): Handle the case
17390 in which the arguments to gdbserver are given in the
17391 baseboard configuration file.
17392 Also handle the case in which the server needs to do a
17393 load.
2c9cd303 17394
9671de48
KS
173952001-05-07 Keith Seitz <keiths@cygnus.com>
17396
a9c64011
AS
17397 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
17398 set up the display for testing.
17399 (gdbtk_start): Convert all paths to paths that tcl will like.
17400 Export target information to environment.
17401 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
17402 necessary.
17403 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
17404 (to_tcl_path): New proc to convert a given pathname into
17405 a path acceptible as an argument to a tcl command.
17406 (_gdbtk_export_target_info): New proc to export target info
17407 into the environment for gdbtk testing.
17408 (gdbtk_done): New proc to signal end-of-test.
9671de48 17409
5a360f47
JB
174102001-05-06 Jim Blandy <jimb@redhat.com>
17411
17412 * restore.c: Make the code of caller0 correspond to its comment.
17413
66c756c6
MS
174142001-05-03 Michael Snyder <msnyder@redhat.com>
17415
17416 * config/sid.exp (gdb_target_sid): Check for error messages.
17417 On error or timeout, don't make expect exit (which will terminate
17418 all subsequent tests); instead just make gdb exit.
d63a86f8 17419 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
17420 return a negative value.
17421
a966fde5
JB
174222001-04-24 Jim Blandy <jimb@redhat.com>
17423
851c18e0
JB
17424 * gdb.c++/templates.exp: If we see the prompt for the overload
17425 list, but we haven't recognized any of the longer patterns,
17426 arrange for this test to fail, not hang.
17427
a966fde5
JB
17428 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
17429 variations.
17430
db144853
MC
174312001-04-22 Michael Chastain <chastain@redhat.com>
17432
17433 * gdb.c++/local.exp: Use the 'runto' library function.
17434 * gdb.c++/namespace.exp: Likewise.
17435 * gdb.c++/overload.exp: Likewise.
17436
3207ec21
KB
174372001-03-26 Kevin Buettner <kevinb@redhat.com>
17438
17439 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
17440 * gdb.base/step-line.exp: New file. Test step/next in presence of
17441 #line directives.
17442 * gdb.base/step-line.c: New file. Test program for the above.
17443 * gdb.base/step-line.inp: New file. We pretend that this file has
17444 been transformed by some other tool into step-line.c.
17445
13b57657
JB
174462001-03-21 Jim Blandy <jimb@redhat.com>
17447
17448 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
17449 unmangled operator names.
17450
754cbe1c
JB
174512001-03-20 Jim Blandy <jimb@redhat.com>
17452
17453 * gdb.threads/linux-dp.exp: Recognize an additional message
17454 generated by GDB when it doesn't understand how to debug threads
17455 on the target system.
17456
177495c9
AC
174572001-03-19 Andrew Cagney <ac131313@redhat.com>
17458
17459 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
17460
f266096b
MC
174612001-03-12 Michael Chastain <chastain@redhat.com>
17462
17463 * gdb.c++/derivation.exp: Use the 'runto' library function.
17464
cac3c2ff
MC
174652001-03-12 Michael Chastain <chastain@redhat.com>
17466
17467 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
17468
b6c11a24
MC
174692001-02-24 Michael Chastain <chastain@redhat.com>
17470
17471 * gdb.c++/ref-types.exp: Change handwritten code to library
17472 function 'runto'.
17473
6bae5bce
OF
174742001-03-16 Orjan Friberg <orjanf@axis.com>
17475
17476 * gdb.base/signals.exp: Set count to 0 explicitly.
17477
0015fd9a
MS
174782001-03-15 Mark Salter <msalter@redhat.com>
17479
17480 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
17481 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
17482 (gdb_load): Add support for additional target_info: gdb_download_size
17483 and gdb_load_timeout.
0015fd9a 17484
fc33412a
DT
17485Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
17486
17487 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
17488 file -- to prevent failing when the compile fails but we have no
17489 intention of running the tests anyway.
fc33412a
DT
17490
17491 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
17492 tests if set.
17493
17494 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 17495 integers.
fc33412a
DT
17496
17497 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
17498 * gdb.c++/namespace.exp: Ditto.
17499
115f06de
OF
175002001-03-07 Orjan Friberg <orjanf@axis.com>
17501
17502 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
17503 * gdb.base/pointers.exp: Relax pattern match of decimals.
17504
b6ba6518
KB
175052001-03-06 Kevin Buettner <kevinb@redhat.com>
17506
17507 * Makefile.in, config/abug.exp, config/cfdbug.exp,
17508 config/cpu32bug.exp, config/dve.exp, config/est.exp,
17509 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
17510 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
17511 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
17512 config/sh.exp, config/sid.exp, config/slite.exp,
17513 config/sparclet.exp, config/udi.exp, config/unknown.exp,
17514 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
17515 config/vxworks.exp, config/vxworks29k.exp,
17516 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
17517 gdb.base/all-bin.exp, gdb.base/annota1.exp,
17518 gdb.base/arithmet.exp, gdb.base/assign.exp,
17519 gdb.base/async.exp, gdb.base/attach.exp,
17520 gdb.base/bitfields.exp, gdb.base/bitops.exp,
17521 gdb.base/break.exp, gdb.base/call-ar-st.exp,
17522 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
17523 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
17524 gdb.base/commands.exp, gdb.base/completion.exp,
17525 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17526 gdb.base/constvars.exp, gdb.base/corefile.exp,
17527 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
17528 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
17529 gdb.base/ending-run.exp, gdb.base/environ.exp,
17530 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17531 gdb.base/finish.exp, gdb.base/foll-exec.exp,
17532 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
17533 gdb.base/funcargs.exp, gdb.base/help.exp,
17534 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
17535 gdb.base/logical.exp, gdb.base/long_long.exp,
17536 gdb.base/maint.exp, gdb.base/mips_pro.exp,
17537 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
17538 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
17539 gdb.base/pointers.exp, gdb.base/printcmds.exp,
17540 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
17541 gdb.base/regs.exp, gdb.base/relational.exp,
17542 gdb.base/remote.exp, gdb.base/reread.exp,
17543 gdb.base/restore.exp, gdb.base/return2.exp,
17544 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
17545 gdb.base/selftest.exp, gdb.base/setshow.exp,
17546 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
17547 gdb.base/sigall.exp, gdb.base/signals.exp,
17548 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
17549 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17550 gdb.base/step-test.exp, gdb.base/structs.c,
17551 gdb.base/structs.exp, gdb.base/structs2.exp,
17552 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
17553 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
17554 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
17555 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17556 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
17557 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
17558 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
17559 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
17560 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
17561 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
17562 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
17563 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
17564 gdb.fortran/types.exp, gdb.java/jmisc.exp,
17565 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17566 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
17567 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17568 gdb.trace/circ.exp, gdb.trace/collection.exp,
17569 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
17570 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17571 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
17572 gdb.trace/report.exp, gdb.trace/save-trace.exp,
17573 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17574 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17575 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
17576 notices.
17577
dc96c6c7 175782001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
17579
17580 * gdb.base/varargs.c (find_max_double): Fix printf format string:
17581 first arg is int not float.
17582
dc96c6c7 175832001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
17584
17585 * gdb.base/reread.exp: Unsupported for non-native targets;
17586 doesn't work for remote debugging.
17587
9b0c4aeb
FN
175882001-02-19 Fernando Nasser <fnasser@redhat.com>
17589
17590 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
17591 * gdb.base/ending-run.exp: Properly handle the BSP state when
17592 stepping past the end of main.
9b0c4aeb 17593
02aa71d5
MC
175942001-02-19 John Moore <jmoore@redhat.com>
17595
17596 * gdb.base/commands.exp (infrun_breakpoint_command_test):
17597 Converted HPUX fix for non-expected items following multiple
17598 step commands into general solution for all platforms.
17599
1fa449a4
MC
176002001-02-18 Michael Chastain <chastain@redhat.com>
17601
17602 * gdb.c++/classes.exp (do_tests): Change runto statements
17603 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17604 statements demangler agnostic.
17605 * gdb.c++/virtfunc.exp (do_tests): Likewise.
17606 (gdb_virtfunc_restart): Likewise.
17607
b2f9ec70
MC
176082001-02-14 Michael Chastain <chastain@redhat.com>
17609
17610 * gdb.c++/inherit.exp (do_tests): Change runto statements
17611 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17612 statements demangler agnostic.
17613
cf74b8ca
AC
17614Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
17615
17616 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
17617 ``continue to bkpt at common_routine in thread 2'' and ``stopped
17618 before calling common_routine 15 times'' tests.
cf74b8ca 17619
99f78f56
MC
176202001-02-11 Michael Chastain <chastain@redhat.com>
17621
17622 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
17623 Helps the test script figure out which demangler is in use.
17624 (dm_type_foo_ref): Ditto.
17625 (dm_type_int_star): Ditto.
17626 (dm_type_long_star): Ditto.
17627 (dm_type_unsigned_int): Ditto.
17628 (dm_type_void): Ditto.
17629 (dm_type_void_star): Ditto.
99707966 17630 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
17631 Probe the gdb demangler and set variables to accommodate
17632 formatting differences.
17633 (info_func_regexp): New function. Same as info_func, but
17634 matches against a regexp.
17635 (info_func): Match against a literal string.
17636 (print_addr_2): New function. Match against a literal string,
17637 which can be different from the input to gdb.
17638 (print_addr): Simply call print_addr_2 with the same argument twice.
17639 (test_lookup_operator_functions): Use demangler formatting variables.
17640 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
17641 the tests in the same order as the C++ class declaration.
17642 (test_paddr_operator_functions): Ditto.
17643 (test_paddr_overloaded_functions): Ditto.
17644 (test_paddr_hairy_functions): Use demangler formatting variables.
17645 Add reference to gdb/19 for related tests.
17646 (do_tests): Call probe_demangler.
17647
1de8f023
KB
176482001-01-30 Kevin Buettner <kevinb@redhat.com>
17649
17650 * gdb.c++/templates.cc (printf): Remove unused function definition.
17651
ca3f91ed
MS
176522001-01-26 Felix Lee <flee@redhat.com>
17653
17654 * sid.exp (sid_exit): Pass host, not target, to remote_close.
17655
176562001-01-25 matthew green <mrg@redhat.com>
17657
17658 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
17659 up sid.
17660 (sid_exit): Call `remote_pop_conn' after GDB is gone.
17661
176622001-01-25 matthew green <mrg@redhat.com>
17663
17664 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 17665 Deprecate $sid_spawn_id.
ca3f91ed
MS
17666 (sid_exit): Remove code necessary only for `spawn.'
17667
176682001-01-25 matthew green <mrg@redhat.com>
17669
17670 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
17671
fb18ec4a
MC
176722001-01-28 Michael Chastain <chastain@redhat.com>
17673
17674 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
17675 to call when tests fail. It takes gdb out of the overloaded
17676 function choice menu back to the main prompt, so that the test
17677 program stays synchronized.
17678 (set_bp_overloaded): New proc to collect all the common
17679 code for setting a breakpoint on an overloaded name. Calls
17680 take_gdb_out_of_choice_menu when needed.
17681 (menu_overload1arg): New variable to collect the repeated
17682 instances of the expected menu for an overloaded name. Change
17683 the regular expression to handle changes in g++ type encoding:
17684 "void" can be either "void" or "", and "unsigned int" can be
17685 either "unsigned int" or "unsigned".
17686 (continue_to_bp_overloaded): Change regular expressions to handle
17687 changes in g++ type encoding.
17688 (no proc): Call take_gdb_out_of_choice_menu when needed.
17689 Remove redundant calls to "info break". Accept either "canceled"
17690 or "cancelled". Change regular expressions in "info break"
17691 calls to handle changes in g++ type encoding. Give all tests
17692 unique strings.
17693
9c646a6e
BE
176942001-01-17 Ben Elliston <bje@redhat.com>
17695
17696 * config/sid.exp: New file.
17697
9549d9c1
AC
17698Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
17699
17700 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
17701
dc96c6c7 177022000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
17703
17704 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
17705 Add a RE to accept a non-ascii char if one is ever presented.
17706
b4df4f68
FN
177072000-12-20 Fernando Nasser <fnasser@redhat.com>
17708
297dd0fd 17709 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 17710
dc96c6c7 177112000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 17712
d63a86f8 17713 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
17714 in regexp. One '\' does not suffice on Linux.
17715
4a7bddb6
MC
177162000-12-09 Michael Chastain <chastain@redhat.com>
17717
17718 * gdb.base/break.exp (test_clear_command): Use a marker function
17719 rather than 'main' for the test function. Also move this
17720 test to an execution point where the marker function names are
17721 guaranteed to be bound to functions. (Executing tests after a
17722 'finish' from main runs into name conflicts with local names
17723 in __libc_start_main).
17724
dc96c6c7 177252000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
17726
17727 * gdb.base/finish.exp: New test for gdb's "finish" command.
17728 * gdb.base/return2.exp: New test for gdb's "return" command.
17729 * gdb.base/return2.c: New source file for above.
17730
dc96c6c7 177312000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
17732
17733 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17734 * gdb.base/miscexprs.exp: Ditto.
17735 * gdb.base/pointers.exp: Ditto.
17736 * gdb.c++/derivation.exp: Ditto.
17737 * gdb.c++/local.exp: Ditto.
17738 * gdb.c++/namespace.exp: Ditto.
17739 * gdb.c++/overload.exp: Ditto.
17740 * gdb.c++/ref-types.exp: Ditto.
17741
dc96c6c7 177422000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
17743
17744 * gdb.base/constvars.exp: Test result of "up" command.
17745 * gdb.base/miscexprs.exp: Ditto.
17746 * gdb.base/pointers.exp: Ditto.
17747 * gdb.base/scope.exp: Ditto.
17748 * gdb.c++/derivation.exp: Ditto.
17749 * gdb.c++/local.exp: Ditto.
17750 * gdb.c++/namespace.exp: Ditto.
17751 * gdb.c++/overload.exp: Ditto.
17752 * gdb.c++/ref-types.exp: Ditto.
17753
44097287
FN
177542000-11-22 Michael Chastain <chastain@redhat.com>
17755
17756 * mips_pro.exp: Accept either "middle -> top -> main" or
17757 "middle -> main" in the backtrace, because gcc can optimize
17758 tail calls to jumps. Remove setup_xfail for the hppa case.
17759 Add a comment with the original warning messages from PR 3016,
17760 which was filed in 1993, to preserve them for posterity.
17761
9d2e1bab
ND
177622000-11-17 Nick Duffek <nsd@redhat.com>
17763
17764 * lib/gdb.exp (gdb_test): Override timeout with board info.
17765
1aca8eb7
ND
177662000-11-17 Nick Duffek <nsd@redhat.com>
17767
17768 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17769 the second kill and detach messages.
17770
93076499
ND
177712000-11-17 Nick Duffek <nsd@redhat.com>
17772
17773 * configure.in: Add AC_EXEEXT.
17774 * configure: Regenerate.
17775 * Makefile.in (just-check): Export EXEEXT.
17776 * lib/gdb.exp ($EXEEXT): Import from environment.
17777 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17778 expect "maint dump-me" on Cygwin.
17779 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17780 $EXEEXT.
17781
30e87cd3
ND
177822000-11-17 Nick Duffek <nsd@redhat.com>
17783
17784 * gdb.base/break.exp: Test backtrace and finish from called
17785 function on all platforms, not just HP-UX.
17786
dc96c6c7 177872000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
17788
17789 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17790 code from gdb_target_monitor, so it can be used independantly
17791 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 17792
dc96c6c7 177932000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
17794
17795 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17796 * gdb.base/corefile.exp: Expect the message "Program is being
17797 debugged already" when we send the "corefile" command, since
17798 the preceeding gdb_load may have connected gdb to a remote target.
17799 * gdb.base/display.exp: Disable hardware watchpoints if new
17800 board info variable "no_hardware_watchpoints" is true.
17801 Replace single-letter commands with more readable ones.
17802 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17803 if new board info variable "no_hardware_watchpoints" is true.
17804 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17805 to see if stdio (printf) testing is possible.
17806 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17807 board info variable "no_hardware_watchpoints" is true. Use new
17808 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17809
39124dea
FN
178102000-11-13 Fernando Nasser <fnasser@redhat.com>
17811
17812 From Orjan Friberg <orjanf@axis.com>:
17813 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17814 in array print pattern match.
17815
a9e2e984
FN
178162000-11-09 Fernando Nasser <fnasser@redhat.com>
17817
17818 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17819 spelling "cancelled" to U.S. spelling "canceled" to match changes
17820 made to gdb.
17821 * gdb.c++/ovldbreak.exp: Ditto.
17822
c7db355b
PS
178232000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17824
17825 * gdb.base/callfuncs.c (main): Moved to end of file, call
17826 t_double_values to initialize the FPU before inferior calls are made.
17827 * gdb.base/callfuncs.exp: Test for register preservation after calling
17828 inferior functions. Add tests for continuining, finishing and
17829 returning from a stop in a call dummy.
17830
dc96c6c7 178312000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
17832
17833 * gdb.base/commands.exp: Break up long lines, and re-indent.
17834
dc96c6c7 178352000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
17836
17837 * config/gdbserver.exp: Rewritten from the ground up, to make it
17838 compatible with the current dejagnu tree, and to make it work with
17839 the new "gdbserver" in libremote.
17840
dc96c6c7 178412000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
17842
17843 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17844 * gdb.base/varargs.exp: Skip entire test if no printf support.
17845 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17846 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17847
dc96c6c7 178482000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
17849
17850 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17851 no floating point support.
17852 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17853 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17854 * gdb.base/call-rt-st.exp: Ditto.
17855 * gdb.base/call-strs.exp: Ditto.
17856
bac5fc66
JG
178572000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17858
17859 * gdb.base/sizeof.c: include <stdio.h>.
17860
17861 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
17862 'finish', otherwise uncaptured gdb_prompt would potentially
17863 throw remaining test points out of sync.
bac5fc66 17864
b22a6027
SB
178652000-07-26 Scott Bambrough <scottb@netwinder.org>
17866
17867 * gdb.base/recurse.exp: Run tests for all targets.
17868 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17869 gnu-oldld case on ARM.
17870 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17871 for ARM targets.
d63a86f8 17872
d8231941
AG
17873Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17874
17875 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17876 * gdb.java/configure: Rebuild.
17877
8caabe69
AG
17878Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17879
17880 * gdb.java/jv-exp.exp: New file.
17881
9d273ca3
AG
17882Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17883
17884 * configure: Rebuilt.
17885 * configure.in (configdirs): Add gdb.java.
17886 * gdb.java/jmisc.java: New file.
17887 * gdb.java/jmisc.exp: New file.
17888 * gdb.java/Makefile.in: New file.
17889 * gdb.java/configure: Rebuilt.
17890 * gdb.java/configure.in: New file.
17891 * lib/java.exp: New file.
17892
4f823a66
AC
17893Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17894
17895 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 17896 underflow.
4f823a66 17897
2391e11d
AC
17898Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17899
17900 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 17901 and the compilers sizes.
2391e11d 17902
54602222
ND
179032000-07-09 Nick Duffek <nsd@redhat.com>
17904
17905 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17906 (use_methods): New function.
17907 (main): Call use_methods().
17908 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17909 (do_tests): Call test_method_param_class.
17910
2bec0572
ND
179112000-07-09 Nick Duffek <nsd@redhat.com>
17912
17913 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17914 spelling.
17915 (test_enums): New procedure. Move enum tests from end of script
17916 to here. Set breakpoint on function name instead of line number.
17917 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17918 (enums2): New marker function.
17919 (enums1): New function.
17920 (main): Call enums1(). Move enum tests to enums1().
17921
78492fde
AC
17922Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17923
17924 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 17925 compile/link program. Update line numbers.
78492fde
AC
17926 * gdb.asm/d10v.inc: Define ``startup''.
17927 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 17928
49a2cef8
AC
17929Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17930
17931 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17932
3e6c8688
EZ
179332000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17934
17935 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 17936 of 'help maint print' command.
3e6c8688 17937
9ff5cbe9
AC
17938Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17939
17940 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 17941 they use gdb_expect_list.
9ff5cbe9 17942
17c579bd
AC
17943Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17944
17945 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
17946 memory-read-packet-size'' instead of ``set endian big'' to test
17947 long commands.
17c579bd 17948
e6d71bf3
DB
179492000-06-03 Daniel Berlin <dan@cgsoftware.com>
17950
17951 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 17952 g++, and stop skipping them.
e6d71bf3
DB
17953
17954 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17955 work under g++.
17956
d63a86f8 17957 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
17958 initialization.
17959
dc96c6c7 179602000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
17961
17962 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17963 the regular expression: accept an (almost) arbitrary sequence of
17964 "frames-invalid" and "breakpoints-invalid" messages both before
17965 and after the "starting" message.
17966
dc96c6c7 179672000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
17968
17969 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 17970
dc96c6c7 179712000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
17972
17973 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17974 Relax the regular expression a little, make it pass on Solaris 8.
17975
8216cda9
KB
179762000-05-12 Kevin Buettner <kevinb@redhat.com>
17977
17978 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 17979 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
17980 Instead, it is permissible for gdb to stop on the line of the
17981 call itself.
17982
1a570b2f
MS
179832000-05-12 Michael Snyder <msnyder@.cygnus.com>
17984
17985 * gdb.base/break.exp (bp on small function, optimized file):
17986 Add a second pass pattern. The behavior differs here between stabs
17987 and dwarf for one-line functions. Stabs preserves two line symbols
17988 (one before the prologue and one after) with the same line number,
17989 but dwarf regards these as duplicates and discards one of them.
17990 Therefore the address after the prologue (where the breakpoint is)
17991 has no exactly matching line symbol, and GDB reports the breakpoint
17992 as if it were in the middle of a line rather than at the beginning.
17993
dc96c6c7 179942000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 17995
d63a86f8 17996 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
17997 rather than "send_gdb" (for consistancy).
17998
7d418785
AC
17999Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
18000
18001 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
18002 * gdb.c++/templates.cc: Properly check for GCC version number.
18003 * lib/compiler.cc: Likewise
18004
dc96c6c7 180052000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 18006
d63a86f8 18007 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
18008 gdb may not stop at the first line of main, due to code motion.
18009
dc96c6c7 180102000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
18011
18012 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
18013 This test depends on parsing the printf output from the target.
18014 Since the sparclet stub doesn't do stdio, this will never work.
18015 * gdb.base/call-rt-st.exp: ditto.
18016 * gdb.base/call-strs: ditto.
18017
dc96c6c7 180182000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
18019
18020 * gdb.base/miscexprs.exp: make sizeof long array test portable.
18021
18022 * gdb.base/ending-run.exp: After connecting to a remote target,
18023 but before running, the target will appear to be in a random
18024 location. Specify both a file and a line for breakpoints.
18025 Also, the function that calls main may be called 'init'
18026 rather than 'start'.
18027
a5a51225
EZ
180282000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18029
18030 * gdb.base/help.exp: Update output for add-symbol-file command.
18031
7930cc7c
FN
180322000-04-10 Fernando Nasser <fnasser@cygnus.com>
18033
18034 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18035 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
18036
23e37ab1
C
180372000-04-07 J.T. Conklin <jtc@redback.com>
18038
e93c542c
C
18039 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
18040
23e37ab1
C
18041 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
18042
591b8fa3
PDM
18043Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
18044
18045 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 18046 values that can be represented exactly.
591b8fa3
PDM
18047 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
18048 above change, and to not check against the directory part of the source
18049 file name.
18050 (step into print_long_arg_list): Likewise.
18051 (print print_small_structs from print_long_arg_list): Likewise.
18052 (print print_long_arg_list): Likewise.
18053
7a495180
EZ
180542000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18055
30b53638 18056 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 18057
beb998c6
AC
18058Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
18059
18060 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
18061
1c689132
DB
180622000-03-25 Daniel Berlin <dan@cgsoftware.com>
18063
18064 * gdb.base/commands.exp (deprecated_command_test): Add test for
18065 deprecate with no arguments.
18066
c1790a9d
JL
180672000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
18068
18069 * gdb.base/break.exp: Add new test for setting breakpoints on
18070 optimized code so we can test breakpoints work even when function
18071 prologues may be optimized away
18072
003ba290
FN
180732000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
18074
18075 From David Whedon <dwhedon@gordian.com>
a9c64011 18076 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 18077
6837a0a2
DB
180782000-03-22 Daniel Berlin <dan@cgsoftware.com>
18079
18080 * gdb.base/help.exp: Added test for new apropos command.
18081
b9593231
KB
180822000-03-21 Kevin Buettner <kevinb@redhat.com>
18083
18084 * gdb.base/pointers.c (usevar): New function.
18085 (main): Make sure that global variables v_int_pointer2, rptr,
18086 and y are all referenced someplace in the program by calling
18087 usevar() on them. [Some linkers delete symbols which are
18088 never referenced. The space remains, but there's no way to
18089 get a (symbolic) handle on the variable from the debugger.]
18090
751a959b
EZ
180912000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18092
18093 * gdb.base/printcmds.c: Add typedeffed arrays.
18094
18095 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 18096 procedure to test arrays that are typedef'd.
751a959b 18097
73a93a32
JI
180982000-03-13 James Ingham <jingham@leda.cygnus.com>
18099
18100 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 18101 the library directories.
73a93a32 18102
fb40c209
AC
18103Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
18104
18105 * configure.in (configdirs): Add sub directory gdb.mi.
18106 * configure: Re-generate.
18107
18108 * gdb.mi: New directory.
d63a86f8 18109
ee4dd2c9
AC
181102000-02-25 Scott Bambrough <scottb@netwinder.org>
18111
18112 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 18113 a long long value as a double on ARM platforms.
ee4dd2c9 18114
70f0cc22
JB
181152000-02-16 Jim Blandy <jimb@redhat.com>
18116
18117 * gdb.base/break.exp ("breakpoint line number"): Make sure the
18118 default source file is set properly before running this test.
18119
853819b8
EZ
181202000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18121
18122 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 18123 gdbtk/library directory, not in gdbtcl2.
853819b8 18124
dfcd3bfb
JM
181252000-02-04 Jim Blandy <jimb@redhat.com>
18126
18127 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
18128 backslash from regexp pattern.
18129
18130 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
18131 procedure. Use it to run all the "continue to bp overloaded"
18132 tests. Note that this changes the names of the tests slightly.
18133 If the breakpoint hit message includes a hex PC value, because
18134 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
18135 from the real source code, still consider that a pass.
18136
18137 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
18138 XFAIL here if the breakpoint message contains a hex address. Note
18139 similar change on 1999-11-02.
18140
18141 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
18142
18143 * gdb.base/ptype.exp: Establish a default source file before
18144 calling get_debug_format.
18145
181462000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
18147
18148 * gdb.base/watchpoint.exp: Remove duplication of test messages.
18149
8b93c638
JM
181502000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18151
18152 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
18153 of successive stepi commands -- while in the prologue we should see
18154 the function entry bracket.
18155
181562000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18157
18158 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
18159 reach __change_mode() when stepping through the end of main().
18160
c5394b80
JM
181612000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
18162
18163 * gdb.base/default.exp: Fix expected pattern.
18164 * gdb.base/help.exp: Same.
18165
0d06e24b
JM
181662000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18167
18168 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 18169 Don't use xfail's because that affects only the following test.
d63a86f8 18170
0d06e24b 18171 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 18172 solaris or linux.
0d06e24b
JM
18173
18174 * gdb.base/selftest.exp: Update to reflect changes to main.c.
18175
dc96c6c7 181762000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 18177
d63a86f8 18178 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
18179 "A syntax error" rather than "A parse error". Accept both.
18180
181812000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
18182
18183 * gdb.base/default.exp: Remove OS dependent string from "target
18184 remote" test.
18185 * gdb.base/help.exp: Same for "help target remote" test.
18186
c3f6f71d
JM
181872000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18188
18189 From Jim Kingdon <kingdon@redhat.com>:
18190
18191 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
18192 prompt (cleanup rather than necessity, but still might keep output
18193 from spilling to next test).
c3f6f71d
JM
18194
181952000-01-02 Fred Fish <fnf@cygnus.com>
18196
18197 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
18198 AIX, which defines them in <sys/types.h>.
18199
ed9a39eb 182001999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 18201
ed9a39eb 18202 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 18203 float" test.
ed9a39eb
JM
18204
182051999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 18206
ed9a39eb 18207 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
18208
18209 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
18210 outermost frame disallowed".
18211
182121999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
18213
18214 * gdb.base/setvar.exp: New tests for setting the value of a struct
18215 with a constant list.
18216
182171999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18218
18219 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
18220 require the user to type a cast before setting the value of a struct.
18221
de57eccd
JM
182221999-12-06 Jim Blandy <jimb@cygnus.com>
18223
18224 * gdb.base/default.exp: Expect the new 'info float' command on
18225 all i386 platforms.
18226
18227 * gdb.threads/linux-dp.exp: Expand our ability to recognize
18228 LinuxThreads libraries that don't support debugging.
18229
c2d11a7d
JM
18230Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18231
18232 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
18233 Change the buffer type to ``unsigned char'' to simplify size
18234 arithmetic.
c2d11a7d
JM
18235
18236 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
18237 stub only handles 400-1 byte packets. Verify that the download
18238 worked.
c2d11a7d
JM
18239
182401999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
18241
18242 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
18243 tests, using UNRESOLVED for the untested cases. Also, does not wait
18244 for a timeout if the prompt was received before a recognizable pattern.
18245
182461999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
18247
18248 * lib/gdb.exp (gdb_expect_list): Fix spelling.
18249
182501999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18251
18252 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 18253 watchpoints.
c2d11a7d
JM
18254
182551999-11-24 Jason Merrill <jason@casey.cygnus.com>
18256
18257 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
18258
18259 * gdb.c++/local.exp: Be more flexible in recognizing local class
18260 name mangling. Don't allow horribly truncated method names.
18261 * gdb.c++/derivation.exp: Expect protected inheritance.
18262 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
18263 * gdb.c++/virtfunc.exp: Likewise.
18264 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
18265 when printing a nested enum.
18266
182671999-11-22 Jim Blandy <jimb@cygnus.com>
18268
18269 * gdb.base/step-test.exp: Properly await GDB's response to setting
18270 a breakpoint on the call to large_struct_by_value.
18271
18272 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
18273 just because we have debug info for the `start' function.
18274
182751999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
18276
18277 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
18278 "Unknown signal" messages, which indicate (on LinuxThreads) that
18279 GDB doesn't know how to debug threads on this system. This is
18280 better than hanging while philosopher 0 dumps chatter into gdb.log.
18281
182821999-11-18 Tom Tromey <tromey@cygnus.com>
18283
18284 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
18285
182861999-11-18 Fred Fish <fnf@cygnus.com>
18287
18288 * gdb.base/coremaker2.c: Add sample program for generating
18289 cores that is more self contained than coremaker.c. Eventually
18290 I'll add more code to this and tie it into the testsuite.
18291
4ce44c66
JM
182921999-11-12 Stan Shebs <shebs@andros.cygnus.com>
18293
18294 * gdb.base/dollar.exp: Remove, now in gdb.hp.
18295
182961999-11-10 Jimmy Guo <guo@cup.hp.com>
18297
18298 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 18299 from $srcdir/lib/.
4ce44c66 18300 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 18301 and gdb.c++/.
4ce44c66
JM
18302
18303 * gdb.c++/derivation.exp: remove redundant get compiler info code.
18304
d63a86f8 18305 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
18306 'continue with watch' test point.
18307
183081999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
18309
18310 Merged from p2linux-990323-branch:
d63a86f8 18311
4ce44c66
JM
18312 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
18313
11cf8741
JM
18314Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
18315
18316 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 18317 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
18318
18319Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
18320
18321 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 18322 gdb_expect_list.
11cf8741
JM
18323
18324Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
18325
18326 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
18327
183281999-11-03 Mark Salter <msalter@cygnus.com>
18329
18330 * gdb.base/break.exp: Fix "stub continue" pattern.
18331
183321999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
18333
18334 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
18335
183361999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
18337
18338 * gdb.base/display.exp ("finish"): Add timeout clause.
18339
18340 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
18341 plain prompt clause, so this doesn't have to time out in order to
18342 fail.
18343
18344 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 18345 breakpoint hit messages include an address.
11cf8741
JM
18346
18347 * gdb.base/display.exp: Don't forget to escape parens in regular
18348 expressions. Unix regexp notatation sucks.
18349
183501999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18351
18352 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 18353 order for 'signalled' message.
11cf8741 18354
5c44784c
JM
183551999-11-01 Stan Shebs <shebs@andros.cygnus.com>
18356
18357 From Jimmy Guo <guo@cup.hp.com>:
18358 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
18359 * gdb.base/annota1.c: Add code for tests to work with.
18360
183611999-10-26 Frank Ch. Eigler <fche@cygnus.com>
18362
18363 * gdb.base/remote.exp: New test for remote downloading settings.
18364 * gdb.base/remote.c: New file with large .data.
18365
917317f4
JM
183661999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
18367
18368 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
18369 for LinuxThreads support, merged from the Code Fusion branch.
18370
18371Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
18372
18373 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
18374 containing exp_continue into a while within an expect. Don't
18375 attempt a start more than three times. Check return value from
18376 gdb_load.
d63a86f8 18377
2df3850c
JM
18378Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
18379
18380 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 18381 a pass case.
2df3850c 18382
2acceee2
JM
183831999-10-01 Kevin Buettner <kevinb@cygnus.com>
18384
18385 * gdb.base/break.c (main): Added a statement that we can step
18386 off of.
18387 * gdb.base/break.exp: Added tests for setting a breakpoint
18388 at an offset and stepping onto a breakpoint.
18389
183901999-10-01 Fred Fish <fnf@cygnus.com>
18391
d63a86f8 18392 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
18393 gdb output.
18394
c2c6d25f
JM
183951999-09-18 Jim Blandy <jimb@cris.red-bean.com>
18396
18397 * gdb.base/break.exp: Code locations are in hex, don't forget!
18398 (For HP-UX.)
18399
184001999-09-17 Stan Shebs <shebs@andros.cygnus.com>
18401
18402 * condbreak.exp: Use break.c as test program.
18403 * condbreak.c: Remove, redundant with break.c.
18404
184051999-09-15 Stan Shebs <shebs@andros.cygnus.com>
18406
18407 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 18408 Z-packets if the target needs it.
c2c6d25f
JM
18409
184101999-09-13 James Ingham <jingham@leda.cygnus.com>
18411
18412 * gdb.c++/overload.exp: Added tests for listing overloaded
18413 functions with function pointers in the arg, explicitly calling
18414 out the version you want.
18415
cff3e48b
JM
184161999-09-09 Stan Shebs <shebs@andros.cygnus.com>
18417
18418 * long_long.exp: Add variations of test cases that work for
18419 targets with 16-bit ints and 32-bit doubles.
18420
d4f3574e
SS
184211999-09-08 Stan Shebs <shebs@andros.cygnus.com>
18422
18423 * break.c (main): Compare a possibly-uninitialized argc with an
18424 unlikely value that fits in 16 bits.
18425
184261999-09-07 Stan Shebs <shebs@andros.cygnus.com>
18427
18428 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
18429 0xfeeb, don't want negative numbers if ints are 16 bits.
18430
18431 * lib/gdb.exp (skip_cplus_tests): New proc.
18432 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
18433 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
18434 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
18435 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
18436 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
18437 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
18438 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
18439 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
18440
18441 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
18442
18443Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
18444
18445 * gdb.base/corefile.exp (up): Allow a parameter to appear
18446 in the frame that we're going up to.
18447
18448 From Jim Blandy <jimb@cygnus.com>:
18449
18450 * gdb.base/default.exp (info float): Expect some output now.
18451
18452 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
18453 returning floating-point values to fail on the x86.
18454 * gdb.base/callfwmall.exp (do_function_calls): Same.
18455
18456 * gdb.base/list.exp (test_listsize): Correct expectations for
18457 listing line 1 with listsize 2. Also, listing a single line
18458 works now, as does listing three lines. [Kevin's note: There
18459 were a number of other cases fixed too where the expectations
18460 differed...]
18461
184621999-09-02 Stan Shebs <shebs@andros.cygnus.com>
18463
18464 * gdb.base/selftest.exp: Add case for when version prints as
18465 constant string instead of char pointer.
18466
104c1213
JM
184671999-08-25 Stan Shebs <shebs@andros.cygnus.com>
18468
18469 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 18470 stepping out of main.
104c1213
JM
18471
18472 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
18473 G++ used.
18474
18475 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 18476 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
18477
18478 * gdb.c++/ovldbreak.exp: Update match string in test that
18479 includes a warning of multiple breakpoints.
18480
184811999-08-24 Stan Shebs <shebs@andros.cygnus.com>
18482
18483 * gdb.base/display.exp: Improve precision of step-after-finish
18484 added yesterday.
18485
18486 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 18487 test.
104c1213
JM
18488
18489 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
18490 configs when using G++, not just hppa*.
18491
184921999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18493
18494 * gdb.base/async.c: New file.
18495 * gdb.base/async.exp: New file.
18496
18497Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
18498
18499 * gdb.base/break.exp: Tweak PA specific tests to properly handle
18500 PA64.
18501
53a5351d
JM
18502Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
18503
104c1213
JM
18504 * gdb.base/display.exp: "finish" can leave us mid-line on many
18505 targets, deal with it. Add a small constant to main, instead of
18506 1000 since main+1000 may not be a valid address in the target.
18507
53a5351d
JM
18508 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
18509 on hpux11.
18510
18511 * gdb.base/attach.exp: Handle another hpux11 error message variant
18512 when attaching to a process that does not exist.
18513
185141999-08-19 J.T. Conklin <jtc@redback.com>
18515
18516 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 18517 characters in 'continue to 1241' test.
53a5351d
JM
18518
185191999-08-17 Stan Shebs <shebs@andros.cygnus.com>
18520
18521 * gdb.base/call-ar-st.exp: Add a shorter match case for the
18522 stop in print_long_arg_list, define and use a whitespace
18523 variable in print_small_structs test, add an XFAIL for Solaris.
18524 * gdb.base/dbx.exp: XFAIL func commands until somebody is
18525 interested enough to fix.
18526
7be570e7
JM
185271999-08-13 Keith Seitz <keiths@cygnus.com>
18528
18529 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
18530 (dbx_gdb_load): Remove. Use gdb_load instead, since that
18531 proc knows about targets other than the natives.
18532 (test_assign): Use "gdb_run_cmd" to "run" the target.
18533 Check that we've actually hit the breakpoint at main.
18534 When we attempt to assign a value to a local variable, check
18535 that the variable is in the current scope, i.e., don't use
18536 a test with an empty result.
18537
18538Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
18539
18540 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 18541 command.
7be570e7
JM
18542
185431999-08-09 Stan Shebs <shebs@andros.cygnus.com>
18544
18545 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18546 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
18547 gdb.compat, gdb.threads-hp.
18548 gdb.hp/configure, gdb.hp/configure.in: New files.
18549 gdb.hp/Makefile.in: Recurse into new subdirs.
18550 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
18551 gdb.hp/gdb.objdbg: New directory, tests for debugging info
18552 in object files.
18553 gdb.hp/tools: New directory, aux tools for HP-specific tests.
18554
96baa820
JM
185551999-08-05 Stan Shebs <shebs@andros.cygnus.com>
18556
18557 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 18558 funky printf, remove a bogus p/a test.
96baa820
JM
18559
185601999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18561
18562 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
18563 connected to the target. This is necessary when running not
18564 natively.
96baa820
JM
18565
185661999-08-03 Stan Shebs <shebs@andros.cygnus.com>
18567
18568 * gdb.base/step-test.exp: Removed some extraneous messages.
18569
18570 * gdb.base/long_long.exp: Don't run memory examination tests
18571 on little-endian targets (they will need a different set of
18572 results to match).
18573
185741999-08-02 Stan Shebs <shebs@andros.cygnus.com>
18575
18576 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
18577 until somebody decides to fix GDB.
18578
18579 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 18580 constant as "ULL".
96baa820
JM
18581 * gdb.base/long_long.exp: Loosen x/c test, add partial result
18582 matches for a couple x/2 commands.
18583
a0b3c4fd
JM
185841999-07-30 Stan Shebs <shebs@andros.cygnus.com>
18585
18586 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
18587 by merging in ref-types2 tests.
18588 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
18589
18590 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18591 * gdb.c++/Makefile.in: Add standard actions.
18592 (EXECUTABLES): Rename from PROGS, update list.
18593 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
18594 from gdb.hp.
18595 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
18596 foo and bar locals.
18597 * gdb.c++/anon-union.exp: Fix tests to match.
18598 * gdb.c++/classes.exp: Run if HP compiler used, add extra
18599 expect matches to handle output variations.
18600 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
18601 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 18602 output, add HP alternatives for new and delete prints.
a0b3c4fd 18603 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 18604 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
18605 * gdb.c++/demangle.exp: Use $style when reporting failure.
18606 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
18607 * gdb.c++/inherit.exp: Run if HP compiler used, add some
18608 match alternatives.
18609 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 18610 compilers.
a0b3c4fd
JM
18611 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
18612 * gdb.c++/method.exp: Add match alternatives.
18613 * gdb.c++/misc.cc: Add bool types.
18614 * gdb.c++/misc.exp: Add tests for bool types.
18615 * gdb.c++/overload.exp: Add xfails.
18616 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
18617 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
18618 add some more template parameter tests (only for HP currently).
18619 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
18620 * gdb.c++/virtfunc.cc: Add return type and value for main.
18621 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
18622 match alternatives.
d63a86f8 18623
a0b3c4fd
JM
186241999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18625
18626 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
18627
186281999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
18629
18630 * gdb.base/signals.exp: Don't expect getting a backtrace from
18631 within a signal handler to fail on Linux.
18632
186331999-07-29 Stan Shebs <shebs@andros.cygnus.com>
18634
18635 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18636 * lib/gdb.exp: Remove some gratuitious semicolons.
18637 (delete_breakpoints): Increase timeout.
18638 (gdb_expect): Add -notransfer option.
18639 (gdb_test): Use -notransfer option.
18640 (get_compiler_info): Add f77 case.
18641 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 18642 case.
a0b3c4fd
JM
18643 (gdb_preprocess): Call get_compiler.
18644
18645 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
18646 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
18647 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
18648 gdb.base/long_long.exp, gdb.base/printcmds.exp,
18649 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
18650 third arg to gdb_test.
a0b3c4fd
JM
18651 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
18652 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 18653 HP-UX xfails, add others.
a0b3c4fd
JM
18654 * gdb.base/completion.exp: Reflect name change of self-test.
18655 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
18656 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
18657 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
18658 HP failure number.
a0b3c4fd
JM
18659 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
18660 useless HP-UX 10.30 references.
18661 * gdb.base/maint.exp: Loosen matches.
18662 * gdb.base/pointers.c (main): Declare more_code.
18663 * gdb.base/pointers.exp: Match on output of a `next'.
18664 * gdb.base/structs.c: Add prototypes.
18665 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
18666 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
18667
186681999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18669
18670 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 18671 command.
a0b3c4fd
JM
18672
186731999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18674
18675 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
18676 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
18677
18678 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
18679 debug info. Deal with lack of signal hanlder info in stack.
18680
a9c64011 18681 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
18682 * gdb.base/annota1.exp: If printf has debug info, deal with it.
18683
5a2468f5
JM
186841999-07-19 Stan Shebs <shebs@andros.cygnus.com>
18685
18686 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 18687 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 18688
adf40b2e
JM
18689Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18690
18691 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 18692 a1-selftest.exp.
adf40b2e
JM
18693 * gdb.base/configure: Re-generate.
18694
186951999-07-12 Stan Shebs <shebs@andros.cygnus.com>
18696
18697 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
18698 in trying to run first and name is too long.
18699
18700 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
18701 pointers2.c and pointers2.exp, respectively.
18702 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
18703 doschk happier.
18704
43e526b9
JM
187051999-07-08 Stan Shebs <shebs@andros.cygnus.com>
18706
18707 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
18708 callfuncs2.c and callfuncs2.exp.
18709
18710 * gdb.base/list.exp: Remove mistaken xfails.
18711 * gdb.base/list0.h: Add optional prototypes.
18712
9846de1b
JM
18713Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18714
a9c64011 18715 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 18716 calling malloc.
a9c64011
AS
18717 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18718 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 18719 use.
9846de1b
JM
18720
187211999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18722
18723 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18724 * gdb.base/annota2.cc, annota2.exp: Move from here.
18725 * gdb.c++/annota2.cc, annota2.exp: To here.
18726 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18727
43ff13b4
JM
18728Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18729
18730 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 18731 a consistent format.
43ff13b4 18732
085dd6e6
JM
187331999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18734
18735 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18736 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18737 HP compilers, also set the globals $true and $false.
18738
18739 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
18740 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18741 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18742 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18743 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18744 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18745 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18746 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18747 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18748 whatis.c} Add C++ compatible function definitions and return
18749 types, add includes for library functions.
085dd6e6
JM
18750 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18751 * gdb.base/step-test.c (myglob): Rename from glob.
18752 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
18753 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18754 files, move here from gdb.hp.
085dd6e6 18755 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
18756 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18757 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18758 Adjust line numbers in regexps.
085dd6e6
JM
18759
18760 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18761 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18762 instead of 0/1.
18763
18764 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18765 foll-vfork.exp: New files, move here from gdb.hp.
18766 * gdb.base/page.exp: New file, test of pagination command.
18767
18768 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18769 recursion test.
18770 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18771
18772 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 18773 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
18774
18775 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 18776 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 18777 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 18778 watchpoint test.
085dd6e6
JM
18779 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18780 them work.
18781 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18782 expressions properly.
18783 * gdb.base/corefile.exp: Loosen the match slightly.
18784 * gdb.base/default.exp: Allow "Error accessing memory" message
18785 also.
18786 * gdb.base/display.exp: Skip over x/0 j if PA64.
18787 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18788 * gdb.base/interrupt.exp: Ditto.
18789 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18790 in use.
18791 * gdb.base/list.exp: Add xfails for HP-UX.
18792 * gdb.base/long_long.exp: Refine some of the numeric matches.
18793 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18794 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18795 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18796 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18797 * gdb.base/ptype.exp: Succeed on more varieties of output.
18798 * gdb.base/scope.exp: Add xfails for HP-UX.
18799 * gdb.base/sect-cmd.exp: Add more cases.
18800 * gdb.base/setvar.exp: Add xfails for HP-UX.
18801 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18802 * gdb.base/signals.exp: Match on void symbolically.
18803 * gdb.base/step-test.exp: Add case for PA64.
18804 * gdb.base/term.exp: Add exit and restart.
18805 * gdb.base/twice.exp: Clean up after self.
18806 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18807 * gdb.base/whatis.exp: Allow more ways to pass tests.
18808
18809 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 18810 no longer useful.
085dd6e6
JM
18811
18812Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18813
18814 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 18815 list of patterns.
085dd6e6 18816 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
18817 print_double_array(double_array)", "continuing to breakpoint
18818 1018", "print print_double_array(array_d)" and "continuing to
18819 1034" tests.
d63a86f8 18820
085dd6e6
JM
188211999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18822
a9c64011 18823 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
18824
188251999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18826
18827 * config/mt-*: Remove, these haven't been used since 1996.
18828
188291999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18830
18831 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 18832 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
18833 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18834
9e0b60a8
JM
188351999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18836
18837 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18838 simpler match case for the ptype of the big class.
18839
188401999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18841
18842 * gdb.exp: Fix test for gdb_prompt existence.
18843
188441999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18845
18846 * gdb.exp (gdb_test): Add fail after calls to perror.
18847
188481999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18849
18850 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18851
188521999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18853
18854 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18855
0f71a2f6
JM
18856Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18857
18858 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 18859 malloc() is linked in.
0f71a2f6
JM
18860
188611999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18862
18863 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18864 step at end.
18865
18866 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18867
188681999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18869
18870 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18871
cce74817
JM
18872Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18873
18874 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18875 * gdb.base/mips_pro.exp: Likewise.
18876
188771999-06-02 Keith Seitz <keiths@cygnus.com>
18878
18879 * gdb.c++/templates.cc: Change all "new" operators to throw
18880 an exception.
18881 * gdb.c++/cplusfuncs.cc: Likewise.
18882
18883 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18884
18885Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18886
18887 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
18888 * gdb.base/ending-run.exp: When stepping out of main, accept a
18889 step into an arbitrary assembler file.
cce74817 18890
392a587b
JM
188911999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18892
d63a86f8 18893 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 18894 "breakpoint-invalid" to be printed.
d63a86f8 18895 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
18896 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18897 * gdb.base/annota2.cc: Initialize a.x to 0.
18898
9e086581
JM
188991999-05-17 Keith Seitz <keiths@cygnus.com>
18900
18901 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18902 when "skip_float_tests" set.
18903 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18904 "print print_ten_doubles", and "step into print_long_arg_list".
18905 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18906 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18907 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18908 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18909 "skip_float_tests" is set.
18910 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18911 when "skip_float_tests" set.
d63a86f8 18912
cd0fc7c3
SS
189131999-05-06 Keith Seitz <keiths@cygnus.com>
18914
18915 * gdb.base/annota2.cc: Include stdio.h.
18916
18917Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18918
18919 * gdb.base/crossload.exp: Remove, this has been disabled ever
18920 since BFD stopped including all targets, and cross-GDB gets
18921 plenty of testing anyway.
18922 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
18923 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18924 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
18925 * gdb.base/README: Remove, was doc for this.
18926 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 18927 needed.
cd0fc7c3 18928
b83266a0
SS
189291999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18930
18931 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18932 output.
18933
18934 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18935 * gdb.base/annota2.exp: New file. More annotation tests.
18936 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18937 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18938
189391999-04-23 Angela Marie Thomas <angela@cygnus.com>
18940
18941 * config/cfdbug.exp: New file.
18942
7a292a7a
SS
189431999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18944
18945 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18946 Marcus Daniel's and Dale Hawkins's demangler crashes.
18947
18948 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
18949 test_lucid_style_demangling, test_arm_style_demangling,
18950 test_hp_style_demangling): Try Tom Tromey's core-dumping
18951 identifier under each demangling style.
7a292a7a
SS
18952
189531999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18954
18955 * gdb.c++/demangle.exp: Include the current demangling style
18956 in all test names.
18957 (current_demangling_style): New global variable.
18958 (set_demangling_style, test_demangling_core, test_demangling,
18959 test_demangling_exact): New functions.
18960 (test_gnu_style_demangling, test_lucid_style_demangling,
18961 test_arm_style_demangling, test_hp_style_demangling): Use those,
18962 instead of calling gdb_test and gdb_test_exact directly.
18963 (catch_demangling_errors): New function, which reports errors
18964 signalled by the demangling test functions in an orderly way.
18965 (do_tests): Use catch_demangling_errors.
18966
189671999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18968
18969 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 18970 grouping in expressions, not {}.
7a292a7a
SS
18971
18972 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 18973 initialized yet.
7a292a7a
SS
18974
189751999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18976
18977 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18978 are listed.
18979
189801999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18981
18982 * gdb.stabs/weird.exp: Test for CC being defined before
18983 looking at its value.
18984
189851999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18986
18987 * gdb.base/call-ar-st.exp: Remove stray '#'.
18988 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18989 "short int" and "long int".
18990 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 18991 change, to mollify finicky HP compiler.
7a292a7a
SS
18992 * gdb.hp/reg-test.exp (testfile): Fix file name.
18993 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 18994
7a292a7a
SS
18995 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18996 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18997 alternate form of enum ptype.
18998
c906108c
SS
189991999-03-23 Stan Shebs <shebs@andros.cygnus.com>
19000
7a292a7a
SS
19001 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
19002 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
19003 passing skip_hp_tests, so as not to waste time on guaranteed
19004 failure.
7a292a7a 19005
c906108c
SS
19006 * gdb.c++/overload.cc: Pass string instead of char addr, always
19007 init ccpfoo.
19008 * gdb.c++/templates.cc: Fix syntax error.
19009
7a292a7a
SS
19010Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19011
19012 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 19013 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
19014 command.
19015
190161999-03-18 James Ingham <jingham@cygnus.com>
19017
19018 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
19019
19020 * gdb.c++/method.exp: It was testing an uninitialized int on the
19021 stack and assuming it was positive.
19022
19023 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
19024
19025 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 19026 keep it from killing the rest of the tests.
7a292a7a
SS
19027 Use gdb_continue_to_end.
19028
19029 * gdb.base/sigall.exp: use gdb_continue_to_end.
19030
19031 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
19032
19033 * gdb.base/display.exp: use runto_main, not run.
19034
d63a86f8
RM
19035 * gdb.base/default.exp: Check for the current error message in the
19036 r abbreviation test.
7a292a7a
SS
19037 Add strongarm to the targets that know info float.
19038
d63a86f8 19039 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
19040 run which doesn't work with monitors.
19041
19042 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
19043
19044 * gdb.base/break.exp: use the gdb_continue_to_end proc.
19045
19046 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
19047 program. Traps the case (in Cygmon) when the program never really
19048 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
19049 more places, so I used my name. Sorry Mark...
19050
19051 * config/monitor.exp (gdb_target_monitor): added another
19052 target_info parameter: remotebinarydownload. This will set the
19053 remotebinarydownload flag if this is causing some boards trouble.
19054
190551999-03-18 Mark Salter <msalter@cygnus.com>
19056
19057 * lib/gdb.exp (continue_to_exit): New function.
19058
19059 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
19060 * gdb.base/ending-run.exp: Ditto.
19061 * gdb.base/step-test.exp: Ditto.
19062
190631999-03-16 Stan Shebs <shebs@andros.cygnus.com>
19064
19065 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
19066 (suggested by Art Haas <ahaas@neosoft.com>).
19067
190681999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
19069
889bf7c5 19070 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
19071
19072Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
19073
19074 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 19075 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
19076
190771999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
19078
19079 * gdb.base/call-strs.exp: Don't assume that `step' will step over
19080 a call to strlen; sometimes we do have sources.
19081
190821999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
19083
19084 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 19085 character, so GDB won't print garbage after its end.
d63a86f8 19086
c906108c
SS
19087 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
19088 breakpoint there instead. Sometimes GCC emits memcpy to handle
19089 the large structures being passed by value, so we step into that
19090 instead of sum_array_print, which obscures what we're really testing.
19091 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
19092 the bizarre steps into memcpy, so do that here. Add check for
19093 stepping into function calls that pass large structures by value.
19094 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
19095 Remove all references to specific line numbers.
19096 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
19097 New type and function.
19098 (main): Call large_struct_by_value, passing it a large struct by value.
19099 * lib/gdb.exp (gdb_get_line_number): New function.
19100
19101 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
19102 more portable.
19103
7a292a7a
SS
191041999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19105
c906108c
SS
19106 * lib/gdb.exp: Doc fixes.
19107
7a292a7a
SS
191081999-03-05 Nick Clifton <nickc@cygnus.com>
19109
d63a86f8 19110 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
19111
191121999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
19113
c906108c 19114 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
19115 commands. They're not germane to this test, and they don't work
19116 that way on remote targets.
c906108c 19117
3fc11d3e
JM
191181999-03-01 James Ingham <jingham@cygnus.com>
19119
19120 * Changelog entries merged over from gdb development branch.
19121
3fc11d3e
JM
19122 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
19123
19124 * lib/gdb.exp (gdbtk_analyze_results): Generic function
19125 for outputting results of test run.
19126
2d4a1622 19127 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
19128
19129 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 19130
7a292a7a
SS
191311999-02-25 Felix Lee <flee@cygnus.com>
19132
19133 * lib/gdb.exp (debug_format): initialize
19134
c906108c
SS
191351999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
19136
19137 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
19138 * gdb.base/call-rt-st.c: Ditto.
19139
c906108c
SS
191401999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
19141
19142 * gdb.threads/pthreads.exp (horiz): New variable.
19143 (test_startup): Fix regexps that capture thread numbers.
19144
191451999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
19146
19147 * gdb.base/smoke.exp: Disambiguate two test case names (both
19148 called ``print'').
19149
19150Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19151
19152 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 19153 compilation.
c906108c
SS
19154
191551999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19156
19157 * gdb.base/miscexprs.exp: Change patterns to match GDB's
19158 actual output formatting.
19159 * gdb.base/smoke.exp: GDB removes leading 0's.
19160 * gdb.base/volatile.exp: Don't check type of remuneration;
19161 that variable is no longer defined in constvars.c.
19162 * gdb.base/step-test.c (main): Exit with explicit exit code.
19163 * gdb.base/step-test.exp: Remove two nexti checks--they are
19164 not portable.
19165
191661999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19167
19168 * gdb.base/help.exp ("help delete display"): Fix test to match
19169 gdb's output.
19170
19171 * gdb.base/long_long.c (known_types): Initialize values to zero.
19172 * gdb.base/long_long.exp: Step one more line
19173 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
19174 leading zeros. Explicitly ask for hex formatting. Use
19175 unique test case names.
c906108c
SS
19176
19177Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19178
d63a86f8 19179 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
19180
19181 * gdb.c++/method.exp: Add missing close brace.
19182
191831999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
19184
19185 * gdb.base/maint.exp: Use 'set height 0' to disable page
19186 prompting, not 'set height 400'.
19187
19188 Fix a bunch of timeouts.
19189 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
19190 four separate tests, so expect doesn't take forever to match a ton
19191 of text against a regexp with lots of .* forms.
19192 ("maint print psymbols", "maint print symbols"): Make some of
19193 these greps more selective, so that expect doesn't try to wade
19194 through huge piles of output and time out.
19195
19196 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
19197
19198 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
19199 tests: one which doesn't expect shlib events to be reported, and
19200 another which does, but is XFAIL for all platforms other than
19201 HP/UX.
c906108c
SS
19202
19203 * gdb.base/break.exp: Teach the test suite that the `catch
19204 fork', `catch vfork', and `catch exec' commands produce error
19205 messages on platforms that don't provide these features.
19206
19207Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19208
19209 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
19210 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
19211 (shortening names from solib_threshold.exp etc), won't run on
19212 anything but HP-UX for the foreseeable future.
c906108c 19213 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 19214 reflect move.
c906108c
SS
19215
19216Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
19217
19218 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 19219 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
19220
19221Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
19222
19223 * gdb.base/shlib-call.exp: add test cases to verify that gdb
19224 successfully re-sets breakpoints in shared libraries.
19225 * gdb.base/shmain.c (main): return 0, don't fall off the end.
19226
19227Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19228
d63a86f8
RM
19229 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
19230 and compiled w/o GCC.
c906108c
SS
19231
19232 * gdb.hp/watch-cmd.exp: ditto.
19233
19234 * gdb.hp/watch-hp.exp: ditto.
19235
19236 * gdb.hp/xdb1.exp: ditto.
19237
19238 * gdb.hp/xdb2.exp: ditto.
19239
19240 * gdb.hp/dbx.exp: ditto.
19241
19242Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
19243
19244 * constvars.c: Remove C++-isms.
19245 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 19246 with GCC.
c906108c
SS
19247
19248Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
19249
19250 The following changes are part of the HP merge.
19251
19252 * gdb.base/break.exp: new tests to verify that catchpoints for
19253 fork, vfork, and exec don't trigger inappropriately.
19254
19255 * gdb.base/opaque.exp: compile one file at a time, then link.
19256
19257 * gdb.base/signals.exp: be more restrictive about which hppa
19258 systems receive a setup_xfail. new tests.
19259
19260 * gdb.base/solib_threshold.build: new file.
19261 * gdb.base/solib_threshold.exp: new file.
19262 * gdb.base/solib_threshold.link_opts: new file.
19263 * gdb.base/solib_threshold.mk: new file.
19264 * gdb.base/gen_solib_threshold.c: new file.
19265
19266 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
19267 tests. New tests for enums inside classes.
19268
19269 * gdb.c++/compiler.cc: indicate support of template debugging.
19270
19271 * gdb.c++/demangle.exp: run hp style demangling tests.
19272
19273 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
19274 tests.
19275
19276 * gdb.c++/misc.cc: changes to support new tests.
19277
19278 * gdb.c++/templates.cc: changes to support HP's compiler; changes
19279 to support new tests.
19280
19281 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
19282 gcc, then skip these tests.
19283
19284Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
19285
19286 The following files are part of the HP merge; some had longer
19287 names at HP, but have been renamed to be no more than 14
19288 characters in length.
19289
19290 * gdb.hp/ambiguous.cc: new file.
19291 * gdb.hp/ambiguous.exp: new file.
19292 * gdb.hp/attach.exp: new file.
19293 * gdb.hp/attach2.exp: new file.
19294 * gdb.hp/classes-hp.exp: new file.
19295 * gdb.hp/ctti.exp: new file.
19296 * gdb.hp/ctti-add.cc: new file.
19297 * gdb.hp/ctti-add1.cc: new file.
19298 * gdb.hp/ctti-add2.cc: new file.
19299 * gdb.hp/ctti-add3.cc: new file.
19300 * gdb.hp/dbx.exp: new file.
19301 * gdb.hp/exception.cc: new file.
19302 * gdb.hp/exception.exp: new file.
19303 * gdb.hp/foll-exec.c: new file.
19304 * gdb.hp/foll-exec.exp: new file.
19305 * gdb.hp/foll-fork.c: new file.
19306 * gdb.hp/foll-fork.exp: new file.
19307 * gdb.hp/foll-vfork.c: new file.
19308 * gdb.hp/foll-vfork.exp: new file.
19309 * gdb.hp/inherit-hp.exp: new file.
19310 * gdb.hp/more-steps.exp: new file.
19311 * gdb.hp/namespace.cc: new file.
19312 * gdb.hp/namespace.exp: new file.
19313 * gdb.hp/optimize.exp: new file.
19314 * gdb.hp/pxdb.c: new file.
19315 * gdb.hp/pxdb.exp: new file.
19316 * gdb.hp/quicksort.exp: new file.
19317 * gdb.hp/reg-test.exp: new file.
19318 * gdb.hp/reg-test.s: new file.
19319 * gdb.hp/sized-enum.c: new file.
19320 * gdb.hp/sized-enum.exp: new file.
19321 * gdb.hp/start-stop.exp: new file.
19322 * gdb.hp/templ-hp.cc: new file.
19323 * gdb.hp/templ-hp.exp: new file.
19324 * gdb.hp/thr-lib.c: new file.
19325 * gdb.hp/thr-lib.exp: new file.
19326 * gdb.hp/thr-lib.h: new file.
19327 * gdb.hp/thr-liblib.c: new file.
19328 * gdb.hp/virtfun-hp.c: new file.
19329 * gdb.hp/virtfun-hp.exp: new file.
19330 * gdb.hp/watch-cmd.exp: new file.
19331 * gdb.hp/watch-hp.exp: new file.
19332 * gdb.hp/xdb1.exp: new file.
19333 * gdb.hp/xdb2.exp: new file.
19334 * gdb.hp/xdb3.exp: new file.
19335
19336Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
19337
19338 The following files are part of the HP merge; some had longer
19339 names at HP, but have been renamed to be no more than 14
19340 characters in length.
19341
19342 * gdb.base/ss.h: new file.
19343 * gdb.base/call-ar-st.c: new file.
19344 * gdb.base/call-ar-st.exp: new file.
19345 * gdb.base/call-rt-st.c: new file.
19346 * gdb.base/call-rt-st-exp: new file.
19347 * gdb.base/call-strs.exp: new file.
19348 * gdb.base/ena-dis-br.exp: new file.
19349 * gdb.base/environ.exp: new file.
19350 * gdb.base/long_long.exp: new file.
19351 * gdb.base/sect-cmd.exp: new file.
19352 * gdb.base/shlib-cl2.exp: new file.
19353 * gdb.base/smoke.exp: new file.
19354 * gdb.base/so-impl-ld.c: new file.
19355 * gdb.base/so-impl-ld.exp: new file.
19356 * gdb.base/so-indr-cl.c: new file.
19357 * gdb.base/so-indr-cl.exp: new file.
19358 * gdb.base/varargs.exp: new file.
19359 * gdb.base/volatile.exp: new file.
19360 * gdb.base/whatis-exp.exp: new file.
7a292a7a 19361 * gdb.base/display.exp: new file.
c906108c
SS
19362 * gdb.c++/derivation.exp: new file.
19363 * gdb.c++/local.exp: new file.
19364 * gdb.c++/member-ptr.exp: new file.
19365 * gdb.c++/overload.exp: new file.
19366 * gdb.c++/ovldbreak.exp: new file.
19367 * gdb.c++/ref-types.exp: new file.
19368 * gdb.c++/ref-types2.exp: new file.
19369 * gdb.c++/userdef.exp: new file.
d63a86f8 19370
c906108c
SS
19371Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
19372
19373 * gdb.base/default.exp: Reflect wording change in remote.c.
19374
dc96c6c7 19375Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19376
19377 * gdb.base/help.exp: Update to reflect current text.
19378
19379Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
19380
19381 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
19382 they're stack variables and contain garbage.
19383 * gdb.c++/anon-union.exp: new file.
19384
19385 The following changes were made by David Taylor
889bf7c5
PA
19386 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19387 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19388 in changes by HP.
c906108c
SS
19389
19390 * gdb.base/bitops.exp: new file.
19391 * gdb.base/default.exp: change expected messages for catch and
19392 info catch tests to reflect HP merge changes.
19393 * gdb.base/enable-disable-break.exp
19394 * gdb.base/ending-run.c: new file.
19395 * gdb.base/long_long.c: new file.
19396 * gdb.base/maint.exp: new file.
19397 * gdb.base/pointers2.exp: new file.
19398 * gdb.base/shlib-call2.exp: new file.
19399 * gdb.base/solib.exp: new file.
19400 * gdb.base/step-test.c: new file.
19401 * gdb.c++/anon-union.cc: new file.
19402 * gdb.c++/local.cc: new file.
19403 * gdb.c++/member-pointer.cc: new file.
19404 * gdb.c++/method.cc: new file.
19405 * gdb.c++/ref-types.cc: new file.
19406 * gdb.c++/ref-types2.cc: new file.
19407 * gdb.c++/userdef.cc: new file.
d63a86f8 19408
c906108c
SS
19409 * gdb.base/scope.exp: compile one file at a time, then link.
19410 * gdb.base/langs.exp: ditto.
19411 * gdb.base/list.exp: ditto.
d63a86f8 19412
c906108c
SS
19413Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
19414
19415 The following changes were made by David Taylor
889bf7c5
PA
19416 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19417 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19418 in changes by HP.
d63a86f8 19419
c906108c
SS
19420 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
19421 skip tests. When compiling pass c++ flag to gdb_compile.
19422 * gdb.c++/
d63a86f8 19423
c906108c
SS
19424 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
19425 test for on hppa*-*-hpux*; use args to see if c++ was specified.
19426 (skip_hp_tests): new function.
19427 (gdb_preprocess): new function.
19428
19429 * configure.in (hpdir): decide whether to configure gdb.hp.
19430 * configure: regenerated.
19431
19432 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
19433 to delete on clean.
19434 (EXECUTABLES): update to reflect new additions.
19435 * gdb.base/commands.exp: update message expected.
19436 * gdb.base/default.exp: add copyright notice.
19437 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
19438 * gdb.base/help.exp: update messages to reflect current text.
19439 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
19440 targets for recurse tests.
19441 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
19442 skip this file.
19443
19444 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
19445 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
19446 compilation.
19447 * gdb.c++/misc.exp: ditto.
19448 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
19449 run the tests. tell gdb_compile that it's a c++ compilation.
19450
19451 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 19452
c906108c
SS
19453 * gdb.base/all-bin.exp: new file.
19454 * gdb.base/arithmet.exp: new file.
19455 * gdb.base/assign.exp: new file.
19456 * gdb.base/completion.exp: new file.
19457 * gdb.base/cond-expr.exp: new file.
19458 * gdb.base/condbreak.exp: new file.
19459 * gdb.base/define.exp: new file.
19460 * gdb.base/dollar.exp: new file.
19461 * gdb.base/environment.exp: new file.
19462 * gdb.base/eval-skip.exp: new file.
19463 * gdb.base/jump.exp: new file.
19464 * gdb.base/logical.exp: new file.
19465 * gdb.base/pointers.exp: new file.
19466 * gdb.base/relational.exp: new file.
19467 * gdb.base/section_command.exp: new file.
19468 * gdb.base/whatis-expr.exp: new file.
19469
19470 * gdb.base/all-types.c: new file.
19471 * gdb.base/call-array-struct.c: new file.
19472 * gdb.base/call-return-struct.c: new file.
19473 * gdb.base/call-strings.c: new file.
19474 * gdb.base/callfuncs2.c: new file.
19475 * gdb.base/condbreak.c: new file.
19476 * gdb.base/constvars.c: new file.
19477 * gdb.base/display.c: new file.
19478 * gdb.base/int-type.c: new file.
19479 * gdb.base/jump.c: new file.
19480 * gdb.base/miscexprs.c: new file.
19481 * gdb.base/pointers.c: new file.
19482 * gdb.base/pointers2.c: new file.
19483 * gdb.base/shmain.c: new file.
19484 * gdb.base/shr1.c: new file.
19485 * gdb.base/shr2.c: new file.
19486 * gdb.base/solib.c: new file.
19487 * gdb.base/solib1.c: new file.
19488 * gdb.base/solib2.c: new file.
19489 * gdb.base/varargs.c: new file.
19490 * gdb.c++/derivation.cc: new file.
19491 * gdb.c++/overload.cc: new file.
19492 * gdb.c++/ovldbreak.cc: new file.
19493 * gdb.hp/attach.c: new file.
19494 * gdb.hp/attach2.c: new file.
19495 * gdb.hp/average.c: new file.
19496 * gdb.hp/compiler.c: new file.
19497 * gdb.hp/compiler.cc: new file.
19498 * gdb.hp/execd-program.c: new file.
19499 * gdb.hp/follow-exec.c: new file.
19500 * gdb.hp/follow-fork.c: new file.
19501 * gdb.hp/follow-vfork-and-exec.c: new file.
19502 * gdb.hp/misc-hp.cc: new file.
19503 * gdb.hp/more-steps.c: new file.
19504 * gdb.hp/optimize.c: new file.
19505 * gdb.hp/quicksort.c: new file.
19506 * gdb.hp/run-hp.c: new file.
19507 * gdb.hp/start-stop.c: new file.
19508 * gdb.hp/sum.c: new file.
19509 * gdb.hp/templates-hp.cc: new file.
19510 * gdb.hp/thread-local-in-lib.c: new file.
19511 * gdb.hp/thread-local-in-lib.h: new file.
19512 * gdb.hp/thread-local-in-lib.lib.c: new file.
19513 * gdb.hp/vforked-program.c: new file.
19514 * gdb.hp/virtfunc-hp.cc: new file.
19515 * gdb.hp/watchpoint-hp.c: new file.
19516 * gdb.hp/xdb.c: new file.
19517 * gdb.hp/xdb0.c: new file.
19518 * gdb.hp/xdb0.h: new file.
19519 * gdb.hp/xdb1.c: new file.
19520
19521Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
19522
19523 The following change was made by Edith Epstein
889bf7c5
PA
19524 <eepstein@cygnus.com> as part of a project to merge in changes
19525 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
19526
19527 * gdb.c++/demangle.exp: changed the expected output for some
19528 ARM-style mangling -- removed second reference to datatype.
889bf7c5 19529 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 19530 T1<char>::~T1<char>(void)
c906108c 19531 becomes,
a9c64011
AS
19532 maint demangle __dt__11T1__pt__2_cFv
19533 T1<char>::~T1(void)
c906108c 19534
889bf7c5 19535 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 19536
c906108c
SS
19537Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
19538
19539 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
19540 * gdb.trace/backtrace.exp: Likewise.
19541 * gdb.trace/circ.exp: Likewise.
19542 * gdb.trace/collection.exp: Likewise.
19543 * gdb.trace/deltrace.exp: Likewise.
19544 * gdb.trace/infotrace.exp: Likewise.
19545 * gdb.trace/limits.exp: Likewise.
19546 * gdb.trace/packetlen.exp: Likewise.
19547 * gdb.trace/passc-dyn.exp: Likewise.
19548 * gdb.trace/passcount.exp: Likewise.
19549 * gdb.trace/report.exp: Likewise.
19550 * gdb.trace/save-trace.exp: Likewise.
19551 * gdb.trace/tfind.exp: Likewise.
19552 * gdb.trace/tracecmd.exp: Likewise.
19553 * gdb.trace/while-dyn.exp: Likewise.
19554 * gdb.trace/while-stepping.exp: Likewise.
19555
195561998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
19557
19558 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
19559
19560Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
19561
19562 From Brendan Kehoe:
19563 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
19564 int return types.
19565
19566Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
19567
19568 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 19569 remote dos host testing right.
c906108c
SS
19570
19571Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
19572
19573 * gdb.base/corefile.exp: remove some xfails.
19574
19575Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
19576
19577 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 19578 have different timestamps.
c906108c
SS
19579
19580Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
19581
19582 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 19583 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
19584
19585Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
19586
19587 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 19588 delta.
c906108c
SS
19589
19590Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
19591
19592 * gdb.base/default.exp: Add brace missing from previous delta.
19593
19594Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
19595
19596 * gdb.base/default.exp: Support test for info float for all
19597 varieties of arm toolchain.
19598
dc96c6c7 19599Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19600
19601 * gdb.trace/*.exp: remove "remote_download" command.
19602
dc96c6c7 19603Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19604
19605 * gdb.trace/*.exp: remove -gdwarf from compile.
19606
19607Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
19608
19609 * gdb.trace/configure.in(AC_INIT): typo
19610 * gdb.trace/configure: regenerated
19611
dc96c6c7 19612Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19613
19614 * config/m68k-emc.exp: New file.
19615 * lib/<emc-support.exp trace-support.exp}: New files.
19616 * configure.in: add new test directory gdb.trace.
19617 * gdb.trace/{configure configure.in Makefile.in}: New files.
19618 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
19619 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
19620 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
19621 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
19622 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
19623 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
19624 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 19625
dc96c6c7 19626Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19627
19628 * gdb.c++/classes.exp: Change all regular expressions to match
19629 arbitrary combinations of newline/carriage-return, so that they
19630 will work equally well on Unix and Windows.
19631 * gdb.c++/inherit.exp: ditto.
19632 * gdb.c++/virtfunc.exp: ditto.
19633
196341998-08-11 Dawn Perchik <dawn@cygnus.com>
19635
19636 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
19637
c2d11a7d
JM
19638Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
19639
19640 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
19641 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
19642 to use a0-a3/d0-d3 as needed.
19643
19644Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
19645
19646 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
19647 * gdb.disasm/am33.exp: Corresponding changes.
19648
c906108c
SS
196491998-07-11 Felix Lee <flee@cygnus.com>
19650
19651 * gdb.base/callfuncs.exp: add cmp10 test.
19652 * gdb.base/callfuncs.c (cmp10): new function.
19653
19654Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
19655
d63a86f8 19656 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
19657 into two parts to get around a synchronization problem in expect.
19658
3fc11d3e
JM
19659Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
19660
19661 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
19662
19663 * configure.in: Add options for gdbtk testsuite.
19664
19665 * configure: Regenerate.
19666
19667 * gdb.gdbtk: New directory to hold gdbtk tests.
19668
c906108c
SS
19669Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19670
19671 * gdb.fortran/types.exp: Escape brackets in expect patterns
19672 for test_float_literal_types_accepted tests.
19673 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
19674 before run test.
19675
c2d11a7d
JM
19676Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
19677
19678 * am33.exp: Just compile, do not link the testcase.
19679 * am33.s: Add ".am33" pseudoop to force am33 mode.
19680
c906108c
SS
196811998-06-25 Felix Lee <flee@cygnus.com>
19682
19683 * gdb.base/setshow.exp: make sure $pc is sane.
19684
19685 * gdb.stabs/weird.exp: split expect patterns properly.
19686
c2d11a7d
JM
19687Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
19688
19689 * gdb.disasm/am33.s: New disassembler testfile for the am33.
19690 * gdb.disasm/am33.exp: Run it.
19691
dc96c6c7 19692Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19693
19694 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
19695 match processing (and eliminate spurious timeouts when running).
19696
dc96c6c7 19697Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19698
19699 * gdb.base/signals.exp (test_handle_all_print): put back Mach
19700 exception test, but conditionalize it on target [mach | gnu].
19701
dc96c6c7 19702Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19703
19704 * gdb.base/overlays.exp: fixup compile line for linker script.
19705
19706Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
19707
19708 * gdb.fortran/types.exp: don't guess at float size.
19709
19710Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
19711
19712 * gdb.base/exprs.exp: delete test that depends on int size.
19713
19714Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19715
19716 * config/sim.exp: Removed checks for target triplets.
19717 (gdb_target_sim): Use gdb,target_sim_options.
19718
19719Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19720
19721 * gdb.base/reread.exp: New file.
19722 * gdb.base/reread1.c: New file.
19723 * gdb.base/reread2.c: New file.
19724
19725Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19726
19727 * config/sim.exp: Use 'target sim -sparclite' when running
19728 SPARClite programs.
19729
19730Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19731
19732 * gdb.base/structs2.exp: New file.
19733 * gdb.base/structs2.c: New file.
19734
19735Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19736
19737 * gdb.asm/common.inc: New file.
19738 * gdb.asm/d10v.inc: New file.
19739 * asm-source.exp: Pass -I's to gas to find .inc files.
19740 Update line numbers in expected output.
19741 * asmsrc1.s: Rewrite.
19742 * asmsrc2.s: Rewrite.
19743 * configure.in: Create arch.inc symlink.
19744 * configure: Regenerate.
19745 * Makefile.in (distclean): Delete arch.inc.
19746
19747Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19748
19749 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
19750 (t_enum_value2): ditto
19751 (t_enum_value3): ditto
19752 (main): ditto
c906108c
SS
19753Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19754
19755 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19756 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19757 change.
19758 Use gdb_test instead of send_gdb/gdb_expect sequences.
19759
19760Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19761
19762 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19763 not void.
19764
19765Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19766
19767 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
19768 subroutines. Used to test gdbs ability to single step through PC
19769 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
19770
19771Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19772
19773 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19774 more rigorous EGCS C++ error checking.
19775
19776Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19777
a9c64011
AS
19778 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19779 tests.
19780 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19781 function when asleep.
19782 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19783 for i*86 Linux and SVR4 signal handling problems.
19784 Remove linux xfail for `next to handler in signals_tests_1', fixed
19785 by recent infrun.c change.
19786 Limit backtrace to 10 frames to avoid timeout problems with infinite
19787 stack backtraces.
19788 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19789 target.[ch] change.
c906108c
SS
19790
19791Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19792
19793 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19794 for a newline from gdb before continuing.
19795 (default_gdb_exit): Just look for y or n.
19796 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19797 it does, fail the rests of the tests in the file.
19798
19799Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19800
19801 * config/cygmon.exp: New file.
19802
19803Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19804
19805 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 19806 main" test on remote targets.
c906108c
SS
19807
19808 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19809 run test on remote targets.
19810
19811Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19812
19813 * gdb.asm: New directory.
19814 * configure.in: Configure it.
19815 * configure: Regenerate.
19816 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19817 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19818
19819Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19820
19821 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19822
dc96c6c7 19823Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 19824
a9c64011
AS
19825 * gdb.base/overlays (several files): Merge the two overlay
19826 managers into one. Change variables (foox, barx, bazx, grbxx)
19827 back into ints but force them to load in their proper sections.
c906108c
SS
19828
19829Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19830
19831 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 19832 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
19833 (D10VCopy): Handle memory regions crossing 16k boundaries.
19834 (D10VCopy): Transfer data in 32 bit chunks.
19835
19836Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19837
19838 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 19839 correct.
c906108c
SS
19840
19841 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 19842 map. Include space for printf in .text segment.
c906108c
SS
19843
19844 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 19845 updated d10v memory VMA/LMA map.
c906108c 19846 (D10VCopy): Call D10VTranslate.
d63a86f8 19847
c906108c
SS
19848Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19849
19850 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19851
19852 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
19853 that it won't be put into the .sdata - small data -
19854 section. Update reference.
c906108c
SS
19855 * gdb.base/baz.c (bazx, baz): Ditto.
19856 * gdb.base/foo.c (foox, foo): Ditto.
19857 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19858
19859 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 19860 to be arrays.
d63a86f8 19861
dc96c6c7 19862Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 19863
a9c64011
AS
19864 * gdb.base/overlays.exp: fix up and get working again.
19865 Add tests for backtraces from an overlay function.
d63a86f8 19866
c906108c
SS
19867Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19868
19869 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19870 "calling function with watchpoint enabled".
19871
19872Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19873
19874 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 19875 gdb_suppress_tests for d10v-*-*.
c906108c
SS
19876 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19877 pending review of whether it is useful or not.
19878
19879Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19880
19881 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19882
19883Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19884
19885 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19886 * config/dve.exp: New file to support Densan boards.
19887
19888Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19889
19890 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 19891 reads and BSD.
c906108c
SS
19892
19893Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19894
19895 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19896 response.
19897
19898 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19899
19900Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19901
19902 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 19903 test.
c906108c
SS
19904
19905 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 19906 target_sizeof_long and target_bigendian_p.
c906108c 19907 (structs_by_value, structs_by_reference): Check values according
889bf7c5 19908 to targets word size and endianess.
d63a86f8 19909
c906108c
SS
19910Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19911
19912 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 19913 output.
c906108c
SS
19914
19915Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19916
19917 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 19918 Update test of set args help to match source change.
c906108c
SS
19919
19920Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19921
19922 * gdb.base/default.exp: Expect help system output to be in
19923 alphabetical order.
19924 * gdb.base/help.exp: Ditto.
19925
19926Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19927
19928 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19929 "i*86-pc-linux-gnu*".
19930 * gdb.base/interrupt.exp: Ditto.
19931 * gdb.base/corefile.exp: Ditto.
19932
19933 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 19934 define vxworks when building the testcase.
c906108c
SS
19935
19936 * gdb.base/ptype.exp: Fix testnames to be unique.
19937 * gdb.base/radix.exp: Ditto.
19938 * gdb.base/term.exp: Ditto.
19939 * gdb.base/whatis.exp: Ditto.
19940 * gdb.c++/classes.exp: Ditto.
19941
19942Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19943
19944 * gdb.base/callfuncs.exp: Fix indentation.
19945
19946 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19947 suppress_flag has been set.
19948 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19949 target feature.
19950
19951Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19952
19953 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19954 the testcase.
19955
19956 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 19957 set_debug_traps() and breakpoint().
c906108c
SS
19958 * gdb.c++/misc.cc (main): Ditto.
19959 * gdb.c++/templates.cc (main): Ditto.
19960 * gdb.c++/virtfunc.cc (main): Ditto.
19961
19962Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19963
19964 * lib/gdb.exp(gdb_step_for_stub): New function.
19965 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19966 exists, reload the executable and do a "continue" instead of
19967 doing a jump.
19968 (runto_main): Use gdb_step_for_stub.
d63a86f8 19969
c906108c 19970 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 19971 tests to have unique names.
c906108c
SS
19972 * gdb.base/callfuncs.exp: Ditto.
19973 * gdb.base/commands.exp: Ditto.
19974 * gdb.base/default.exp: Ditto.
19975 * gdb.base/help.exp: Ditto.
19976 * gdb.base/list.exp: Ditto.
19977 * gdb.base/opaque.exp: Ditto.
19978 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19979 similar tests.
d63a86f8 19980
c906108c
SS
19981 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19982 * gdb.c++/cplusfuncs.cc: Ditto.
19983 * gdb.c++/virtfunc.cc: Ditto.
19984
19985 * config/monitor.exp: Keep track of the last file we saw, rather
19986 than trying to get the info from gdb.
19987
19988 * gdb.fortran/types.exp: Move comment to previous line.
19989
19990Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19991
19992 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 19993 target mode.
c906108c
SS
19994
19995Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19996
19997 From Bob Manson:
19998 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 19999 string from GDB when it connects.
c906108c
SS
20000
20001 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
20002
20003Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
20004
20005 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
20006 if we can't get a debug format from GDB (we may be testing an
20007 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
20008
20009 * gdb.stabs/weird.exp: Fix quoting.
20010
20011 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
20012
20013Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
20014
20015 * config/arm-ice.exp: New file.
20016
20017Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
20018
20019 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 20020 until it has been modified to work with the new testsuite.
c906108c 20021
99707966 20022 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
20023 testcase won't compile, cause all of the testcases in the file to
20024 fail instead.
c906108c
SS
20025
20026 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
20027 (gdb_clear_suppressed): New procedure.
20028 (gdb_stop_suppressing_tests): Only clear suppress_flag if
20029 it contains a positive value.
20030
20031Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
20032
20033 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
20034
20035 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
20036
20037Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
20038
20039 * lib/gdb.exp (setup_xfail_format): New function.
20040 (get_debug_format): New function to get debug format.
20041 (debug_format): New global variable to hold last value set
20042 by get_debug_format.
20043 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 20044 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
20045 * gdb.c++/ptype.exp: Ditto.
20046 * gdb.c++/classes.exp: Ditto.
20047 * gdb.c++/cplusfuncs.exp: Ditto.
20048 * gdb.c++/inherit.exp: Ditto.
20049 * gdb.c++/templates.exp: Ditto.
20050 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 20051
c906108c
SS
20052Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
20053
20054 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
20055 host doesn't have a currently-open connection.
20056
20057 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
20058 any gdb stub target. Handle cases where gdb doesn't respond when
20059 interrupted in a sane fashion.
c906108c
SS
20060
20061 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 20062 same thing in a totally different way.
c906108c
SS
20063
20064 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 20065 setting "timeout".
c906108c 20066 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 20067 default_gdb_init now.
c906108c
SS
20068
20069Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
20070
20071 * gdb.base/printcmds.exp: Fix "check for floating addition"
20072 regexp to accept results within approx +/- .01 of exact value.
20073 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
20074
20075Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
20076
20077 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 20078 properly.
c906108c
SS
20079 (gdb_expect): Add optional timeout parameter, and add timeout
20080 value to various calls.
20081 (gdb_suppress_tests): Only give one warning message per group.
20082
20083Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
20084
20085 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
20086 global variables. Handle getting a value for $timeout more
20087 gracefully.
c906108c
SS
20088
20089Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20090
20091 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 20092 initialize.
c906108c 20093 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 20094 by a target configuration file.
c906108c
SS
20095 (gdb_expect): Pass the timeout to remote_expect.
20096
20097 * config/monitor.exp(gdb_load): Fix typo in regexp.
20098
20099Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
20100
20101 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
20102
20103Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
20104
20105 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
20106 here. Call gdb_target_exec before rebooting the target, to make
20107 sure the connection to the target is closed.
c906108c
SS
20108 (gdb_load): Pass the name of the executable to gdb_target_monitor.
20109 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
20110 Also detect "Timeout reading from remote" error.
20111
20112 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
20113 gdb_target_monitor. Don't call gdb_file_cmd here; let
20114 gdb_target_monitor do it.
c906108c
SS
20115
20116 * gdb.disasm/hppa.exp: Don't use exec_output.
20117
20118Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
20119
20120 * gdb.base/list.exp: If we're debugging a non-native target,
20121 try to set the pc register to point to the start of the
20122 program before doing the first list command.
20123
20124 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 20125 test_calls after restarting.
c906108c
SS
20126
20127 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 20128 reloading.
c906108c
SS
20129
20130 * gdb.base/watchpoint.exp: Fix typo.
20131
20132 * gdb.base/setshow.exp: Check for use_gdb_stub.
20133
20134 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 20135 stub case.
c906108c
SS
20136 * gdb.base/langs.exp: Ditto.
20137
20138 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
20139 gdb_load_offset. If we weren't given a file to load, figure out
20140 what the current file is and use it.
c906108c
SS
20141
20142 * config/i386-bozo.exp: New file.
20143
20144Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
20145
20146 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
20147 feature.
20148
20149 * config/proelf.exp: New entry.
20150
20151Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
20152
20153 * lib/gdb.exp: Remove spurious .* patterns at the beginning
20154 of regexps.
20155
20156 * gdb.base/watchpoint.exp: Don't run the test_stepping
20157 tests if gdb can't call functions on the target.
20158
20159 * gdb.base/setshow.exp: Don't run the set prompt tests if
20160 the board has gdb_prompt set.
20161
20162Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
20163
20164 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
20165 * gdb.base/commands.exp: Likewise.
20166 * gdb.base/setshow.exp: Likewise.
20167
20168Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
20169
20170 * config/monitor.exp(gdb_start): Look for gdb_prompt target
20171 feature.
20172
20173 * config/i960.exp: New file.
20174
20175Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
20176
20177 * gdb.base/funcargs.exp: Check for gdb,short_int target
20178 feature instead of looking for explicit target triplets.
20179
dc96c6c7 20180Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 20181
d63a86f8 20182 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
20183 "p 123DEADBEEF", to check parse_number.
20184 * top.c: change "to enable to enable" to "to enable" in a couple
20185 of help strings.
20186
20187Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
20188
20189 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
20190 on the mn10300.
d63a86f8 20191
c906108c
SS
20192Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
20193
20194 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
20195 where the test executable is run with explicit args.
20196 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
20197
20198Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
20199
20200 * gdb.base/run.c: Use FAKEARGV to build test executable that
20201 does not require a command line arg, since most simulators
20202 don't currently support passing such an arg into the simulated
20203 program.
20204 * gdb.base/commands.exp: Change tests to insert the proper
20205 value as the arg to the first recursive factorial call. Change
20206 compilation line to define FAKEARGV at compile time.
20207
20208Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
20209
20210 * gdb.base/recurse.exp: Enable these tests for the mn10300.
20211 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
20212 function with watchpoint enabled" test.
20213
20214Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
20215
20216 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 20217 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
20218
20219 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 20220 "Tests restarted" messages.
c906108c
SS
20221
20222Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
20223
20224 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
20225
dc96c6c7 20226Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20227
20228 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
20229 for INFO SYMBOL; add help tests for OVERLAY commands.
20230 * gdb.base/default.exp: add tests for INFO SYMBOL command;
20231 add tests for OVERLAY commands
20232 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
20233 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
20234 * gdb.base/sigall.c: add usestubs code frag
20235 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 20236
c906108c
SS
20237Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
20238
20239 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
20240 failures.
20241 (gdb_stop_suppressing_tests): Note that tests have restarted.
20242
20243Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
20244
20245 * config/h8300.exp: New file.
20246
20247Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
20248
20249 * gdb.base/setshow.exp: Check for the existence of a
20250 feature, not its value.
20251
20252Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
20253
20254 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
20255
20256 * gdb.base/scope.exp: It's now init0(), not init().
20257
20258 * gdb.base/scope0.c: For now, change init() to be init0().
20259
20260 * config/monitor.exp: Use gdb_serial in preference to serial
20261 or netport.
20262
20263 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 20264 and it's not already set.
c906108c
SS
20265
20266Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
20267
20268 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 20269 isn't using a stub and if it supports argument passing.
c906108c
SS
20270
20271Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
20272
20273 * config/udi.exp(gdb_start): Make sure UDICONF is set
20274 properly before starting gdb.
20275
20276Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
20277
20278 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
20279 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
20280 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
20281
20282Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
20283
20284 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 20285 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
20286
20287 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
20288
20289 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
20290
20291 * config/monitor.exp: Make sure we disconnect from the target.
20292 Also, try a reboot/reload cycle instead of failing if the
20293 load fails.
20294
20295Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
20296
20297 * gdb.base/default.exp: Don't set match_max.
20298 * gdb.base/help.exp: Ditto.
20299 * gdb.base/list.exp: Ditto.
20300 * gdb.base/signals.exp: Ditto.
20301
20302 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
20303 set, use remote_ld to download the testcase instead of
20304 the GDB loader.
20305
20306Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
20307
20308 * config/vr5000.exp: New file.
20309
20310 * config/monitor.exp(gdb_target_monitor): Add pattern for
20311 "Ending remote" to detect errors in connecting.
20312
20313 * gdb.base/setshow.exp: Add .* within auto language test.
20314
20315 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
20316 target feature.
20317
20318 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 20319 and reboot the board if necessary.
c906108c
SS
20320
20321 * gdb.base/setvar.exp(test_set): Handle multiple prints within
20322 a set of tests. Remove print.* from the patterns being checked.
20323
20324Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
20325
20326 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
20327 refer to gdb_spawn_id.
20328
20329 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
20330 longer used.
20331 * config/sparclet.exp: Ditto.
20332 * config/sparclet-old.exp: Ditto.
20333 * config/slite.exp: Ditto.
20334 * config/sim.exp: Ditto.
20335 * gdb.base/funcargs.exp: Ditto.
20336
20337 * lib/gdb.exp:Remove references to gdb_spawn_id.
20338 (gdb_expect): Move to remote.exp.
20339
20340Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
20341
20342 * config/monitor.exp: Detect the "Couldn't establish connection"
20343 message from GDB.
20344
20345Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
20346
20347 * gdb.base/bitfields.exp: Use runto instead of explicit
20348 gdb_run_cmd/gdb_expect sequences.
20349
20350 * gdb.base/break.exp(text_next_with_recursion): Add match for
20351 gdb_expect call.
20352
20353 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
20354 We also need to handle the "A program is being debugged already"
20355 prompt from gdb. Use gdb_test to set the baud rate.
20356
20357 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
20358 to 20000. Really. I mean it.
20359
20360Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20361
20362 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
20363 fails. If suppress_flag is set, skip perror message about not
20364 being able to send to GDB.
c906108c 20365 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 20366 GDB.
c906108c
SS
20367 (gdb_expect): If suppress_flag is set, always fail immediately.
20368 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
20369 (gdb_init): Call gdb_stop_suppressing_tests.
20370 (default_gdb_exit): Ditto.
20371 (default_gdb_start): Ditto.
20372
20373 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 20374 gdb_stop_suppressing_tests as appropriate.
c906108c 20375 * gdb.base/break.exp: Ditto.
889bf7c5 20376 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
20377 * gdb.base/commands.exp: Ditto.
20378 * gdb.base/exprs.exp: Ditto.
889bf7c5 20379 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
20380 * gdb.base/list.exp: Ditto.
20381 * gdb.base/recurse.exp: Ditto.
889bf7c5 20382 * gdb.base/scope.exp: Ditto.
c906108c
SS
20383 * gdb.base/structs.exp: Ditto.
20384 * gdb.c++/inherit.exp: Ditto.
20385
20386Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
20387
20388 * config/vr4300.exp: New file.
20389
99707966 20390 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 20391
99707966 20392 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
20393
20394Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
20395
20396 * lib/gdb.exp(gdb_init): New function.
20397
20398 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 20399 for each individual variable set.
c906108c
SS
20400
20401 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
20402 name.
20403
20404 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
20405
20406 * gdb.base/scope.exp: Use gdb_test.
20407
20408 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
20409 aborting; the testsuite driver will do that for us (see
20410 gdb_finish). Also, use gdb_test in a few more places.
20411
20412Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
20413
20414 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
20415
20416Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
20417
20418 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
20419 and "add_tests" are not at the same address.
20420
20421Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
20422
20423 * gdb.base/ptype.exp: Use gdb_test.
20424
20425Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
20426
20427 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
20428 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
20429 left in. No longer expect them to fail.
20430
20431 * gdb.stabs/*.mt; Deleted, no longer used.
20432 * gdb.stabs/configure.in: Remove references to target makefile
20433 frags.
20434 * gdb.stabs/configure: Rebuilt.
20435
20436 * gdb.disasm/*.mt: Deleted, no longer used.
20437 * gdb.disasm/configure.in: Remove references to target makefile
20438 frags. Use "sh3.s" as the unique filename for this directory.
20439 * gdb.disasm/configure: Rebuilt.
20440
20441 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
20442 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
20443 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
20444
20445Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
20446
20447 * config/udi.exp: Use mondfe,name instead of remote_host.
20448
20449Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
20450
20451 * gdb.base/watchpoint.exp: Don't expect a failure when calling
20452 a function with a watchpoint enabled on the mn10200.
20453
20454 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
20455 before trying to create it!
20456
20457Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
20458
20459 * config/vx.exp: Use hostname instead of netport.
20460
20461 * config/vxworks.exp: New file.
20462
20463 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
20464
20465 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 20466 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
20467 occurs.
20468
20469 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
20470 $gdb_spawn_id directly.
20471 (gdb_run_cmd): Try _start as well as start. Use the target feature
20472 gdb,start_symbol as the symbol to start from when jumping.
20473
20474Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
20475
20476 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
20477 redundant) test.
20478
20479 * gdb.base/recurse.exp: Relax final value test for 'b' so that
20480 it doesn't lose for 16bit integer systems.
20481
20482Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
20483
20484 * gdb.fortran/types.exp: If the target doesn't support "double"
20485 data types, then expect "real" types to only be 4 bytes.
20486
20487 * gdb.c++/virtfunc.exp: Expect failure for virtual function
20488 call tests if the target doesn't support inferior function calls.
20489
20490 * gdb.base/printcmds.exp: Allow minor deviation in FP values
20491 in printf tests.
20492
20493Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
20494
20495 * gdb.base/help.exp: Disable "help set", "help show", and
20496 "help support". Simplify regexp for "help stack".
20497
20498 * gdb.base/default.exp: Set match_max to 5000 and the timeout
20499 to 60 seconds. Temporarily set match_max to 15000 around the
20500 "info copying" test.
20501
20502 * gdb.base/nodebug.exp: Don't try to do an inferior function
20503 call if the target doesn't support them.
20504 * gdb.base/printcmds.exp: Likewise.
20505 * gdb.base/setvar.exp: Likewise.
20506 * gdb.base/structs.exp: Likewise.
20507 * gdb.c++/templates.exp: Likewise.
20508 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
20509
20510 * gdb.base/recurse.exp: Enable for the mn10200.
20511
20512 * configure.in: Do configure gdb.stabs directory for *-*-elf
20513 targets.
20514 * configure: Rebuilt.
20515
20516 * gdb.base/break.exp: Check for gdb,noresults before testing
20517 exit status and/or results from the target.
20518 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
20519 * lib/gdb.exp: Remove old (now bogus) initialization of
20520 noinferior, noargs, noresults and nosignals.
20521
20522Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
20523
20524 * config/sh.exp: New file.
20525
20526 * config/slite.exp: Try to connect multiple times to the board
20527 before rebooting. Only send a "monitor run" if need_monitor_run
20528 is set.
20529
20530 * gdb.base/break.exp: Don't do the "stub continue" test if
20531 the target has gdb_stub set.
20532
20533 * gdb.base/callfuncs.exp: Increase the timeout.
20534
20535 * gdb.base/interrupt.exp: Don't even try to compile the testcase
20536 if the target has gdb,noinferiorio set.
20537
20538 * gdb.base/list.exp: Increase match_max to 10000 characters.
20539
20540 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
20541
20542 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
20543 target.
20544
20545 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
20546
20547Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
20548
20549 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
20550 trying to delete the copy of gdb. Catch the file delete so we
20551 don't die if the delete fails; also, the file should be copied to
20552 the host, not to the build.
c906108c
SS
20553
20554Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
20555
20556 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 20557 parenthesis in case it contains multiple regexps separated
c906108c
SS
20558 with |.
20559
20560 * gdb.base/watchpoint.exp: Use gdb_test.
20561 * gdb.base/default.exp: Ditto.
20562
20563Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
20564
99707966 20565 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 20566
c906108c
SS
20567 * gdb.base/scope.exp: Use gdb_test.
20568 * gdb.c++/classes.exp: Ditto.
20569 * gdb.c++/inherit.exp: Ditto.
20570
20571Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
20572
20573 * gdb.base/crossload.exp: Don't use execute_anywhere, use
20574 remote_exec instead.
20575 * gdb.base/corefile.exp: Don't be ridiculous.
20576 * gdb.base/*.c: Add missing stub invocations.
20577
20578Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
20579
20580 * config/slite.exp: Miscellaneous fixes.
20581
20582 * lib/gdb.exp: Fix runto.
20583
20584 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
20585 the target.
20586
20587 * gdb.base/watchpoint.exp: Fix regexp.
20588
20589 * lib/gdb.exp(default_gdb_exit): Add a catch to the
20590 close and wait commands, as the descriptor may now be
20591 invalid. Always call "remote_close host".
20592
20593Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
20594
20595 Major rewrite for testsuite revision.
d63a86f8 20596
c906108c
SS
20597 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
20598 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
20599 instead of relying on spawn_id to always contain a valid
20600 spawn id.
20601 (get_compiler_info): New procedure to build the ${binfile}.ci
20602 file, instead of replicating this in N different places.
20603 (gdb_compile): New procedure.
d63a86f8 20604
c906108c 20605 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
20606 appropriate arguments) instead of compile. Use gdb_test in a lot
20607 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
20608 at the start of a testcase, as this is no longer done magically.
20609
20610 config/*-gdb.exp: Rename without the -gdb suffix.
20611
20612 config/mips.exp: Use remote_close instead of exit_remote_shell.
20613 config/monitor.exp: Use target_info instead of looking at
20614 baud, timeout, etc.
20615 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
20616
20617Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20618
20619 * gdb.c++/templates.exp (test_ptype_of_templates),
20620 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
20621 Update expect patterns for destructors and assignment operators
20622 to match corresponding c-typeprint.c changes.
20623 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
20624 to destructor breakpoint test, GDB should be able to set the
20625 destructor breakpoint without specifying arguments.
20626
20627Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
20628
20629 * gdb.threads/pthreads.exp: Change result for failure to compile due
20630 to lack of pthreads runtime support from an error to simply an
20631 unsupported test, per dejagnu standards.
20632
20633Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20634
20635 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
20636 where GDB exits to reduce pattern match time.
20637 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
20638
20639 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
20640
dc96c6c7 20641Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20642
20643 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
20644 * gdb.base/default.exp: ditto.
20645 * gdb.base/nodebug.exp: ditto.
20646 * gdb.base/printcmds.exp: ditto.
20647 * gdb.base/ptype.exp: ditto.
20648 * gdb.base/setvar.exp: ditto.
20649 * gdb.base/structs.exp: ditto.
20650 * gdb.base/setshow.c: Guard against uninitialized values of argc.
20651
20652Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
20653
20654 * configure, */configure: Rebuild with autoconf 2.12.
20655
20656Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
20657
20658 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
20659 use new i*86-pc-linux*-gnu quads.
20660 * gdb.base/corefile.exp: Ditto.
20661 * gdb.base/signals.exp: Ditto.
20662 * gdb.base/sigall.exp: Ditto.
20663 * gdb.base/interrupt.exp: Ditto.
20664
20665 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
20666 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
20667 RedHat 4.0.
d63a86f8 20668
c906108c 20669 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
20670 linux. This allows the test case to at least compile on latest
20671 linux, but still not run due to missing the threads runtime library.
c906108c
SS
20672
20673Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20674
20675 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
20676 directory to search gdb directory. Accept and step over conditional
20677 stack alignment code. Consume $prompt in failure cases.
20678 Reset timeout to $oldtimeout instead of some arbitrary value.
20679 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
20680 timeout problems with infinite stack backtraces.
20681 * gdb.base/ptype.exp (ptype struct link, union tu_link):
20682 Accept function parameters for linkfunc member.
20683
20684Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
20685
20686 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
20687 (CXXFLAGS): Remove, unreferenced.
20688 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
20689 previous -B options and also add -B option to pick up cross compiled
20690 runtime.
c906108c
SS
20691 (TARGET_INCLUDES): Add for -I options and add code to initialize when
20692 doing cross compiles.
20693 (target_alias): Declare global.
20694 (xgcc): Set variable to full path of gcc in build tree. Use findfile
20695 to verify that gcc exists in build tree, and if so set CC to that
20696 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 20697
c906108c
SS
20698Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
20699
20700 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
20701 ptype test for anonymous union. Fixup testcase to match
20702 current gcc debug output.
20703
20704Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
20705
20706 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
20707 force argument to an unsigned long type.
20708
20709Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
20710
20711 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 20712 tests and anonymous union print/ptype tests.
c906108c
SS
20713 * gdb.base/list.exp (test_forward-search): Increase timeout by
20714 5 minutes for the "search extremely long line" case.
20715 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20716 completely optional and that the pass/fail messages use the command as
20717 the message if that third arg is a null string.
20718 (gdb_test_exact): Arrange that a null string pattern means match a
20719 null string output rather than any output, which might include random
889bf7c5 20720 errors.
c906108c
SS
20721 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20722 backtrace test.
20723 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20724 always failing and failure is now exposed by gdb.exp changes.
20725
20726Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20727
20728 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20729 weren't being noted.
20730
20731Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20732
20733 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20734 * gdb.stabs/weird.exp: Remove v_comb xfails.
20735
dc96c6c7 20736Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20737
20738 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 20739 list.exp scope.exp watchpoint.exp]
c906108c 20740 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 20741
dc96c6c7 20742Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20743
20744 * config/monitor.exp: Increase download timeout to 1000 seconds.
20745
dc96c6c7 20746Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20747
20748 * config/m32r.exp: Increase timeout to 120 seconds.
20749
20750Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20751
20752 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20753 and accept older ordering as obsolescent gcc or gdb.
20754 * gdb.c++/templates.exp: Ditto.
20755 * gdb.c++/virtfunc.exp: Ditto.
20756
20757Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20758
20759 * gdb.base/coremaker.c: Add code to mmap some data so we
20760 can check that it ends up in the core file.
20761 * gdb.base/corefile.exp: Add test to read mmapped data
20762 from core file.
20763
dc96c6c7 20764Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20765
20766 * config/m32r.exp: New file.
20767
20768Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20769
20770 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20771 that cflags can contains -gstabs, and work correctly for other tests.
20772
dc96c6c7 20773Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20774
20775 * gdb.base/setshow.exp: New file, tests show and set.
20776 * gdb.base/setshow.c: New file, tests show and set.
20777 * gdb.base/help.exp: Add test for help set|show annotate.
20778 * gdb.base/default.exp: Add test for set|show annotate.
20779
20780Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20781
20782 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20783 errors unique.
20784 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20785 explicitly.
20786
20787Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20788
20789 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20790 and width commands. This is done elsewhere.
20791 * (gdb_start): Don't call gdb_start_sim here. That's already
20792 done in gdb_load. This fixes lots of failures in default.exp.
20793
20794Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20795
20796 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20797 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20798 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20799 in the same we we treat other failures (since it may be an expected
889bf7c5 20800 condition), rather than as an error.
c906108c
SS
20801 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20802 old test format.
20803
20804Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20805
20806 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20807 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 20808 twice. Nuke the duplicates.
c906108c 20809 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 20810 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
20811 Remove config.h along with other config files.
20812
20813Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20814
20815 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20816 "p func1 ()" and note that rests of tests are skipped.
20817 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 20818 setup_xfails for "print func2::coremaker_local".
c906108c
SS
20819 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20820 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20821 affected by the previous run test.
20822 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20823 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20824 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20825 "pass int powerset tuple" and "pass modeless int powerset tuple".
20826 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20827 "real write 4" and "real write 8".
20828 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 20829 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
20830 "print \$i after tuple assign 2", and
20831 "print vs2 after tuple assign 2".
20832 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20833 meaningful error message and return -1 so the caller can
20834 suppress further tests and avoid a cascade of errors.
d63a86f8 20835
c906108c
SS
20836Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20837
20838 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20839 format for printing version.
20840 * gdb.base/default.exp: Ditto.
20841 * gdb.base/interrupt.exp: Fix problem with cascade of
20842 errors if child process dies while calling a function.
d63a86f8 20843
c906108c
SS
20844Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20845
20846 * Makefile.in (VPATH): Add
20847 * Makefile.in (Makefile, config.status): Fix rules so things get
20848 remade when necessary.
20849
20850Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20851
20852 * Makefile.in (just-check): Add path to sibling expect dir
20853 to environment variable specified by RPATH_ENVVAR.
20854
20855Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20856
20857 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20858 (just-check): Add shared library paths for libstdc++, tk,
20859 tcl, bfd, and opcodes to the environment variable specified
20860 in RPATH_ENVVAR.
20861 * configure.in: Add support to recognize --enable-shared flag
20862 and generate correct value for RPATH_ENVVAR.
20863 * configure: Regenerated with autoconf.
20864
20865Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20866
20867 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 20868 include all osf versions.
c906108c
SS
20869 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20870 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20871 when target is linux. When failing to build pthreads test
20872 executable, give more meaningful message.
20873 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20874 arg for pthread_create.
d63a86f8 20875
c906108c
SS
20876Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20877
20878 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 20879 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 20880 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 20881 and -lpthreads (everybody else).
c906108c
SS
20882 (test_startup): Fail gracefully if threads are not supported.
20883 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20884 "p/c array_index("abcdef",2)" when not gcc compiled.
20885 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20886 "print func2::coremaker_local" when not gcc compiled.
20887 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20888 "ptype on opaque struct tagname (statically)",
20889 "ptype on opaque struct tagname (dynamically) 1", and
20890 "ptype on opaque struct tagname (dynamically) 2"
20891 for not compiled with gcc.
20892 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20893 backtrace when compiled with gcc.
d63a86f8 20894 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
20895 than always return success.
20896
20897Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20898
20899 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20900
20901Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20902
20903 * gdb.base/structs.exp: Undo last change.
20904
20905Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20906
20907 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20908 encapsulate all the steps/nexts done during self test, starting
20909 at main, and makes them less sensitive to optimization issues.
20910 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20911 signal handler" test.
20912 * gdb.threads/pthreads.exp: Only run this for native configs.
20913 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20914 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20915 tests.
20916 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20917 for "runto test_calls(void)" test.
d63a86f8 20918
c906108c
SS
20919Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20920
20921 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20922 and don't expect address info in breakpoint confirmations.
20923
20924Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20925
20926 * gdb.base/list.exp (test_forward_search): Increase timeout
20927 temporarily by 60 seconds for searching extremely long line,
889bf7c5 20928 and then reset to old value when done. Increase expect input
c906108c
SS
20929 buffer to 10000.
20930
20931Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20932
20933 * gdb.base/list.exp (test_forward_search): Fix to handle very
20934 long source line without overflowing expect's input buffer.
20935
20936Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20937
20938 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20939 "buffer_full".
20940
20941 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20942 "buffer_full".
20943
20944 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20945 "buffer_full".
20946
20947 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20948 "buffer_full".
20949
20950Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20951
20952 * configure.in (configdirs): Add gdb.threads.
20953 * configure: Regenerated with autoconf.
20954 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20955 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20956 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 20957
c906108c
SS
20958Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20959
20960 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20961
20962Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20963
20964 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20965 each signal's status in the output of "handle all print".
20966 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20967 the \r\n sequence that immediately precedes the gdb prompt.
20968 * gdb.base/a1-selftest.exp: Save original timeout and restore
20969 after test.
20970
20971Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20972
20973 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20974 symbol.
20975
20976Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20977
20978 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20979
20980Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20981
20982 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20983 timeout by 60 seconds.
20984
20985Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20986
20987 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20988 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20989 error return.
20990
20991Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20992
20993 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20994 gdb initialization, also report how long dejagnu waited. Restore
20995 old timeout before doing error return. Temporarily increase timeout
889bf7c5 20996 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
20997
20998Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20999
21000 * lib/gdb.exp: Report timeout value for verbosity level 2.
21001 * config/gdbserver.exp: Ditto.
21002 * config/hppro.exp: Ditto.
21003 * config/mips-gdb.exp: Ditto.
21004 * config/monitor.exp: Ditto.
21005 * config/netware.exp: Ditto.
21006 * config/sim-gdb.exp: Ditto.
21007 * config/slite-gdb.exp: Ditto.
21008 * config/udi-gdb.exp: Ditto.
21009 * config/unix-gdb.exp: Ditto.
21010 * config/vx-gdb.exp: Ditto.
21011 * gdb.base/a1-selftest.exp: Ditto.
21012 * gdb.base/a2-run.exp: Ditto.
21013 * gdb.base/break.exp: Ditto.
21014 * gdb.base/corefile.exp: Ditto.
21015 * gdb.base/list.exp: Ditto.
21016 * gdb.base/recurse.exp: Ditto.
21017 * gdb.base/scope.exp: Ditto.
21018 * gdb.base/signals.exp: Ditto.
21019
21020Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21021
21022 * gdb.threads/Makefile.in (docdir): Removed.
21023
21024Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21025
21026 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 21027 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 21028 @srcdir@.
d63a86f8 21029 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
21030 autoconf 2.5 or higher.
21031 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
21032
21033Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
21034
21035 * configure: Regenerated.
21036 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
21037 avoid name clashes with SunOS headers.
21038
21039Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
21040
21041 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
21042
21043Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
21044
21045 * gdb.base/callfuncs.exp: Finish last change -- make sure the
21046 prototype information ends up in the compiler info file.
21047
21048Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
21049
21050 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
21051 attempting to regenerate it. Eliminate use of a temporary file
21052 and just generate the info file directly. Source it immediately,
21053 for consistency of use.
21054 * gdb.base/corefile.exp: Ditto
21055 * gdb.base/exprs.exp: Ditto.
21056 * gdb.base/funcargs.exp: Ditto.
21057 * gdb.base/langs.exp: Ditto.
21058 * gdb.base/list.exp: Ditto.
21059 * gdb.base/mips_pro.exp: Ditto.
21060 * gdb.base/nodebug.exp: Ditto.
21061 * gdb.base/opaque.exp: Ditto.
21062 * gdb.base/ptype.exp: Ditto.
21063 * gdb.base/scope.exp: Ditto.
21064 * gdb.base/setvar.exp: Ditto.
21065 * gdb.base/signals.exp: Ditto.
21066 * gdb.base/whatis.exp: Ditto.
21067 * gdb.c++/templates.exp: Ditto.
21068 * gdb.c++/virtfunc.exp: Ditto.
21069 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 21070 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
21071
21072Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21073
21074 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
21075 it got fixed by the recent lookup_minimal_symbol_by_pc change.
21076 Increase timeout, a lot of single stepping might be needed if the
21077 target has no hardware watchpoints.
21078
21079Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
21080
21081 * gdb.base/break.exp: Ignore compiler warnings when compiling
21082 break.c.
21083 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
21084 * gdb.base/default.exp: Add h8300 xfails. Handle messages
21085 from remote-sim.
21086 * gdb.base/exprs.exp: Add h8300 xfails.
21087 * gdb.base/funcargs.exp: Likewise.
21088 * gdb.base/nodebug.exp: Likewise.
21089 * gdb.base/printcmds.exp: Likewise.
21090 * gdb.base/ptype.exp: Likewise.
21091 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
21092 h8300 xfails.
d63a86f8 21093 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
21094 on the h8300.
21095 * gdb.base/funcargs.c: Explicitly make last constant argument to
21096 call_after_alloca_subr an unsigned long type.
21097 * gdb.base/return.c: Include stdio.h.
21098
21099Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
21100
21101 * config/abug.exp: New file for the older Motorola Bug monitor
21102 that runs on the mvme13x series VME boards.
21103 * config/monitor.exp: Use the new config array for target settings
21104 if they exist.
21105
21106Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
21107
21108 * sim-gdb.exp: Make the SH simulator allocate less space when
21109 it is targeted.
21110
21111Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
21112
21113 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
21114 test.
21115
21116Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
21117
21118 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
21119 "rs6000-*-*" for "list function in include file" when gcc compiled.
21120 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
21121 for "p ctable1[120]".
21122 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
21123 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
21124 Remove setup_xfail for "rs6000-*-*" for
21125 "print 'scope0.c'::filelocal before run".
21126 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
21127 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
21128 since some compilers don't allow both options to be given
21129 on the same command line. Create object file and move it.
d63a86f8 21130
c906108c
SS
21131Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
21132
21133 * gdb.base/corefile.exp: Always regenerate the core file, since
21134 we always regenerate the coremaker program. Detect special case
21135 where registers cannot be read from core file.
d63a86f8 21136
c906108c
SS
21137Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
21138
21139 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
21140 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
21141 * gdb.c++/templates.exp: Only match on basename of file since
21142 some formats like xcoff don't encode directory information.
21143 * gdb.stabs/weird.exp: Use the right sed script for powerpc
21144 and rs6000 AIX xcoff targets.
21145 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
21146 * configure: Regenerate.
21147 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
21148 here, rather than in distclean.
d63a86f8 21149
c906108c
SS
21150Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
21151
21152 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
21153 defined, and use it to compile the test case with -O2. The
21154 native compilation still uses no optimization.
21155 * gdb.base/mips_pro.c: Remove inline assembly code since
21156 it is compiled PIC by default, which results in assembler
21157 warnings that make the testsuite think the compilation
21158 was unsuccessful.
21159
21160Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
21161
21162 * gdb.c++/misc.exp: Add note to message for
21163 "print s.a for foo struct" that this is a known gcc 2.7.2
21164 and earlier bug.
21165
21166Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
21167
21168 * gdb.base/break.exp: Fix pattern for matching "Delete all
21169 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
21170 setup_xfail for deleting all breakpoints test. Fix various
21171 timeout messages to include "(timeout)".
21172 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
21173 for "p t_float_values2(3.14159,float_val2)".
21174 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
21175 for "continue to call2g" when gcc compiled.
21176 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
21177 "up to foo in langs.exp", "show language at foo in langs.exp",
21178 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
21179 and "show language at fsub in langs.exp".
21180 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
21181 "list line 1 in include file", "list message for lines past EOF",
21182 "list function in include file", "list list0.h:foo", and
21183 "list filename:function; nonexistant function".
21184 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
21185 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
21186 and "ptype t_char_array" to be for native cc only.
d63a86f8 21187
c906108c
SS
21188Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
21189
d63a86f8 21190 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 21191 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 21192 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
21193
21194Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
21195
21196 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
21197 "bt in signals.exp". This problem only appears when running
21198 the testsuite, and then only intermittently.
21199
21200Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
21201
21202 * gdb.base/return.exp (return_tests): Differentiate between
21203 two tests of continuing.
21204
21205Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
21206
21207 * */Makefile.in (maintainer-clean): Remove config.log.
21208 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
21209 * gdb.c++/Makefile.in (PROGS): Add inherit.
21210 (clean): Remove *.ci.
21211
21212Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
21213
21214 * gdb.c++/misc.cc: Add test code from Mike Stump.
21215 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
21216
21217Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
21218
21219 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
21220 to "alpha-*-osf2*" and add comment.
21221 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
21222 setup_xfail for "step over execarg initialization" and
21223 "step over corearg initialization".
c906108c
SS
21224 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
21225 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
21226 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 21227 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
21228 "print func2::coremaker_local", and "backtrace in corefile.exp".
21229 * gdb.base/signals.exp: Build and source signals.ci.
21230 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
21231 to be for gcc only.
21232 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 21233
c906108c
SS
21234Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21235
21236 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
21237 Feb 3 procfs.c change.
21238
21239Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
21240
21241 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
21242
21243Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
21244
21245 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
21246 from dejagnu's apparent default of 10 seconds, which gives random
21247 results when running the tests over NFS on moderately loaded systems.
21248 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
21249
21250Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
21251
21252 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
21253 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 21254 result reports.
c906108c
SS
21255
21256Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
21257
21258 * configure.in (CY_AC_PATH_TCLH): Remove.
21259 * configure: Regenerate.
21260
21261Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
21262
21263 * gdb.c++/Makefile.in (clean): Add missing '{'.
21264
21265Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
21266
21267 * lib/gdb.exp: Provide a default value for noinferior.
21268
21269 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
21270 Load libgloss.exp.
21271
21272Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
21273
21274 * gdb.disasm/hppa.exp: Compile directly into an executable, use
21275 the executable, not the .o to run the tests from.
21276
21277Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
21278
21279 * gdb.base/break.exp: Don't test for program exit or exit status
21280 if $noresults if nonzero.
21281 * gdb.base/langs.exp: Likewise.
21282 * gdb.base/watchpoint.exp: Likewise.
21283
21284 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
21285 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
21286 trying to compile the testcase.
21287
21288Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
21289
21290 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
21291 * gdb.base/signals.exp (continue to handler): Likewise.
21292
21293Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
21294
21295 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
21296
21297 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
21298
21299Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
21300
21301 * gdb.base/corefile.exp: Recognize "not found" as failure
21302 when trying to determine if a core file was generated.
21303 If no core file was generate the first time, try again without
21304 the ulimit -c to work around braindamaged shells.
21305
21306Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
21307
21308 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
21309 [] tests with "test" and enclose string in quotes.
21310 * gdb.stabs/configure: Rebuild
d63a86f8 21311
c906108c
SS
21312Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
21313
21314 Changes in sync with expect:
21315 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
21316 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
21317 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
21318 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
21319 argument to AC_REQUIRE.
21320 * configure: Regenerated.
21321
21322Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
21323
21324 * gdb.base/corefile.exp: When generating a core, discard any
21325 error messages about ulimit not found and the "core dumped"
21326 message from the shell that runs the coredumper.
21327
21328Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
21329
21330 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
21331
21332 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
21333 which sed script to run. Expect failure for v_comb test
21334 on PA targets too.
d63a86f8 21335
c906108c
SS
21336Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
21337
21338 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 21339 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
21340
21341Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
21342
21343 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
21344 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 21345 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
21346 * lib/gdb.exp (default_gdb_start): Fix typo.
21347 * gdb.base/corefile.exp: Allow "Core was generated by ..."
21348 messages to not include the full program name that caused
21349 the core dump since some systems (such as solaris) apparently
21350 truncate this path to about 80 characters.
21351 When generating a core file first try increasing the core file
21352 size limit to unlimited since some systems may default it to
21353 zero, and it is harmless to try it. Move the test for failing
21354 to generate a core file to where it will actually get executed.
21355 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
21356 new gdb result from g++ debug info improvements and make old
21357 pattern obsolescent. Also account for size_t differences
21358 (may be int or long).
21359 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
21360 initialization before function call is placed in the delay slot
21361 and thus appears to be skipped over by commands such as "next".
21362
21363Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
21364
21365 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
21366
21367Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
21368
21369 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
21370 input source file; fix code to compile test to deal with this
21371 convention.
21372 * gdb.c++/*.exp: Likewise.
21373
21374Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
21375
21376 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
21377 "bt in signals.exp".
21378
21379Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
21380
21381 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
21382 "step over execarg initialization" and
889bf7c5 21383 "step over corearg initialization".
c906108c
SS
21384
21385Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
21386
21387 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
21388 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
21389
21390Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
21391
21392 From Rob Savoye (rob@poseidon.cygnus.com)
21393 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
21394 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
21395 configure.in}, gdb.disasm/{Makefile.in, configure.in},
21396 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
21397 configure.in}: Major reworking for autoconfig.
c906108c
SS
21398 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
21399 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 21400 New files.
c906108c
SS
21401 * config/unix-gdb.exp: Make GDB global.
21402 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
21403 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
21404 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
21405 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
21406 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
21407 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 21408 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
21409 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
21410 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
21411 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
21412 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 21413 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
21414 to returns as necessary, arrange for test to compile own testcase
21415 executable.
c906108c 21416 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 21417
c906108c
SS
21418Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
21419
21420 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 21421 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
21422 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
21423 "backtrace through signal handler".
21424
21425Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21426
21427 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
21428 continuing from a job control stop signal.
21429 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
21430
21431Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
21432
21433 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
21434 * gdb.base/corefile.exp: Likewise.
21435 * gdb.base/funcargs.exp: Likewise.
21436
21437Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
21438
21439 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
21440 * config/monitor.exp: Add support for setting baud rate.
21441
21442Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
21443
21444 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
21445 i*86-*-linux* xfails for "backtrace through signal handler".
21446 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
21447 "print func2::coremaker_local".
21448 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 21449 alpha-dec-osf2* xfail for
c906108c
SS
21450 "delete all breakpoints when none".
21451
21452Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
21453
21454 * gdb.base/break.exp: Change test that deletes all breakpoints
21455 when no user breakpoints are installed. A post 4.15 change
21456 causes gdb to no longer prompt in this case.
21457
21458Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
21459
21460 * gdb.base/return.exp (return_tests): Change xfail for test
21461 "correct value returned double test" to stop xfailing at
21462 Solaris 2.5. Apparently the bug has been fixed.
21463
21464Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
21465
21466 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
21467 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
21468
21469Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
21470
21471 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
21472 * gdb.disasm/hppa.s: Corresponding changes.
21473
21474Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
21475
21476 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
21477 makefile fragment.
21478 * config/mt-hpux: Deleted.
21479
21480Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
21481
d63a86f8 21482 * Many files: When warning about suppressed tests due to a
c906108c
SS
21483 nonexistant test binary, avoid incrementing the warning count.
21484
21485Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
21486
21487 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 21488
c906108c
SS
21489Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21490
21491 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
21492 "sparc-*-solaris2*".
21493
21494Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21495
21496 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
21497 Add global and local variables and initialize them.
21498 * gdb.base/corefile.exp: Test correct mapping of corefile sections
21499 by printing variables. Remove rs6000 and powerpc xfails, BFD now
21500 extracts the file name and terminating signal from the core file.
21501 * TODO: Remove note about tests for correct mapping of corefile.
21502 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
21503 from optimizing it away.
21504 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
21505 handles common blocks.
21506
21507Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
21508
21509 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
21510 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
21511
21512Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
21513
21514 * Makefile.in (maintainer-clean): New target, synonym for
21515 realclean.
21516 * gdb.base/Makefile.in (maintainer-clean): Likewise.
21517 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
21518 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
21519 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
21520 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
21521 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
21522
21523Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
21524
21525 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
21526 xfails when not gcc compiled for "print foo::funclocal".
21527 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
21528 "print foo::funclocal at foo",
21529 "print 'scope1.c'::foo::funclocal at foo",
21530 "print foo::funclocal_bss at foo",
21531 "print 'scope1.c'::foo::funclocal_bss at foo",
21532 "print foo::funclocal_ro at foo",
21533 "print 'scope1.c'::foo::funclocal_ro at foo",
21534 "print bar::funclocal at foo" and
21535 "print 'scope1.c'::bar::funclocal at foo".
21536 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
21537 gcc compiled for "print foo::funclocal at bar".
21538 Expand all messages to ensure that they identify that
21539 the test is at bar().
21540 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
21541 gcc compiled for:
21542 "ptype on opaque struct pointer (statically)",
21543 "ptype on opaque struct tagname (statically)",
21544 "ptype on opaque struct pointer (dynamically) 1",
21545 "ptype on opaque struct tagname (dynamically) 1",
21546 "ptype on opaque struct pointer (dynamically) 2" and
21547 "ptype on opaque struct tagname (dynamically) 2
21548 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
21549 gcc compiled for:
21550 "p datalocal"
21551 "whatis datalocal",
21552 "ptype datalocal",
21553 "p bsslocal",
21554 "whatis bsslocal", and
21555 "ptype bsslocal".
21556 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
21557 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
21558 when not gcc compiled.
21559 * gdb.base/funcargs.exp (float_and_integral_args): Add
21560 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
21561 compiled.
21562 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
21563 "backtrace from call6a" when not gcc compiled.
21564 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
21565 "backtrace from call7a" when not gcc compiled.
21566 * gdb.base/callfuncs.exp (do_function_calls):
21567 Add "hppa*-*-hpux*" xfail when not gcc compiled for
21568 "p t_char_array_values(char_array_val2,char_array_val1)",
21569 "p t_char_array_values(char_array_val1,char_array_val2)",
21570 "p t_char_array_values("carray 1","carray 2")",
21571 "p t_char_array_values("carray 1",char_array_val2)",
21572 "p t_char_array_values(char_array_val1,"carray 2")",
21573 "p sum_args(1,{2})",
21574 "p sum_args(2,{2,3})",
21575 "p sum_args(3,{2,3,4})",
21576 "p sum_args(4,{2,3,4,5})"
21577 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
21578 "backtrace in corefile.exp" when not gcc compiled.
21579
21580Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21581
21582 * gdb.base/signals.exp: Rewrite `handle all print' test as
21583 a procedure. Accept blanks or TABs as whitespace, increase
21584 timeout and expect input buffer size for the large output
21585 from the command. Remove "i*86-*-bsdi2.0" xfail.
21586
21587Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21588
21589 * gdb.base/setvar.exp: Add new testcases for truncation when
21590 assigning invalid values to bitfields.
21591
21592Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
21593
d63a86f8 21594 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
21595 mips-sgi-irix* xfail for
21596 "call inferior func with struct - returns char *"
21597 and fix test so that an optional (unsigned char *) cast is
889bf7c5 21598 accepted in the result.
c906108c
SS
21599
21600Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
21601
21602 * gdb.base/funcargs.exp (float_and_integral_args): Remove
21603 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21604 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
21605 * gdb.base/signals.exp: Remove duplicate "handle all print" test
21606 that accidentally got checked in.
21607
21608Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
21609
d63a86f8 21610 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
21611 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
21612 compiled test.
21613 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
21614 Add mips-sgi-irix5* xfail for not gcc compiled.
21615 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
21616 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
21617 "p top", "whatis top", "p middle", and "whatis middle".
21618 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
21619 "whatis signed char" for not gcc compiled.
21620 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
21621 "set variable signed char=-1 (-1)" and
21622 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
21623 * gdb.base/funcargs.exp (float_and_integral_args):
21624 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
21625 Add mips-sgi-irix* xfail when not gcc compiled for
21626 "continue to call2b".
21627 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
21628 "continue to call2g".
21629 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
21630 "backtrace from call6a"
21631 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
21632 "backtrace from call7k".
21633 Add mips-sgi-irix5* xfail when not gcc compiled for
21634 "backtrace from call7a".
21635 (localvars_after_alloca): Fix gdb_test cmds for
21636 "print * after runto ...".
21637 Remove rs6000-*-* xfails for
21638 "print i after runto localvars_after_alloca" and
21639 "print l after runto localvars_after_alloca"
21640 for all compilers.
21641 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 21642 when not compiled with gcc, for:
c906108c
SS
21643 "print signed char == (minus)",
21644 "print signed char != (minus)",
21645 "print signed char < (minus)",
21646 "print signed char > (minus)".
21647 * gdb.base/callfuncs.exp (do_function_calls):
21648 Add mips-sgi-irix* xfail, when compiled with native compiler, for
21649 "call inferior func with struct - returns char *".
d63a86f8 21650 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
21651 "correct value returned double test" to include Solaris 2.4.
21652 * gdb.base/funcargs.exp (float_and_integral_args):
21653 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 21654
c906108c
SS
21655Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21656
21657 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
21658 enumeration bitfields if compiling with GNU C.
21659 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
21660 to empty' prompt.
21661
21662Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
21663
21664 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
21665 test for PRO targets.
21666
21667 * gdb.base/funcargs.exp: Avoid ever setting more than 8
21668 breakpoints in the inferior at any given time by making
21669 two groups of breakpoints for call2*, call6* and call7*
21670 tests.
21671
21672Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21673
21674 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
21675 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
21676 from optimizing it away.
21677 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
21678 "call inferior func with struct".
21679
21680Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
21681
21682 * configure.in: Only configure gdb.chill for particular targets.
21683
21684Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
21685
21686 * gdb.base/Makefile.in: Add action to .c.o transformation
21687 rule that generates a .ci file for each .o file and remove
21688 explicit .c.o rules except for callfuncs.o.
21689 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
21690 generates a .ci file for each .o file and remove explicit
21691 .cc.o rules.
21692 (clean): Remove *.tmp *.ci files.
21693 (EXECUTABLES): Remove templ-info.exp.
21694 * gdb.base/compiler.c: New file.
21695 * gdb.c++/compiler.cc: New file
21696 * gdb.base/scope.exp: Source gdb.base/scope.ci.
21697 Change rs6000-*-* xfail for
21698 "print 'scope0.c'::filelocal_ro" and
21699 "print 'scope1.c'::filelocal" and
21700 "print 'scope1.c'::filelocal_bss" and
21701 "print 'scope1.c'::filelocal_ro" and
21702 "print 'scope1.c'::foo::funclocal" and
21703 "print 'scope1.c'::foo::funclocal_ro" and
21704 "print 'scope1.c'::bar::funclocal" and
21705 "print 'scope0.c'::filelocal_ro" and
21706 "print 'scope1.c'::filelocal at foo" and
21707 "print 'scope1.c'::filelocal_bss at foo" and
21708 "print 'scope1.c'::filelocal_ro at foo" and
21709 "print 'scope1.c'::foo::funclocal at foo" and
21710 "print 'scope1.c'::foo::funclocal_bss at foo" and
21711 "print 'scope1.c'::foo::funclocal_ro at foo" and
21712 "print 'scope1.c'::bar::funclocal at foo" and
21713 "print 'scope0.c'::filelocal_ro" and
21714 "print 'scope1.c'::filelocal" and
21715 "print 'scope1.c'::filelocal_bss" and
21716 "print 'scope1.c'::filelocal_ro" and
21717 "print 'scope1.c'::foo::funclocal" and
21718 "print 'scope1.c'::foo::funclocal_bss" and
21719 "print 'scope1.c'::foo::funclocal_ro" and
21720 "print 'scope1.c'::bar::funclocal" and
21721 "print 'scope1.c'::bar::funclocal_bss"
21722 to only be xfail'd when not compiled with gcc.
d63a86f8 21723 Add rs6000-*-* xfail for
c906108c
SS
21724 "print 'scope0.c'::filelocal_bss before run"
21725 when compiled with gcc.
21726 (test_at_main): Add rs6000-*-* xfail for
21727 "print filelocal_ro in test_at_main"
21728 when compiled with gcc.
21729 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 21730 Add rs6000-*-aix* xfail for
c906108c
SS
21731 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21732 "ptype t_char_array", not compiled with gcc.
21733 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21734 xfail for "list foo (in include file)" when gcc compiled.
21735 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 21736 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
21737 "run to call0a" if not compiled with gcc.
21738 (unsigned_integral_args): Add rs6000-*-* xfail for
21739 "run to call1a" if not compiled with gcc.
21740 (float_and_integral_args): Add rs6000-*-* xfail for
21741 "run to call2a" if not compiled with gcc and for
21742 "continue to call2b" for any compiler.
21743 Add rs6000-*-* xfail to
21744 "print f1 after run to call2a" for gcc compiled.
21745 (discard_and_shuffle): Add rs6000-*-* xfail for
21746 "run to call6a".
21747 (shuffle_round_robin): Add rs6000-*-* xfail for
21748 "backtrace from call7a" if not compiled with gcc.
21749 Add rs6000-*-* xfail for
21750 "backtrace from call7b" if compiled with gcc.
21751 (call_after_alloca): Add rs6000-*-* xfail for
21752 "print c in call_after_alloca" and
21753 "print s in call_after_alloca" and
21754 "backtrace from call_after_alloca_subr"
21755 if not compiled with gcc.
21756 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21757 "print c in localvars_in_indirect_call" and
21758 "print c in localvars_in_indirect_call" and
21759 "backtrace in indirectly called function" and
21760 "stepping into indirectly called function"
21761 if not compiled with gcc.
21762 (localvars_after_alloca): Add rs6000-*-* xfail for
21763 "print c after runto localvars_after_alloca" and
21764 "print s after runto localvars_after_alloca" and
21765 "print i after runto localvars_after_alloca" and
21766 "print l after runto localvars_after_alloca"
21767 for all compilers.
21768 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21769 than whatis-info.exp.
21770 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21771 than opaque-info.exp.
21772 Setup rs6000-*-* xfail for
d63a86f8 21773 "ptype on opaque struct pointer (statically)" and
c906108c
SS
21774 "ptype on opaque struct pointer (dynamically)" when
21775 not compiled with gcc.
21776 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21777 rather than callf-info.exp.
21778 (do_function_calls): Add clear_xfail for rs6000-*-* for
21779 "p t_float_values2(3.14159,float_val2)". Seems to work
21780 fine there, both with xlc and gcc. Need to find out what
21781 it is doing right and fix other platforms.
21782 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21783 "call inferior func with struct - returns int",
21784 "call inferior func with struct - returns long",
21785 "call inferior func with struct - returns float",
21786 "call inferior func with struct - returns double",
21787 "call inferior func with struct - returns char *",
21788 but only if not gcc compiled (presumes xlc compiled).
21789 Change rs6000-*-* xfails for
21790 "call inferior func with struct - returns char" and
21791 " call inferior func with struct - returns short" to only
21792 xfail if not using gcc.
21793 (clean mostlyclean): Remove *.ci and *.tmp files.
21794 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21795 than templ-info.exp.
21796 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21797 Add rs6000-*-* xfail for "up to foo in langs.exp"
21798 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 21799 when not gcc compiled.
d63a86f8 21800
c906108c
SS
21801Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21802
21803 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21804 * gdb.base/corefile.exp: Likewise.
21805 * gdb.base/list.exp: Likewise.
21806 * gdb.base/scope.exp: Likewise.
21807 * gdb.base/siganls.exp: Likewise.
21808
21809 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21810 compiler output.
21811 * gdb.base/whatis.exp: Likewise.
21812
21813Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21814
21815 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21816 failure (opcode table has been fixed to match reality).
21817
21818Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21819
21820 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21821 "call inferior func with struct - returns char",
21822 "call inferior func with struct - returns short"
21823
21824 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21825 "print 'scope0.c'::filelocal at main",
21826 "print 'scope0.c'::filelocal_bss in test_at_main",
21827 "print 'scope0.c'::filelocal at foo",
21828 "print 'scope0.c'::filelocal_bss in test_at_foo",
21829 "print 'scope0.c'::filelocal at bar",
21830 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 21831
c906108c
SS
21832 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21833 in source file 1". This bug seems to have been fixed with both
21834 gcc and native cc (was native assembler bug?).
21835
21836Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21837
21838 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21839 "backtrace through signal handler" to "i*86-*-sysv4*".
21840 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21841 continue" case. Add "known SVR4 bug" to fail message.
21842 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21843 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21844 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21845 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21846 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21847 "up to foo in langs.exp", "show language at foo in
21848 langs.exp", "up to cppsub_ in langs.exp", "show
21849 language at cppsub_ in langs.exp", "up to fsub in
21850 langs.exp", and "show language at fsub in langs.exp".
21851 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21852 "bactrace in corefile.exp".
21853 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21854 "call inferior function with struct - returns float" and
21855 "call inferior function with struct - returns double".
d63a86f8 21856
c906108c
SS
21857Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21858
21859 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21860 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21861 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21862 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21863
21864Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21865
21866 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21867 (or overriden) "CHILL" macro rather then bare "gcc".
21868 Also look for ../../gcc/xgcc since that is what we will
21869 actually need, not "Makefile". Remove following assignment
21870 of CHILL to CHILL_FOR_TARGET because that results in
21871 recursive definition.
21872
21873Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21874
21875 * gdb.base/corefile.exp: Change xfail for backtrace in
21876 corefile.exp from linuxaout to all linux.
21877 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21878 cases where we miss the breakpoint at the signal handler
21879 for some reason. Setup xfail for linuxoldld/linuxaout and
21880 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21881 hitting SIGURG breakpoint.
21882 * gdb.base/signals.exp: Setup xfail for "next" acting like
21883 continue to add linuxoldld. Setup xfail for all linux for
21884 "next to handler in signals_tests_1", "backtrace in
21885 signals_tests_1", "continue to func1", "pass SIGUSR1",
21886 and continue to handler".
21887
21888Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21889
21890 * Update all FSF addresses except those in COPYING* files.
21891
21892Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21893
21894 * gdb.base/a2-run.exp: Change messages to be more explicit about
21895 the status of args, and quote binfile in results.
21896
21897Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21898
21899 * gdb.base/callfuncs.exp: Add tests for passing structs to
21900 inferior functions and return various types.
21901 * gdb.base/callfuncs.c: Add functions to receive a struct
21902 and return a member of the struct, in various types.
21903
21904Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21905
21906 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21907
21908Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21909
21910 * config/vxworks29k.exp: New file, sources vxworks.exp.
21911
21912Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21913
21914 * config/gdbremote.exp: New file. Testing framework using
21915 gdbserver.
21916
21917Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21918
21919 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21920 "call function when asleep" and "send end of file".
21921 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21922 for "backtrace in corefile.exp".
21923 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21924 for "backtrace through signal handler".
21925 * gdb.base/corefile.exp: Make sure we actually generate a core file
21926 before trying the core tests. Some systems allow the user to suppress
21927 generation of core files and default to that (linux for example).
21928 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21929 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21930
21931Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21932
21933 * gdb.threads: New directory with some crude multi-threaded
21934 gdb tests (step.exp and step2.exp).
21935 * config/mt-lynx (STEP_EXECUTABLE): Define.
21936 (THREADFLAGS): Define.
21937
21938Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21939
21940 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21941
21942 * gdb.base/signals.exp: Disable whole file for lynx until
21943 further notice.
21944
21945 * gdb.base/signals.exp: xfail test where "next" acts like
21946 "continue" for lynx.
21947
21948 * gdb.base/interrupt.exp: xfail test for calling function while
21949 inferior is asleep for lynx.
21950
21951 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21952 than one cr-lf after each command.
21953
21954Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21955
21956 * configure.in: Reinstate setting of stabsdirs variable, fix
21957 typo in setting up configdirs for native builds.
21958
21959 * gdb.base/return.exp: Fix typo in return double test.
21960 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21961 compiler from optimizing them away.
21962
21963Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21964
21965 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21966 sequences to be echo'd by gdb when using gdb_test.
21967 * gdb.chill/chexp.exp: Likewise.
21968 * gdb.fortran/exprs.exp: Likewise
21969
21970Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21971
21972 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21973 after the inferior gdb has started.
21974
21975 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21976 after each command.
21977 * gdb.base/funcargs.exp: Likewise.
21978 * gdb.base/gdbvars.exp: Likewise.
21979 * gdb.base/interrupt.exp: Likewise.
21980 * gdb.base/list.exp: Likewise.
21981 * gdb.base/watchpoint.exp: Likewise.
21982 * gdb.c++/demangle.exp: Likewise.
21983 * gdb.c++/inherit.exp: Likewise.
21984 * gdb.chill/chexp.exp: Likewise.
21985 * gdb.fortran/exprs.exp: Likewise.
21986
21987 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21988 test if we can't handle IO to/from the inferior.
21989
21990 * gdb.c++/misc.exp: Always check for a program already being
21991 started after sending a "run" command to gdb.
21992
21993 * gdb.base/twice.exp: Start with a fresh gdb.
21994
21995 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21996 only depend on gdb's expression code, not the chill runtime.
21997
21998 * gdb.base/return.c: Put return values into variables so we
21999 can have gdb print them rather than depending on the program
22000 to print them.
22001 * gdb.base/return.exp: Corresponding changes.
22002
22003 * lib/gdb.exp: Provide default value for noinferiorio.
22004 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
22005 the inferior.
22006
22007 * gdb.base/break.exp: Always check for a program already being
22008 started after sending a "run" command to gdb.
22009 (text_next_with_recursion): Don't check the output from the
22010 program's printf statement. Instead just make sure the program
22011 exited.
22012
22013 * gdb.base/commands.exp: Protect tests which need arguments with
22014 $noargs conditionals.
22015
22016Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22017
22018 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
22019 of structure member arrays to match gdb/valops.c:value_addr change.
22020
22021Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
22022
22023 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
22024 cases.
22025
22026Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
22027
22028 * configure.in (configdirs): Remove gdb.chill from default list
22029 of subdirs and then add it back in only if doing a native build.
22030 The current chill compiler does not yet work in any cross build.
22031 * Revert all signal changes from Jul 6.
22032 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
22033 for sh-hms targets, allowing these tests to link, with no other
22034 changes. Testing is suppressed by setting "nosignals" in site.exp.
22035
22036Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
22037
22038 * configure.in (signaldirs): Define and add to configdirs for all
22039 targets except some specific ones that are known to not support signals.
22040 Also clean up formatting.
22041 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
22042 (signals, sigall): Remove rules to build.
22043 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
22044 Moved to new gdb.signals directory.
22045 * gdb.signals: New test directory.
22046 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
22047 signals.c signals.exp}: New or moved files.
22048
22049Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
22050
22051 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
22052
22053Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
22054
22055 * gdb.base/return.exp: Xfail `return double' test failure
22056 on at least Solaris 2.3 and handle future/past versions on
22057 a case by case basis as appropriate. Also update message
22058 to include i*86 failures.
22059
22060Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22061
22062 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
22063
22064 * lib/gdb.exp: Fix comment which erroneously identified
22065 gdb_file_cmd as gdb_load (the 19 May change was in fact to
22066 gdb_file_cmd not gdb_load).
22067 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
22068
22069 * gdb.base/setvar.exp: Make test names consistent between pass and
22070 fail cases. Use gdb_test more.
22071
22072Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22073
22074 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
22075
22076Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22077
22078 * gdb.base/help.exp: Fix expected help string for `show commands'.
22079
22080Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
22081
22082 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
22083
22084 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
22085 of a text section.
22086
22087Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
22088
22089 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
22090 that loop eventually terminates. Fix Connection refused logic so
22091 that testsuite will expire nicely.
22092
22093Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
22094
22095 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
22096 config/rom68k.exp: New tcl glue for the appropriate monitors.
22097 These all just end up calling monitor.exp.
22098 * config/monitor.exp (gdb_target_monitor): Handle `Connection
22099 refused' by retrying. Cleanup some timeout issues.
22100 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
22101 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
22102 callers don't have to set/restore global timeout variable.
22103
22104 * The following set of changes centralizes management of the global
22105 timeout variable. This way, it can be set in one target dependent
22106 place instead of dozens of places scattered throughout the test suite.
22107 If you need to lengthen a timeout, then you should either set timeout
22108 in one of the config/{target}.exp files, or multiply it by a factor.
22109 Setting it to an absolute value is always going to lose for some
22110 targets.
22111 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
22112 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
22113 * gdb.base/funcargs.exp: Don't set timeout.
22114 * gdb.base/list.exp (test_forward_search): Only use local timeout.
22115 * gdb.base/printcmds.exp (test_print_string_constants
22116 test_print_array_constants): Don't set timeout.
22117 * gdb.base/ptype.exp: Don't set timeout.
22118 * gdb.base/recurse.exp: Don't set timeout.
22119 * gdb.base/return.exp: Don't set timeout.
22120 * gdb.base/watchpoint.exp: Don't set timeout.
22121 * gdb.c++/classes.exp (do_tests): Don't set timeout.
22122 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
22123
22124Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
22125
22126 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
22127
22128Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22129
22130 * lib/gdb.exp: Disable chill tests for irix5.
22131
22132Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22133
22134 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
22135 each test pass or fail.
22136
22137Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22138
22139 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
22140 xlc not gcc.
22141
22142Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
22143
22144 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
22145
22146Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
22147
22148 * config/est.exp: Fix copyright and comments. Remove dead code.
22149 Use targetname, serialport and baud variables instead of fixed
22150 constants.
22151 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
22152 * config/cpu32bug.exp: New file to support cpu32bug monitors.
22153
22154Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22155
22156 * gdb.base/watchpoint.exp: Don't run
22157 test_watchpoint_triggered_in_syscall for sunos.
22158
22159Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22160
22161 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
22162 they don't seem to exist. Do include stdio.h.
22163
22164Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22165
22166 * gdb.base/a1-selftest.exp: Add alpha xfail.
22167
22168Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22169
22170 * gdb.base/watchpoint.c (main): Prompt before calling read().
22171 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22172 Revise accordingly. Remove cruft about sending "123" several
22173 times, until it gets noticed. Clean up the "print buf[0]" stuff
22174 so that it passes or fails, and waits for prompts in the usual way.
22175
22176Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22177
22178 * gdb.base/recurse.exp: Fix comment.
22179
22180 * TODO: Remove item about printing variables in nodebug.exp. Add
22181 item about enabling tests which are only run on some targets.
22182
22183 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
22184 fail, make test names unique, use new gdb_test convention
22185 regarding pattern, use gdb_test more, etc.).
22186
22187 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
22188 fail, make test names unique, etc.).
22189
22190Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22191
22192 * gdb.base/nodebug.c: Change return type of top and middle to
22193 short.
22194 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
22195 are fixed by the recent mdebugread.c changes. Allow `short ()'
22196 as type for top and middle.
22197
22198Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22199
22200 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
22201 nearly as I can tell, the whole thing was an accident in Stu's
22202 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
22203 to replace a send/expect pair with gdb_test, but ended up only
22204 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
22205 of 30 Mar 1995 took care of it, but left this vestigial comment
22206 which I am now nuking.
22207
22208Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22209
22210 * gdb.base/break.exp: Look for different line number for
22211 breakpoint at main depending on usestubs.
22212
22213Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22214
22215 * gdb.base/list.exp: Adjust some alternate expect patterns to
22216 match recent list0.c change. Add alternate expect pattern for
22217 output from `list default lines around main' for optimizing
22218 compilers.
22219
22220Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22221
22222 * lib/gdb.exp: If nosignals is not set, set it to 0.
22223
22224Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
22225
22226 * config/slite-gdb.exp: Responds to load symbol table prompt.
22227 * gdb.base/break.exp: Adjust line number, fix rerun.
22228 * gdb.base/langs0.c: Add #ifdef usestubs.
22229
22230Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
22231
22232 * gdb.base/list.exp: Adjust line contents after adding new lines in
22233 list0.c. Also fix a syntax error.
22234
22235 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
22236 * gdb.base/break.exp: ditto.
22237 * gdb.base/list.exp: ditto.
22238 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
22239 * gdb.base/run.c: ditto.
22240 * gdb.base/list0.c: ditto.
22241 * gdb.base/funcargs.c: ditto.
22242
22243Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
22244
22245 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
22246 $targetname, $serialport and $baud instead of hardwired variables.
22247 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
22248 target doesn't support signals.
22249
22250Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
22251
22252 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
22253
22254Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22255
22256 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
22257 Don't rely on the value of an auto variable before it has been
22258 initialized. Use gdb_test more.
22259
22260Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22261
22262 * lib/gdb.exp (default_gdb_version): A version number must start
22263 with a digit, but other than that contains all characters up to
22264 the first whitespace character.
22265
22266Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22267
22268 * gdb.base/commands.exp (breakpoint_command_test): New tests.
22269
22270Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22271
22272 * gdb.c++/*.exp: Warn if executable does not exist. The original
22273 reason for skipping the warning was that configure.in sometimes
22274 intentionally skipped building the executables but the tcl code
22275 had no way of knowing. That (a) was always bogus with respect to
22276 error handling, (b) is no longer true (right now there is no way
22277 to skip C++ tests).
22278
22279 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
22280
22281Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22282
22283 * gdb.base/list.exp: Add expect patterns for output from
22284 SunPRO compiled executables.
22285 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
22286 types.
22287
22288Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22289
22290 * gdb.base/break.exp (test_next_with_recursion): Accept any line
22291 number (we are already testing that the correct source line text
22292 gets printed).
22293
22294 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
22295 that is what is intended, but something needed to be done to get
22296 sunos4 native working again.
22297
22298 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
22299
22300 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
22301 apparently went with a (very) old xfail.
22302
22303Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
22304
22305 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
22306 runto_main is a proc in gdb.exp that will do 'step' for target use
22307 stubs.
22308 * gdb.base/exprs.exp: ditto.
22309 * gdb.base/interrupt.exp: ditto.
22310 * gdb.base/opaque.exp: ditto.
22311 * gdb.base/printcmds.exp: ditto.
22312 * gdb.base/ptype.exp: ditto.
22313 * gdb.base/scope.exp: ditto.
22314 * gdb.base/setvar.exp: ditto.
22315 * gdb.base/signals.exp: ditto.
22316 * gdb.base/twice.exp: ditto.
22317 * gdb.c++/classes.exp: ditto.
22318 * gdb.c++/inherit.exp: ditto.
22319 * gdb.c++/templates.exp: ditto.
22320 * gdb.base/break.exp: no run and hit main for stubs. Change line
22321 numbers for breakpoints and info breakpoint.
22322 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
22323 breakpoint().
22324 * gdb.base/callfuncs.c: ditto.
22325 * gdb.base/exprs: ditto.
22326 * gdb.base/interrupt.c: ditto.
22327 * gdb.base/opaque0.c: ditto.
22328 * gdb.base/printcmds.c: ditto.
22329 * gdb.base/ptype.c: ditto.
22330 * gdb.base/scope0.c: ditto.
22331 * gdb.base/setvar.c: ditto.
22332 * gdb.base/signals.c: ditto.
22333 * gdb.base/twice.c: ditto.
22334 * gdb.c++/misc.cc: ditto.
22335 * gdb.c++/templates.cc: ditto.
22336
22337Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22338
22339 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
22340
22341 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
22342 somewhere between `read' and `main.c'. I'm pretty sure the
22343 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
22344 and it isn't particularly useful.
22345
22346 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
22347
22348Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22349
22350 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
22351
22352Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
22353
22354 * config/mt-slite: add LIBS and -nostdlib.
22355 * config/slite-gdb.exp: add this new file to support sparclite target.
22356
22357Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
22358
22359 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
22360
22361 * gdb.base/a2-run.exp: Change argument to istarget from
22362 "*-*-vxworks" to "*-*-vxworks*".
22363 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
22364
22365Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
22366
22367 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
22368 will not runto main but do a 'step' to step out of breakpoint().
22369 * config/mt-slite: add -Dusestubs.
22370
22371Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22372
22373 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
22374 instead of just @.
22375
22376 * gdb.base/signals.exp: Add test for "handle all print".
22377 * TODO: Remove "handle all print". Also remove item about
22378 checking copyright date (I don't like the idea of a spurious FAIL
22379 based on when we run the tests).
22380
22381 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
22382 for SunOS4 (reason for failure not investigated). Remove
22383 redundant test for $binfile.
22384
22385 * gdb.base/nodebug.c (array_index): Call malloc.
22386
22387 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
22388
22389Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
22390
22391 * gdb.base/recurse.exp: Update gdb_test invocation to use new
22392 conventions and slightly simplify the matching regexp.
22393
22394Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22395
22396 * gdb.base/break.exp: Update gdb_test invocation to use new
22397 convention.
22398
22399 * lib/gdb.exp: If noargs is not set, set it to 0.
22400
22401 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
22402 tests unique.
22403
22404 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
22405
22406Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22407
22408 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
22409 one argument of type "<non-float parameter>".
22410
22411Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
22412
22413 * config/rom68k.exp: New file to support Motorola IDP board.
22414 * gdb.base/a2-run.exp: Skip this file if noargs is set.
22415 * gdb.base/break.c: Change things around so that this program
22416 doesn't depend upon args. This is necessary to make remote
22417 targets work (in general, they can't take args).
22418 * gdb.base/break.exp: Don't try to send args to program. Don't
22419 expect output. Also, replace lots of code with gdb_test.
22420
22421Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22422
22423 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
22424 printing of '\'' (which is what the comment says we are testing,
22425 even though we were not), not '''.
22426 (test_integer_literals_rejected): Test that printing ''' is an error.
22427
22428 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22429 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
22430 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
22431 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
22432 Use gdb_test not test_print_accept.
22433 * lib/gdb.exp: Remove test_print_accept.
22434
22435 * gdb.base/signals.exp (signal_tests_1): Make pass message
22436 consistent with fail message.
22437
22438 * gdb.base/whatis.exp: Remove xfails for printing char vs.
22439 unsigned char; the bug (PR 1821) is fixed.
22440
22441 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
22442
22443 * gdb.base/scope.exp (test_at_localscopes): Call pass for
22444 successful tests--makes xfailing them work right.
22445
22446Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22447
22448 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
22449 only \r\n, not .*. The test can pass .* as the last thing in
22450 $pattern if that is what it wants. In addition to providing this
22451 flexibility, this change should speed up pattern matching in cases
22452 where the pattern already ended with .* (there were a number of
22453 them). This change also helps catch bad patterns--in the old
22454 scheme the typo "char \*" instead of "char \\*" would pass. Now
22455 it is caught.
22456 * Many .exp files: Update callers.
22457
22458 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
22459 clearer and does not spuriously match multiple ('s. Likewise for
22460 ) and *.
22461
22462 * gdb.base/nodebug.exp: Test ability to call a function and pass
22463 it a string (even with no debugging info).
22464
22465 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
22466 "p '\'", which is the same as "p ''" once tcl gets done with
22467 quoting, to "p '\\'", which I suspect is what is intended (one
22468 backslash gets sent to GDB).
22469
22470 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
22471
22472Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22473
22474 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
22475 1817) was fixed literally years ago.
22476
22477Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22478
22479 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
22480 test, it causes stepping out of call_after_alloca_subr with
22481 optimizing compilers.
22482 (localvars_in_indirect_call): Consume GDB prompt if `finish'
22483 fails.
22484
22485 * gdb.c++/templates.exp: Source templ-info.exp only if
22486 the templates executable exists.
22487
22488 * gdb.c++/misc.cc (class Contains_static_instance,
22489 class Contains_nested_static_instance),
22490 gdb.c++/classes.exp (test_static_members): Test printing of
22491 a class that contains a static instance of the class.
22492
22493Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22494
22495 * gdb.base/langs2.c (cppsub_): Don't prototype.
22496 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
22497 only, I believe).
22498
22499Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22500
22501 * lib/gdb.exp (skip_chill_tests): New procedure.
22502
22503 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
22504
22505Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
22506
22507 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
22508 each expect pattern. Cuts runtime from 12 to about 4 seconds.
22509
22510Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22511
22512 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
22513
22514 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
22515 disassemble 8, not 16, instructions for part 4.
22516
22517 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
22518 support the latter anymore.
22519
22520 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
22521 -DNO_PROTOTYPES.
22522 * gdb.base/callfuncs.c: Control use of prototypes based on
22523 NO_PROTOTYPES, not __STDC__.
22524 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
22525 t_float_values2 tests if prototypes in use.
22526
22527 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
22528 t_double_values): When checking differences against DELTA, check
22529 that difference is within the range (-DELTA,DELTA), not just
22530 (-infinity,DELTA).
22531
22532Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
22533
22534 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
22535 'file' command firts, then 'target', then 'load', this is due to gdb
22536 target set up.
22537 * config/mips-gdb.exp: Fix a couple regular exp bugs.
22538
22539Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
22540
22541 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
22542 FP load/store variants.
22543 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
22544
22545Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
22546
22547 * gdb.base/term.exp: Do not give a warning if not native, it is
22548 not an abnormal condition.
22549
22550Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
22551
22552 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
22553 t_char_array".
22554
22555Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
22556
22557 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
22558 are getting the version number.
22559
22560 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
22561 if not native, it is not an abnormal condition.
22562
22563Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22564
22565 * lib/gdb.exp: Just use "file exists", rather than undocumented
22566 dejagnu procedure "findfile".
22567
22568Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
22569
22570 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
22571 (LDFLAGS): Set to -Xlinker -Ur.
22572
22573 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
22574 Removed, these values are set by lib/gdb.exp.
22575
22576 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
22577
22578Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
22579
22580 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
22581 of replicating gdb startup code.
22582
22583 * config/mt-vxworks (LDFLAGS): Set to -r.
22584 (CFLAGS_FOR_TARGET): Removed.
22585
22586 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
22587 (gdb) and gdb for vxworks uses (vxgdb).
22588
22589 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
22590 executable is not in the tree and host != target, use sed and
22591 program_transform_name to determine the gdb name used by the
22592 target.
22593
22594 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
22595 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
22596
22597Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22598
22599 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
22600 floats, chars, and shorts where there are ANSI-style function
22601 definitions.
22602
22603 * gdb.base/langs.exp, gdb.base/langs*: New test.
22604 * gdb.base/Makefile.in: Build it.
22605 * TODO: Remove item about checking that C names don't get C++
22606 demangling applied; this test tests it.
22607
22608Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22609
22610 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
22611 went with the const70 xfail. The xfail went away a year ago.
22612
22613 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
22614
22615 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
22616 for hp300.
22617
22618 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
22619
22620 * gdb.base/a1-selftest.exp: Don't run on hp300.
22621
22622Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22623
22624 * Makefile.in (site.exp): Set host_alias and target_alias as well
22625 as host_triplet and target_triplet.
22626
22627Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22628
22629 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
22630
22631 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
22632 places as other ecoff systems).
22633
22634 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
22635 ultrix.
22636
22637Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22638
22639 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
22640 remove them.
22641 * gdb.base/nodebug.exp: Accept "function" in addition to "text
22642 variable and "variable" in addition to "data variable".
22643 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
22644
22645 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
22646 2.
22647 * gdb.base/list1.c (long_line): Add additional statement at start
22648 of function.
22649 * gdb.base/list.exp (test_forward_search): Update line number to
22650 reflect new statement.
22651
22652Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22653
22654 * gdb.base/signals.exp: Reinitialize searched source directories
22655 after gdb_start call.
22656
22657Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
22658
22659 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
22660 * gdb.stabs/Makefile.in: Likewise.
22661
22662 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
22663 change. Instead split the tests into smaller pieces.
22664 * gdb.disasm/hppa.s: Corresponding changes.
22665
22666Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22667
22668 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22669 Quote ^C when passing it to stty. For some shells ^ is a pipe.
22670
22671 * gdb.base/funcargs.exp: Modify many tests so that every test
22672 either passes or fails. Make some test names unique.
22673
22674Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22675
22676 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22677 Call stty to set interrupt character.
22678
22679 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
22680 for HP assembler versus GNU assembler based on actual behavior of
22681 $(CC), rather than assuming that $(AS) is always the GNU assembler.
22682
22683 * TODO: Suggest a few more stepping tests.
22684
22685Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
22686
22687 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
22688 restart GDB for h8300 after a continue.
22689 (return): Add pattern to match a29k-udi behavior.
22690 * gdb.base/nodebug.exp: Remove obsolete comment.
22691 * gdb.base/regs.exp: New file, testing of register displays.
22692 * gdb.base/return.exp: Fix typo in reference to $objdir.
22693 * gdb.base/whatis.exp: Always start with a fresh GDB.
22694
22695Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22696
22697 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
22698 higher, these tests generate a lot of output.
22699
22700Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22701
22702 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
22703 code following the catch silently ignored some errors; without the
22704 catch they should be thrown like any other tcl error. Also, the
22705 catch used "" instead of {} which meant all the callers who wanted
22706 to include one of the characters "[]$ had to quote it an extra time.
22707 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
22708 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
22709 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
22710 Remove extra quoting.
22711
22712Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22713
22714 * gdb.base/commands.exp: Make test names unique; every test either
22715 passes or fails. Update some comments.
22716
22717 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22718
22719Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22720
22721 The following fixes a FAIL caused by the fact that the alpha stabs
22722 configuration didn't use the ".if alpha" code in weird.def.
22723 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22724 bit pointer, so the 32 bit version works even on the alpha.
22725 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22726 Remove the stuff which allowed us to have separate versions for
22727 alpha and everything else.
22728
22729 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22730 regexp which "info func operator\[\](" is supposed to match. Fix
22731 string to send to GDB. Note that GDB still doesn't work right. Add a
22732 new test for "info func .perator\[\](" which GDB does handle correctly.
22733
22734 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22735
22736Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22737
22738 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22739 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22740 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22741 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22742 it makes the tests harder to understand and confuses test-o-matic.
22743 The preferred style is that each test provides a PASS or a FAIL,
22744 and has a unique message (e.g. "continue #54" not just "continue")
22745 which is the same for the pass and the fail.
22746 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22747 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22748 to lib/gdb.exp.
22749 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22750 prt_accept which was basically the same thing. Likewise for
22751 test_print_reject and prt_reject.
22752 * lib/gdb.exp (test_print_reject): Add some more error message
22753 patterns to match from the former printcmds.exp (prt_reject).
22754 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22755 One defect of the passcount stuff is that some of it failed to
22756 report XPASS where appropriate.
22757 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22758 stuff before and after arg in expected pattern.
22759 (test_paddr_operator_functions): Re-do test without print_addr_of;
22760 this is the only test which seems to want extra stuff there.
22761
22762Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22763
22764 * gdb.base/nodebug.exp: Update new tests to reflect improved
22765 wording of gdb output.
22766
22767 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22768 and "ptype" work on variables in files compiled without -g.
22769 Replaces commented out "maint print msymbol" tests.
22770
22771Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22772
22773 * gdb.base/setvar.c (dummy): Call malloc.
22774
22775 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22776 losing with the irix4 sed.
22777
22778 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22779 ALRM" on irix4.
22780
22781Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22782
22783 * TODO: Remove items about corefile.exp testing new exec-file and
22784 backtrace; both are now done. Add items about printing enums.
22785
22786Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22787
22788 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22789 "get signal $thissig" test fails.
22790
22791 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22792
22793Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22794
22795 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22796 compiler warning with dec alpha compiler.
22797
22798 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22799 extra \n from gdb_test call (this explains why the prompt test
22800 that I removed yesterday was there).
22801 (user_defined_command_test): Remove extra \n and prompt test.
22802
22803 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22804 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22805 doesn't exist.
22806 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22807 Also remove alpha workaround, which turns out to be because
22808 SIGABRT == SIGLOST.
22809
22810 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22811
22812 * gdb.base/help.exp: Don't test "help show".
22813
22814Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22815
22816 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22817 "set print address" is on.
22818 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22819 pass prompt to gdb_test; gdb_test already looks for the prompt.
22820
22821 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22822
22823 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22824 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22825 was to make sure that gdb can read a core file. But (a) the "read
22826 the corefile" part didn't make it to a1-selftest.exp, we just
22827 delete the corefile after creating it, and (b) we test reading
22828 corefiles in corefile.exp anyway. Also, this test left around a
22829 xgdb process on Solaris.
22830
22831 * gdb.base/corefile.exp: Also test backtrace.
22832
22833Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22834
22835 * gdb.base/commands.exp: Test a simple user defined command with
22836 arguments and if/while statements; verify the full user command is
22837 printed by "show user".
22838
22839 * gdb.base/commands.exp: Test if/while commands as part of a
22840 breakpoint command list; verify they appear in breakpoint
22841 information.
22842
22843Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22844
22845 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22846 than by dividing by zero.
22847
22848Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22849
22850 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22851 performing an inferior call with watchpoints enabled.
22852 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22853 call.
22854
22855Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22856
22857 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22858 of "file" command.
22859
22860 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22861 Add additional pattern for when "int operator int(void);" appears
22862 in a different order.
22863
22864Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22865
22866 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22867
22868 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22869 and "signal" with ".*".
22870
22871Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22872
22873 * TODO: Add note about "handle all nostop".
22874
22875 * gdb.base/{sigall.c, sigall.exp}: New test.
22876 * gdb.base/Makefile.in: Add it.
22877
22878Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22879
22880 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22881 when invoking GDB, suppresses any windowing interface.
22882
22883Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22884
22885 * config/sim-gdb: New file, simulator testing support.
22886
22887Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22888
22889 * gdb.base/interrupt.exp: Test calling func1 twice.
22890
22891Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22892
22893 * gdb.base/list.exp (test_forward_search): Set timeout higher
22894 when we'll be getting lots of output from gdb.
22895
22896 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22897 "init_malloc" to after the expect statement. Run it if that
22898 regexp is taken, but also for two others which happen if source
22899 cannot be found.
22900
22901Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22902
22903 * gdb.base/printcmds.exp: New test, for printing register before
22904 program is running.
22905
22906Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22907
22908 * gdb.base/list.exp: Correct some alternate expect patterns
22909 to reflect changes in list1.c.
22910
22911Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22912
22913 * TODO: Add item regarding large frames.
22914
22915 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22916
22917 * TODO: Remove item about enabling return.exp; it
22918 is enabled. Suggest a few more "return" tests.
22919
22920Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22921
22922 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22923 anonymous unions.
22924
22925Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22926
22927 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22928 and pr-5646.o, so "make" is the same as "make all", not "make
22929 pr-4975.o".
22930
22931Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22932
22933 * gdb.base/list.exp: Adjust expectations to reflect changes in
22934 list1.c.
22935 (test_forward_search): New test proc.
22936 * gdb.base/list1.c (long_line): New function, has long source line.
22937
22938Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22939
22940 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22941 additional line of code that was added.
22942
22943Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22944
22945 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22946 tests so as not to overflow expect's input buffers.
22947 * gdb.disasm/hppa.exp: Corresponding changes.
22948
22949Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22950
22951 Beginnings of template debugging tests.
22952 * gdb.c++/templ-info.cc: New file to test for template
22953 debugging capability of the compiler.
22954 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22955 templ-info.cc.
22956 * gdb.c++/templates.cc: Add explicit template instantiations
22957 to enable compiling with -fno-implicit-templates. Add destructor
22958 and 'value' method to T5 class for template tests.
22959 * gdb.c++/templates.exp: Add testcases for printing of template
22960 types, setting breakpoints on template methods and calling a
d63a86f8 22961 template method.
c906108c
SS
22962
22963Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22964
22965 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22966 branch target since some assemblers (gas-2.5) may emit a
22967 relocation for the branch instead of resolving it in the
22968 assembler.
22969
22970Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22971
22972 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22973 through signal handler.
22974
22975Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22976
22977 * configure.in (*-*-netware): Use config/mt-netware.
22978
22979 * config/mt-netware: New file.
22980 * config/mt-i386-netware: Removed, separate configs for different
22981 netware architectures are no longer needed now that we have
22982 --with-headers.
22983
22984Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22985
22986 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22987 by the recent changes to use ANSI C arithmetic conversions.
22988
22989Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22990
22991 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22992 bug involving using inferior_pid to figure out whether to select a
22993 frame.
22994
22995Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22996
22997 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22998 match the current disassembler output.
22999
23000Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
23001
23002 * gdb.fortran/exprs.exp: Expect VOID instead of void.
23003 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
23004 types, expect "int" as type of integer values (for now).
23005
23006Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
23007
23008 * gdb.base/commands.exp: New tests for if/while commands.
23009
23010Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
23011
23012 * lib/gdb.exp (runto): Replace sub-pattern for hex value
23013 by .*, since hex values have different syntax in Chill mode.
23014
23015Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23016
23017 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
23018 linefeed from expect pattern for repeated types with indices > 9.
23019
23020Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
23021
23022 First part of Fortran test suite.
23023 * gdb.fortran: New directory.
23024 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
23025
23026Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23027
23028 * gdb.base/default.exp: Update expect pattern for load command
23029 without arguments.
23030
23031Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
23032
23033 * configure.in: Change i386 to i[345]86.
23034 * gdb.base/configure.in: Likewise.
23035 * gdb.c++/configure.in: Likewise.
23036 * gdb.chill/configure.in: Likewise.
23037
23038Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
23039
23040 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
23041 patterns, since that is not a valid context for comments.
23042
23043Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
23044
23045 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
23046 repeated types and repeated types with indices > 9.
23047
23048Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
23049
23050 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
23051 2417; old bug has been fixed.
23052
23053Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
23054
23055 * gdb.base/interrupt.exp: When trying to wake up the inferior,
23056 send the newline ourselves instead of assuming gdb_test will do
23057 so when passed an empty input string.
23058
23059 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
23060 stabs testcode.
23061
23062Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23063
23064 * lib/gdb.exp (gdb_test): Don't send anything if the first
23065 argument is an empty string. This makes cases where we want to
23066 match output that is already in expect's buffers (for example,
23067 matching a breakpoint after gdb_run_cmd has been called) work
23068 reliably.
23069
23070Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23071
23072 * config/netware.exp: New file.
23073
23074Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23075
23076 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
23077 the -B and -L prefixes so we can find the debugging stub.
23078
23079 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
23080 there and we are using the gcc from the tree.
23081
23082 * gdb.base/types.c: Removed.
23083
23084 * gdb.base/configure.in: Look for makefile fragments in ../config.
23085 Recognize i386-*-netware.
23086 * gdb.c++/configure.in: Likewise.
23087
23088Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23089
23090 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
23091 the correct TCL syntax.
23092
23093Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23094
23095 * gdb.base/opaque.exp: use runto instead of messing around with
23096 breakpoints. Simplify by using gdb_test.
23097
23098 * gdb.base/bitfields.exp: restart between tests on netware targets
23099 because breakpoints aren't relocated after target death. Run
23100 processes to completion.
23101
23102 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
23103
23104Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
23105
23106 * Makefile.in: Remove extra tabs that confuse some versions
23107 of "make". Use the newly built gdb to test with by default,
23108 rather than the first one in the tester's search path.
23109
23110Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
23111
23112 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
23113
23114 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
23115 condition help.
23116
23117Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23118
23119 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
23120
23121 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
23122 running.
23123 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
23124 * gdb.base/funcargs.exp: Likewise.
23125
23126 * gdb.base/bitfields.exp: Simplify by using gdb_test.
23127 * gdb.base/funcargs.exp: Likewise.
23128
23129 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
23130 message is "".
23131
23132Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23133
23134 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
23135 return,signals,twice}.exp: Handle non-existant binaries
23136 consistantly.
23137
23138 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
23139 * gdb.base/Makefile.in: Don't try to generate a core dump, we
23140 might testing a cross development system.
23141
23142Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23143
23144 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
23145 runtest script is relative to ${srcdir}, not ${rootdir}.
23146
23147Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
23148
23149 * gdb.base/signals.exp: Allow for optionality of breakpoint
23150 address.
23151
23152Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23153
23154 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
23155
23156Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23157
23158 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
23159 for size_t definition.
23160 * gdb.c++/templates.cc: Likewise
23161
23162 * config/mt-i386-netware: New file.
23163
23164 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
23165 defined.
23166
23167 * gdb.base/Makefile.in: Added support for systems that name core
23168 files by appending "core" to the program name.
23169 * gdb.base/a1-selftest.exp: Likewise.
23170
23171Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23172
23173 * gdb.base/return.exp: Add comment and message for `return double'
23174 test failure on Sparc Solaris.
23175
23176Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
23177
23178 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
23179
23180Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23181
23182 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
23183 from optimizing them away.
23184 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
23185 patterns to include default constructors and assignment operators,
23186 to match gcc versions beyond 2.5.8. Accept any cplus demangling
23187 character in the output of the virtual base pointer.
23188
23189Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23190
23191 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
23192 expression match in print_addr_of to avoid unintented matches.
23193 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
23194 versions up to 2.5.8.
23195
23196Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23197
23198 * gdb.base/list.exp: Tweak alternate pattern for listing of an
23199 included file to run under newer versions of expect.
23200 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
23201 consecutive >'s in templates to accomodate recent cplus-dem.c change.
23202 Remove xfail for the virtual table of BDDHookV.
23203
23204Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
23205
23206 * lib/gdb.exp (string_to_regexp): Set a default result.
23207 (default_gdb_start): Fix misleading message.
23208
23209Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
23210
23211 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
23212 Remove all CC, etc definitions.
23213 * config/mt-hpux: New file.
23214 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
23215 (CFLAGS, LDFLAGS): Define.
23216 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
23217
23218 * Makefile.in (site.exp): Don't insert host_os, etc.
23219 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
23220 (distclean): Check existence of subdir.
23221 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
23222 * gdb.base/Makefile.in: General cleanup and simplification.
23223 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23224 to build executables. Use default rule to build .o files.
23225 (EXPECT, RUNTEST, CC): Fix relative pathname.
23226 (site.exp): Don't insert host_os, etc.
23227 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
23228 and/or SIGUSR1 defined.
23229 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
23230 * gdb.c++/Makefile.in: General cleanup and simplification.
23231 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23232 (CFLAGS): Remove.
23233 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
23234
23235Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
23236
23237 * gdb.base/recurse.exp: Misc changes to get tests running again
23238 after Kung's changes to the watchpoint code.
23239 * gdb.base/watchpoint.exp: Likewise.
23240
23241Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
23242
23243 * lib/gdb.exp (string_to_regexp): Convert {\} also.
23244
23245Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
23246
23247 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
23248 * lib/gdb.exp (default_gdb_start): Define.
23249 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
23250 gdb.base/funcargs.exp, gdb.base/opaque.exp,
23251 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
23252 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
23253 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
23254 Don't call gdb_target_udi in between tests.
23255
23256Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23257
23258 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
23259 (which was basically just a local version of the same thing). In
23260 addition to avoiding duplication, gdb_test_exact is faster.
23261 * lib/gdb.exp (gdb_test_exact): Fix typo.
23262
23263 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
23264 don't give an error.
23265
23266 * gdb.base/term.exp: Call delete_breakpoints before starting.
23267
23268 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
23269 (t10): Add comment.
23270
23271Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23272
23273 Reorganization of the GDB Test Suite.
23274
23275 * gdb.base: New directory, contains all the basic tests.
23276 * gdb.c++: New directory, tests specific to C++.
23277 * gdb.chill: New directory, tests specific to Chill.
23278 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
23279 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
23280 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
23281 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
23282 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
23283 t30-31 to chill).
23284 * */gdbme.*: Rename to match appropriate expect scripts.
23285 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
23286 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
23287 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
23288 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
23289 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
23290 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
23291 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
23292 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
23293 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
23294 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
23295 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
23296 gdb.c++/virtfunc.cc: New names of C++ files.
23297 * gdb.chill/chillvars.ch: New name of Chill file.
23298 * gdb.base/configure.in, gdb.c++/configure.in,
23299 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
23300 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
23301 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
23302 * configure.in (configdirs): Update to reflect directory changes.
23303 (target_abbrev): No longer define for any configuration.
23304 * Makefile.in: Cosmetic improvements to header comments.
23305
23306Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
23307
23308 Various changes to gdb.t31:
23309
23310 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
23311 * gdbme.ch: Make all key-words and predefineds be upper-case.
23312 * chillvars.exp: Expect key-words and predefinds in upper-case.
23313
23314 * chillvars.exp: Use gdb_test_exact many places.
23315 Change expected output for arrays (which now includes index labels).
23316
23317 * pr-5020.exp, gdme.ch (module PR_5020):
23318 New test, for PR-5020.
23319
23320Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
23321
23322 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
23323 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
23324
23325Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
23326
23327 * Makefile.in: Fix bit-rot in definitions of CHILL,
23328 CHILL_FOR_TARGET and Chill_LIB.
23329 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
23330 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
23331 CHILL, and CHILL_LIB.
23332
23333Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
23334
23335 * Revert the previous changes. Please see Rob's directory
23336 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
23337
23338Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
23339
23340 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
23341 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
23342 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
23343 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
23344 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
23345 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
23346 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
23347 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
23348 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
23349 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
23350 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
23351 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
23352 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
23353 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
23354 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
23355 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
23356 changes from 94Q1.
23357
23358Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
23359
23360 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
23361 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
23362 Rob's new testing fragments.
23363
23364Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
23365
23366 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 23367 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
23368
23369Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23370
23371 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
23372 version also, match on casted version strings, and match on
23373 gdb startup case where the line numbers might be messed up.
23374
23375Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
23376
23377 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 23378 (CFLAGS): Delete it from here.
c906108c
SS
23379
23380Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
23381
23382 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
23383
23384Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
23385
23386 * Makefile.in (RUNTEST): Default to just "runtest".
23387
23388Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23389
23390 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
23391 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
23392 the code has been restructured.
23393
23394Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23395
23396 * gdb.t00/default.exp (set write): Allow any number of \r and/or
23397 \n, not just one of each.
23398
23399 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
23400 /bin/cc gives a warning if you do.
23401
23402Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
23403
d63a86f8 23404 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
23405 __t10ListS_link1ZUiRCUiPT0
23406
23407Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23408
23409 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
23410 on local variables in recursive functions.
23411
23412 * gdb.t07/Makefile.in: Build the new test.
23413
23414Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23415
23416 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
23417 directly. Instead compare the return values from actual calls.
23418
23419Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
23420
23421 * Makefile.in (check): Set TCL_LIBRARY for runtest.
23422
23423Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23424
23425 * From Peter Schauer with minor modifications.
a9c64011
AS
23426 * gdb.t15/return.exp (return_tests): Handle targets where "return"
23427 stops in mid-line in the caller. Add xfail for returning a float
23428 value on X86 targets.
c906108c
SS
23429
23430Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23431
23432 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
23433 to avoid expect lossage.
23434 (fmem_LRbug_tests): Likewise.
23435 * gdb.disasm/hppa.s: Corresponding changes.
23436
23437 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
23438 conditions to work with latest dejagnu/expect.
23439
23440 * gdb.t15/funcargs.exp (finish from indirect call): No longer
23441 expected to fail on the PA.
23442 (backtrace in call with trampolines): Explicitly require main
23443 to be frame #1 (no trampolines should show up in backtrace).
23444
23445 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
23446 "continue -expect".
23447 * gdb.t06/break.exp: Likewise.
23448 * gdb.t07/watchpoint.exp: Likewise.
23449 * gdb.t13/bitfields.exp: Likewise.
23450 * gdb.t15/{funcargs,return}.exp: Likewise.
23451 * gdb.stabs/weird.exp: Likewise.
23452 * config/{mips,udi}-gdb.exp: Likewise.
23453
23454 * hppa.sed: Enclose comments within a sed command to avoid
23455 losing with the old OSF1 sed.
23456
23457Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23458
23459 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
23460 sequent dynix.
23461 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
23462 * gdb.t15/funcargs.exp: Conditionally step again to really
23463 finish from marker_call_with_trampolines. Handle the case where
23464 the first step from within call_with_trampolines already steps
23465 us back to main.
23466 * gdb.t15/gdbme.c: Add comment to closing brace of
23467 call_with_trampolines for funcargs.exp.
23468
23469Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23470
d63a86f8 23471 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
23472 Fix typo(s).
23473
23474Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23475
23476 * gdb.t07/gdbme.c: More code for watchpoint testing.
23477
23478 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
23479 "Hardware watchpoint" throughout file.
23480 (test_watchpoint_triggered_in_syscall): New test.
23481 (test_complex_watchpoint): New test.
23482
23483Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23484
23485 * gdbme.c (call_with_trampolines): New function to try and step
23486 into. Tests trampoline problems on the PA.
23487
23488 * funcargs.exp (localvars_in_indirect_call): No longer expect
23489 stepping into indirect call to fail on PAs.
23490 (test_stepping_over_trampolines): New test.
23491
23492Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23493
23494 * TODO: Add suggestions for static member function tests, and
23495 completion tests.
23496
23497Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23498
23499 * TODO: Add suggestions for "p/a" tests.
23500
23501 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
23502 (default_gdb_exit): Replace all the hair with sending "quit" to
23503 the process with a simple close.
23504
23505Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23506
23507 * TODO: Add suggestions for shared library tests.
23508
23509Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23510
23511 * TODO: Add suggestions for x/s tests.
23512
23513Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23514
23515 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
23516 "enable once", and "enable breakpoints once" with ".*".
23517
23518Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23519
23520 * TODO: Add suggestions about structure passing tests.
23521
23522Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23523
23524 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
23525 the primary1 test, use work around if __GNUC__ < 2.
23526 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
23527 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
23528 Test for bad output rather than waiting for timeout. Issue
23529 second continue only if first continue failed.
23530
23531Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23532
23533 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
23534 operator[] test with gdb_test because the old code didn't seem to
23535 be getting the quoting right with the new dejagnu.
23536
23537Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
23538
23539 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
23540 one from the path.
23541 * Makefile.in: Use a fresh expect if there is one, use runtest
23542 from the src tree if there is one.
d63a86f8 23543
c906108c
SS
23544Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23545
23546 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
23547 next over recursive call. Revise the tests from that point on
23548 (which had been skipped) to match GDB's actual (correct) output.
23549
23550 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
23551 with next over a breakpoint whose condition is false.
23552
23553 * gdb.t00/help.exp: Comment out "help set print" tests just like
23554 (and for same reason as) "help set" test.
23555
23556Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23557
23558 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
23559 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
23560
23561Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23562
23563 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
23564 necessary gdb_target_udi.
23565
23566 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
23567
23568 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
23569 1838 and 2417; they are fixed.
23570
23571 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
23572 gdb.t03/ptype.exp (ptype structure, ptype union):
23573 Remove xfails; the test is looser than when the xfails were added.
23574
23575 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
23576 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
23577
23578 * gdb.t01/run.exp: Only run shell test if isnative.
23579
23580 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
23581 since "run" automatically loads if necessary. Call gdb_target_udi
23582 after the "file" since "file" kills any execution target.
23583
23584 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
23585 GDB. GDB doesn't work that way (not anymore at least) on UDI.
23586 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
23587 argument for UDI.
23588
23589Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23590
23591 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
23592
23593 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
23594
23595Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23596
23597 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
23598 properly quoting regexps. This makes the second argument to
23599 demangle a fixed string, which matches the callers, instead of a
23600 shell-style pattern which is what the previous implementation
23601 used. Update some of the callers.
23602
23603Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23604
23605 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
23606 (comib_nullified_tests): Fix typo.
23607 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
23608 strings. No longer expected to fail.
23609
23610 * gdb.disasm/hppa.s (addib_tests): Fix typo.
23611 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
23612 strings. No longer expected to fail.
23613
23614 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
23615 string. No longer expected to fail.
23616
23617Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23618
23619 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
23620 No longer expected to fail.
23621
23622 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
23623 string. No longer expected to fail.
23624
23625Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23626
23627 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
23628 only in the names (I probably got most of them). I was even
23629 generous with some which differed in underscores in names, and
23630 probably missed a few, and I *still* was able to remove almost a
23631 third of the file with almost no impact on testsuite coverage.
23632
23633Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23634
23635 * gdb.t00/default.exp: Match udi_attach error message as well as
23636 the one from child_attach.
23637
23638 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
23639
23640 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
23641
23642 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
23643 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
23644
23645 * Move test with enums and partial symbols back to
23646 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
23647 Reverts the change of 26 May 93. Per today's change to
23648 stabs.texinfo, the behavior that weird.exp was expecting was
23649 unreasonable; what is important is that the compiler+gdb get
23650 things right, which happens with a recent gcc. Also fix the test
23651 to deal with native compilers which put out the stab gdb can't
23652 deal with.
23653
23654Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23655
23656 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
23657 in the names. The main thing these accomplish is to slow things down.
23658 Many more such duplicates surely remain.
23659
23660 * gdb.t00/help.exp: Comment out "help support" test just like
23661 (and for same reason as) "help set" test.
23662
23663Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
23664
23665 * gdb.t06/break.exp: Remove setup_xfails for
23666 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
23667 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
23668 about known bug in gcc to include up through 2.5.8.
23669 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
23670 well as "_vb$".
23671 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
23672 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
23673 with latest gcc and gdb.
23674 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
23675 well as "_vb$".
23676
23677Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23678
23679 * configure.in (hppa*-*-*): Also configure and build stabs-only
23680 tests.
23681
23682Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23683
23684 * gdb.t10/hppa.mt: A makefile fragment for the PA.
23685 * gdb.t10/configure.in (hppa*-*-*): Use it.
23686
23687Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23688
23689 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
23690
23691Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23692
23693 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
23694 versions prior to 1.13.5.
23695
23696Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23697
23698 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
23699 the prompt is at the start of a line.
23700
23701Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23702
23703 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
23704 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
23705 in the copr tests now.
23706 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
23707 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
23708 expected to fail.
23709
23710Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
23711
23712 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23713 gdb.t31/chillvars.exp, lib/gdb.exp:
23714 Tweak to run under either version of expect.
23715 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23716 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23717 * gdb.t11/list.exp: Remove extraneous whitespace.
23718
23719Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23720
23721 * gdb.t16/printcmds.exp (test_print_strings): Accept
23722 "(unsigned char *) " before the string.
23723
23724 * TODO: Add notes about printing of fancy types and GDB expressions.
23725
23726Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23727
23728 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23729 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 23730 if doing mips-idt-ecoff.
c906108c
SS
23731
23732Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23733
23734 * Most .exp files: Tweak to run under either version of expect.
23735
23736Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23737
23738 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23739 xfails; I'm not sure why they are failing, but not because of PR 1806.
23740
23741Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23742
23743 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23744 defined in lib/gdb.exp.
23745
23746Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23747
23748 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23749 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23750 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23751 have to be typeless.
23752
23753Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23754
23755 * TODO: Add suggestion for copyright year test.
23756
23757Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23758
23759 * configure.in (*-*-lynxos*): Add stabs tests.
23760
23761Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23762
23763 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23764 so insert a tab before any assembler directive in column zero.
23765
23766 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23767 stores.
23768 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23769 stores.
23770 (fpu_short_memory_tests): Likewise.
23771
23772Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23773
23774 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23775 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23776 .stabs directives in comments.
23777
23778Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23779
23780 * TODO: New file, describing tests we could write.
23781 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23782
23783Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23784
23785 * gdb.t06/signals.exp: Add kludge to force re-sync.
23786
23787 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23788 to xgdb instead of gdb, get out of gdb.
23789
23790Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23791
23792 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23793 for info.
23794
23795Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23796
23797 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23798 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23799 * gdb.stabs/hppa.sed: New sed script for the PA.
23800
23801Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23802
23803 * gdb.stabs: Re-write weird.def and configuration to use sed
23804 instead of cpp. sed is portable and POSIX; cpp is neither.
23805
23806Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23807
23808 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23809
23810Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23811
23812 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23813
23814Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23815
23816 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23817 "_vb$".
23818 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23819 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23820
23821Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23822
23823 * lib/gdb.exp: Comment out code which depends on non-existent
23824 `transform' procedure.
23825
23826Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23827
23828 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23829 * lib/gdb.exp: Transform tool name.
23830 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23831 1.1's new error handling system.
23832
23833Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23834
23835 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23836
23837Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23838
23839 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23840 They made pattern matching so slow that timeouts happened on
23841 heavily loaded systems. Now any output from "show print" which
23842 gets us back to the GDB prompt is a PASS.
23843
23844Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23845
23846 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23847
23848Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23849
23850 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23851
23852 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23853 It is not from PR 3220.
23854
23855Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23856
23857 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23858 just started failing because they depended on the order the
23859 subcommands are presented, or exact docstring text. This kind of
23860 test is a pain and has minimal benefit.
23861
23862Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23863
23864 * gdb.t09/corefile.exp: At end of test, use "core" command with
23865 no arguments.
23866
23867Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23868
23869 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23870 17}/Makefile.in: Make it possible to run the testsuite with Sun
23871 make and CC = cross gcc by adding explicit build rules for .o
23872 files.
23873
23874Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23875
23876 * gdb.t15/funcargs.exp: Don't put comments on same line as
23877 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 23878
c906108c
SS
23879Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23880
23881 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23882
23883Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23884
23885 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23886 * gdb.t20/inherit.exp: remove three dumplicate entries.
23887
23888Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23889
23890 * gdb.t06/break.exp: For "next over recursive call", fail on any
23891 incorrect output, not just on "factorial (value=2)".
23892
23893Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23894
23895 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23896 working now. Add an xfail if accesing a bss variable causes
23897 a memory error if the target is not yet run.
23898
23899Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23900
23901 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23902 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23903 name of __st* demangling (2 strings). Did Kung really get the
23904 more than 95 others right without testing them?
23905
23906Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23907
23908 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23909
23910Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23911
23912 * configure.in (configdirs): Add gdb.disasm
23913 * gdb.disasm: New directory for GDB disassembler tests.
23914 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23915
23916Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23917
23918 * gdb.t00/help.exp: Don't test "help set".
23919
23920 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23921 from within expect statements. None of these happen anymore and
23922 they cause regressions to be silently unnoticed.
23923
23924 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23925 messages) about known failures with gcc cygnus-2.4.5-930417.
23926
23927 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23928 comp-info.exp so it gets built if it doesn't exist.
23929
23930 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23931 it is no longer used.
23932 * gdb.t13/comp-info.c: Removed.
23933
23934Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23935
23936 * gdb.t06/signals.exp: Add xfail for sun3.
23937
23938Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23939
23940 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23941 relevant because ^C doesn't get sent but failure can be reproduced
23942 interactively).
23943
23944Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23945
23946 * gdb.stabs/alpha.mt: New configuration file for alpha.
23947 * gdb.stabs/configure.in: Use it.
23948 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23949 sharing with alpha.mt, redefine long to word via preprocessor.
23950 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23951 for alpha.
23952 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23953 native cc.
23954 * gdb.t00/teststrategy.exp: Change expect string so that we
23955 consume the `(xgdb)' from the command echo and from the gdb prompt.
23956 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23957 gdb currently compares all values as long, so this failure probably
23958 applies to any configuration where LONGEST is bigger than a target int.
23959 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23960 with gcc.
23961 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23962 to handle opaque pointers, gcc is.
23963 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23964 as first argument. Include <sys/types.h> and change all operator
23965 new definitions to use size_t.
23966 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23967 now that we use size_t.
23968
23969Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23970
a9c64011 23971 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 23972 a long or float array cast all array members to the same type.
a9c64011 23973 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 23974 with 64 bit longs.
a9c64011 23975 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 23976 on alpha.
a9c64011 23977 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
23978
23979Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23980
23981 * gdb.t24 (demangle.exp): Constructors of templates have names like
23982 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23983 section 14.6 of the ARM.
23984
23985 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23986 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23987 accomplish little and slow down the testsuite.
23988
23989 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23990 Accept spaces various places.
23991
23992Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23993
23994 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23995 with watchpoint enabled.
23996
23997 * Makefile.in: Remove definition of CC and remove the second
23998 definition of CXX (the "CXX = gcc" one remains). These definitions
23999 were causing backquotes to be expanded within backquotes, which
24000 doesn't work.
24001
24002Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
24003
24004 * gdb.t17/callfuncs.exp: Add "return 0" to end.
24005
24006Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24007
a9c64011
AS
24008 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
24009 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
24010 by mips cc and contains no stabs entries.
24011
24012Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
24013
24014 * config/vx-gdb.exp: Use fake device to load files rather than
24015 NFS.
24016 * lib/gdb.exp: New proc to do "file" command.
24017 * config/unix-gdb.exp: Use new "file" proc.
24018
24019Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
24020
24021 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
24022 Rework board rebooting slightly.
24023 (gdb_exit): Don't exit from the remote shell; there isn't one.
24024 * gdb.stabs/weird.exp: If a program is being debugged already,
24025 kill it.
24026 * gdb.t04/setvar.exp: Stop and restart gdb.
24027 * gdb.t05/expr.exp: Likewise.
24028 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
24029 restart gdb and reload the program.
24030 * gdb.t08/opaque.exp: Likewise.
24031 * gdb.t12/scope.exp: Likewise.
24032 * gdb.t13/bitfields.exp: Likewise.
24033 * gdb.t15/funcargs.exp: Likewise.
24034 * gdb.t20/classes.exp: Likewise.
24035 * gdb.t03/ptype.exp: Increase timeout.
24036 * gdb.t16/printcmds.exp (test_print_string_constants,
24037 test_print_array_constants): Likewise.
24038 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
24039 * gdb.t20/classes.exp (do_tests): Likewise.
24040 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
24041
24042Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
24043
24044 * gdb.stabs: Renamed *wierd* to *weird*.
24045
24046Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24047
24048 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
24049 for timeout. Add "known gcc 2.4.5 bug" to failure message.
24050
24051Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24052
24053 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
24054 (do_tests): Remove xfail for whatis on one_var and two_var.
24055
24056Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
24057
24058 * Makefile.in: Made cross building work better by adding
24059 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
24060
24061Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24062
24063 * gdb.t15/{return.c,return.exp,Makefile.in}:
24064 New test, currently commented out.
24065
24066Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
24067
24068 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
24069 still running and removes the leftover named socket so GDb can do
24070 clean restarts.
24071
24072Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
24073
24074 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
24075 console, not GDB.
24076 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
24077 cross testing works better with "make check"
24078 * config/unix-gdb: Use default procedures for exit and version.
24079 * config/vx-gdb.exp: Cleaned up and massaged back to working order
24080 with the newest VxWorks.
24081
24082Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24083
24084 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
24085 old form.
24086
24087 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
24088 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
24089
24090 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
24091
24092 * config/unix-gdb.exp: Remove this version of gdb_exit
24093 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
24094 Rob says he'll look at it when he gets back to testing boards.
24095
24096Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
24097
24098 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
24099 an expected fail for certain ptype commands.
24100
24101 * gdb.t20/classes.exp: Update expected results of "ptype class
24102 Base1" to account for the constructor that now appears in the type.
24103
24104Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
24105
24106 * configure.in (configdirs): Restore gdb.t04, which mysteriously
24107 disappeared from list.
24108 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
24109 "alldone" proc with call to cleanup and exit.
24110 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
24111 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
24112 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
24113 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
24114 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
24115 "alldone" proc with simple returns that suppress remaining
24116 tests. The alldone proc went away many months ago.
24117
24118Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24119
24120 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
24121
24122 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
24123
24124Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24125
24126 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
24127 as vax gdb will display them.
24128
24129Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24130
24131 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
24132 optimizers.
24133
24134 * scope.exp: Change "bad value for localval" messages so each one
24135 is unique.
24136
24137 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
24138 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
24139
24140 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
24141
24142Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24143
24144 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
24145 doesn't exist (due to optimization).
24146
24147Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24148
24149 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
24150 contains \r because the filename is long.
24151
24152 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
24153 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
24154
24155Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24156
24157 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
24158 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
24159 Ultrix.
24160 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
24161 int tests.
24162 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
24163
24164Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
24165
24166 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
24167
24168 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 24169 to match does not match the passing case but still matches the
c906108c
SS
24170 failing case.
24171
24172Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24173
24174 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
24175
24176Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
24177
24178 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
24179 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
24180 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
24181 Remove various versions of gdb_exit.
24182 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
24183 gdb_exit.
24184 * config/unix-gdb.exp: gdb_exit remains here, and should override
24185 the generic version, since it's doing a lot of wierd stuff that
24186 the other versions aren't. FIXME, fold it in, or abandon this
24187 version.
24188
24189Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24190
24191 * gdb.t24/demangle.exp: Add tests for PR 3220.
24192
24193Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24194
24195 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
24196
24197Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
24198
24199 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
24200 "i386-*-*". Works for i486 as well.
24201
24202 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
24203 bug, and expand domain of xfail to all SVR4 systems, since the
24204 actual problem is likely to be in generic SVR4 /proc support.
24205
24206Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24207
24208 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
24209
24210Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
24211
24212 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
24213 xfails for other systems. Match a missing 'Continuing.' as an
24214 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
24215
24216 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
24217 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
24218 Only issue warning for missing executables if -all option is used.
24219
24220 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
24221 file if -all option is used. It's like an unpredictable XFAIL.
24222
24223Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24224
24225 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
24226 for dynamically linked binaries.
24227
24228 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
24229
24230Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24231
24232 * gdb.t20/inherit.exp: Change message for "print tagless struct"
24233 to state that this is a known bug in old versions of g++.
24234
24235Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24236
24237 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
24238 while waiting for `Continuing'.
24239
24240Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
24241
24242 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
24243 in text, data, and bss.
24244 * gdb.t10/nodebug.c: Add local and global test variables for
24245 initialized and uninitialized data.
24246
24247Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24248
24249 * config/unix-gdb.exp (gdb_exit): Add "wait".
24250
24251Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24252
24253 * gdb.t06/signals.exp: xfail the continue from the handler for all
24254 targets.
24255
24256 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
24257 function with watchpoints enabled, the i386 call dummy starts with
24258 a call.
24259
24260 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
24261 386 bsd names its corefiles.
24262
24263Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
24264
24265 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
24266 compilers don't grok it.
24267 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
24268 with small octal ints rather than character constants, which
24269 are signed and might not fit if first promoted to int.
24270
24271Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
24272
24273 * gdb.t09/Makefile.in (clean): Remove corefile.
24274
24275Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24276
24277 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
24278
24279Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24280 and Jim Kingdon (kingdon@cygnus.com)
24281
24282 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
24283 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
24284 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
24285
24286Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24287
24288 * gdb.t17/interrupt.exp: Add xfail for hppa.
24289
24290Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24291
24292 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
24293 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
24294 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
24295 to determine signed-ness of bitfields and use the result to setup
24296 the xfail.
24297 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
24298 * gdb.t15/funcargs.exp: Use them to step until the second indirect
24299 call line is reached if necessary.
24300
24301Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24302
24303 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
24304
24305Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24306
24307 * gdb.t06/break.exp: Also test `clear' command.
24308
24309Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24310
24311 * gdb.t00/teststrategy.exp: Remove extra quote.
24312
24313 * gdb.t07/watchpoint.exp: Change xfail for calling function with
24314 watchpoint enabled to be for all non-68k machines.
24315
24316 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
24317
24318Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24319
24320 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
24321 targets use aout.mt instead of ecoff.mt as gas understands
24322 standard aout format.
24323
24324Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24325
24326 * lib/gdb.exp (runto): Don't insist that function we are running to
24327 was compiled with -g.
24328
24329 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
24330
24331 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
24332 to get back into the read system call.
24333 Accept leading newline in case where we woke it up.
24334
24335Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24336
24337 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
24338 to make the stabs test work on ecoff systems using gcc and -with-stabs.
24339 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
24340 enable ecoff configuration.
24341
24342Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24343
24344 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
24345
24346Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24347
24348 * gdb.t16/printcmds.exp: Add another printf test.
24349
24350Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
24351
24352 * configure.in: If configured -with-stabs on any target, add
24353 stabsdirs to configdirs.
24354
24355Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24356
24357 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
24358 fun" so pattern does not match the command itself.
24359
24360Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24361
24362 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
24363
24364Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24365
24366 * gdb.t17/interrupt.exp: Test for more things.
24367
24368Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24369
24370 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
24371 compiler arranges the code and line numbers.
24372
24373 * gdb.t17/interrupt.exp: Don't send \n after ^C.
24374
24375Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24376
24377 * gdb.t00/help.exp: Increase expect input buffer size.
24378
24379Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24380
24381 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
24382
24383 * gdb.t07/watchpoint.exp: Add xfail for hppa.
24384
24385 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
24386
24387 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
24388 [0-9]*, not just [0-9].
24389
24390Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24391
24392 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
24393
24394 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
24395
24396Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24397
24398 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
24399
24400Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24401
24402 * gdb.t06/signals.c: Add xfails for sun3.
24403
24404 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
24405
24406 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
24407 test_stepping tests.
24408
24409Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24410
24411 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
24412
24413 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
24414
24415 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
24416 rather than actually putting it through cpp twice.
24417
24418 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
24419
24420Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
24421
24422 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
24423 no longer needed.
24424
24425Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24426
24427 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
24428
24429 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
24430 C++ features prints as "struct", make it a pass, not an xfail.
24431
24432Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24433
24434 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
24435 Don't require VA to print as "class" rather than "struct".
24436
24437Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
24438
24439 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
24440
24441Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24442
24443 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
24444
24445Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24446
24447 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
24448 order.
24449
24450Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24451
24452 * gdb.t16/printcmds.exp: Add printf tests.
24453
24454 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
24455
24456 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
24457
24458Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
24459
24460 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
24461 pass counts, to counteract any existing or future setup_xfails.
24462
24463Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24464
24465 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
24466 {BEGIN,END}_COMMON for common block instead of STAB.
24467 * gdb.stabs/wierd.exp: Add xfail for rs6000.
24468
24469 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
24470 intp_var should be N_GSYM not N_LSYM.
24471 wierd-aout.S: Use a label for the value of the N_SO.
24472 wierd.def: Remove all backslashes.
24473 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
24474
24475Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24476
24477 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
24478 get the expected next to inheritance3.
24479
24480Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24481
24482 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
24483 now that gcc-2.4 gets it right.
24484
24485Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24486
24487 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
24488
24489 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
24490 generating comp-info.exp which works for cross-compilation.
24491
24492Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
24493
24494 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
24495 "*-*-sysv4.*".
24496
24497Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
24498
24499 * gdb.t01/run.exp: Start with a fresh gdb.
24500 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
24501 SVR4.x.
24502
24503Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
24504
24505 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
24506 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
24507 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
24508 Makefile.in (distclean, realclean): Remove gdbme.c from list of
24509 things to remove.
24510
24511Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
24512
24513 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
24514 test cases from bug reports.
24515
24516Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
24517
24518 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
24519 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
24520 avoid spurious xfails.
24521 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
24522 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
24523 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
24524
24525Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
24526
24527 * gdb.t00/teststrategy.exp: Rework to provide more useful
24528 description of each test, fix problem with systems that define
24529 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
24530 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
24531 results for "next over recursive call" so timeouts aren't taken
24532 by error.
24533
24534Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
24535
24536 * gdb.t12/scope.exp: Test printing of variables before run.
24537
24538 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
24539 printed in wrong order due to sorting.
24540
24541Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
24542
24543 * gdb.t00/teststrategy.exp: Fix expected results for printing
24544 user entered string constant. Is array of char, prints with no
24545 address.
24546
24547 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
24548 commands.
24549 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
24550 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
24551 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
24552 of struct of char arrays.
24553 * gdb.t00/radix.exp: New tests for radix commands.
24554
24555Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
24556
24557 * gdb.t16/printcmd.exp: Print a variable before running program
24558 (with xfail for AIX).
24559
24560Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
24561
24562 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
24563
24564 * gdb.t16/printcmd.exp: Don't print variables before running program.
24565
24566 * gdb.t06/break.exp: Don't require envp argument to main.
24567
24568 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
24569
24570 * gdb.t02/whatis.exp, gdb.t11/list.exp:
24571 Add xfails for rs6000.
24572
24573 * gdb.t02/whatis.exp: Change other tests not to re-test something
24574 we already tested.
24575
24576 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
24577 each type used has a variable of that type.
24578
24579Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
24580
24581 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
24582
24583Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
24584
24585 * configure.in: change srctrigger to be a file, not a directory
24586
24587Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
24588
24589 * configure.in (mips-idt-ecoff*): Added trailing '*'.
24590
24591 * gdb.t11/list.exp: Fixed a couple of typos.
24592
24593Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
24594
24595 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
24596 is fixed and PR is closed.
24597 * gdb.t16 (gdbme.c): Add simple test string variable.
24598 * gdb.t16 (printcmds.exp): Add tests with simple test string
24599 variable, primarily for boundaries on "set print elements".
24600
24601Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
24602
24603 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
24604 Make leading 0's optional and don't expect a tab in the middle
24605 of the number.
24606
24607 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
24608
24609 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
24610 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
24611 don't end command passed to gdb_test with newline.
24612
24613 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
24614 signed keyword away, don't expect signed bitfields to be signed.
24615
24616 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
24617 printing with only as many 1's as are in the field as well as printing
24618 with 32 1's (see comment).
24619
24620Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
24621
24622 * gdb.t00/default.exp: Start with a fresh gdb.
24623 * configure.in (configdirs): Remove gdb.t31 until the chill
24624 compiler works again. It no longer is able to find chillrt0
24625 since it isn't in libchill.a anymore.
24626 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
24627 wierd.o, make more modular.
24628 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
24629 spurious newlines that caused problems.
24630
24631Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24632
24633 * Move test with enums and partial symbols from gdb.t03/ptype.exp
24634 to gdb.stabs/wierd.exp since GCC has worked around the bug.
24635 gdb.stabs/wierd.{exp,def}: Many new tests.
24636
24637 * gdb.t00/default.exp: update info line for new message.
24638
24639 * gdb.t02/{whatis.exp,gdbme.c}:
24640 Test that "char *" doesn't print as "caddr_t".
24641
24642Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24643
24644 * gdb.t00/help.exp: Use .* in place of some help messages which
24645 just changed.
24646 gdb.t00/default.exp: Update "info frame" test for new message.
24647 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
24648 Remove some xfails
24649
24650Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24651
24652 * gdb.t03/{gdbme.c,ptype.exp}:
24653 Add tests for typedef'd struct and union without tags.
24654 Also check "whatis" on a variable of a typedef'd enum without a tag.
24655
24656 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
24657 PRMS 1823; the bug still exists but isn't reproduced by this test
24658 anymore), and remove rs6000 XFAIL (the bug is fixed).
24659
24660 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
24661 duplicated from whatis.exp. For those that are left, accept
24662 "long", "long int", or "int" for long variables (whatis.exp already
24663 has an XFAIL for "int", so no need to fail it here).
24664
24665 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
24666 Deal with GCC's names for types now that GDB uses the compiler's names.
24667
24668 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
24669 setup_xfail's for sunos4. If we #defined the signed keyword away,
24670 don't expect GDB to know that char it is signed.
24671
24672 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
24673
24674Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
24675
24676 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24677 should work on any system, regardless of debugging format.
24678 * gdb.t21/demangle.exp: Move to gdb.t24.
24679 * gdb.t24/demangle.exp: Move from gdb.t21.
24680 * gdb.t24/{Makefile.in, configure.in}: New files.
24681
24682Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24683
24684 * configure.in: Do gdb.stabs and C++ tests only for stabs.
24685 * gdb.stabs: New directory.
24686
24687Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24688
24689 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
24690 not just "Quit anyway?".
24691
24692Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
24693
24694 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
24695 that all setup_xfails are immediately followed by clear_xfails.
24696
24697Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
24698
24699 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
24700 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
24701 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
24702 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
24703 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
24704 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24705 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24706 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
24707 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
24708 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
24709 gdb.t31/chillvars.exp, lib/gdb.exp:
24710 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
24711 bug-gdb@prep.ai.mit.edu.
24712
24713Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24714
24715 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24716 with 0.0, not integer 0.
24717
24718Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24719
24720 * gdb.t06/break.exp: Update for "Kill the program" message change.
24721
24722Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24723
24724 * Makefile.in (GDBFLAGS): Set to -nx.
24725 * Makefile.in (site.exp): Use GDBFLAGS.
24726
24727Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24728
24729 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24730 Makefiles.
24731 (check): depend on just-check.
24732 (just-check): added so that tests can be run without a noop
24733 build pass.
24734
24735Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24736
24737 Switch to using configure's configdirs.
24738 * Makefile.in (Makefile): add configure.in dependency.
24739 (SUBDIRS): removed redundant assignment.
24740 * configure.in: switch subdirs assignment to configdirs.
24741 * gdb.t*/configure.in: new files.
24742
24743Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24744
24745 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24746 works.
24747
24748Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24749
24750 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24751 in explicit rules. Apparently this is not supported by some makes.
24752
24753Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24754
24755 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24756
24757Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24758
24759 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24760 disappeared.
24761
24762Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24763
24764 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24765
24766Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24767
24768 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24769 watchpoint problem that is now fixed.
24770 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24771 uninitialized convenience variables.
24772 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24773 structures.
24774
24775Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24776
24777 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24778 which causes expect to get out of sync with gdb on long output
24779 from help set.
24780 * gdb.t09/corefile.exp: Make expected pattern for core file
24781 failing signal and frame output format less sun specific.
24782
24783Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24784
24785 * gdb.t31/chillvars.exp: Add and remove initial dummy
24786 breakpoint, so that symbol table is forced in.
24787 (Needed at least on Sunos4, though it seems not SVR4.)
24788 * gdb.t31/chillvars.exp: Update for changed output format.
24789
24790Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24791
a9c64011 24792 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
24793
24794Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24795
24796 * Makefile.in: Added --srcdir when invoking runtest, removed the
24797 need for a local config file. (optional now)
24798
24799Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24800
24801 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24802 failure count used to force early termination. Add some more
24803 expected failures for gnu style demangling.
24804
24805Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24806
24807 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24808 pmi variable from gdb.t20/gdbme to get optimized away.
24809 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24810 Check for written corefile upon timeout _and_ eof.
24811
24812Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24813
24814 * config/unix-gdb.exp: Add missing return 0.
24815
24816Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24817
24818 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24819 test termination.
24820
24821Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24822
24823 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24824 disappeared.
24825
24826Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24827
24828 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24829 time as i860 support works.
24830
d63a86f8 24831 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
24832 "backtrace 100\r" rather than just "backtrace\r", to match last
24833 change.
24834
24835Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24836
24837 * config/udi-gdb.exp (gdb_exit): Remove close command.
24838 (gdb_target_udi): New procedure to set the UDI target.
24839 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24840 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24841 Added waits for prompts after several question responses. Added
24842 some more responses used by a29k-amd-udi-gdb.
24843 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24844 pass different arguments, restart UDI connection after program
24845 completion.
24846 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24847 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24848 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24849 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24850 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24851 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24852 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24853 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24854 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24855 after program completion.
24856 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24857 compiled with a SELECT_VECS setting.
24858 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24859 infinite recursion.
24860
24861 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24862 Added checks for COFF results, and made them expected failures for
24863 all targets. It would be better to make them expected failures
24864 for COFF targets only.
24865
24866Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24867
24868 * Makefile.in: add null dvi target, don't bother to recurse
24869 through test directories for info and install-info; rename
24870 $(datadir) to be dejagnu instead of deja-gnu
24871
24872Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24873
24874 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24875 compiler to coredump.
24876 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24877 code.
24878
24879Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24880
24881 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24882 coredump.
24883 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24884 code.
24885
24886Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24887
24888 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24889 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24890 which in a shell. Deletes xgdb when done.
24891 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24892 Tests the return from the "set height" or "set width" commands.
24893 Added a few return codes where needed.
24894
24895Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24896
24897 * Makefile.in (SUBDIRS): Add gdb.t17.
24898 * configure.in (subdirs): Add gdb.t17.
24899 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24900 files to test gdb's calling of functions in the inferior with
24901 the correct arguments and gdb's ability to retrieve any
24902 result returned.
24903
24904Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24905
24906 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24907 may be called after gdb goes away. Previous versions of expect
24908 needed these to avoid file descriptor leaks, but they cause
24909 errors with the current revision of expect.
24910 * gdb.t00/gdbvars.exp: Use -re on expected output after
24911 setting sevenbit-strings.
24912 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24913 to set sevenbit-strings consistent across tests.
24914 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24915 set sevenbit-strings consistent across tests.
24916
24917Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24918
24919 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24920 expected output to match current "expect" expectations.
24921
24922Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24923
24924 * gdb.t00/default.exp: Change expected output for default "source"
24925 command, to match new gdb behavior which requires a filename to
24926 source.
24927
24928Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24929
24930 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24931 expected fail for i486-*-* that misses the marker2 function.
24932 * gdb.t10/crossload.exp (bfddefault): Allow successful
24933 recognition of a format to pass even if no symbols are found.
24934 Explicitly catch failures where the format is not recognized
24935 or is ambiguous, and add the reason to the fail message.
24936 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24937 the cause is and invalid target and add reason to failure message.
24938 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24939 elf32-i386, elf32-sparc, and elf32-i860.
24940 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24941 Set up expected failure for 'filename'::variable scope resolution,
24942 which is now apparently broken on all targets.
24943 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24944 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24945 gdb.t23/templates.exp: Change failure for missing binfile into
24946 just a warning.
24947 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24948 references.
24949
24950Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24951
24952 * gdb.t00/default.exp: Add expected output for default "source"
24953 command, to match new gdb behavior.
24954 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24955
24956Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24957
24958 * config/*-gdb.exp: returns an error, rather than exiting on
24959 internal errors.
24960
24961Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24962
24963 * gdb.t03/gdbme.c: Add pointer to struct variable.
24964 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24965 referencing struct members.
24966
24967Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24968
24969 * configure.in (mips-idt-ecoff): New target.
24970 * config/mips-gdb.exp: New file for remote board using MIPS remote
24971 debugging protocol.
24972
24973 * Redid configuration scheme. Removed gdb.t*/configure.in.
24974 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24975 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24976 distclean targets. Built executables via .o files. Adjusted
24977 tests to account for source files in $(srcdir) rather than
24978 $(objdir).
24979 * lib/gdb.exp (runto): Don't expect () after the function name,
24980 because it may have arguments.
24981
24982Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24983
24984 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24985 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24986 expected failures for mips-idt-* and mips-sgi-*.
24987 * gdb.t00/default.exp (attach): Kill process if requested.
24988 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24989 that does not read core files.
24990 * gdb.t01/run.exp: Removed checks for exit status code.
24991 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24992 it is linked in.
24993 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24994 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24995 appropriate, rather than doing it by hand.
24996 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24997 execution.
24998 * gdb.t10/crossload.exp: Kill existing program if needed.
24999 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
25000 appropriate, rather than doing it by hand. Always increase
25001 timeout for this test, not just for VxWorks.
25002
25003Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
25004
25005 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
25006 of Chill STRUCT types and STRUCT values.
25007 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
25008 than "char".
25009 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 25010 struct2): New struct definitions and initializations to test
c906108c
SS
25011 simple Chill STRUCT types.
25012
25013Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
25014
25015 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
25016 the null byte at the end of strings.
25017 * gdb.t00/default.exp: Make show version insensitive to copyright
25018 date.
25019 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
25020 to avoid dependencies on target char signedness.
25021 * gdb.t16/printcmds.exp: Update expected results for explicitly
25022 unsigned char.
25023 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
25024 now work.
25025 * gdb.t21/demangle.exp: Add many more patterns for template
25026 demangling, most of them being expected failures.
25027 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
25028 string we are matching for, to match on the whole string.
25029 * gdb.t21/demangle.exp: Add many new test strings to demangle,
25030 and fix a whole bunch that had incorrect expected output but were
25031 passing anyway because of the bug in "proc demangle".
25032 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
25033 type.
25034 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
25035
25036Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
25037
a9c64011
AS
25038 * gdb/testsuite: made modifications to testcases, etc., to allow
25039 them to work properly given the reorganization of deja-gnu and the
25040 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
25041
25042Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
25043
25044 * gdb/testsuite: Initial creation of gdb/testsuite.
25045 Migrated dejagnu testcases and support files for testing nm to
25046 gdb/testsuite from deja-gnu. These files were moved "as is"
25047 with no modifications. This migration is part of a major overhaul
25048 of dejagnu. The modifications to these testcases, etc., which
25049 will allow them to work with the new version of dejagnu will be
25050 made in a future update.
48efe704 25051
8d8cb839 25052 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 25053\f
8d8cb839
EZ
25054;; Local Variables:
25055;; mode: change-log
25056;; left-margin: 8
25057;; fill-column: 74
25058;; version-control: never
25059;; End:
902f2ccb
MC
25060
25061 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 25062 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
25063 Copying and distribution of this file, with or without modification,
25064 are permitted provided the copyright notice and this notice are preserved.
This page took 3.777435 seconds and 4 git commands to generate.