]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a8123151
JB
12011-09-16 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.ada/tasks.exp: Make the expected output for
4 the `info tasks' tests more resilient to spacing
5 changes.
6
63a9aad8
JK
72011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
10 (reached breakpoint 2, reached breakpoint 3): Update expected output.
11
2aa48337
KP
122011-09-15 Kevin Pouget <kevin.pouget@st.com>
13
14 PR Python/12692 Add gdb.selected_inferior() to Python interface.
15 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
16
6839b47f
KP
172011-04-30 Kevin Pouget <kevin.pouget@st.com>
18
19 Handle multiple breakpoint hits in Python interface:
20 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
21 presence.
22 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
23 breakpoint hits.
24
0935723e
JK
252011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
26 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * gdb.python/py-events.exp: Remove pretty printing comment.
29 * gdb.python/py-evsignal.exp: New file.
30 * gdb.python/py-evthreads.c: Include signal.h.
31 (thread3): Remove variable count3. Remove variable bad and use raise
32 instead.
33 (thread2): Remove variable count2. Move thread3 pthread_create here,
34 merge pthread_join to a single line.
35 (main): Remove variable count1. Merge pthread_join with pthread_create
36 to a single line.
37 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
38 KFAIL python/12966 for gdbserver. Test return value of
39 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
40 gdb_expect by gdb_test and gdb_test_multiple.
41 (thread 2, thread 3): New tests.
42
4801a9a3
PA
432011-09-12 Matt Rice <ratmice@gmail.com>
44 Pedro Alves <pedro@codesourcery.com>
45
46 PR gdb/13175
47
48 * gdb.base/interp.exp: New tests.
49 * gdb.base/interp.c: New file.
50
24ece742
DE
512011-09-12 Doug Evans <dje@google.com>
52
53 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
54 * gdb.dwarf2/typeddwarf.exp: Ditto.
55
7f062217
JK
562011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
57
58 Fix compatibility with x32 arch.
59 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
60 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
61 is_x86_like_target.
62 * testsuite/gdb.trace/collection.exp: Likewise.
63 * testsuite/gdb.trace/report.exp: Likewise.
64 * testsuite/gdb.trace/unavailable.exp: Likewise.
65 * testsuite/gdb.trace/while-dyn.exp: Likewise.
66 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
67 (is_x86_like_target): Check also is_amd64_regs_target.
68
08711b9a
JK
692011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
70
71 PR breakpoints/12435
72 * gdb.arch/amd64-prologue-xmm.c: New file.
73 * gdb.arch/amd64-prologue-xmm.exp: New file.
74 * gdb.arch/amd64-prologue-xmm.s: New file.
75
b99b5f66
JK
762011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 * gdb.dwarf2/dw2-param-error-main.c: New file.
79 * gdb.dwarf2/dw2-param-error.S: New file.
80 * gdb.dwarf2/dw2-param-error.exp: New file.
81
a391a2f6
PA
822011-09-08 Pedro Alves <pedro@codesourcery.com>
83
84 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
85 inferior's pid and look for a core dump named core.$pid. Use
86 `remote_file' commands on the host instead of hand coding shell
87 commands on the build.
88 * gdb.base/valgrind-db-attach.exp: Kill the program before
89 finishing the test.
90
7d8e6458 912011-09-02 Matt Rice <ratmice@gmail.com>
92
93 * lib/prompt.exp: New file for testing the first prompt.
94 * gdb.python/py-prompt.exp: Ditto.
95 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
96
68e77c9e
PA
972011-09-02 Pedro Alves <pedro@codesourcery.com>
98
99 * gdb.threads/gcore-thread.exp: Set the global core_supported to
100 0, before testing gcore.
101
9655e943
JK
1022011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
103
df6dc84d
JK
104 * dw2-ifort-parameter-debug.S: Update copyright year.
105 * dw2-ifort-parameter.c: Update copyright year.
106 * dw2-ifort-parameter.exp: Update copyright year.
107
9655e943
JK
108 * dw2-ifort-parameter-debug.S: New file.
109 * dw2-ifort-parameter.c: New file.
110 * dw2-ifort-parameter.exp: New file.
111
353d1d73
JK
1122011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
113
114 * gdb.base/commands.exp (error_clears_commands_left): New function.
115 (): Call it.
116
5c07461a
JK
1172011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
118
119 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
120 (C): Initialize `a'.
121 * gdb.mi/mi-inheritance-syntax-error.exp
122 (-data-evaluate-expression $path): Expect `a' as 5.
123
0d932b2f
MK
1242011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
125
126 PR mi/11912
127 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
128 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
129 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
130 keyword in output of -var-info-path-expression.
131
bdb54049
JK
1322011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
133
134 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
135 * gdb.trace/collection.exp: Likewise.
136 * gdb.trace/report.exp: Likewise.
137 * gdb.trace/unavailable.exp: Likewise.
138 * gdb.trace/while-dyn.exp: Likewise.
139
59cde39c
KS
1402011-08-18 Keith Seitz <keiths@redhat.com>
141
142 PR c++/12266
143 * gdb.cp/meth-typedefs.cc: New file.
144 * gdb.cp/meth-typedefs.exp: New file.
145
fa3a4f15
PM
1462011-08-17 Phil Muldoon <pmuldoon@redhat.com>
147
148 * gdb.python/python.exp: Add extended-prompt tests.
149
c1049fca
JK
1502011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
151
152 * gdb.arch/i386-dr3-watch.exp
153 (watchpoint on gap1 does not fit debug registers)
154 (delete all watchpoints): Fix racy expect strings.
155
d93f7b5c
YQ
1562011-08-14 Yao Qi <yao@codesourcery.com>
157
158 * gdb.base/maint.exp: set data_section to ".neardata".
159 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
160 * gdb.base/savedregs.exp: Handle SIGILL.
161 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
162 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
163
457e09f0
DE
1642011-08-12 Doug Evans <dje@google.com>
165
166 * gdb.python/py-symbol.exp: Add test for symbol.type.
167
5d0bb2fb
UW
1682011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
169
170 * gdb.threads/pthreads.exp: Enable on non-native configurations.
171 * gdb.mi/mi-pthreads.exp: Likewise.
172 * gdb.mi/mi2-pthreads.exp: Likewise.
173 * gdb.mi/gdb669.exp.exp: Likewise.
174
fcdfa280
PA
1752011-08-09 Pedro Alves <pedro@codesourcery.com>
176
177 * lib/mi-support.exp (detect_async): Rename to...
178 (mi_detect_async): ... this.
179 * gdb.mi/mi-nonstop-exit.exp: Adjust.
180 * gdb.mi/mi-nonstop.exp: Adjust.
181 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
182 * gdb.mi/mi-nsintrall.exp: Adjust.
183 * gdb.mi/mi-nsmoribund.exp: Adjust.
184 * gdb.mi/mi-nsthrexec.exp: Adjust.
185
9d8fa392
PA
1862011-08-09 Pedro Alves <pedro@codesourcery.com>
187
188 * gdb.base/display.c (do_loops): New `p_i' local.
189 * gdb.base/display.exp: Test displaying a variable that is
190 temporarily at a bad address.
191
b6cede78
JK
1922011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
193
194 * gdb.dwarf2/dw2-op-stack-value.S: New file.
195 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
196
67bedb8c
JK
1972011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
198
199 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
200 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
201 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 202
af6e93b2
PA
2032011-08-05 Pedro Alves <pedro@codesourcery.com>
204
205 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
206 procedure.
207 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
208
1cf0e11f
YQ
2092011-08-05 Yao Qi <yao@codesourcery.com>
210
211 * gdb.base/callfuncs.exp: Set language after main.
212 * gdb.cp/cplusfuncs.exp: Likewise.
213 * gdb.cp/inherit.exp: Likewise.
214
a1e28cb2
UW
2152011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
216
217 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
218 * gdb.base/watch-vfork.exp: Skip on remote targets.
219
d4f5bbb9
UW
2202011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
221
222 * gdb.threads/thread-find.exp: Support remote targets.
223
724f4f80
UW
2242011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
225
226 * gdb.base/jit.exp: Download solib_binfile to target.
227 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
228 and call dlopen without full path name.
229 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
230 dlopen without full path name.
231
934709f0
PW
2322011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
233
234 * gdb.base/break-always.exp: Complete the test
235 with duplicated breakpoints and enabling/disabling them.
236
c26106c4
TT
2372011-08-02 Tom Tromey <tromey@redhat.com>
238
239 PR gdb/11289:
240 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
241
9300444e 2422011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
243
244 PR gdb/13045
245 * gdb.base/float.exp: Add new test case for PR gdb/13045
246 * gdb.base/float.c: New file.
247
00bd41d6
PM
2482011-07-28 Phil Muldoon <pmuldoon@redhat.com>
249
250 * gdb.python/py-mi.exp: Test printers returning string hint, and
251 also not returning a value.
252 * gdb.python/py-prettyprint.c: Add testcase for above.
253 * gdb.python/py-prettyprint.py: Add test printer for above.
254
d24f74ce
JK
2552011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
256
257 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
258 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
259 (.Ldie30) Add as field "data4".
260 (.Ldie32) Rename field "b" to "shl".
261 (abbrev4) Change for the "data4" field.
262 (abbrev5, abbrev6) Remove.
263 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
264 (p &s.shl): ... here. Add comment.
265 (p &s.data4): New.
266
bb7da2bf
JK
2672011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
268
269 Fix crash on lval_computed values.
270 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
271
11081198
JK
2722011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
273
274 * gdb.base/help.exp (help whatis): Update the expected string.
275
3c6e0cb3
JK
2762011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
277
278 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
279 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
280 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
281 Change the expected string.
282
efa80663
PA
2832011-07-26 Pedro Alves <pedro@codesourcery.com>
284
285 * gdb.base/watchpoint.exp
286 (test_disable_enable_software_watchpoint): New procedure.
287 (top level): Run it.
288
db8e4570
UW
2892011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
290
291 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
292 executable file "${binfile}", C++ version "${binfile}-cxx".
293 * gdb.python/py-prettyprint.exp: Likewise.
294 * gdb.python/py-symbol.exp: Likewise.
295 * gdb.python/py-type.exp: Likewise.
296 * gdb.python/py-value.exp: Likewise.
297 * gdb.python/py-template.exp (test_template_arg): Pass full executable
298 file name instead of just suffix.
299
543305c9
JK
3002011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
301
302 Fix implicit pointer offsets.
303 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
304 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
305 (continue to breakpoint: continue to baz breakpoint for implptr)
306 (sanity check element 0, sanity check element 1)
307 (enter the inlined function, check element 0 for the offset)
308 (check element 1 for the offset)
309 (continue to breakpoint: ignore the second baz breakpoint): New tests.
310 (set foo breakpoint for implptr): Update the breakpoint number.
311
b3215adc
UW
3122011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
313
314 * gdb.python/py-mi.exp: Use different file names for different
315 versions of the executable under test.
316 * gdb.python/py-prettyprint.exp: Likewise.
317 * gdb.python/py-symbol.exp: Likewise.
318 * gdb.python/py-template.exp: Likewise.
319 * gdb.python/py-type.exp: Likewise.
320 * gdb.python/py-value.exp: Likewise.
321
182b9acc
UW
3222011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
323
324 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
325 flag after restarting GDB if necessary.
326
e6052b5d
UW
3272011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
328
329 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
330
1ced966e
PA
3312011-07-22 Pedro Alves <pedro@codesourcery.com>
332
333 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
334 backend doesn't leave used debug registers behind.
335
3543a589
TT
3362011-07-22 Tom Tromey <tromey@redhat.com>
337
338 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
339 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
340 argument.
341 * gdb.dwarf2/typeddwarf-amd64.S: New file.
342
14d15303 3432011-07-21 Matt Rice <ratmice@gmail.com>
344
345 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
346 in mostlyclean rule. Add files ending in .core.
347
9b158ba0 3482011-07-21 Matt Rice <ratmice@gmail.com>
349
350 PR macros/12999
351 * gdb.base/info-macros.c: New test sources.
352 * gdb.base/info-macros.exp: New tests.
353
d17b6f81
PM
3542011-07-21 Phil Muldoon <pmuldoon@redhat.com>
355
356 * gdb.python/python.exp: Add prompt substitution tests.
357
918dd910
JK
3582011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
359
360 Fix crash if referenced CU is aged out.
361 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
362 New.
363 * gdb.dwarf2/implptr.exp: Likewise.
364
0e37a63c
JK
3652011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
366
367 * gdb.dwarf2/implptr.S: Rebuilt.
368 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
369 (bar): Use them for j, k, l.
370 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
371 COMPILE.
372 (print j in implptr:bar): Update for the intp typedef.
373 (print p[0].x in implptr:foo): Use more exact regex.
374
f65cf84c
TT
3752011-07-18 Tom Tromey <tromey@redhat.com>
376
377 * gdb.cp/static-method.exp: Add missing single quote.
378
d5b4a7be
YQ
3792011-07-18 Yao Qi <yao@codesourcery.com>
380
381 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
382 supported.
383 * gdb.mi/mi-nonstop-exit.exp: Likewise.
384 * gdb.mi/mi-nonstop.exp: Likewise.
385 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
386 * gdb.mi/mi-nsintrall.exp: Likewise.
387 * gdb.mi/mi-nsmoribund.exp: Likewise.
388 * gdb.mi/mi-nsthrexec.exp: Likewise.
389 * gdb.python/py-evthreads.exp: Likewise.
390
e9ea2662
JK
3912011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
392
393 Code cleanup.
394 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
395 it. Substitute it instead of test_compiler_info everywhere.
396
ce451573
UW
3972011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
398
399 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
400 remote targets as well.
401
756d88a7
UW
4022011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
403
404 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
405 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
406
31f83dc5
UW
4072011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
408
409 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
410 a remote machine, not the host.
411 (gdb_compile_shlib): Set soname if target is remote.
412
059241a0
PP
4132011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
414
415 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
416
28a0b48c 4172011-07-13 Matt Rice <ratmice@gmail.com>
418
419 * gdb.python/py-objfile-script-gdb.py: Renamed to
420 py-objfile-script-gdb.py.in.
421 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
422 py-objfile-script-gdb.py.
423 * gdb.python/py-objfile-script.exp: Update reference to
424 py-objfile-script-gdb.py.
425
9a771b67
JK
4262011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
427
428 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
429 reference undefined label.
430
04ad99e6
JK
4312011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
432
433 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
434 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
435 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
436 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
437
713389e0
PM
4382011-07-11 Phil Muldoon <pmuldoon@redhat.com>
439
440 PR python/12438
441 * gdb.python/python.exp: Add maint set/show python print-stack
442 deprecated tests. Add set/show python print-backtrace tests.
443
97d146f8
JK
4442011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
447 debug info.
448
facde0e5 4492011-07-06 Matt Rice <ratmice@gmail.com>
450
451 * gdb.python/python.exp: Update filename paths.
452 * gdb.python/py-symtab.exp: Ditto.
453
438640d1
MP
4542011-07-06 Marek Polacek <mpolacek@redhat.com>
455
456 * gdb.python/py-evthreads.exp: Add missing `$'.
457
33a365df
MF
4582011-07-06 Jie Zhang <jie.zhang@analog.com>
459
460 * config/bfin.exp: New file.
461 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
462 * gdb.asm/bfin.inc: New file.
463
8f7ae686
MP
4642011-07-06 Marek Polacek <mpolacek@redhat.com>
465
df46027d 466 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
467 the whole output.
468
eb2a6f42
TT
4692011-07-05 Tom Tromey <tromey@redhat.com>
470
471 * gdb.java/jprint.java (jprint.hi): New field.
472 * gdb.java/jprint.exp: Print string.
473
177b42fe
TJB
4742011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
475
476 * gdb.base/call-sc.c: Fix typos.
477 * gdb.base/ifelse.exp: Likewise.
478 * gdb.base/structs.c: Likewise.
479
3b2a0cf2
JB
4802011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
481
482 * gdb.base/jit-so.exp: New test.
483 * gdb.base/jit-dlmain.c: New file.
484 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
485
46fc714c
JK
4862011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
489 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
490 * gdb.cp/pr9167.exp (p b): Likewise.
491 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
492 (test value of P in inner_m, test type of Z in inner_m): Call
493 setup_xfail for gcc <= 4.5.
46fc714c 494
418c7cf7
JK
4952011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
496
497 * gdb.cp/paren-type.cc: New files.
498 * gdb.cp/paren-type.exp: New files.
499
3d50dd94
JK
5002011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
501
502 Stop on first linespec terminator instead of eating what we can.
503 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
504 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
505 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
506 (break C::f()): ... this one.
507 (break C::operator()()): New test.
508 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
509 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
510 test.
511
dcf9f4ab
JK
5122011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
513
514 Fall back linespec to minimal symbols.
515 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
516 error message.
517 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
518 * gdb.cp/minsym-fallback-main.cc: New file.
519 * gdb.cp/minsym-fallback.cc: New file.
520 * gdb.cp/minsym-fallback.exp: New file.
521 * gdb.cp/minsym-fallback.h: New file.
522
3f542ed1
JK
5232011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
524
525 * gdb.cp/no-dmgl-verbose.cc: New file.
526 * gdb.cp/no-dmgl-verbose.exp: New file.
527
5282011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
529
530 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
531 __GI_.
532 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
533 (f): New function.
534 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
535 (complete p 'func<short>(): ... here.
536 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
537 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
538 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
539 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
540 Make them KFAIL gcc/49546.
541
00eb2c4a
JB
5422011-07-01 Joel Brobecker <brobecker@adacore.com>
543
544 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
545
85a20c42
JK
5462011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
547
548 Test GCC PR debug/49546.
549 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
550 (test type of F in k3_m, test value of F in k3_m): New.
551 * gdb.cp/temargs.cc (struct S3, struct K3): New.
552 (main): New variable k3. Call k3.k3_m.
553
d2d43431
JB
5542011-07-01 Jean-Charles Delay <delay@adacore.com>
555
556 * gdb.ada/packed_array.exp: Fix expected outout.
557
54ae186f
JB
5582011-07-01 Jean-Charles Delay <delay@adacore.com>
559
560 * gdb.ada/packed_array.exp: fixed expected output.
561
8f17729f
JB
5622011-07-01 Joel Brobecker <brobecker@adacore.com>
563
564 * gdb.ada/same_enum: New testcase.
565
f5aa6869
JB
5662011-07-01 Joel Brobecker <brobecker@adacore.com>
567
568 * gdb.ada/ptr_typedef: New testcase.
569
828292f2
JB
5702011-07-01 Joel Brobecker <brobecker@adacore.com>
571
572 * gdb.ada/arrayptr.exp: Add ptype test.
573
18920c42
JB
5742011-07-01 Joel Brobecker <brobecker@adacore.com>
575
576 * gdb.ada/char_enum: New testcase.
577
3536d9e3 5782011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
579
580 * gdb.base/dump.exp (capture_pointer_with_type): New.
581 Get value from address instead of name.
582 Start GDB once, and do `dump' and `restore'
583 tests together.
584
db863c42
MF
5852011-06-30 Jie Zhang <jie.zhang@analog.com>
586 Mike Frysinger <vapier@gentoo.org>
587
588 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
589 helper functions for getting/setting remotetimeout variable.
590 * lib/gdb.exp (gdb_load): If the target is remote, set
591 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
592 with $loadtimeout. Set $load_ok to 0 before doing the load.
593 Instead of returning, immediately, set $load_ok to 0. Call
594 set_remotetimeout with $oldremotetimeout, and then return if
595 $load_ok is 1.
596
e9e642a8
AB
5972011-06-30 Andrew Burgess <aburgess@broadcom.com>
598
599 * gdb.python/py-template.exp: Don't run this test if the target
600 does not support c++ tests.
601
32019081
JK
6022011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
603
604 Fix non-only rename list for Fortran modules import.
605 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
606 tests.
607 * gdb.fortran/module.f90 (module moduse): New.
608 (program module): use moduse, test var_x, var_y and var_z.
609
0ecee54c
TT
6102011-06-29 Tom Tromey <tromey@redhat.com>
611
612 PR testsuite/12040:
613 * gdb.fortran/array-element.exp: Use f90, not f77.
614 * gdb.fortran/complex.exp: Use f90, not f77.
615 * gdb.fortran/derived-type.exp: Use f90, not f77.
616 * gdb.fortran/library-module.exp: Use f90, not f77.
617 * gdb.fortran/logical.exp: Use f90, not f77.
618 * gdb.fortran/module.exp: Use f90, not f77.
619 * gdb.fortran/multi-dim.exp: Use f90, not f77.
620 * gdb.fortran/subarray.exp: Use f90, not f77.
621
3b2b8fea
TT
6222011-06-29 Tom Tromey <tromey@redhat.com>
623
624 * gdb.fortran/charset.exp: New file.
625 * gdb.fortran/charset.f90: New file.
626
42159ca5
TT
6272011-06-29 Tom Tromey <tromey@redhat.com>
628
629 PR testsuite/12040:
630 * lib/future.exp: New file, mostly extracted from ada.exp.
631 Rewrote compatibility code to use rename.
632 (gdb_find_gfortran): New proc.
633 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
634 gfortran patch.
635 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
636 Move to future.exp.
637 * lib/gdb.exp: Always load future.exp.
638
af69a5ce
YQ
6392011-06-28 Yao Qi <yao@codesourcery.com>
640
641 * gdb.cp/exception.cc: Don't include iostream.
642 (bar): Remove print statement.
643 (catcher): New.
644 (main): Remove print statements. Call function catcher.
645 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
646 Set breakpoint on catcher, and check the value of parameter.
647
ab5c6a72
YQ
6482011-06-23 Yao Qi <yao@codesourcery.com>
649
650 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
651 1.2 is disabled. KFAIL for uclinux.
652
9497469f
MP
6532011-06-23 Marek Polacek <mpolacek@redhat.com>
654
655 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
656 mi_gdb_test.
657
b9132588
MP
6582011-06-23 Marek Polacek <mpolacek@redhat.com>
659
5d197ed0 660 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 661
e55595ca
MP
6622011-06-23 Marek Polacek <mpolacek@redhat.com>
663
5d197ed0
MP
664 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
665
6662011-06-23 Marek Polacek <mpolacek@redhat.com>
667
668 * gdb.mi/mi2-basics.exp: Fix races. Honour the
669 `test_exec_and_symbol_mi_operatons' return value.
670 (test_mi_interpreter_selection): Use mi_gdb_test instead of
671 gdb_test_multiple.
672 (test_exec_and_symbol_mi_operatons): Likewise.
673 (test_path_specification): Likewise.
e55595ca 674
be777e08
YQ
6752011-06-23 Yao Qi <yao@codesourcery.com>
676
677 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
678 supported.
679 * lib/gdb.exp (support_displaced_stepping): New.
680
615556d6
YQ
6812011-06-23 Yao Qi <yao@codesourcery.com>
682
683 * gdb.threads/execl.exp: Skip on remote target.
684
833b0ca7
MP
6852011-06-21 Marek Polacek <mpolacek@redhat.com>
686
5d197ed0 687 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
688 mi_gdb_test.
689
1ee4023a
MP
6902011-06-20 Marek Polacek <mpolacek@redhat.com>
691
5d197ed0 692 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 693
d0b1d624
MP
6942011-06-20 Marek Polacek <mpolacek@redhat.com>
695
5d197ed0 696 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
697 mi_gdb_test.
698
79aa92c1
MP
6992011-06-20 Marek Polacek <mpolacek@redhat.com>
700
5d197ed0 701 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 702
5ce5db06
YQ
7032011-06-14 Yao Qi <yao@codesourcery.com>
704
705 gdb/testsuite/
706 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
707
533a737e
JK
7082011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
711
d0e53741
TT
7122011-06-10 Tom Tromey <tromey@redhat.com>
713
714 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
715 Add tests for pointer-to-member-function.
716 * gdb.cp/temargs.cc (S::somefunc): New function.
717 (K2): New class.
718 (main): Instantiate K2; call method.
719
b5916bbd
JB
7202011-06-08 Joel Brobecker <brobecker@adacore.com>
721
722 * gdb.python/py-inferior.c (f2): Make str an array rather
723 than a pointer.
724 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
725
5be4dfca
JK
7262011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
727
728 * gdb.base/async-shell.c: New file.
729 * gdb.base/async-shell.exp: New file.
730
9f47e254
PA
7312011-06-06 Pedro Alves <pedro@codesourcery.com>
732
733 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
734
64b9b334
JB
7352011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
736
737 From Stephen Kitt <steve@sk2.org>
738 * gdb.base/help.exp: Adjust following some spelling corrections
739 in GDB.
740
dbc0f131
YQ
7412011-06-01 Yao Qi <yao@codesourcery.com>
742
743 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
744
fd336a18
KS
7452010-05-31 Keith Seitz <keiths@redhat.com>
746
747 PR c++/12750
748 * gdb.cp/static-method.cc: New file.
749 * gdb.cp/static-method.exp: New file.
750
fa8b9902
KS
7512010-05-31 Keith Seitz <keiths@redhat.com>
752
753 PR symtab/12704
754 * gdb.cp/anon-ns.cc: New file.
755 * gdb.cp/anon-ns.exp: New file.
756
0a5b1e09
PA
7572011-05-31 Pedro Alves <pedro@codesourcery.com>
758
759 * gdb.arch/i386-dr3-watch.c: New file.
760 * gdb.arch/i386-dr3-watch.exp: New file.
761
0578b8d1
YQ
7622011-05-30 Yao Qi <yao@codesourcery.com>
763
764 * gdb.base/callfuncs.c (t_structs_fc): New.
765 (t_structs_dc, t_structs_ldc): New.
766 (t_double_many_args):
767 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
768 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
769 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
770 * gdb.base/callfuncs.exp: Call new functions.
771
6680506e
YQ
7722011-05-30 Yao Qi <yao@codesourcery.com>
773
ff4d2c60
YQ
774 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
775 Call rerun_and_prepare for each test to isolate effects.
776
7772011-05-30 Yao Qi <yao@codesourcery.com>
778
779 * gdb.base/varargs.c (find_max_float_real): New.
780 (find_max_double_real, find_max_long_double_real): New.
781 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
782 * lib/gdb.exp (setup_kfail_for_target): New.
783
e43ec454
YQ
7842011-05-30 Yao Qi <yao@codesourcery.com>
785
786 * gdb.base/funcargs.c (callca, callcb, callcc): New.
787 (callcd, callce, callcf, callc1a, callc1b): New.
788 (callc2a, callc2b): New.
789 * gdb.base/funcargs.exp (complex_args): New.
790 (complex_integral_args, complex_float_integral_args): New.
791 * lib/gdb.exp (support_complex_tests): New. Determine
792 whether to run test cases on _Complex types.
793
432b4d03
JK
7942011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
795
796 * gdb.threads/leader-exit.c: New file.
797 * gdb.threads/leader-exit.exp: New file.
798
6caf069d
MP
7992011-05-27 Marek Polacek <mpolacek@redhat.com>
800
9497469f 801 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 802
97fce28b
MP
8032011-05-27 Marek Polacek <mpolacek@redhat.com>
804
805 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
806 remove the `supported' variable.
807 * gdb.mi/mi-nonstop.exp: Likewise.
808 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
809 * gdb.mi/mi-nsintrall.exp: Likewise.
810 * gdb.mi/mi-nsmoribund.exp: Likewise.
811 * gdb.mi/mi-nsthrexec.exp: Likewise.
812
9da8c2a0
PA
8132011-05-26 Pedro Alves <pedro@codesourcery.com>
814
815 * gdb.reverse/finish-reverse-bkpt.exp: New test.
816
2c03e5be
PA
8172011-05-26 Pedro Alves <pedro@codesourcery.com>
818
819 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
820
2e21250d
KS
8212011-05-24 Keith Seitz <keiths@redhat.com>
822
823 PR breakpoint/12803
824 * gdb.cp/cmpd-minsyms.cc (a): New method.
825 (b): New method.
826 (c): New method.
827 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
828
cdac0397
PA
8292011-05-24 Pedro Alves <pedro@codesourcery.com>
830
831 * gdb.base/commands.exp (watchpoint_command_test): Check that the
832 watchpoint's command list didn't execute when the watchpoint went
833 out of scope.
834
ee5683ab
PM
8352011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
836
837 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
838 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
839 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
840 * gdb.arch/i386-gnu-cfi.exp: Likewise.
841 * gdb.arch/i386-permbkpt.exp: Likewise.
842 * gdb.arch/i386-prologue.exp: Likewise.
843 * gdb.arch/i386-size-overlap.exp: Likewise.
844 * gdb.arch/i386-size.exp: Likewise.
845 * gdb.arch/i386-unwind.exp: Likewise.
846 * gdb.reverse/i386-precsave.exp: Likewise.
847 * gdb.reverse/i386-reverse.exp: Likewise.
848 * gdb.reverse/i386-sse-reverse.exp: Likewise.
849 * gdb.reverse/i387-env-reverse.exp: Likewise.
850 * gdb.reverse/i387-stack-reverse.exp: Likewise.
851
c91c8c16
PA
8522011-05-24 Pedro Alves <pedro@codesourcery.com>
853
854 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
855 file doesn't error, using MI.
856
c50491a7
TT
8572011-05-23 Tom Tromey <tromey@redhat.com>
858
859 * gdb.base/charset.exp (string_display): Add tests to assign to
860 arrays.
861 * gdb.base/charset.c (short_array, int_array, long_array): New.
862
4a07b7da
PA
8632011-05-20 Pedro Alves <pedro@codesourcery.com>
864
865 Cope with async mode.
866
4a07b7da
PA
867 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
868 into gdb_test + mi_expect_stop.
869
b275f2d2
PA
8702011-05-20 Pedro Alves <pedro@codesourcery.com>
871
872 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
873 (callme): Remove printf call.
874
eec52c44
PM
8752011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
876
877 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
878 quote pattern to avoid problems with Cygwin/mingw expect versions.
879 * gdb.base/default.exp (show convenience): Use double
880 quote pattern for regular expressions.
881
b3c8eb43
JK
8822011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
883
884 Fix -readnow for -gdwarf-4 unused type units.
885 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
886 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
887
ed731959
JK
8882011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
889
890 * gdb.base/kill-after-signal.c: New file.
891 * gdb.base/kill-after-signal.exp: New file.
892
3b48433d
PA
8932011-05-16 Pedro Alves <pedro@codesourcery.com>
894
895 * gdb.ada/start.exp: Call untested with the correct test filename.
896 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
897 test filename. Make the test's binary unique.
898 * gdb.arch/i386-signal.exp: Call untested with the correct test
899 filename.
900 * gdb.arch/i386-size-overlap.exp: Ditto.
901 * gdb.arch/Makefile.in (EXECUTABLES): Update.
902 * gdb.base/gcore-buffer-overflow.exp: Ditto.
903 * gdb.cp/call-c.exp: Ditto.
904 * gdb.mi/mi-reverse.exp: Call untested with the correct test
905 filename. Make the test's binary unique.
906 * gdb.mi/Makefile.in (EXECUTABLES): Update.
907 * gdb.python/py-mi.exp: Ditto.
908 * gdb.python/Makefile.in (EXECUTABLES): Update.
909 * gdb.reverse/i386-precsave.exp: Ditto.
910 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
911 test filename.
912 * gdb.reverse/i387-stack-reverse.exp: Ditto.
913 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
914 unique.
915 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
916 test filename.
917 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
918 * gdb.trace/tfile.exp: Ditto.
919
ba4a8bdd
YQ
9202011-05-14 Yao Qi <yao@codesourcery.com>
921
922 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
923 type.
924
dbaefcf7
DE
9252011-05-13 Doug Evans <dje@google.com>
926
927 * gdb.python/py-objfile-script.exp: New file.
928 * gdb.python/py-objfile-script.c: New file.
929 * gdb.python/py-objfile-script-gdb.py: New file.
930 * testsuite/gdb.python/py-section-script.exp: Test
931 "info auto-load-scripts".
932
9930639c
TT
9332011-05-13 Tom Tromey <tromey@redhat.com>
934
935 * gdb.dwarf2/clztest.exp: New file.
936 * gdb.dwarf2/clztest.c: New file.
937 * gdb.dwarf2/clztest.S: New file.
938
05272e11
DE
9392011-05-13 Doug Evans <dje@google.com>
940
cc63ef9b
DE
941 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
942 String16 tests.
05272e11 943
6edba76f
TT
9442011-05-13 Tom Tromey <tromey@redhat.com>
945
946 * lib/gdb.exp (is_x86_like_target): New proc.
947 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
948 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
949 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
950 -nostdlib to compiler.
951 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
952 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
953 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
954 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
955 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
956
028d0ed5
TJB
9572011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
958
959 * gdb.python/py-function.exp: Test setting a value from a function
960 which executes a command.
961
8a9b8146
TT
9622011-05-12 Tom Tromey <tromey@redhat.com>
963
964 * gdb.dwarf2/typeddwarf.S: New file.
965 * gdb.dwarf2/typeddwarf.c: New file.
966 * gdb.dwarf2/typeddwarf.exp: New file.
967
10483e8e
MP
9682011-05-12 Marek Polacek <mpolacek@redhat.com>
969
970 * gdb.mi/mi-basics.exp: Fix races. Honour the
971 `test_exec_and_symbol_mi_operatons' return value.
972 (test_mi_interpreter_selection): Use mi_gdb_test instead of
973 gdb_test_multiple.
974 (test_exec_and_symbol_mi_operatons): Likewise.
975 (test_path_specification): Likewise.
976
faf067f1
JK
9772011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
978
979 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
980 (gdb_touch_execfile): Remove catch wrappers. New variable time.
981 Replace `file copy' and `file rename' by `file mtime'. Twice.
982
7ff911a3
JK
9832011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
984
985 * gdb.base/readline-ask.c: New file.
986 * gdb.base/readline-ask.exp: New file.
987 * gdb.base/readline-ask.inputrc: New file.
988
a536c6d7
UW
9892011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
990
991 * gdb.cell/bt.exp: Delete breakpoints before running to signal
992 to avoid race condition.
993 * gdb.cell/coremaker.c: Use small stack size.
994 * gdb.cell/ea-standalone.exp: Use file name without path as
995 argument to c_to.
996 * gdb.cell/fork.exp: Allow other output when continuing to end.
997
d472a426
JK
9982011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
999
1000 * gdb.threads/corethreads.c: New file.
1001 * gdb.threads/corethreads.exp: New file.
1002
10032011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
1004
1005 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
1006 Try to compile the test using -Wl,-z,norelro first.
1007 (load_core): New variable libthread_db_seen, initialize it.
1008 (zeroed-threads cannot be listed): Protect it by XFAIL on
1009 !$libthread_db_seen.
1010
8be455d7
JK
10112011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1012
1013 PR 12573
1014 * gdb.dwarf2/dw2-skip-prologue.S: New file.
1015 * gdb.dwarf2/dw2-skip-prologue.c: New file.
1016 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
1017
1976171a
JK
10182011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1019
1020 * gdb.cp/psymtab-parameter.cc: New file.
1021 * gdb.cp/psymtab-parameter.exp: New file.
1022
7db6f30f
JK
10232011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1024
1025 Fix a race.
1026 * gdb.cp/static-print-quit.exp (print c): Split to ...
1027 (print c - <return>, print c - q <return>, print c - to quit):
1028 ... these. Make the testfile untested on gdb-7.1.
1029
85161e9e 10302011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
1031
1032 * lib/gdb.exp (exec_target_file, exec_symbol_file,
1033 gdb_rename_execfile, gdb_touch_execfile): New.
1034 * gdb.base/reread.exp: Use new procs to handle multiple
1035 exec files.
1036
0c51be18
YQ
10372011-05-05 Yao Qi <yao@codesourcery.com>
1038
1039 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
1040 (test_adr_32bit, test_pop_pc): New.
1041 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
1042 (test_adr_32bit, test_pop_pc): New.
1043
4d393d60
JM
10442011-05-04 Joseph Myers <joseph@codesourcery.com>
1045
1046 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
1047 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
1048 targets.
1049 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
1050 handle targets.
1051
8ffd0459
JK
10522011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1053
1054 * gdb.base/completion.exp (complete help info wat): Rename to ...
1055 (complete 'help info wat'): ... here.
1056 Remove all `-re ".*' and `-re "^.*' redundant regexes.
1057 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
1058
8e28d804
PA
10592011-05-04 Pedro Alves <pedro@codesourcery.com>
1060
1061 * gdb.base/completion.exp: Use gdb_test_multiple instead of
1062 gdb_test and explicit $gdb_prompt/timeout matches.
1063
3eb2ef34
YQ
10642011-05-04 Yao Qi <yao@codesourcery.com>
1065
1066 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
1067 and __thumb2__.
1068
aaaf81a3
MP
10692011-05-03 Marek Polacek <mpolacek@redhat.com>
1070
1071 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
1072 in place of `gdb_test "delete breakpoints"'. This eliminates two
1073 testcases.
1074
c4cbc0df
PA
10752011-05-02 Pedro Alves <pedro@codesourcery.com>
1076
1077 PR testsuite/12649
1078 Fix races.
1079
1080 * gdb.base/completion.exp: Remove all sleep calls. Remove
1081 unnecessary regexs. Don't explicitly expect anything after the
1082 prompt. Eat the prompt if necessary.
1083
b4cbb4a3
EBM
10842011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
1085
1086 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
1087 accept to show the caller line again as well as the line after.
1088
d65aec65
PM
10892011-04-29 Phil Muldoon <pmuldoon@redhat.com>
1090
1091 PR mi/12531
1092
1093 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
1094 compile target.
1095 * gdb.python/py-prettyprint.exp: Add C++ object for
1096 CPLUS_FAKE_CHILD test.
1097
30852783
UW
10982011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
1099
1100 * gdb.base/signest.exp: New file.
1101 * gdb.base/signest.c: Likewise.
1102
c7b1f0d9
JK
11032011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1104
1105 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
1106 thread and breakpoint notifications.
1107
559a7a62
JK
11082011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1109
1110 * gdb.base/fortran-sym-case.c: New file.
1111 * gdb.base/fortran-sym-case.exp: New file.
1112 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
1113 * gdb.dwarf2/dw2-case-insensitive.c: New file.
1114 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
1115
8344e389
JK
11162011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1117
1118 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
1119 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
1120 false #1', `if true else false #2' and `if true else false #3'.
1121
2484c66b
UW
11222011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
1123
1124 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
1125 while delivering signal.
1126
8d3788bd
VP
11272011-04-27 Vladimir Prus <vladimir@codesourcery.com>
1128
1129 MI breakpoint notifications.
1130
1131 * testsuite/gdb.mi/mi-cli.exp: Adust.
1132 * testsuite/gdb.mi/mi2-cli.exp: Adust.
1133 * testsuite/gdb.mi/mi-watch.exp: Adust.
1134 * testsuite/gdb.mi/mi2-watch.exp: Adust.
1135 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
1136 notifications.
1137
3e03848b
JK
11382011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1139
1140 * gdb.base/gdbindex-stabs-dwarf.c: New file.
1141 * gdb.base/gdbindex-stabs.c: New file.
1142 * gdb.base/gdbindex-stabs.exp: New file.
1143
918c9108
YQ
11442011-04-25 Yao Qi <yao@codesourcery.com>
1145
1146 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
1147 with /*...*/.
1148 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
1149
90556b8c
JK
11502011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1151
1152 * gdb.python/py-value.exp (test_objfiles): Name the first test
1153 `py-value in file.filename'.
1154
03f2bd59
JK
11552011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
1158 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
1159 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
1160 !gdbserver_reconnect_p..
1161 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
1162
7b08b9eb
JK
11632011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 * gdb.cp/cpcompletion.exp (complete class methods)
1166 (complete class methods beginning with F): Move them above runto. New
1167 comment about the runto delimiter.
1168
b78974c3
PA
11692011-04-20 Pedro Alves <pedro@codesourcery.com>
1170
1171 * gdb.base/maint.exp: Test that "maint print registers" works
1172 without a running program.
1173
20429c40 11742011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 1175
20429c40
MP
1176 * gdb.base/setshow.exp: Fix racy tests.
1177 ($old_gdb_prompt): New variable.
1178
7a9dd1b2
TT
11792011-04-19 Tom Tromey <tromey@redhat.com>
1180
1181 * gdb.mi/mi-nsmoribund.exp:
1182 * gdb.hp/gdb.objdbg/objdbg01.exp:
1183 * gdb.base/structs.exp (test_struct_returns):
1184 * gdb.base/call-sc.exp (test_scalar_returns):
1185 * gdb.base/bigcore.exp: Remove duplicate words.
1186
02835898
JK
11872011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 * gdb.base/break-interp-lib.c (v, vptr): New variables.
1190 * gdb.base/break-interp.exp (test_attach): New comment.
1191
254f582e
JK
11922011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1193
1194 * gdb.threads/gcore-thread.exp ($core0file): New variable.
1195 (clear __stack_user.next, clear stack_used.next)
1196 (save a zeroed-threads corefile): New test.
1197 Call core_load for $core0file.
1198 (zeroed-threads cannot be listed): New test.
1199
4fe85f5c
JK
12002011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1201
1202 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
1203 filename.
1204 ($srcfile): Preserve the original value.
1205 ($testfile): Match it the .exp filename.
1206 ($corefile): New variable. Substitute it around.
1207 Use clean_restart.
1208 ($prev_timeout): Remove.
1209 (load_core): Move core loading into this proc.
1210 Fix restore of $timeout if load_core fails.
1211
63524580
JK
12122011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1213
1214 * gdb.base/eu-strip-infcall.c: New file.
1215 * gdb.base/eu-strip-infcall.exp: New file.
1216
90359a16
JK
12172011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
1220 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
1221
626e7282
JK
12222011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1223
1224 Fix Python access to inlined frames.
1225 * gdb.python/py-frame-inline.c: New file.
1226 * gdb.python/py-frame-inline.exp: New file.
1227
3363d018
EBM
12282011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
1229
1230 * gdb.base/gdb1090.exp: Change breakpoint location to read the
1231 content of 's24' correctly (avoiding "optimized out").
1232 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
1233
28781456
JK
12342011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1235
1236 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
1237
4a4106ca
TJB
12382011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1239
1240 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
1241 expect a colon in watch -location output.
1242
d26ccb4f
JK
12432011-04-13 Marek Polacek <mpolacek@redhat.com>
1244
df46027d 1245 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
1246 New testcase `expect response to define backtrace'. Also remove
1247 redundant `default' block.
1248
e1ab1f9c
JK
12492011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 * gdb.python/py-prettyprint.c (struct hint_error): New.
1252 (main): New variable hint_error.
1253 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
1254 "print hint_error".
1255 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
1256 (register_pretty_printers): Register it.
1257
0c2e6019
TT
12582011-04-04 Tom Tromey <tromey@redhat.com>
1259
1260 * gdb.cp/maint.exp (test_help): Update.
1261 (test_namespace): Likewise.
1262
af57139d
JB
12632011-04-01 Joel Brobecker <brobecker@adacore.com>
1264
1265 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
1266 * gdb.ada/arrayptr.exp: Add new tests.
1267
956a9fb9
JB
12682011-04-01 Joel Brobecker <brobecker@adacore.com>
1269
1270 * gdb.ada/mi_catch_ex: New testcase.
1271
d0c4d642
PA
12722011-04-01 Pedro Alves <pedro@codesourcery.com>
1273
1274 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
1275 base::overload(void) method without specifying "const".
1276
18819fa6
UW
12772011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1278
1279 * gdb.arch/thumb-singlestep.S: New file.
1280 * gdb.arch/thumb-singlestep.exp: Likewise.
1281
a4c8e806
TT
12822011-03-31 Tom Tromey <tromey@redhat.com>
1283
1284 * gdb.python/py-prettyprint.py (exception_flag): New global.
1285 (NoStringContainerPrinter._iterator.next): Check it.
1286 * gdb.python/py-prettyprint.c (main): New variable nstype2.
1287 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
1288
53832f31
TT
12892011-03-29 Tom Tromey <tromey@redhat.com>
1290
1291 * gdb.cp/anon-struct.cc: New file.
1292 * gdb.cp/anon-struct.exp: New file.
1293
e4620230
JK
12942011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1295
1296 Test STT_GNU_IFUNC support.
1297 * gdb.base/gnu-ifunc-lib.c: New file.
1298 * gdb.base/gnu-ifunc.c: New file.
1299 * gdb.base/gnu-ifunc.exp: New file.
1300
d0fb5eae
JK
13012011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1302
1303 Support a ring of related breakpoints.
1304 * gdb.base/watchpoint-delete.c: New file.
1305 * gdb.base/watchpoint-delete.exp: New file.
1306
20106cfb
JK
13072011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1308
1309 * gdb.ada/arrayparam.exp (print first after function call): Use
1310 explicit package name. Add a comment
1311 (print lasta after function call): Rename ...
1312 (print last after function call): ... it and use explicit package
1313 name.
1314 (print length after function call): Use explicit package name.
1315 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
1316 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
1317 (multiple matches for symbol i): Rename ...
1318 (multiple matches for symbol integervar): ... it.
1319 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
1320 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
1321
e7ab5e63
AB
13222011-03-25 Andrew Burgess <aburgess@broadcom.com>
1323
1324 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
1325 environment variable to make grep output more predictable. Move
1326 all the environment setup into gdb_init so it's done once per test
1327 case rather than each time we start gdb.
1328
9ef07c8c
TT
13292011-03-24 Tom Tromey <tromey@redhat.com>
1330
1331 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
1332 test.
1333
dd90784c
JK
13342011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1335
1336 * gdb.dwarf2/dw2-entry-value-main.c: New file.
1337 * gdb.dwarf2/dw2-entry-value.S: New file.
1338 * gdb.dwarf2/dw2-entry-value.exp: New file.
1339
05775840
PM
13402011-03-22 Phil Muldoon <pmuldoon@redhat.com>
1341
1342 PR python/12183
1343
1344 * gdb.python/py-function.exp: Add GdbError tests.
1345
8661b11b
PA
13462011-03-18 Pedro Alves <pedro@codesourcery.com>
1347
1348 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
1349 (reglocal_test_func, statlocal_test_func): New functions.
1350 (globals_test_func): Call new functions.
1351 * gdb.trace/unavailable.exp (gdb_collect_args_test)
1352 (gdb_collect_locals_test): New procedure.
1353 (gdb_trace_collection_test): Call new procedures.
1354
0fdb4f18
PA
13552011-03-18 Pedro Alves <pedro@codesourcery.com>
1356
1357 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
1358 (test_register, test_register_unavailable): New procedures.
1359 (gdb_unavailable_registers_test): New procedure.
1360 (gdb_trace_collection_test): Call it.
1361
99c3dc11
PM
13622011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1363
1364 PR python/12149
1365
1366 * gdb.python/python.exp: Add gdb.write tests.
1367
29703da4
PM
13682010-03-17 Phil Muldoon <pmuldoon@redhat.com>
1369
1370 * gdb.python/Makefile.in: Add py-objfile.
1371 * gdb.python/py-objfile.exp: New file.
1372 * gdb.python/py-objfile.c: New file.
1373 * gdb.python/py-block.exp: Add is_valid tests.
1374 * gdb.python/py-inferior.exp: Ditto.
1375 * gdb.python/py-infthread.exp: Ditto.
1376 * gdb.python/py-symbol.exp: Ditto.
1377 * gdb.python/py-symtab.exp: Ditto.
1378
598997c8
KS
13792011-03-16 Keith Seitz <keiths@redhat.com>
1380
1381 PR c++/12273
1382 * gdb.cp/cmpd-minsyms.exp: New test.
1383 * gdb.cp/cmpd-minsyms.cc: New file.
1384
1385 PR c++/11734
1386 * gdb.cp/ovsrch.exp: New test.
1387 * gdb.cp/ovsrch.h: New file.
1388 * gdb.cp/ovsrch1.cc: New file.
1389 * gdb.cp/ovsrch2.cc: New file.
1390 * gdb.cp/ovsrch3.cc: New file.
1391 * gdb.cp/ovsrch4.cc: New file.
1392
c91513d8
PP
13932011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1394
1395 PR gdb/12528
1396 * gdb.base/Makefile.in: Adjust EXECUTABLES.
1397 * gdb.base/break-on-linker-gcd-function.exp: New test.
1398 * gdb.base/break-on-linker-gcd-function.cc: New file.
1399
7470fc63
AT
14002011-03-15 Andreas Tobler <andreast@fgznet.ch>
1401
1402 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
1403
959e7469
PM
14042011-03-15 Phil Muldoon <pmuldoon@redhat.com>
1405
1406 * lib/gdb.exp (gdb_unload): Add another termination case.
1407
9373cf26
JK
14082011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1409
1410 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
1411 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
1412 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
1413 Provide a stub byte there.
1414 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
1415 DW_AT_entry_pc.
1416 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
1417
24e9cda0
UW
14182011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1419
1420 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
1421 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
1422 "generic ABI, auto".
1423 (altivec_abi_tests): Accept vectors returned by reference.
1424
7371cf6d
PM
14252010-03-14 Phil Muldoon <pmuldoon@redhat.com>
1426
1427 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
1428
ce77046a
UW
14292011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
1430
1431 * gdb.python/py-section-script.exp: Skip test if no Python support.
1432
176400c3
UW
14332011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
1434
1435 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
1436
ecec24e6
PM
14372011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1438
1439 * gdb.python/py-parameter.exp: Update tests to the new Python
1440 parameter API. Add "no documentation" test. Add deprecated API
1441 backward compatibility test.
1442
5dbdd470
TT
14432011-03-09 Tom Tromey <tromey@redhat.com>
1444
1445 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
1446 gdb_continue_to_end.
1447
b66e66ee
MK
14482011-03-09 Mark Kettenis <kettenis@gnu.org>
1449
1450 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
1451 tabs.
1452
eceb0c5f
TT
14532011-03-09 Tom Tromey <tromey@redhat.com>
1454
1455 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
1456 parentheses.
1457 (gdb_continue_to_end): Add "allow_extra" parameter. Use
1458 $command.
1459 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
1460 argument to gdb_continue_to_end.
1461 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
1462 argument to gdb_continue_to_end.
1463 * gdb.cp/annota3.exp: Fix regex.
1464 * gdb.cp/annota2.exp: Fix regex.
1465 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
1466 gdb_continue_to_end.
1467 * gdb.base/call-signal-resume.exp: Revert earlier patch.
1468 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
1469 gdb_continue_to_end.
1470
63154eca
PA
14712011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1472
1473 * gdb.server/ext-run.exp
1474 (load new file without any gdbserver inferior): New test.
1475
967d1f9b
TT
14762011-03-07 Tom Tromey <tromey@redhat.com>
1477
1478 * Makefile.in (TAGS): Rewrite.
1479
d68dcbb9
JK
14802011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1481
1482 * gdb.trace/report.exp (12.1: trace report #1): New match for the
1483 initial commands echo. New match for `Found trace'. Anchor all the
1484 other matches. Anchor and match for `No trace frame found' the final
1485 match.
1486
6bf58e63
TT
14872011-03-07 Tom Tromey <tromey@redhat.com>
1488
1489 * Makefile.in (TAGS): New target.
1490
fda326dd
TT
14912011-03-07 Tom Tromey <tromey@redhat.com>
1492
1493 * lib/opencl.exp (skip_opencl_tests): Update for exit message
1494 change.
1495 * lib/mi-support.exp (mi_gdb_test): Update for exit message
1496 change.
1497 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
1498 exit message change.
1499 (skip_altivec_tests): Update for exit message change.
1500 (skip_vsx_tests): Likewise.
1501 (gdb_continue_to_end): Likewise. Add 'command' argument.
1502 * lib/cell.exp (skip_cell_tests): Update for exit message change.
1503 * gdb.threads/tls.exp: Update for exit message change.
1504 * gdb.threads/thread-unwindonsignal.exp: Use
1505 gdb_continue_to_end.
1506 * gdb.threads/step.exp (step_it): Update for exit message change.
1507 (continue_all): Likewise.
1508 * gdb.threads/print-threads.exp (test_all_threads): Update for
1509 exit message change.
1510 * gdb.threads/interrupted-hand-call.exp: Use
1511 gdb_continue_to_end.
1512 * gdb.threads/execl.exp: Use gdb_continue_to_end.
1513 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
1514 gdb_continue_to_end.
1515 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
1516 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
1517 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
1518 * gdb.cp/method.exp: Update for exit message change.
1519 * gdb.cp/mb-templates.exp: Update for exit message change.
1520 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
1521 * gdb.cp/annota3.exp: Update for exit message change.
1522 * gdb.cp/annota2.exp: Update for exit message change.
1523 * gdb.cell/fork.exp: Use gdb_continue_to_end.
1524 * gdb.base/term.exp: Update for exit message change.
1525 * gdb.base/step-test.exp (test_i): Update for exit message change.
1526 * gdb.base/sigstep.exp (advance): Update for exit message change.
1527 (advancei): Likewise.
1528 * gdb.base/siginfo.exp: Update for exit message change.
1529 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
1530 * gdb.base/reread.exp: Use gdb_continue_to_end.
1531 * gdb.base/langs.exp: Use gdb_continue_to_end.
1532 * gdb.base/interrupt.exp: Update for exit message change.
1533 * gdb.base/gdb1555.exp: Update for exit message change.
1534 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
1535 * gdb.base/ending-run.exp: Update for exit message change.
1536 * gdb.base/chng-syms.exp: Update for exit message change.
1537 * gdb.base/checkpoint.exp: Update for exit message change.
1538 * gdb.base/catch-syscall.exp (check_for_program_end): Use
1539 gdb_continue_to_end.
1540 (test_catch_syscall_with_wrong_args): Likewise.
1541 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
1542 * gdb.base/break-interp.exp (test_ld): Update for exit message
1543 change.
1544 * gdb.base/bang.exp: Update for exit message change.
1545 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
1546 (do_call_attach_tests): Likewise.
1547 * gdb.base/a2-run.exp: Update for exit message change.
1548 * gdb.arch/ppc-dfp.exp: Update for exit message change.
1549 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
1550 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
1551
dd19bd70
JK
15522011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1553
1554 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
1555
30e62689
TT
15562011-03-03 Tom Tromey <tromey@redhat.com>
1557
1558 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
1559 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
1560 * gdb.hp/gdb.aCC/configure.ac: Remove.
1561 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
1562 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
1563 * gdb.hp/gdb.base-hp/configure.ac: Remove.
1564 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
1565 * gdb.hp/gdb.compat/configure (Makefile): Remove.
1566 * gdb.hp/gdb.compat/configure.ac: Remove.
1567 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
1568 * gdb.hp/gdb.defects/configure (Makefile): Remove.
1569 * gdb.hp/gdb.defects/configure.ac: Remove.
1570 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
1571 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
1572 * gdb.hp/gdb.objdbg/configure.ac: Remove.
1573 * gdb.hp/configure.ac: Remove.
1574 * gdb.hp/configure: Remove.
1575 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
1576 substitution.
1577 (Makefile): Remove rule.
1578 * gdb.cell/configure.ac: Remove.
1579 * gdb.cell/configure: Remove.
1580 * gdb.stabs/Makefile.in (Makefile): Remove.
1581 (distclean): Don't remove config.status or config.log.
1582 * gdb.stabs/configure (Makefile): Remove.
1583 * gdb.stabs/configure.ac: Remove.
1584 * configure: Rebuild.
1585 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
1586 Remove stabs- and cell-specific logic. Test for existence of
1587 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
1588 subdirectories, gdb.cell, and and gdb.stabs.
1589 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
1590
c171f854
JB
15912011-03-03 Joel Brobecker <brobecker@adacore.com>
1592
1593 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
1594 end of buffer.
1595
9a5193cb
JB
15962011-03-02 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
1599 gdb_test when running a test where we expected no output back.
1600
9bb4c1bb
MS
16012011-02-28 Michael Snyder <msnyder@vmware.com>
1602
1603 * gdb.cp/overload.cc: Change initializer value to integer.
1604
3bd0f5ef
MS
16052011-02-27 Michael Snyder <msnyder@vmware.com>
1606
1607 * gdb.multi/base.exp: Add test for remove-inferiors.
1608
2279eaad
JB
16092011-02-26 Joel Brobecker <brobecker@adacore.com>
1610
1611 * gdb.python/py-frame.exp: Simplify the initialization phase
1612 using prepare_for_testing.
1613
c82c0b55
MS
16142011-02-25 Michael Snyder <msnyder@vmware.com>
1615
1616 * gdb.multi/base.exp: Add tests for info inferiors with args.
1617
1d94651b
JK
16182011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1619
1620 * gdb.dwarf2/dw2-ranges.S: Rename to ...
1621 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
1622 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
1623 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
1624 asmfile3. Comment the STABS (#3) file compilation. Compile
1625 everything through assembler. Provide KFAIL for symtab/12497.
1626 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
1627 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
1628 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
1629 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
1630
3bd0f5ef
MS
16312011-02-24 Michael Snyder <msnyder@vmware.com>
1632
1633 * gdb.base/break.exp: Add tests for delete breakpoints using
1634 convenience variables and value history references.
1635
12c1418e
MS
16362011-02-24 Michael Snyder <msnyder@vmware.com>
1637
1638 * gdb.base/break.exp: Remove debugging 'printf' accidentally
1639 left behind in previous check-in.
1640
e5a67952
MS
16412011-02-23 Michael Snyder <msnyder@vmware.com>
1642
1643 * gdb.base/break.exp: Add tests for "info break" with arguments.
1644 * gdb.trace/infotrace.exp: Update patterns for error and help.
1645 * gdb.base/completion.exp: Update pattern.
1646 * gdb.base/ena-dis-br.exp: Update pattern.
1647 * gdb.base/help.exp: Update patterns.
1648
16492011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
1650
1651 * gdb.base/memattr.exp: New test.
1652 * gdb.base/memattr.c: Test load for memattr.exp.
1653
6e6fbe60
DE
16542011-02-22 Doug Evans <dje@google.com>
1655
1656 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
1657
1d41d745
MS
16582011-02-22 Michael Snyder <msnyder@vmware.com>
1659
1660 * Makefile.in: Make more clean.
1661 * gdb.ada/Makefile.in: Ditto.
1662 * gdb.arch/Makefile.in: Ditto.
1663 * gdb.asm/Makefile.in: Ditto.
1664 * gdb.base/Makefile.in: Ditto.
1665 * gdb.cp/Makefile.in: Ditto.
1666 * gdb.dwarf2/Makefile.in: Ditto.
1667 * gdb.java/Makefile.in: Ditto.
1668 * gdb.mi/Makefile.in: Ditto.
1669 * gdb.modula2/Makefile.in: Ditto.
1670 * gdb.python/Makefile.in: Ditto.
1671 * gdb.server/Makefile.in: Ditto.
1672 * gdb.stabs/Makefile.in: Ditto.
1673 * gdb.threads/Makefile.in: Ditto.
1674 * gdb.trace/Makefile.in: Ditto.
1675
79ba84ca
MS
16762011-02-22 Michael Snyder <msnyder@vmware.com>
1677
df46027d 1678 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
1679 info threads.
1680
b9b35694
JB
16812011-02-22 Joel Brobecker <brobecker@adacore.com>
1682
1683 * gdb.python/py-breakpoint.exp: Fix the expected output of
1684 one of the "maint info breakpoints" tests to accept the output
1685 generated on platforms that do not have hardware watchpoints.
1686
8bfb830f
JB
16872011-02-22 Joel Brobecker <brobecker@adacore.com>
1688
1689 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
1690 clean_restart. Be a little stricter in the expected output
1691 for one of the tests. Fix a typo in one of the comments.
1692
c45f3c54
JB
16932011-02-22 Joel Brobecker <brobecker@adacore.com>
1694
1695 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
1696 Delete variable binfile, no longer use. Add or modify test
1697 comments to make them unique.
1698
b97c863c
MS
16992011-02-21 Michael Snyder <msnyder@vmware.com>
1700
1701 * Makefile.in: Update for make clean.
1702 * gdb.ada/Makefile.in: Ditto.
1703 * gdb.arch/Makefile.in: Ditto.
1704 * gdb.asm/Makefile.in: Ditto.
1705 * gdb.base/Makefile.in: Ditto.
1706 * gdb.cp/Makefile.in: Ditto.
1707 * gdb.dwarf2/Makefile.in: Ditto.
1708 * gdb.java/Makefile.in: Ditto.
1709 * gdb.mi/Makefile.in: Ditto.
1710 * gdb.modula2/Makefile.in: Ditto.
1711 * gdb.python/Makefile.in: Ditto.
1712 * gdb.server/Makefile.in: Ditto.
1713 * gdb.stabs/Makefile.in: Ditto.
1714 * gdb.threads/Makefile.in: Ditto.
1715 * gdb.trace/Makefile.in: Ditto.
1716
aea5b279
MS
17172011-02-21 Michael Snyder <msnyder@vmware.com>
1718
1719 * gdb.threads/thread-find.exp: Update patterns for changes in
1720 output of "info threads" command.
1721
e3039479
UW
17222011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1723 Ulrich Weigand <uweigand@de.ibm.com>
1724
1725 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
1726 (skip_hw_watchpoint_tests): Likewise.
1727 (skip_hw_watchpoint_multi_tests): Likewise.
1728
b800ec70
UW
17292011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1730
1731 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
1732 (skip_hw_watchpoint_tests): Likewise.
1733 (skip_hw_watchpoint_multi_tests): Likewise.
1734 (skip_hw_watchpoint_access_tests): Likewise.
1735
1736 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
1737 * gdb.base/pr11022.exp: Likewise.
1738 * gdb.base/watch-read.exp: Likewise.
1739 * gdb.base/watch_thread_num.exp: Likewise.
1740 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1741 * gdb.base/watchpoint-hw.exp: Likewise.
1742 * gdb.base/watchpoint.exp: Likewise.
1743 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
1744 * gdb.threads/watchthreads-reorder.exp: Likewise.
1745 * gdb.threads/watchthreads.exp: Likewise.
1746 * gdb.threads/watchthreads2.exp: Likewise.
1747
91033e37
JB
17482011-02-21 Joel Brobecker <brobecker@adacore.com>
1749
1750 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
1751 the debugger is unable to find the array bounds.
1752
eeaafae2
JK
17532011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1754
1755 * gdb.cp/typedef-operator.exp: New file.
1756 * gdb.cp/typedef-operator.cc: New file.
1757
e338d953
MS
17582011-02-17 Michael Snyder <msnyder@vmware.com>
1759
1760 * gdb.threads/thread-find.exp: Fix regular expressions.
1761
e67ad678
JB
17622011-02-17 Joel Brobecker <brobecker@adacore.com>
1763
1764 * gdb.ada/packed_array: Expand testcase to test printing of
1765 unconstrained packed array.
1766
93084bca
JB
17672011-02-17 Joel Brobecker <brobecker@adacore.com>
1768
1769 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
1770
a0c78a73
PA
17712011-02-16 Pedro Alves <pedro@codesourcery.com>
1772
f65d5553 1773 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
1774 (main): Initialize it before collecting, and and clear it
1775 afterwards.
f65d5553
PA
1776 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1777 collecting with '{type} addr', where the addr expression is not an
1778 rvalue.
a0c78a73 1779
3dfcbbd2
KW
17802011-02-16 Ken Werner <ken.werner@de.ibm.com>
1781
1782 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
1783 a bool variable. Expect correct OpenCL names for vector types. Use the
1784 uc3 variable name instead of referring to the uchar3 built-in type.
1785 Escape the asterisk at the half pointer test.
1786
08807d5a
PA
17872011-02-16 Pedro Alves <pedro@codesourcery.com>
1788
f65d5553 1789 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
1790 (main): Initialize it before collecting, and and clear it
1791 afterwards.
f65d5553
PA
1792 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1793 collecting overlapping memory ranges.
08807d5a 1794
60f98dde
MS
17952011-02-15 Michael Snyder <msnyder@vmware.com>
1796
1797 * gdb.base/default.exp: Add tests for thread commands.
1798 * gdb.base/help.exp: Add tests for thread commands.
1799 * gdb.threads/thread-find.exp: New test for thread find command.
1800
648cd113
KW
18012011-02-15 Ken Werner <ken.werner@de.ibm.com>
1802
1803 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1804
494e194e
YQ
18052011-02-15 Yao Qi <yao@codesourcery.com>
1806
1807 PR tdep/12352
1808 * gdb.arch/arm-disp-step.S : New test for str instruction.
1809 * gdb.arch/arm-disp-step.exp : Likewise.
1810
d9492458
TJB
18112011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1812
1813 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1814 "vector_register2_vr" test strings. Test the extended floating
1815 point registers (F32~F63).
1816 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1817 IBM XL C compiler. Make the test program use a register provided
1818 by the compiler for the lxvd2x instruction.
1819
8af8e3bc
PA
18202011-02-14 Pedro Alves <pedro@codesourcery.com>
1821
1822 * gdb.trace/unavailable.cc (class Base, class Middle, class
1823 Derived): New types.
1824 (derived_unavail, derived_partial, derived_whole): New globals.
1825 (virtual_partial): New global.
1826 (virtualp): Point at virtual_partial.
1827 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1828 related to unavailable vptr.
1829
1b28d0b3
PA
18302011-02-14 Pedro Alves <pedro@codesourcery.com>
1831
1832 * gdb.trace/unavailable.cc (a, b, c): New globals.
1833 (main): Set and clear them.
1834 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1835 `a' and `c', and check that `b' isn't collected, although `a' and
1836 `c' are.
1837
ec0a52e1
PA
18382011-02-14 Pedro Alves <pedro@codesourcery.com>
1839
1840 * gdb.trace/unavailable.cc (struct Virtual): New.
1841 (virtualp): New global pointer.
1842 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1843 printing a pointer to an object whose type has a vtable, with
1844 print object on.
1845
24e6bcee
PA
18462011-02-14 Pedro Alves <pedro@codesourcery.com>
1847
1848 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1849 value repeat handles unavailableness.
1850
39d37385
PA
18512011-02-14 Pedro Alves <pedro@codesourcery.com>
1852
1853 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1854 tests for building arrays from unavailable values, subscripting
1855 non-memory rvalue unvailable arrays, and accessing fields or
1856 baseclasses of non-lazy unavailable values,
1857 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1858 struct types.
1859 (g_smallstruct, g_smallstruct_b): New globals.
1860
06d72e16
PA
18612011-02-14 Pedro Alves <pedro@codesourcery.com>
1862
1863 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1864
bc9a5551
JK
18652011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1868 * gdb.cp/overload-const.exp: New file.
1869 * gdb.cp/overload-const.cc: New file.
1870
54fcddd0
UW
18712011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1872
1873 * gdb.opencl/callfuncs.cl: New file.
1874 * gdb.opencl/callfuncs.exp: New test.
1875 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1876
d6dafb7c
UW
18772011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1878
1879 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1880 when computing result.
1881 * gdb.arch/altivec-abi.exp: Update expected results.
1882
a449c2d8
TJB
18832011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1884
1885 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1886 * gdb.base/jit.exp: Likewise.
1887 * gdb.base/pie-execl.exp: Likewise.
1888 * gdb.base/solib-nodir.exp: Likewise.
1889 * gdb.base/solib-overlap.exp: Likewise.
1890
764880b7
PA
18912011-02-07 Pedro Alves <pedro@codesourcery.com>
1892
1893 * gdb.trace/collection.c (global_pieces): New.
1894 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1895 New procedure.
1896 (gdb_trace_collection_test): Call it.
1897
505500db
SW
18982011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1899
1900 * gdb.python/py-evthreads.c: New file.
1901 * gdb.python/py-evthreads.exp: New file.
1902 * gdb.python/py-events.py: New file.
1903 * gdb.python/py-events.exp: New file.
1904 * gdb.python/py-events.c: New file.
1905
385203ed
DD
19062011-02-04 David Daney <ddaney@caviumnetworks.com>
1907
1908 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1909
9011945e
AB
19102011-02-03 Andrew Burgess <aburgess@broadcom.com>
1911
1912 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1913 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1914 boundary between two compilation units.
1915
580688f3
PA
19162011-02-02 Pedro Alves <pedro@codesourcery.com>
1917
1918 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1919 (Virtual): New structs.
1920 (virtual_o, virtual_middle_b): New globals.
1921 * gdb.cp/virtbase.exp: New tests.
1922
d3f0f853
PP
19232011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1924
1925 * gdb.base/jit.exp: New file.
1926 * gdb.base/jit-main.c: New file.
1927 * gdb.base/jit-solib.c: New file.
1928
b2030fb5
UW
19292011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1930
1931 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1932 proceed to initial kernel entry point.
1933 * gdb.opencl/datatypes.exp: Likewise.
1934 * gdb.opencl/operators.exp: Likewise.
1935 * gdb.opencl/vec_comps.exp: Likewise.
1936
2db19d1e
SW
19372011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1938
1939 * gdb.cp/nsnested.cc: New.
1940 * gdb.cp/nsnested.exp: New.
1941 * gdb.cp/nsnoimports.exp: New.
1942 * gdb.cp/nsnoimports.cc: New.
1943
6b0c4c1f
JB
19442011-01-31 Joel Brobecker <brobecker@adacore.com>
1945
1946 * gdb.base/interact.exp: Add extra tests that verify that
1947 the value of the interactive-mode setting does not change
1948 after the script is sourced.
1949
80b23b6a
JK
19502011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * gdb.cp/noparam.exp: New file.
1953 * gdb.cp/noparam.cc: New file.
1954
ffd5ec24
PA
19552011-01-28 Pedro Alves <pedro@codesourcery.com>
1956
1957 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1958 there's no stack or registers.
1959
a81766d8
TT
19602011-01-26 Tom Tromey <tromey@redhat.com>
1961
1962 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1963 space before string output. Add test for "set print pretty off"
1964 case.
1965
585fdaa1
PA
19662011-01-25 Pedro Alves <pedro@codesourcery.com>
1967
1968 * gdb.base/frame-args.exp: Adjust.
1969 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1970 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1971 * gdb.dwarf2/pieces.exp: Adjust.
1972 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1973 * gdb.opt/inline-locals.exp: Adjust.
1974 * gdb.threads/fork-child-threads.exp: Adjust.
1975
d468832a
KW
19762011-01-25 Ken Werner <ken.werner@de.ibm.com>
1977
1978 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1979 OpenCL kernel function. Add a comment as marker. Add address space
1980 qualifiers for the remaining program scope variables.
1981 * gdb.opencl/datatypes.cl: Likewise.
1982 * gdb.opencl/operators.cl: Likewise.
1983 * gdb.opencl/vec_comps.cl: Likewise.
1984 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1985 Add breakpoint at the marker comment.
1986 * gdb.opencl/datatypes.exp: Likewise.
1987 * gdb.opencl/operators.exp: Likewise.
1988 * gdb.opencl/vec_comps.exp: Likewise.
1989
490f124f
PA
19902011-01-24 Pedro Alves <pedro@codesourcery.com>
1991
1992 * gdb.base/printcmds.c (some_struct): New struct and instance.
1993 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1994 procedure.
1995 <global scope>: Call it.
1996
6da78614
KW
19972011-01-21 Ken Werner <ken.werner@de.ibm.com>
1998
1999 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
2000 argument to the gdb_compile_opencl_hostapp call.
2001
ec64c9aa
YQ
20022011-01-19 Yao Qi <yao@codesourcery.com>
2003
2004 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
2005 positve list.
2006
810cfdbb
YQ
20072011-01-19 Yao Qi <yao@codesourcery.com>
2008
2009 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
2010 canonical form.
2011 Remove "xscale-*-*"
2012 * gdb.xml/tdesc-regs.exp: Likewise.
2013 * gdb.python/py-section-script.exp: Replace ARM target triplet
2014 with canonical form.
2015 Match arm*-*-symbianelf*.
2016 * gdb.base/dup-sect.exp: Likewise.
2017 * lib/dwarf.exp: New.
2018 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
2019 dwarf2_support.
2020 * gdb.dwarf2/dup-psym.exp: Likewise.
2021 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
2022 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2023 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
2024 * gdb.dwarf2/dw2-basic.exp: Likewise.
2025 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2026 * gdb.dwarf2/dw2-const.exp: Likewise.
2027 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
2028 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
2029 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2030 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
2031 * gdb.dwarf2/dw2-filename.exp: Likewise.
2032 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2033 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
2034 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2035 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2036 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
2037 * gdb.dwarf2/dw2-noloc.exp: Likewise.
2038 * gdb.dwarf2/dw2-op-call.exp: Likewise.
2039 * gdb.dwarf2/dw2-producer.exp: Likewise.
2040 * gdb.dwarf2/dw2-ranges.exp: Likewise.
2041 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
2042 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
2043 * gdb.dwarf2/dw2-strp.exp: Likewise.
2044 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
2045 * gdb.dwarf2/implptr.exp: Likewise.
2046 * gdb.dwarf2/mac-fileno.exp: Likewise.
2047 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
2048 * gdb.dwarf2/pieces.exp: Likewise.
2049 * gdb.dwarf2/pr11465.exp: Likewise.
2050 * gdb.dwarf2/valop.exp: Likewise.
2051 * gdb.dwarf2/watch-notconst.exp: Likewise.
2052 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
2053
4694da01
TT
20542011-01-19 Tom Tromey <tromey@redhat.com>
2055
2056 * gdb.python/py-infthread.exp: Add thread tests.
2057
b075872c
JB
20582011-01-14 Joel Brobecker <brobecker@adacore.com>
2059
2060 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
2061
2c3e6e24
JB
20622011-01-14 Joel Brobecker <brobecker@adacore.com>
2063
2064 * gdb.ada/widewide: New testcase.
2065
de8fa76c
JB
20662011-01-13 Joel Brobecker <brobecker@adacore.com>
2067
2068 * gdb.base/interact.exp: New testcase.
2069
1b05df00
TT
20702011-01-12 Tom Tromey <tromey@redhat.com>
2071
2072 * gdb.mi/gdb2549.exp: Update for error message changes.
2073 * gdb.mi/mi-cli.exp: Likewise.
2074 * gdb.mi/mi-disassemble.exp: Likewise.
2075 * gdb.mi/mi-pthreads.exp: Likewise.
2076 * gdb.mi/mi-regs.exp: Likewise.
2077 * gdb.mi/mi-stack.exp: Likewise.
2078 * gdb.mi/mi-var-block.exp: Likewise.
2079 * gdb.mi/mi-var-cmd.exp: Likewise.
2080 * gdb.mi/mi2-cli.exp: Likewise.
2081 * gdb.mi/mi2-disassemble.exp: Likewise.
2082 * gdb.mi/mi2-pthreads.exp: Likewise.
2083 * gdb.mi/mi2-regs.exp: Likewise.
2084 * gdb.mi/mi2-stack.exp: Likewise.
2085 * gdb.mi/mi2-var-block.exp: Likewise.
2086 * gdb.mi/mi2-var-cmd.exp: Likewise.
2087
c2ff108b
JK
20882011-01-12 Andrew Burgess <aburgess@broadcom.com>
2089 Jan Kratochvil <jan.kratochvil@redhat.com>
2090
2091 PR fortran/11104 and DWARF unbound arrays detection.
2092 * gdb.fortran/multi-dim.exp: New file.
2093 * gdb.fortran/multi-dim.f90: New file.
2094
b716877b
AB
20952011-01-12 Andrew Burgess <aburgess@broadcom.com>
2096
2097 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
2098 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
2099 add new tests for opcode dumping.
2100
6c162d5e
TT
21012011-01-11 Tom Tromey <tromey@redhat.com>
2102
2103 * gdb.python/py-infthread.exp: Load gdb-python.exp.
2104
77b06cd7
TJB
21052010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2106
2107 Convert hardware watchpoints to use breakpoint_ops.
2108 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
2109 type is not supported.
2110 * gdb.base/foll-fork.exp: Likewise.
2111 * gdb.base/foll-vfork.exp: Likewise.
2112
f39a75d0
PM
21132011-01-10 Phil Muldoon <pmuldoon@redhat.com>
2114
2115 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
2116 Use load_lib gdb-python.exp.
2117 * gdb.python/python.exp: Ditto.
2118 * gdb.python/py-function.exp: Ditto.
2119
fc529d80
AS
21202011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2121
2122 * gdb.threads/tls.exp ("info address me"): Fix expected output.
2123
fb03cb59
JK
21242011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 * configure: Regenerate.
2127
d8e22779
TT
21282011-01-06 Tom Tromey <tromey@redhat.com>
2129
2130 * gdb.python/py-frame.exp: Test gdb.newest_frame.
2131
09050809
JB
21322011-01-06 Joel Brobecker <brobecker@adacore.com>
2133
fc529d80
AS
2134 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
2135 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
2136 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2137 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
2138 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
2139 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2140 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
2141 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
2142 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
2143 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
2144 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
2145 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
2146 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
2147 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2148 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2149 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
2150 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
2151 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
2152 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2153 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
2154 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
2155 gdb.ada/uninitialized_vars.exp,
2156 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
2157 Simplify by using clean_restart.
09050809 2158
8ed5dd9e
JB
21592011-01-06 Joel Brobecker <brobecker@adacore.com>
2160
2161 Add marker to be used as anchor for inserting breakpoints.
2162 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
2163 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
2164 Likewise.
2165
2166 Remove uses of gdb_start_cmd.
2167 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
2168 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
2169
2170 Do not run testcase if testing with GDBserver.
2171 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
2172 if testing with GDBserver.
2173
368a124f
JB
21742011-01-06 Joel Brobecker <brobecker@adacore.com>
2175
2176 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
2177 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
2178 copyright header.
2179
44944448
JB
21802011-01-05 Joel Brobecker <brobecker@adacore.com>
2181
2182 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
2183 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
2184 testsuite/gdb.fortran/complex.f,
2185 testsuite/gdb.fortran/derived-type.f90,
2186 testsuite/gdb.fortran/library-module-lib.f90,
2187 testsuite/gdb.fortran/library-module-main.f90,
2188 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
2189 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
2190 Copyright year update.
2191
31886ea6
JB
21922011-01-05 Joel Brobecker <brobecker@adacore.com>
2193
2194 * gdb.base/langs1.f: Add copyright header.
2195
ebedcab5
JK
21962011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2197
2198 * gdb.base/morestack.exp: New file.
2199 * gdb.base/morestack.c: New file.
2200
de1eb2f9
JK
22012011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2202
2203 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
2204
9e87a409
JB
22052010-12-29 Joel Brobecker <brobecker@adacore.com>
2206
2207 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
2208 * gdb.ada/arrayptr.exp: Add test printing that new variable.
2209
720d1a40
JB
22102010-12-29 Joel Brobecker <brobecker@adacore.com>
2211
2212 * gdb.ada/lang_switch.exp: Correct expected parameter value.
2213
a283af87
AS
22142010-12-25 Andreas Schwab <schwab@linux-m68k.org>
2215
5d3d9cba
AS
2216 * gdb.threads/tls.exp: Fix typo.
2217
a283af87
AS
2218 * gdb.threads/thread-specific.exp (get_thread_list): Update.
2219 * gdb.threads/execl.exp: Update.
2220
2a20745c
YQ
22212010-12-23 Yao Qi <yao@codesourcery.com>
2222
2223 * gdb.arch/arm-disp-step.exp: New.
2224 * gdb.arch/arm-disp-step.S: New.
2225
a7658b96
TT
22262010-12-21 Tom Tromey <tromey@redhat.com>
2227
2228 * gdb.threads/execl.exp: Update.
2229 * gdb.threads/linux-dp.exp: Update.
2230 * gdb.threads/manythreads.exp: Update.
2231 * gdb.threads/tls.exp: Update.
2232
5b79abe7
TT
22332010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2234
2235 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
2236 (NextOverThrowDerivates) <resumebpt>: New.
2237 (resumebpt_test): New.
2238 (main): Call resumebpt_test.
2239 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
2240
0914bcdb
SS
22412010-12-12 Stan Shebs <stan@codesourcery.com>
2242
2243 * gdb.trace/tsv.exp: Test print command on trace state variables.
2244
305aeedc
TT
22452010-12-09 Tom Tromey <tromey@redhat.com>
2246
2247 * gdb.base/interp.exp: Add regression test.
2248
186c406b
TT
22492010-12-09 Tom Tromey <tromey@redhat.com>
2250
2251 * gdb.java/jnpe.java: New file.
2252 * gdb.java/jnpe.exp: New file.
2253 * gdb.cp/nextoverthrow.exp: New file.
2254 * gdb.cp/nextoverthrow.cc: New file.
2255
aae1c79a
DE
22562010-12-07 Doug Evans <dje@google.com>
2257
2258 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
2259 of data-directory.
2260 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
2261 updated.
2262 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
2263
60f98dde 22642010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
2265
2266 * gdb.base/callfuncs.exp: Test for skip_float_tests.
2267 * gdb.base/call-sc.exp: Ditto.
2268 * gdb.base/finish.exp: Ditto.
2269 * gdb.base/return.exp: Ditto.
2270 * gdb.base/return2.exp: Ditto.
2271
5fa290c1
DE
22722010-11-30 Doug Evans <dje@google.com>
2273
2274 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
2275 (gdb_expect_list): Fix spelling errors in comments.
2276 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
2277 send_gdb/gdb_expect_list where applicable.
2278 * gdb.base/call-ar-st.exp: Ditto.
2279 * gdb.base/funcargs.exp: Ditto.
2280 * gdb.base/gcore.exp: Ditto.
2281 * gdb.base/page.exp: Ditto.
2282 * gdb.base/sigaltstack.exp: Ditto.
2283 * gdb.base/siginfo.exp: Ditto.
2284 * gdb.base/sigstep.exp: Ditto.
2285 * gdb.base/trace-commands.exp: Ditto.
2286
4e04c971
DE
22872010-11-29 Doug Evans <dje@google.com>
2288
2289 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
2290 printer-name;subprinter-name.
2291
8cf6f0b1
TT
22922010-11-29 Tom Tromey <tromey@redhat.com>
2293
2294 * gdb.dwarf2/implptr.exp: New file.
2295 * gdb.dwarf2/implptr.c: New file.
2296 * gdb.dwarf2/implptr.S: New file.
2297
94b6973e
PM
22982010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2299
fc529d80 2300 PR python/12199
94b6973e
PM
2301
2302 * gdb.python/py-breakpoint.exp: Test the delete method.
2303
8358c15c
JK
23042010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2305
2306 Fix step_resume_breakpoint unsaved during an infcall.
2307 * gdb.base/step-resume-infcall.exp: New file.
2308 * gdb.base/step-resume-infcall.c: New file.
2309
f6df29bc
TJB
23102010-11-24 Edjunior Machado <emachado@br.ibm.com>
2311
2312 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
2313
f2b5a5cf
TJB
23142010-11-24 Edjunior Machado <emachado@br.ibm.com>
2315
2316 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
2317 on ppc64's symbols; "finish" and "return" commands must accept to
2318 show the caller line again as well as the line after.
2319 * gdb.asm/powerpc64.inc: New file.
2320
6b0ecdc2
DE
23212010-11-23 Doug Evans <dje@google.com>
2322
2323 * lib/gdb.exp (gdb_test_sequence): New function.
2324 (gdb_expect_list): Add verbose -log call for each pattern.
2325 * gdb.base/signals.exp (test_handle_all_print): Call it.
2326 Reduce timeout increment from 6 minutes to 1 minute.
2327 * gdb.server/ext-run.exp: Call it.
2328
ea976c60
PM
23292010-11-23 Phil Muldoon <pmuldoon@redhat.com>
2330
f2b5a5cf 2331 PR python/12212
ea976c60
PM
2332
2333 * gdb.python/python.exp: Check that selected_thread raises an
2334 error when no inferior is loaded.
2335
c0efa795
JK
23362010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2337
2338 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
2339 * gdb.dwarf2/dw2-stack-boundary.S: New file.
2340
ec3aa567
JK
23412010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2342
2343 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
2344 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
2345
d8249011
DE
23462010-11-18 Doug Evans <dje@google.com>
2347
2348 * gdb.server/ext-run.exp: Fix intermittent failures.
2349
d4eba7d1
NF
23502010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2351
2352 * gdb.stabs/gdb11479.exp: Use runto_main.
2353
b04c2f88
NF
23542010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2355
2356 * gdb.base/break-entry.exp: Skip if using a stub.
2357
ae9d7ce4
NF
23582010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2359
2360 * gdb.python/py-inferior.exp: Pack values in target endianness.
2361
621c8364
TT
23622010-11-12 Tom Tromey <tromey@redhat.com>
2363
2364 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
2365 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
2366 MemoryError.
2367 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
2368 type.
2369 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
2370 MemoryError.
2371 (test_subscript_regression): Update exception type.
2372
84f4c1fe
PM
23732010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2374
2375 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
2376 breakpoint tests.
2377
a1442452
PA
23782010-11-09 Pedro Alves <pedro@codesourcery.com>
2379
2380 * gdb.base/watchpoint.exp: Test "watch -location" with an
2381 innacessible location.
2382
efd11a33
JK
23832010-11-09 Edjunior Machado <emachado@br.ibm.com>
2384 Luis Machado <luisgpm@br.ibm.com>
2385
2386 * gdb.base/maint.exp: Expect "." prefix.
2387 * gdb.base/nodebug.exp: Expect "." Likewise.
2388 * gdb.base/sepsymtab.exp: Expect "." Likewise.
2389 * gdb.base/watchpoint-cond-gone.exp: Likewise.
2390 * gdb.base/watchpoint.exp: Expect a software watch to be created for
2391 POWER server processors.
2392
aa00efb5
JK
23932010-11-08 Edjunior Machado <emachado@br.ibm.com>
2394 Luis Machado <luisgpm@br.ibm.com>
2395
2396 * gdb.base/break-entry.exp: convert entry point for
2397 ppc64 and expect leading `.' on ppc64's symbols
2398
99e7ae30
DE
23992010-11-05 Doug Evans <dje@google.com>
2400
2401 * gdb.base/help.exp: Update expected output.
b521dba8
DE
2402 * gdb.python/py-param.exp: Delete, contents moved to ...
2403 * gdb.python/py-parameter.exp: ... here. New file.
2404 Add test for gdb.parameter ("directories").
99e7ae30 2405
f4b8a18d
KW
24062010-11-05 Ken Werner <ken.werner@de.ibm.com>
2407
2408 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
2409 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
2410 * configure: Regenerate.
2411 * gdb.opencl/Makefile.in: New File.
2412 * gdb.opencl/datatypes.exp: Likewise.
2413 * gdb.opencl/datatypes.cl: Likewise.
2414 * gdb.opencl/operators.exp: Likewise.
2415 * gdb.opencl/operators.cl: Likewise.
2416 * gdb.opencl/vec_comps.exp: Likewise.
2417 * gdb.opencl/vec_comps.cl: Likewise.
2418 * gdb.opencl/convs_casts.exp: Likewise.
2419 * gdb.opencl/convs_casts.cl: Likewise.
2420 * lib/opencl.exp: Likewise.
2421 * lib/opencl_hostapp.c: Likewise.
2422 * lib/opencl_kernel.cl: Likewise.
2423 * lib/cl_util.c: Likewise.
2424 * lib/cl_util.c: Likewise.
2425 * gdb.base/default.exp (set language): Add "opencl" to the list of
2426 languages.
2427
a9d5ef47
SW
24282010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
2429
2430 * gdb.cp/overload.exp: Added test for inheritance overload.
2431 * gdb.cp/overload.cc: Ditto.
2432 * gdb.cp/oranking.exp: Removed releveant kfails.
2433
03eb1c79
JK
24342010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2435 Joel Brobecker <brobecker@adacore.com>
2436
2437 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
2438 check test_compiler_info.
2439
dbc98a8b
KW
24402010-11-03 Ken Werner <ken.werner@de.ibm.com>
2441
2442 * gdb.base/gnu_vector.exp: Adjust expect messages.
2443
120bd360
KW
24442010-11-03 Ken Werner <ken.werner@de.ibm.com>
2445
2446 * gdb.base/gnu_vector.exp: Add unary operator tests.
2447
c37f7098
KW
24482010-11-03 Ken Werner <ken.werner@de.ibm.com>
2449
2450 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
2451
7b51bc51
DE
24522010-11-02 Doug Evans <dje@google.com>
2453
2454 * gdb.python/py-pp-maint.c: New file.
2455 * gdb.python/py-pp-maint.exp: New file.
2456 * gdb.python/py-pp-maint.py: New file.
2457
50c97f38
TT
24582010-11-02 Tom Tromey <tromey@redhat.com>
2459
2460 * gdb.base/default.exp: Remove "scheme" from language list.
2461
a289b8f6
JK
24622010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2463
2464 Revert:
2465 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2466 * gdb.threads/sigstep-threads.exp: New file.
2467 * gdb.threads/sigstep-threads.c: New file.
2468
cd017491
MS
24692010-10-20 Michael Snyder <msnyder@vmware.com>
2470
2471 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
2472
8e6a5956
UW
24732010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2474
2475 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
2476 Skip test completely if gdb,no_hardware_watchpoints.
2477
2c04da0d
UW
24782010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2479
2480 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
2481 strict, but do not check for any particular function name within libc.
2482
79afc5ef
SW
24832010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2484
2485 * gdb.cp/smartp.exp: New test.
2486 * gdb.cp/smartp.cc : New test.
2487
026ffab7
SW
24882010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2489
2490 * gdb.cp/converts.exp: Test pointer to bool conversion.
2491 Test pointer to long conversion.
2492 * gdb.cp/oranking.exp: Removed relevant kfail.
2493
3a772aa4
TT
24942010-10-18 Tom Tromey <tromey@redhat.com>
2495
2496 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
2497 argument to lazy_string.
2498 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
2499 (pp_ls.to_string): Use it.
2500 * gdb.python/py-prettyprint.c (main): Move declarations to top.
2501 Add "estring2" local.
2502
5fc3827b
JK
25032010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 Fix s390x compatibility.
2506 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
2507 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
2508
8aeb23f3
JK
25092010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.threads/sigstep-threads.exp: New file.
2512 * gdb.threads/sigstep-threads.c: New file.
2513
c1e56572
JK
25142010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2515
2516 * gdb.base/pie-execl.exp: New file.
2517 * gdb.base/pie-execl.c: New file.
2518
92163a10
JK
25192010-10-13 Doug Evans <dje@google.com>
2520 Jan Kratochvil <jan.kratochvil@redhat.com>
2521
2522 PR exp/12117
2523 * gdb.cp/ptype-cv-cp.cc: New file.
2524 * gdb.cp/ptype-cv-cp.exp: New file.
2525
7062b0a0
SW
25262010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
2527
2528 * gdb.cp/converts.cc: New test program.
2529 * gdb.cp/converts.exp: New test.
2530 * gdb.cp/overload.exp: Added test for void* vs int*.
2531 * gdb.cp/overload.exp: Ditto.
2532 * gdb.cp/oranking.exp: Removed related kfail.
2533
0e3509db
DE
25342010-10-13 Doug Evans <dje@google.com>
2535
2536 * lib/gdb-python.exp (gdb_check_python_config): New function.
2537 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
2538 * gdb.python/lib-types.cc: New file.
2539 * gdb.python/lib-types.exp: New file.
2540
8dc78533
JK
25412010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 * gdb.python/py-error.exp: New file.
2544 * gdb.python/py-error.py: New file.
2545
93c17e06
JK
25462010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2547
2548 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
2549 gdb_test_multiple.
2550
d8b34041
JK
25512010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2552
2553 * gdb.base/break-interp.exp: Use ldlags for linking flags.
2554 * gdb.base/prelink.exp: Likewise.
2555 * gdb.base/solib-nodir.exp: Likewise.
2556 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
2557 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
2558 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
2559
e0cc584e
UW
25602010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2561
2562 * break-interp.exp (test_ld): Use two separate gdb_expect statements
2563 for the "info files" test to avoid timeouts on slow machines.
2564
cfc353b1
JK
25652010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2566
2567 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
2568 (main): Make openlib dummy call.
2569
d3d7896d
JK
25702010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2571
2572 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
2573 * break-interp.exp (reach): Move the core body ...
2574 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
2575 (test_ld): Provide always real argument, even to the linker. Replace
2576 dl_main by _dl_debug_state.
2577
5e533c94
JK
25782010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2579
2580 Fix results of prelinked PIEs on ppc*.
2581 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
2582 Accept also DISPLACEMENT "PRESENT".
2583 (main): Replace "ZERO" displacements by "PRESENT".
2584
33540610
SW
25852010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
2586
2587 * gdb.cp/oranking.exp: New test.
2588 * gdb.cp/oranking.cc: New test program.
2589
3bdf2bbd
KW
25902010-10-08 Ken Werner <ken.werner@de.ibm.com>
2591
2592 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
2593 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
2594
2f608a3a
KW
25952010-10-06 Ken Werner <ken.werner@de.ibm.com>
2596
2597 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
2598 lush, lynx) New constant.
2599 * gdb.base/constvars.exp: Test const array types.
2600 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
2601
aa2e2d8d
DE
26022010-10-06 Doug Evans <dje@google.com>
2603
2604 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
2605 of syscall staging area.
2606
2844d6b5
KW
26072010-10-06 Ken Werner <ken.werner@de.ibm.com>
2608
2609 * gdb.base/gnu_vector.c: Add variable c4.
2610 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
2611 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2612
7d8ac8bb
MR
26132010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
2614
2615 * gdb.arch/altivec-abi.exp: Fix a typo.
2616
84a02e58
MR
26172010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
2618
2619 * lib/mi-support.exp (thread_selected_re): Correct pattern used
2620 to match a thread ID.
2621
b18e6318
JK
26222010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 Fix s390x testcase compatibility.
2625 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
2626
a2c09bd0
DE
26272010-10-01 Doug Evans <dje@google.com>
2628
2629 * lib/gdb-python.exp: New file.
2630 * gdb.python/py-block.exp: Use it.
2631 * gdb.python/py-breakpoint.exp: Ditto.
2632 * gdb.python/py-frame.exp: Ditto.
2633 * gdb.python/py-inferior.exp: Ditto.
2634 * gdb.python/py-param.exp: Ditto.
2635 * gdb.python/py-prettyprint.exp: Ditto.
2636 * gdb.python/py-shared.exp: Ditto.
2637 * gdb.python/py-symbol.exp: Ditto.
2638 * gdb.python/py-symtab.exp: Ditto.
2639 * gdb.python/py-type.exp: Ditto.
2640 * gdb.python/py-value.exp: Ditto.
2641 * gdb.python/python.exp: Ditto.
2642
38f12cfc
TT
26432010-09-30 Tom Tromey <tromey@redhat.com>
2644
2645 * gdb.base/anon.exp: New file.
2646 * gdb.base/anon.c: New file.
2647
9ae8282d
TT
26482010-09-30 Tom Tromey <tromey@redhat.com>
2649
2650 * gdb.base/completion.exp: Test completion through anonymous
2651 union.
2652 * gdb.base/break1.c (struct some_struct): Add anonymous union.
2653
e9e07ba6
JK
26542010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 Fix printing parameters of inlined functions.
2657 * gdb.dwarf2/dw2-inline-param.exp: New file.
2658 * gdb.dwarf2/dw2-inline-param-main.c: New file.
2659 * gdb.dwarf2/dw2-inline-param.S: New file.
2660
cd2effb2
JK
26612010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2662
2663 PR corefiles/12071.
2664 * gdb.base/corefile.exp (quit with a process, no question: load core)
2665 (quit with a core file): New tests.
2666
bceffbf3
JK
26672010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2668
2669 Fix GDB crash on inferior calls with self-referencing classes.
2670 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
2671 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
2672 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
2673
1736ad11
JK
26742010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2675
2676 Fix lost siginfo_t for inferior calls.
2677 * gdb.base/siginfo-infcall.exp: New file.
2678 * gdb.base/siginfo-infcall.c: New file.
2679
a176ad92
JB
26802010-09-22 Joel Brobecker <brobecker@adacore.com>
2681
2682 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
2683
c2b0a229
JK
26842010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
2687 New test.
2688 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
2689
e8ae22d1
JB
26902010-09-22 Joel Brobecker <brobecker@adacore.com>
2691
2692 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
2693 type of our const type.
2694
ec322823
SW
26952010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
2696
2697 * gdb.cp/pr12028.cc: New.
2698 * gdb.cp/pr12028.exp: New.
2699
72929c62
JB
27002010-09-22 Joel Brobecker <brobecker@adacore.com>
2701
2702 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
2703
875b4ff5 27042010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 2705 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
2706
2707 PR mi/11407
2708 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
2709 * gdb.mi/dw2-ref-missing-frame-main.c New File.
2710 * gdb.mi/dw2-ref-missing-frame.S New File.
2711 * gdb.mi/dw2-ref-missing-frame.exp New File.
2712
7155d578
TT
27132010-09-14 Tom Tromey <tromey@redhat.com>
2714
2715 PR symtab/8399:
2716 * gdb.threads/tls.exp: Remove kfail. Update expected output.
2717
515ed532
TT
27182010-09-14 Tom Tromey <tromey@redhat.com>
2719
2720 PR exp/11803:
2721 * gdb.threads/tls.exp: Use C++.
2722 (check_thread_local): Use K::another_thread_local.
2723 * gdb.threads/tls.c (class K): New.
2724 (another_thread_local): Now a member of K.
2725 (spin): Update. No longer K&R C.
2726
450ca57c
SW
27272010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2728
2729 * gdb.cp/koenig.cc: created class for testing member lookup.
2730 * gdb.cp/koenig.exp: Added test for member lookup.
2731
dbd492a3
JK
27322010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2733
2734 Fix false FAILs on sourcetree topdir directory containing "kill".
2735 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
2736 source line matching regexp.
2737
8d4d924b
JK
27382010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 * gdb.python/python.exp (set height 0, collect help from uiout)
2741 (verify help to uiout): New tests.
2742
8e64f2a0
JK
27432010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2744
2745 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
2746 is_lp64_target to check 64bit target.
2747
4569eed2
JK
27482010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2749
2750 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
2751 (test_ld) <powerpc64-*>: New.
2752
5e1617b1
DJ
27532010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2754
2755 * gdb.cp/templates.exp (test_template_args): Allow "struct".
2756
c767944b
DJ
27572010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2758
2759 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
2760 (FunctionArg::method): New function.
2761 (empty, arg): New variables.
2762 (main): Call arg.method.
2763 * gdb.cp/templates.exp (test_template_args): New function.
2764 (do_tests): Call it.
2765
27d3a3fc
UW
27662010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2767
2768 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
2769 of "next" to proceed over pthread_exit call.
2770
55b7ce7f
UW
27712010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2772
2773 * gdb.base/maint.exp: Avoid wildcards against potentially very long
2774 "maint print statistics" output to prevent expect timeouts.
2775
809df446
JK
27762010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2777
2778 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
2779 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2780 (test_float_rejected): ... here.
2781 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
2782 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2783 (test_float_rejected): ... here.
2784 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
2785 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2786 (test_float_rejected): ... here.
2787 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
2788 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2789 (test_float_rejected): ... here.
2790
8464be76
DJ
27912010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2792
2793 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
2794 before disabling hardware watchpoints.
2795 (test_inaccessible_watchpoint): Check that hardware watchpoints
2796 are used. Test for watchpoints on a constant address.
2797
14dba4b4
JK
27982010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2799
2800 * gdb.base/ui-redirect.exp: New file.
2801
3f3540e1 28022010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 2803 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
2804
2805 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2806
0f254bb7
DE
28072010-08-31 Doug Evans <dje@google.com>
2808
2809 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2810
03f17ccf
TT
28112010-08-30 Tom Tromey <tromey@redhat.com>
2812
2813 PR python/11792:
2814 * gdb.python/py-value.exp (test_subscript_regression): Add
2815 dynamic_type test.
2816
640617ad
DJ
28172010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2818
2819 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2820 instead of running to main. Do not test the main function.
2821 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2822 Add new main.
2823
2ed91d1b
PA
28242010-08-26 Pedro Alves <pedro@codesourcery.com>
2825
2826 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2827 one test.
2828
673bfd45
DE
28292010-08-24 Doug Evans <dje@google.com>
2830
2831 PR symtab/11942
2832 * gdb.dwarf2/dw4-sig-types.cc: New file.
2833 * gdb.dwarf2/dw4-sig-types.h: New file.
2834 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2835 * gdb.dwarf2/dw4-sig-types.exp: New file.
2836
f9ffd4bb
TT
28372010-08-23 Tom Tromey <tromey@redhat.com>
2838
2839 PR python/11145:
2840 * gdb.python/py-value.c (Base, Derived): New types.
2841 (base): New global.
2842 * gdb.python/py-value.exp (test_subscript_regression): Add
2843 dynamic_cast test.
2844
d839c8a4
TT
28452010-08-23 Tom Tromey <tromey@redhat.com>
2846
2847 PR python/10676:
2848 * gdb.python/py-type.exp (test_fields): Add tests for type
2849 equality.
2850
702c2711
TT
28512010-08-23 Tom Tromey <tromey@redhat.com>
2852
2853 PR python/11915:
2854 * gdb.python/py-type.exp (test_fields): Add tests for array.
2855
832bafd3
KS
28562010-08-23 Keith Seitz <keiths@redhat.com>
2857
2858 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2859 have any children. Create a new abbrev for it.
2860 Add missing terminal sequence to .debug_abbrev.
2861
c37bf528
KS
28622010-08-20 Keith Seitz <keiths@redhat.com>
2863
2864 PR symtab/11465:
2865 * gdb.dwarf2/pr11465.exp: New test.
2866 * gdb.dwarf2/pr11465.S: New file.
2867 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2868 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2869
4572cbac
TJB
28702010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2871
2872 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2873 registers. Update data sets with the new v2_double element in the
2874 VSX register union. Add vector_register3_vr data set for the AltiVec
2875 registers. Use gdb_test_no_output instead of send_gdb.
2876
e7fbb131
PA
28772010-08-19 Pedro Alves <pedro@codesourcery.com>
2878
2879 * gdb.python/py-shared.exp: New file, factored out from
2880 python.exp.
2881 * gdb.python/py-shared.c: New file.
2882 * gdb.python/py-shared-sl.c: New file.
2883 * gdb.python/python-1.c: New file.
2884 * gdb.python/python-sl.c: Delete.
2885 * gdb.python/python.c: Mention python-1.c.
2886 * gdb.python/python.exp: Move shared library tests to
2887 py-shared.exp.
2888 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2889 (MISCELLANEOUS): New.
2890 (clean mostlyclean): Also remove $MISCELLANEOUS.
2891
d30f5e1f
DE
28922010-08-19 Doug Evans <dje@google.com>
2893
2894 PR exp/11926
2895 * gdb.base/printcmds.exp (test_float_accepted): New function.
2896 Move existing float tests there. Add tests for floats with suffixes.
2897 (test_float_rejected): New function.
2898 * gdb.java/jv-print.exp (test_float_accepted): New function.
2899 (test_float_rejected): New function.
2900 * gdb.objc/print.exp: New file.
2901 * gdb.pascal/print.exp: New file.
2902 * lib/objc.exp: New file.
2903
7b3fd859
PM
29042010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2905
2906 * gdb.base/default.exp (info set): Avoid full buffer error and force
2907 reading up to final gdb prompt.
2908 (show): Likewise.
2909
c92817ce
TT
29102010-08-18 Tom Tromey <tromey@redhat.com>
2911
2912 PR symtab/11919:
2913 * gdb.base/completion.exp: Add test.
2914
f1208f9e
DE
29152010-08-18 Doug Evans <dje@google.com>
2916
2917 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2918 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2919 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2920 Simplify, early exit if runto_main fails.
2921 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2922 (set_lang_fortran): Moved to lib/fortran.exp.
2923 * gdb.fortran/types.exp: load_lib fortran.exp.
2924 (set_lang_fortran): Moved to lib/fortran.exp.
2925 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2926 * gdb.java/jprint.exp (set_lang_java): Ditto.
2927 * gdb.java/jv-exp.exp: load_lib java.exp.
2928 If set_lang_java fails, issue a warning instead of failure to be
2929 consistent with other set_lang_foo uses.
2930 (set_lang_java): Moved to lib/java.exp.
2931 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2932 If set_lang_java fails, issue a warning instead of failure to be
2933 consistent with other set_lang_foo uses.
2934 * gdb.pascal/types.exp: load_lib pascal.exp.
2935 (set_lang_pascal): Moved to lib/pascal.exp.
2936 * lib/fortran.exp: New file.
2937 * lib/java.exp (set_lang_java): New function.
2938 * lib/pascal.exp (set_lang_pascal): New function.
2939
2f06b485
YQ
29402010-08-18 Yao Qi <yao@codesourcery.com
2941
2942 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2943 func_nofb_start and func_loopfb_start, so that address of functions
2944 is equal to these labels on Thumb.
2945
96e25403
YQ
29462010-08-18 Yao Qi <yao@codesourcery.com>
2947
2948 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2949 to reflect latest c source file.
2950
36e6adc4
JK
29512010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2952
2953 * gdb.cp/infcall-dlopen.exp: New file.
2954 * gdb.cp/infcall-dlopen.cc: New file.
2955 * gdb.cp/infcall-dlopen-lib.cc: New file.
2956
f431efe5
PA
29572010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2958 Pedro Alves <pedro@codesourcery.com>
2959
2960 PR breakpoints/11371
2961
2962 * gdb.base/watch-cond-infcall.exp: New file.
2963 * gdb.base/watch-cond-infcall.c: New file.
2964
06a64a0b
TT
29652010-08-16 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.base/help.exp: Update.
2968 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2969 watchpoint.
2970 (test_watch_location): New proc.
2971 (test_watchpoint_in_big_blob): Delete watchpoint.
2972 * gdb.base/watchpoint.c (func5): New function.
2973 (main): Call it.
2974
70ebf4ed
DE
29752010-08-16 Doug Evans <dje@google.com>
2976
2977 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2978
ca5c20b6
PM
29792010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2980
2981 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2982 tests.
2983
7346b668
KW
29842010-08-11 Ken Werner <ken.werner@de.ibm.com>
2985
2986 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2987 * gdb.base/gnu_vector.c: New File.
2988 * gdb.base/gnu_vector.exp: Likewise.
2989
cb2e07a6
PM
29902010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2991
2992 * gdb.python/python.c: New File.
2993 * gdb.python/python-sl.c: New File.
2994 * gdb.python/python.exp: Test solib_address and decode_line
2995 * functions.
2996
5da1313b
JK
29972010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 * gdb.python/python.exp (show height, set height 10)
3000 (verify pagination beforehand, verify pagination beforehand: q)
3001 (gdb.execute does not page, verify pagination afterwards)
3002 (verify pagination afterwards: q): New.
3003
49c3ccf7
DE
30042010-08-02 Doug Evans <dje@google.com>
3005
3006 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
3007 because of an older gcc, change test2
3008 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
3009 to unsupported.
3010
42c0c4f1
KH
30112010-07-30 Kazu Hirata <kazu@codesourcery.com>
3012
3013 * gdb.base/break-always.exp: Do not expect full paths to file
3014 names.
3015 * gdb.base/commands.exp: Likewise.
3016
d3765805
DE
30172010-07-30 Doug Evans <dje@google.com>
3018
c98ee71b
DE
3019 * gdb.cp/temargs.exp: For new tests that require newer gccs,
3020 xfail them when run with older gccs.
3021
fd961404
DE
3022 * lib/gdb.exp (build_executable): Forward "c++" option to
3023 get_compiler_info.
3024
999adef4
DE
3025 * gdb.python/py-type.exp (test_template): Mark as xfail tests
3026 "python print ttype.template_argument(1)" and
3027 "python print isinstance(ttype.template_argument(1), gdb.Value)"
3028 if using gcc 4.4 or earlier.
3029
d3765805
DE
3030 * gdb.base/valgrind-db-attach.exp: Use unique test name for
3031 attach-to-debugger handling.
3032
1276c759
JK
30332010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
3036 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
3037 (main): Use copyreloc.
3038 * gdb.base/prelink.exp (split debug of executable)
3039 (.dynbss vs. .bss address shift): New tests.
3040
88caa9b9
PA
30412010-07-29 Pedro Alves <pedro@codesourcery.com>
3042
3043 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
3044 in gdb_test_multiple.
3045
c6f2ac43
PA
30462010-07-29 Pedro Alves <pedro@codesourcery.com>
3047
3048 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
3049 environment.
3050
326fd672
TT
30512010-07-28 Tom Tromey <tromey@redhat.com>
3052
3053 PR python/11060:
3054 * gdb.python/py-type.c (Temargs): New template.
3055 (temvar): New variable.
3056 * gdb.python/py-type.exp (test_template): New proc.
3057
3ce3b1ba
PA
30582010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3059
3060 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
3061 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
3062
34eaf542
TT
30632010-07-28 Tom Tromey <tromey@redhat.com>
3064
3065 PR c++/9946:
3066 * gdb.cp/temargs.exp: New file.
3067 * gdb.cp/temargs.cc: New file.
3068
d41b819e
JK
30692010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3070
3071 * gdb.base/help.exp (help disassemble): Update the content.
3072
26ab7092
JK
30732010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3074
3075 * gdb.threads/ia64-sigill.exp: New file.
3076 * gdb.threads/ia64-sigill.c: New file.
3077
5283e9e1
TT
30782010-07-27 Tom Tromey <tromey@redhat.com>
3079
3080 * gdb.opt/inline-cmds.c (ATTR): New define.
3081 (func1): Use it.
3082 (func2): Likewise.
3083 (func3): Likewise.
3084 (outer_inline1): Likewise.
3085 (outer_inline2): Likewise.
3086 * gdb.opt/inline-bt.c (ATTR): New define.
3087 (func1): Use it.
3088 (func2): Likewise.
3089 * gdb.opt/inline-locals.c (ATTR): New define.
3090 (func1): Use it.
3091 (func2): Likewise.
3092
e992ef73
TT
30932010-07-27 Tom Tromey <tromey@redhat.com>
3094
3095 * gdb.stabs/gdb11479.c (hack): New function.
3096 (test): Use it.
3097 (test2): Use it.
3098 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
3099 (int32_search_buf, int64_search_buf): No longer static.
3100 (x): Remove.
3101 * gdb.base/relocate.c (hack): New function.
3102
5374244e
PM
31032010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3104
3105 * gdb.python/py-value.exp (test_inferior_function_call): New function.
3106 * gdb.python/py-value.c (func1): New function.
3107 (func2): Likewise.
3108
a99aee83
CV
31092010-07-26 Corinna Vinschen <vinschen@redhat.com>
3110
3111 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
3112 as not to clash with .data section.
3113
a04ba985
JG
31142010-07-26 Jerome Guitton <guitton@adacore.com>
3115
3116 * gdb.base/code_elim.exp: New file.
3117 * gdb.base/code_elim1.c: New file.
3118 * gdb.base/code_elim2.c: New file.
3119
23bd0f7c
PA
31202010-07-21 Pedro Alves <pedro@codesourcery.com>
3121
3122 PR symtab/11827
3123
3124 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
3125 (some_volatile_enum): New variable.
3126 * gdb.base/printcmds.exp (test_print_enums): New.
3127 <top level>: Call it.
3128
883df6dd
SW
31292010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3130
3131 * gdb.cp/fpointer.cc: New test.
3132 * gdb.cp/fpointer.exp: New test.
3133
569b05a5
JK
31342010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3135
3136 * gdb.base/solib-nodir.exp: New file.
3137 * lib/gdb.exp (runto): New case for a GDB internal error.
3138
51d7d803
JK
31392010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3140 Ulrich Weigand <uweigand@de.ibm.com>
3141 Tom Tromey <tromey@redhat.com>
3142
3143 * gdb.base/charset-malloc.c: New file.
3144 * gdb.base/charset.c (malloc_stub): New prototype.
3145 (main): Call it instead of malloc itself.
3146 * gdb.base/charset.exp: Use only prepare_for_testing.
3147 (binfile): Remove the variable.
3148
c0edd9ed
JK
31492010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 Make core files the process_stratum.
3152 * gdb.base/corefile.exp (run: load core again)
3153 (run: sanity check we see the core file, run: with core)
3154 (run: core file is cleared, attach: load core again)
3155 (attach: sanity check we see the core file, attach: with core)
3156 (attach: core file is cleared): New tests.
3157 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
3158
3cbaedff
KW
31592010-07-14 Ken Werner <ken.werner@de.ibm.com>
3160
3161 * gdb.arch/altivec-abi.exp: New tests.
3162
91158a56
TT
31632010-07-13 Tom Tromey <tromey@redhat.com>
3164
3165 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
3166 (main): Use it.
3167 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
3168
0f5238ed
TT
31692010-07-13 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.base/label.exp: New file.
3172 * gdb.base/label.c: New file.
3173
add265ae
L
31742010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3175 H.J. Lu <hongjiu.lu@intel.com>
3176
3177 * lib/gdb.exp (is_ilp32_target): New.
3178 (is_lp64_target): Likewise.
3179
3180 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
3181 target.
3182 * gdb.arch/amd64-disp-step.exp: Likewise.
3183 * gdb.arch/amd64-dword.exp: Likewise.
3184 * gdb.arch/amd64-i386-address.exp: Likewise.
3185 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 3186
add265ae
L
3187 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
3188 target.
3189 * gdb.arch/i386-bp_permanent.exp: Likewise.
3190 * gdb.arch/i386-byte.exp: Likewise.
3191 * gdb.arch/i386-disp-step.exp: Likewise.
3192 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3193 * gdb.arch/i386-prologue.exp: Likewise.
3194 * gdb.arch/i386-size-overlap.exp: Likewise.
3195 * gdb.arch/i386-size.exp: Likewise.
3196 * gdb.arch/i386-sse.exp: Likewise.
3197 * gdb.arch/i386-unwind.exp: Likewise.
3198 * gdb.arch/i386-word.exp: Likewise.
3199
3200 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
3201 test only when building 64-bit executables. Do not hard-code
3202 -m64 option.
3203
2dfb8c17
DE
32042010-07-07 Doug Evans <dje@google.com>
3205
3206 * lib/gdb.exp (gdb_test_list_exact): New function.
3207 * gdb.base/default.exp (show convenience): Call it, add tests for
3208 $_sdata = void, $_thread = 0.
3209
4e5799b6
JK
32102010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3211 Joel Brobecker <brobecker@adacore.com>
3212
3213 Fix re-run of PIE executable, PR shlibs/11776.
3214 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
3215 Remove $displacement_main to match the solib-svr4.c change. New "kill"
3216 and re-"run" of the inferior.
3217
1a219cc7
JK
32182010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3219 Joel Brobecker <brobecker@adacore.com>
3220
3221 Cope with missing /usr/sbin/prelink.
3222 * lib/prelink-support.exp (prelink_no):
3223 <result == 1 && $output is "no such file or directory">: New.
3224 (prelink_yes): Likewise. Return on failed prelink_no.
3225
5e3b36f8
JK
32262010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3227 Joel Brobecker <brobecker@adacore.com>
3228
3229 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
3230 build_executable by build_executable_own_libs. Replace "prelink -R"
3231 execution by a call of prelink_yes. Comment why "prelink -r" needs no
3232 change.
3233 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
3234 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
3235 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
3236 Replace build_executable by build_executable_own_libs's function
3237 build_executable_own_libs.
3238 (prelinkNO): Create new stub to call prelink_no.
3239 (prelinkYES): Create new stub to call prelink_yes.
3240 (test_attach): Rename calls of copy to file_copy.
3241 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
3242 (copy): Move to ...
3243 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
3244 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
3245 * gdb.base/prelink.exp: Disable testcase also for is_remote and
3246 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
3247 special flags by gdb_compile_shlib. Replace second gdb_compile by
3248 build_executable_own_libs. Replace "prelink -R" execution by a call of
3249 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
3250 a second call of prelink_yes. Replace restart commands by
3251 clean_restart.
3252 (prelink): Rename to ...
3253 (seen displacement message): ... this test. Extend its expectation
3254 strictness.
3255
86e4bafc
JK
32562010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3257
3258 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
3259 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
3260 displacement message exactly once.
3261
3cd07d20
JK
32622010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3263 Joel Brobecker <brobecker@adacore.com>
3264
3265 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
3266 its restore after the <$relink_args != ""> loop. new comment.
3267
0a1e94c7
JK
32682010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3269 Joel Brobecker <brobecker@adacore.com>
3270
3271 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
3272 code for it. New variable relink_args.
3273 (prelinkYES): Call prelinkNO.
3274 (test_attach): Accept new parameter relink_args. Re-prelink the binary
3275 in such case. Move the core code to ...
3276 (test_attach_gdb): ... a new function. Send GDB command "file".
3277 Extend expected "Attaching to " string.
3278
2f70bcfb
TT
32792010-07-02 Tom Tromey <tromey@redhat.com>
3280
3281 * gdb.base/bitops.exp: Remove extraneous "pass".
3282
a17ac5b0
TT
32832010-07-02 Ken Werner <ken.werner@de.ibm.com>
3284
3285 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3286
dc10affe
PA
32872010-07-01 Pedro Alves <pedro@codesourcery.com>
3288
d41c0fc8
PA
3289 * gdb.base/help.exp: Adjust expected output.
3290
32912010-07-01 Pedro Alves <pedro@codesourcery.com>
3292
3293 * gdb.base/help.exp: Adjust expected output.
dc10affe 3294
0a600c36
JK
32952010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3296
3297 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
3298 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
3299 c++/11702.
3300
37cc8bfe
JK
33012010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3302 Doug Evans <dje@google.com>
3303
3304 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
3305 add .dynamic entry'.
3306
254e6b9e
DE
33072010-06-29 Doug Evans <dje@google.com>
3308
3309 Test PR c++/11702.
3310 * gdb.cp/m-static.exp: Add testcase.
3311 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
3312
595939de 33132010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
3314 Tom Tromey <tromey@redhat.com>
3315 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
3316
3317 * gdb.python/py-inferior.c: New File.
3318 * gdb.python/py-infthread.c: New File.
3319 * gdb.python/py-inferior.exp: New File.
3320 * gdb.python/py-infthread.exp: New File.
3321
98751a41
JK
33222010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
3325 (ptype ::C::OtherFileClass typedefs): New.
3326 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
3327 (C::OtherFileClass::cOtherFileClassVar2): New.
3328 (C::OtherFileClass::cOtherFileClassVar_use): Use also
3329 cOtherFileClassVar2.
3330 (C::cOtherFileType2, C::cOtherFileVar2): New.
3331 (C::cOtherFileVar_use): use also cOtherFileVar2.
3332 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
3333
41f62f39
JK
33342010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
3337 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
3338 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
3339 (print ::C::cOtherFileVar)
3340 (whatis C::OtherFileClass::cOtherFileClassType)
3341 (whatis ::C::OtherFileClass::cOtherFileClassType)
3342 (print C::OtherFileClass::cOtherFileClassVar)
3343 (print ::cOtherFileClassVar)
3344 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
3345 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
3346 trailing content.
3347 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
3348 (C::OtherFileClass::cOtherFileClassVar)
3349 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
3350 (C::cOtherFileVar, C::cOtherFileVar_use): New.
3351
af53d231
JK
33522010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3353
3354 Test PR c++/11703 and PR gdb/1448.
3355 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
3356 gdb/1448.
3357
9655fd1a
JK
33582010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
3361 (main) <rtti_data>: New.
3362 * gdb.cp/virtbase.exp (print rtti_data): New.
3363
824cc8dd
JK
33642010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3365 Joel Brobecker <brobecker@adacore.com>
3366
3367 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
3368
6036c742
JK
33692010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3370
3371 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
3372
de6a0421
DE
33732010-06-28 Doug Evans <dje@google.com>
3374
3375 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
3376
b2dae948
DE
33772010-06-27 Doug Evans <dje@google.com>
3378
3379 * gdb.cp/m-static.exp: Update expected test output.
3380
0f3bb72e
PH
33812010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3382
889bf7c5
PA
3383 * gdb.gdb/selftest.exp: Adjust expected message for
3384 capturing start-up runtime.
0f3bb72e 3385
bc9f0842
TT
33862010-06-25 Tom Tromey <tromey@redhat.com>
3387
3388 PR python/10808:
3389 * gdb.python/python.exp: Add new tests.
3390
099ef718
SW
33912010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
3392
3393 * gdb.cp/operator.cc: Created an import loop.
3394 * gdb.cp/operator.exp: Added testcase for import loop.
3395
5868a632
JK
33962010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3397
3398 Test PR python/11407.
3399 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
3400 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
3401 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
3402 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
3403 executable_nofb and executable_fb. New variables srcsfile, objsfile,
3404 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
3405 binfile. Call gdb_compile with clean_restart twice.
3406 (func_nofb print, func_nofb backtrace, func_loopfb print)
3407 (func_loopfb backtrace): New.
3408
af76db58
JK
34092010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3410
3411 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
3412 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
3413 by a hand made one.
3414 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
3415 i?86 requirement. Remove variables srcfile and binfile. New variable
3416 sources, executable_nofb and executable_fb. Call prepare_for_testing.
3417
f2c7657e
UW
34182010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3419
3420 * gdb.cell/dwarfaddr.exp: New file.
3421 * gdb.cell/dwarfaddr.S: New file.
3422
628fe4e4
JK
34232010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3424
3425 Test PR 9436.
3426 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
3427
f1421989
HZ
34282010-06-24 Hui Zhu <teawater@gmail.com>
3429
3430 * gdb.base/eval.exp: New file.
3431
d03285ec
UW
34322010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3433
3434 * gdb.cell/fork.exp: New file.
3435 * gdb.cell/fork.c: Likewise.
3436 * gdb.cell/fork-spu.c: Likewise.
3437
41b2c92d
PM
34382010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
3439
3440 * lib/gdb.exp (banned_variables_traced): New global variable.
3441 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
3442 (gdb_init): Use `trace add variable' instead of obsolete
3443 `trace variable'.
3444
d5bc977f
DE
34452010-06-21 Doug Evans <dje@google.com>
3446
3447 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
3448
d2ed6730
UW
34492010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3450
3451 * gdb.arch/spu-ls.exp: New file.
3452 * gdb.arch/spu-ls.c: Likewise.
3453
6aed2dbc
SS
34542010-06-18 Stan Shebs <stan@codesourcery.com>
3455
3456 * gdb.threads/thread-specific.exp: Add tests of $_thread.
3457
e0756905
UW
34582010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3459
3460 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
3461 * gdb.base/watch-cond.exp: Likewise.
3462 * gdb.python/py-breakpoint.exp: Likewise.
3463
d8053d4d
PA
34642010-06-18 Pedro Alves <pedro@codesourcery.com>
3465
3466 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
3467 clean_restart, make sure every test has a distinct message, and
3468 that messages don't include the executable' full path.
3469
81ce510c
DE
34702010-06-17 Doug Evans <dje@google.com>
3471
3472 * gdb.arch/i386-size.exp: Updated expected output for
3473 DISASSEMBLY_OMIT_FNAME.
3474
65d79d4b
SDJ
34752010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3476 Sergio Durigan Junior <sergiodj@redhat.com>
3477
3478 * gdb.base/watch-notconst.c: New file.
3479 * gdb.base/watch-notconst.S: New file.
3480 * gdb.base/watch-notconst2.c: New file.
3481 * gdb.base/watch-notconst2.S: New file.
3482 * gdb.base/watch-notconst.exp: New file.
3483 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
3484 (func4): Add operations on `global_ptr_ptr'.
3485 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
3486 routine to test watchpoints created with a constant expression.
3487 (test_inaccessible_watchpoint): Include tests for watchpoints
3488 created with a constant expression.
3489
df0f4836
KB
34902010-06-14 Kevin Buettner <kevinb@redhat.com>
3491
3492 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
3493 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
3494 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
3495 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
3496 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
3497 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
3498 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
3499 of `_start'.
3500
b769def5
UW
35012010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3502
3503 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
3504 not supported on the target.
3505 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3506 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3507 * gdb.mi/mi-nsintrall.exp: Likewise.
3508 * gdb.mi/mi-nsmoribund.exp: Likewise.
3509 * gdb.mi/mi-nsthrexec.exp: Likewise.
3510
d914c394
SS
35112010-06-11 Stan Shebs <stan@codesourcery.com>
3512
3513 * gdb.base/permissions.exp: New file.
3514
35152010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
3516
3517 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
3518 does not support ELF executable class.
3519
f3ce5b9c
UW
35202010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3521
3522 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
3523
8e46892c
JK
35242010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3525
3526 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
3527 (runto): Catch "The target does not support running in non-stop mode.".
3528
6cc55c64
MS
35292010-06-11 Michael Snyder <msnyder@vmware.com>
3530
3531 * gdb.base/setshow.exp (set language asm): Don't use
3532 gdb_test_no_output, fails on some targets.
3533
caddefa4
UW
35342010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3535
3536 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
3537 * gdb.cp/pr9167.exp: Likewise.
3538
468b1aa7
UW
35392010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3540
3541 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
3542
5c3552dc
UW
35432010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3544
3545 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
3546
02e6fe6a
UW
35472010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3548
3549 * gdb.base/charset.c (main): Make sure malloc gets linked in.
3550
0e03807e
TT
35512010-06-11 Tom Tromey <tromey@redhat.com>
3552
3553 PR gdb/9977, PR exp/11636::
3554 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
3555 (pieces_test_f6): Update expected output.
3556
2bdf28a0
JK
35572010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3558
3559 * gdb.base/moribund-step.exp: New.
3560
f6978de9
MS
35612010-06-08 Michael Snyder <msnyder@vmware.com>
3562
3563 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 3564 * gdb.ada/boolean_expr.exp:
f6978de9
MS
3565 * gdb.ada/frame_args.exp: Ditto.
3566 * gdb.ada/lang_switch.exp: Ditto.
3567 * gdb.ada/ptype_arith_binop.exp: Ditto.
3568 * gdb.ada/ref_param.exp: Ditto.
3569 * gdb.ada/type_coercion.exp:Ditto.
3570
3571 * gdb.asm/asm-source.exp: Ditto.
3572
3573 * gdb.base/attach.exp: Ditto.
3574 * gdb.base/bitfields2.exp: Ditto.
3575 * gdb.base/call-signal-resume.exp: Ditto.
3576 * gdb.base/callfuncs.exp: Ditto.
3577 * gdb.base/commands.exp: Ditto.
3578 * gdb.base/dbx.exp: Ditto.
3579 * gdb.base/default.exp: Ditto.
3580 * gdb.base/dump.exp: Ditto.
3581 * gdb.base/exprs.exp: Ditto.
3582 * gdb.base/freebpcmd.exp: Ditto.
3583 * gdb.base/interrupt.exp: Ditto.
3584 * gdb.base/list.exp: Ditto.
3585 * gdb.base/long_long.exp: Ditto.
3586 * gdb.base/maint.exp: Ditto.
3587 * gdb.base/ptype.exp: Ditto.
3588 * gdb.base/return.exp: Ditto.
3589 * gdb.base/setshow.exp: Ditto.
3590 * gdb.base/sigbpt.exp: Ditto.
3591 * gdb.base/sigrepeat.exp: Ditto.
3592
3593 * gdb.cp/classes.exp: Ditto.
3594
3595 * gdb.dwarf2/dw2-restore.exp: Ditto.
3596
3597 * gdb.gdb/selftest.exp: Ditto.
3598
3599 * gdb.multi/base.exp: Ditto.
3600 * gdb.multi/bkpt-multi-exec.exp: Ditto.
3601
3602 * gdb.python/py-block.exp: Ditto.
3603 * gdb.python/py-prettyprint.exp: Ditto.
3604 * gdb.python/py-template.exp: Ditto.
3605
3606 * gdb.server/ext-attach.exp: Ditto.
3607 * gdb.server/ext-run.exp: Ditto.
3608 * gdb.server/server-mon.exp: Ditto.
3609
3610 * gdb.threads/fork-thread-pending.exp: Ditto.
3611 * gdb.threads/hand-call-in-threads.exp: Ditto.
3612 * gdb.threads/interrupted-hand-call.exp: Ditto.
3613 * gdb.threads/linux-dp.exp: Ditto.
3614 * gdb.threads/manythreads.exp: Ditto.
3615 * gdb.threads/print-threads.exp: Ditto.
3616 * gdb.threads/pthreads.exp: Ditto.
3617 * gdb.threads/schedlock.exp: Ditto.
3618 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3619 * gdb.threads/threadapply.exp: Ditto.
3620
de7ff789
MS
36212010-06-08 Michael Snyder <msnyder@vmware.com>
3622
889bf7c5 3623 * gdb.ada/exec_changed.exp:
de7ff789
MS
3624 Use ".*" instead of "" as wildcard regexp.
3625
3626 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
3627 * gdb.base/call-ar-st.exp: Ditto.
3628 * gdb.base/checkpoint.exp: Ditto.
3629 * gdb.base/default.exp: Ditto.
3630 * gdb.base/dump.exp: Ditto.
3631 * gdb.base/ending-run.exp: Ditto.
3632 * gdb.base/fileio.exp: Ditto.
3633 * gdb.base/miscexprs.exp: Ditto.
3634 * gdb.base/pointers.exp: Ditto.
3635 * gdb.base/readline.exp: Ditto.
3636 * gdb.base/reread.exp: Ditto.
3637 * gdb.base/restore.exp: Ditto.
3638 * gdb.base/shlib-call.exp: Ditto.
3639 * gdb.base/valgrind-db-attach.exp: Ditto.
3640 * gdb.base/volatile.exp: Ditto.
3641 * gdb.base/watchpoints.exp: Ditto.
3642
3643 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
3644
3645 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
3646 * gdb.python/py-value.exp: Ditto.
3647
3648 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
3649 * gdb.trace/circ.exp: Ditto.
3650 * gdb.trace/collection.exp: Ditto.
3651 * gdb.trace/packetlen.exp: Ditto.
3652 * gdb.trace/passc-dyn.exp: Ditto.
3653 * gdb.trace/report.exp: Ditto.
3654 * gdb.trace/tfile.exp: Ditto.
3655 * gdb.trace/tfind.exp: Ditto.
3656 * gdb.trace/while-dyn.exp: Ditto.
3657
3bebe2f2
JK
36582010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3659
3660 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
3661
5c631832
JK
36622010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3663
3664 Test PR 10640.
3665 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
3666
4c3376c8
SW
36672010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
3668
3669 * gdb.cp/koenig.exp: Test for ADL operators.
3670 * gdb.cp/koenig.cc: Added ADL operators.
3671 * gdb.cp/operator.exp: New test.
3672 * gdb.cp/operator.cc: New test.
3673
dc226d5a
MS
36742010-06-04 Michael Snyder <msnyder@vmware.com>
3675
dfb88a23
MS
3676 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
3677 * gdb.base/pending.exp: Ditto.
f7ae76b3 3678
dc226d5a
MS
3679 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
3680
967cf477
DE
36812010-06-04 Doug Evans <dje@google.com>
3682
3683 * gdb.python/py-prettyprint.exp: Add new test for enabled and
3684 disabled printers.
3685 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
3686 (enable_lookup_function): New function.
3687
eb801841
TT
36882010-06-04 Tom Tromey <tromey@redhat.com>
3689
3690 * gdb.python/py-value.exp (test_value_hash): Don't test equality
3691 of hash and id.
3692
38979823
JK
36932010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3694
3695 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
3696 newline.
3697 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
3698 (empty verbose non-noisy clear, empty verbose noisy clear)
3699 (empty non-verbose noisy clear): Likewise.
3700
35ec993f
MS
37012010-06-03 Michael Snyder <msnyder@vmware.com>
3702
3703 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
3704 * gdb.base/display.exp: Ditto.
3705 * gdb.base/find.exp: Ditto.
3706 * gdb.base/ifelse.exp: Ditto.
3707 * gdb.base/multi-forks.exp: Ditto.
3708 * gdb.base/recurse.exp: Ditto.
3709 * gdb.base/setshow.exp: Ditto.
3710 * gdb.base/value-double-free.exp: Ditto.
3711 * gdb.base/watch-vfork.exp: Ditto.
3712 * gdb.base/watch_thread_num.exp: Ditto.
3713 * gdb.base/watchpoint-solib.exp: Ditto.
3714 * gdb.base/watchpoint.exp: Ditto.
3715 * gdb.base/watchpoints.exp: Ditto.
3716
3717 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
3718 * gdb.cp/overload.exp: Ditto.
3719 * gdb.cp/virtfunc.exp: Ditto.
3720
3721 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
3722
889bf7c5 3723 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
3724 Replace gdb_test with gdb_test_no_output.
3725
889bf7c5 3726 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
3727 Replace gdb_test with gdb_test_no_output.
3728 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3729 * gdb.threads/watchthreads.exp: Ditto.
3730 * gdb.threads/watchthreads2.exp: Ditto.
3731
3732 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
3733 * gdb.trace/tfind.exp: Ditto.
3734
c22decce
JB
37352010-06-03 Joel Brobecker <brobecker@adacore.com>
3736
3737 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
3738 successful test if message is the empty string.
3739
fd5700c7
JK
37402010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3741
3742 * gdb.fortran/module.exp (stopped language detection): New test.
3743
f55ee35c
JK
37442010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 Support DW_TAG_module as separate namespaces.
3747 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
3748 gdb.fortran/library-module-lib.f90: New.
3749 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
3750 (print i): Remove.
3751 (continue to breakpoint: i-is-1, print var_i value 1)
3752 (continue to breakpoint: i-is-2, print var_i value 2)
3753 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
3754 (print var_d, print var_i value 14, ptype modmany, complete `modm)
3755 (complete `modmany, complete `modmany`, complete `modmany`var)
3756 (show language, setting breakpoint at module): New tests.
3757 * gdb.fortran/module.f90 (module mod): Remove.
3758 (module mod1, module mod2, module modmany, subroutine sub1)
3759 (subroutine sub2, program module): New.
3760
b8e8282f
JK
37612010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3762
3763 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
3764 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
3765 * gdb.cp/anon-union.exp (pass): Rename to ...
3766 (print z 2): ... here.
b8e8282f 3767
019ebafc
MS
37682010-06-02 Michael Snyder <msnyder@vmware.com>
3769
e68d8fd4
MS
3770 * gdb.trace/actions.exp: Use gdb_test_no_output.
3771 * gdb.trace/circ.exp: Ditto.
3772 * gdb.trace/packetlen.exp: Ditto.
3773 * gdb.trace/save-trace.exp: Ditto.
3774 * gdb.trace/tracecmd.exp: Ditto.
3775 * gdb.trace/tsv.exp: Ditto.
3776
12b5d08a
MS
3777 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
3778 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
3779 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3780 * gdb.threads/manythreads.exp: Ditto.
3781 * gdb.threads/print-threads.exp: Ditto.
3782 * gdb.threads/pthreads.exp: Ditto.
3783 * gdb.threads/schedlock.exp: Ditto.
3784 * gdb.threads/staticthreads.exp: Ditto.
3785 * gdb.threads/thread-specific.exp: Ditto.
3786 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3787 * gdb.threads/threadapply.exp: Ditto.
3788 * gdb.threads/watchthreads.exp: Ditto.
3789 * gdb.threads/watchthreads2.exp: Ditto.
3790
89493308
MS
3791 * gdb.python/py-block.exp: Use gdb_test_no_output.
3792 * gdb.python/py-prettyprint.exp: Ditto.
3793 * gdb.python/py-template.exp: Ditto.
3794 * gdb.python/py-value.exp: Ditto.
3795
3796 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
3797 * gdb.reverse/watch-reverse.exp: Ditto.
3798
3799 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
3800 * gdb.server/ext-run.exp: Ditto.
3801
019ebafc
MS
3802 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3803 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3804 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3805 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3806 * gdb.dwarf2/dw2-producer.exp: Ditto.
3807 * gdb.dwarf2/mac-fileno.exp: Ditto.
3808
3809 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3810 * gdb.gdb/selftest.exp: Ditto.
3811
3812 * gdb.multi/base.exp: Use gdb_test_no_output.
3813
3814 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3815
3e0ca3a5
JK
38162010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3819
9db70545
MS
38202010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3821
a8d52276
MS
3822 * gdb.cp/class2.exp: Use gdb_test_no_output.
3823 * gdb.cp/classes.exp: Ditto.
3824 * gdb.cp/extern-c.exp: Ditto.
3825 * gdb.cp/inherit.exp: Ditto.
3826 * gdb.cp/maint.exp: Ditto.
3827 * gdb.cp/mb-inline.exp: Ditto.
3828 * gdb.cp/mb-templates.exp: Ditto.
3829 * gdb.cp/method2.exp: Ditto.
3830 * gdb.cp/misc.exp: Ditto.
3831 * gdb.cp/ovldbreak.exp: Ditto.
3832 * gdb.cp/punctuator.exp: Ditto.
3833 * gdb.cp/templates.exp: Ditto.
3834 * gdb.cp/virtbase.exp: Ditto.
3835
889bf7c5 3836 * gdb.threads/attach-stopped.exp:
9db70545 3837 Replace uses of send_gdb / gdb_expect.
889bf7c5 3838 * gdb.threads/attachstop-mt.exp:
9db70545 3839 Replace uses of send_gdb / gdb_expect.
889bf7c5 3840 * gdb.threads/gcore-thread.exp:
9db70545 3841 Replace uses of send_gdb / gdb_expect.
889bf7c5 3842 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
3843 Replace uses of send_gdb / gdb_expect.
3844 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 3845 * gdb.threads/print-threads.exp:
9db70545
MS
3846 Replace uses of send_gdb / gdb_expect.
3847 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3848 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3849 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3850
3851 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3852 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3853 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3854 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3855 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3856 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3857 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3858 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3859 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3860 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3861 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3862
359cc68c
JK
38632010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3866
7d3fe98e
SW
38672010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3868
3869 * gdb.cp/koenig.exp: Added new test case.
3870 * gdb.cp/koenig.cc: Ditto.
3871
27d3a1a2
MS
38722010-06-01 Michael Snyder <msnyder@vmware.com>
3873
3874 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3875 * gdb.base/arrayidx.exp: Ditto.
3876 * gdb.base/attach.exp: Ditto.
3877 * gdb.base/auxv.exp: Ditto.
3878 * gdb.base/bigcre.exp: Ditto.
3879 * gdb.base/break-always.exp: Ditto.
3880 * gdb.base/break-interp.exp: Ditto.
3881 * gdb.base/break.exp: Ditto.
3882 * gdb.base/breakpoint-shadow.exp: Ditto.
3883 * gdb.base/call-ar-st.exp: Ditto.
3884 * gdb.base/call-sc.exp: Ditto.
3885 * gdb.base/call-signal-resume.exp: Ditto.
3886 * gdb.base/callfuncs.exp: Ditto.
3887 * gdb.base/catch-syscall.exp: Ditto.
3888 * gdb.base/charset.exp: Ditto.
3889 * gdb.base/code-expr.exp: Ditto.
3890 * gdb.base/commands.exp: Ditto.
3891 * gdb.base/cond-expr.exp: Ditto.
3892 * gdb.base/condbreak.exp: Ditto.
3893 * gdb.base/cursal.exp: Ditto.
3894 * gdb.base/cvexpr.exp: Ditto.
3895 * gdb.base/default.exp: Ditto.
3896 * gdb.base/del.exp: Ditto.
3897 * gdb.base/detach.exp: Ditto.
3898 * gdb.base/display.exp: Ditto.
3899 * gdb.base/ena-dis-br.exp: Ditto.
3900 * gdb.base/eval-skip.exp: Ditto.
3901 * gdb.base/foll-fork.exp: Ditto.
3902 * gdb.base/foll-vfork.exp: Ditto.
3903 * gdb.base/frame-args.exp: Ditto.
3904 * gdb.base/funcargs.exp: Ditto.
3905 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3906 * gdb.base/gdbvars.exp: Ditto.
3907 * gdb.base/help.exp: Ditto.
3908 * gdb.base/ifelse.exp: Ditto.
3909 * gdb.base/included.exp: Ditto.
3910 * gdb.base/list.exp: Ditto.
3911 * gdb.base/macscp.exp: Ditto.
3912 * gdb.base/maint.exp: Ditto.
3913 * gdb.base/multi-fork.exp: Ditto.
3914 * gdb.base/overlays.exp: Ditto.
3915 * gdb.base/page.exp: Ditto.
3916 * gdb.base/pending.exp: Ditto.
3917 * gdb.base/pointers.exp: Ditto.
3918 * gdb.base/pr11022.exp: Ditto.
3919 * gdb.base/prelink.exp: Ditto.
3920 * gdb.base/printcmds.exp: Ditto.
3921 * gdb.base/psymtab.exp: Ditto.
3922 * gdb.base/randomize.exp: Ditto.
3923 * gdb.base/relational.exp: Ditto.
3924 * gdb.base/relocate.exp: Ditto.
3925 * gdb.base/remote.exp: Ditto.
3926 * gdb.base/sepdebug.exp: Ditto.
3927 * gdb.base/set-lang-auto.exp: Ditto.
3928 * gdb.base/setshow.exp: Ditto.
3929 * gdb.base/setvar.exp: Ditto.
3930 * gdb.base/signals.exp: Ditto.
3931 * gdb.base/signull.exp: Ditto.
3932 * gdb.base/sigstep.exp: Ditto.
3933 * gdb.base/sizeof.exp: Ditto.
3934 * gdb.base/solib-disc.exp: Ditto.
3935 * gdb.base/store.exp: Ditto.
3936 * gdb.base/structs.exp: Ditto.
3937 * gdb.base/structs2.exp: Ditto.
3938 * gdb.base/subst.exp: Ditto.
3939 * gdb.base/term.exp: Ditto.
3940 * gdb.base/trace-commands.exp: Ditto.
3941 * gdb.base/unwindonsignal.exp: Ditto.
3942 * gdb.base/valgrind-db-attach.exp: Ditto.
3943 * gdb.base/varargs.exp: Ditto.
3944 * gdb.base/watch-cond.exp: Ditto.
3945 * gdb.base/watch_thread_num.exp: Ditto.
3946 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3947 * gdb.base/watchpoint.exp: Ditto.
3948 * gdb.base/whatis-exp.exp: Ditto.
3949
f8d3bf8f
MS
39502010-06-01 Michael Snyder <msnyder@vmware.com>
3951
3952 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3953 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3954 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3955 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3956 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3957 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3958 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3959 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3960 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3961 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3962 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3963 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3964 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3965 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3966 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3967
3f9e0d32
JK
39682010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3969
3970 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3971 trailing newline.
3972 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3973 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3974 (p *args): ... here and remove excessive trailing newline.
3975
f629457d
JB
39762010-05-31 Joel Brobecker <brobecker@adacore.com>
3977
3978 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3979
09eef106
JK
39802010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3981
3982 Accept the new Linux kernel "t (tracing stop)" string.
3983 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3984 Update comment.
3985 (state_wait) <T (tracing stop)>: New.
3986 (main): Update the state_wait expect string.
3987
94f31136
PA
39882010-05-28 Pedro Alves <pedro@codesourcery.com>
3989
3990 * limits.c, limits.exp: Delete files.
3991 * Makefile.in (clean mostlyclean): Adjust.
3992 * tracecmd.exp: Adjust.
3993
096554ab
JK
39942010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3995
3996 * gdb.base/tui-layout.exp: New.
3997
27d3a1a2 39982010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 3999
889bf7c5 4000 * gdb.reverse/break-precsave.exp:
bcd2dc50 4001 Replace uses of send_gdb / gdb_expect.
889bf7c5 4002 * gdb.reverse/break-reverse.exp:
bcd2dc50 4003 Replace uses of send_gdb / gdb_expect.
889bf7c5 4004 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 4005 Replace uses of send_gdb / gdb_expect.
889bf7c5 4006 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 4007 Replace uses of send_gdb / gdb_expect.
889bf7c5 4008 * gdb.reverse/finish-precsave.exp:
bcd2dc50 4009 Replace uses of send_gdb / gdb_expect.
889bf7c5 4010 * gdb.reverse/finish-reverse.exp:
bcd2dc50 4011 Replace uses of send_gdb / gdb_expect.
889bf7c5 4012 * gdb.reverse/i386-precsave.exp:
bcd2dc50 4013 Replace uses of send_gdb / gdb_expect.
889bf7c5 4014 * gdb.reverse/i386-reverse.exp:
bcd2dc50 4015 Replace uses of send_gdb / gdb_expect.
889bf7c5 4016 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 4017 Replace uses of send_gdb / gdb_expect.
889bf7c5 4018 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 4019 Replace uses of send_gdb / gdb_expect.
889bf7c5 4020 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 4021 Replace uses of send_gdb / gdb_expect.
889bf7c5 4022 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 4023 Replace uses of send_gdb / gdb_expect.
889bf7c5 4024 * gdb.reverse/machinestate.exp:
bcd2dc50 4025 Replace uses of send_gdb / gdb_expect.
889bf7c5 4026 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 4027 Replace uses of send_gdb / gdb_expect.
889bf7c5 4028 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 4029 Replace uses of send_gdb / gdb_expect.
889bf7c5 4030 * gdb.reverse/solib-precsave.exp:
bcd2dc50 4031 Replace uses of send_gdb / gdb_expect.
889bf7c5 4032 * gdb.reverse/solib-reverse.exp:
bcd2dc50 4033 Replace uses of send_gdb / gdb_expect.
889bf7c5 4034 * gdb.reverse/step-precsave.exp:
bcd2dc50 4035 Replace uses of send_gdb / gdb_expect.
889bf7c5 4036 * gdb.reverse/step-reverse.exp:
bcd2dc50 4037 Replace uses of send_gdb / gdb_expect.
889bf7c5 4038 * gdb.reverse/until-precsave.exp:
bcd2dc50 4039 Replace uses of send_gdb / gdb_expect.
889bf7c5 4040 * gdb.reverse/until-reverse.exp:
bcd2dc50 4041 Replace uses of send_gdb / gdb_expect.
889bf7c5 4042 * gdb.reverse/watch-precsave.exp:
bcd2dc50 4043 Replace uses of send_gdb / gdb_expect.
889bf7c5 4044 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
4045 Replace uses of send_gdb / gdb_expect.
4046
3def43e0
JK
40472010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
4050 excessive newline.
4051
27d3a1a2 40522010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
4053
4054 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
4055 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
4056 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
4057 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
4058 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
4059 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
4060 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
4061 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
4062 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
4063 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
4064 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
4065 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
4066 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
4067 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
4068 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
4069 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
4070 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
4071 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
4072 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 4073
27d3a1a2 40742010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 4075
22454424
MS
4076 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
4077 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
4078
4079 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
4080 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
4081 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
4082
889bf7c5 4083 * gdb.reverse/consecutive-reverse.exp:
22454424 4084 Replace uses of send_gdb / gdb_expect.
889bf7c5 4085 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
4086 Replace uses of send_gdb / gdb_expect.
4087
4088 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
4089 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
4090 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 4091 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
4092 Replace uses of send_gdb / gdb_expect.
4093 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
4094 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
4095 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
4096 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
4097 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
4098 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
4099 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
4100 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
4101 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
4102
41032010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 4104
22454424 4105 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4106
22454424 4107 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4108
22454424
MS
4109 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
4110 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
4111 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
4112 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
4113 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
4114 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
4115 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
4116 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
4117 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4118
6e5f2c59
TT
41192010-05-25 Tom Tromey <tromey@redhat.com>
4120
4121 * gdb.base/macscp.exp: Add missing space after setup_kfail.
4122
bbc8b958
TT
41232010-05-25 Tom Tromey <tromey@redhat.com>
4124
4125 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
4126 argument order.
4127 * gdb.base/macscp.exp: Fix setup_kfail argument order.
4128 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
4129 order.
4130 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
4131 order.
4132 * gdb.base/call-sc.exp (setup_kfails): Remove.
4133 (setup_compiler_kfails): Remove.
4134 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
4135 argument order.
4136 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
4137 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
4138 (advancei): Fix setup_kfail argument order.
4139 * gdb.base/radix.exp: Fix setup_kfail argument order.
4140 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
4141 order.
4142 * gdb.base/structs.exp (setup_kfails): Remove.
4143 (setup_compiler_kfails): Fix setup_kfail argument order.
4144 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
4145 order.
4146 * gdb.java/jmain.exp: Fix setup_kfail argument order.
4147 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
4148 setup_kfail argument order.
4149 * gdb.cp/overload.exp: Fix setup_kfail argument order.
4150
83d1babf
TT
41512010-05-25 Tom Tromey <tromey@redhat.com>
4152
4153 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
4154
6acb16a2
MS
41552010-05-25 Michael Snyder <msnyder@vmware.com>
4156
4157 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
4158 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
4159 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
4160 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
4161 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
4162 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
4163 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
4164 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
4165 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
4166 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
4167 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
4168 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
4169 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
4170 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
4171 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
4172 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
4173 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
4174 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
4175 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
4176 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
4177 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
4178 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
4179 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
4180 * gdb.base/default.exp: Replace send_gdb with gdb_test.
4181 * gdb.base/define.exp: Replace send_gdb with gdb_test.
4182 * gdb.base/display.exp: Replace send_gdb with gdb_test.
4183 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
4184 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
4185 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
4186 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
4187 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
4188 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
4189 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
4190 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
4191 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
4192 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
4193 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
4194 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
4195 * gdb.base/help.exp: Replace send_gdb with gdb_test.
4196 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
4197 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
4198 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
4199 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
4200 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
4201 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
4202 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
4203 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 4204 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
4205
42062010-05-25 Doug Evans <dje@google.com>
4207
4208 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
4209 gdb.string_to_argv.
ad3986f0 4210
d3b1e874
TT
42112010-05-21 Tom Tromey <tromey@redhat.com>
4212
4213 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
4214 Call it.
4215 * gdb.dwarf2/pieces.S: Update.
4216 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
4217
cb826367
TT
42182010-05-21 Tom Tromey <tromey@redhat.com>
4219
4220 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
4221 Call it.
4222 * gdb.dwarf2/pieces.c (struct C): New.
4223 (f6): New function.
4224 * gdb.dwarf2/pieces.S: Replace.
4225
74de6778
TT
42262010-05-21 Tom Tromey <tromey@redhat.com>
4227
4228 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
4229 Call it.
4230
afd74c5f
TT
42312010-05-21 Tom Tromey <tromey@redhat.com>
4232
4233 * gdb.dwarf2.pieces.exp: New file.
4234 * gdb.dwarf2.pieces.S: New file.
4235 * gdb.dwarf2.pieces.c: New file.
4236
a7b75dfd 42372010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 4238 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
4239
4240 * lib/gdb.exp (gdb_test_no_output): New function.
4241 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
4242 when testing commands that should produce no output.
4243
c81c812a
JB
42442010-05-17 Joel Brobecker <brobecker@adacore.com>
4245
4246 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
4247 parameter that we want to watch being a constant.
4248
0cce5bd9
JB
42492010-05-17 Joel Brobecker <brobecker@adacore.com>
4250
4251 * gdb.ada/cond_lang: New testcase.
4252
47050449
JB
42532010-05-17 Joel Brobecker <brobecker@adacore.com>
4254
4255 * lib/gdb.exp (banned_variables): New variable/constant.
4256 (gdb_init): Add write trace on variables listed in banned_variables.
4257 (gdb_finish): Remove write traces on variables listed in
4258 banned_variables.
4259
77c01586
JB
42602010-05-17 Joel Brobecker <brobecker@adacore.com>
4261
4262 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
4263 * gdb.cp/koenig.exp: Likewise.
4264
88d4aea7
PM
42652010-05-14 Phil Muldoon <pmuldoon@redhat.com>
4266
889bf7c5 4267 PR python/11482
88d4aea7
PM
4268
4269 * gdb.python/py-value.exp (test_value_hash): New function.
4270
f5a010c0
PM
42712010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4272
4273 PR exp/11530.
4274 * gdb.base/gdb11530.c: New file.
4275 * gdb.base/gdb11530.exp: New file.
4276
8ef4892f
JK
42772010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
4280 * gdb.dwarf2/dw2-modula2-self-type.S: New.
4281
7322dca9
SW
42822010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
4283
4284 * gdb.cp/koenig.exp: New test.
4285 * gdb.cp/koenig.cc: New test program.
4286
02e7ea18
JB
42872010-05-05 Joel Brobecker <brobecker@adacore.com>
4288
4289 Remove the use of prms_id and bug_id throughout the testsuite.
4290
e1c34c5d
PM
42912010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4292
4293 PR exp/11349.
4294 * testsuite/gdb.cp/ref-types.exp: Add test to examine
4295 use a reference local variable.
4296
8e1d0c49
JK
42972010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4298
4299 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
4300 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
4301 variable different_dir. Move debugfile into a full directory pathname
4302 under DIFFERENT_DIR.
4303 * lib/gdb.exp (separate_debug_filename): Remove.
4304 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
4305 variable debug_dir and mkdir of it. Update function comments.
4306
e66408ed
PA
43072010-04-29 Pedro Alves <pedro@codesourcery.com>
4308
4309 PR gdb/11557
4310
4311 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
4312 files.
4313
d7b32ed3
PM
43142010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4315
889bf7c5 4316 * gdb.python/py-param.exp: New File.
d7b32ed3 4317
6aecb9c2
JB
43182010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4319
4320 * gdb.base/default.exp: Fix "set language" test.
4321
bdf92a1c
PM
43222010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
4323
4324 PR breakpoints/11531.
4325 * gdb.base/gdb11531.c: New file.
4326 * gdb.base/gdb11531.exp: New file.
4327
3f172e24
TT
43282010-04-26 Tom Tromey <tromey@redhat.com>
4329
4330 * gdb.base/completion.exp: Add tests for completion and deprecated
4331 commands.
4332
64af4c92
JK
43332010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4334
4335 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
4336 (print /x char_array): Escape curly brackets.
4337
492928e4
JK
43382010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4339
4340 Fix deadlock on looped list of loaded shared objects.
4341 * gdb.base/solib-corrupted.exp: New.
4342
66d09542
DE
43432010-04-23 Doug Evans <dje@google.com>
4344
4345 * gdb.python/py-section-script.c: New file.
4346 * gdb.python/py-section-script.exp: New file.
4347 * gdb.python/py-section-script.py: New file.
4348
8bd10a10
CM
43492010-04-20 Chris Moller <cmoller@redhat.com>
4350
4351 PR 10179
4352
4353 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
4354 * gdb.base/pr10179-a.c:
4355 * gdb.base/pr10179-b.c:
4356 * gdb.base/pr10179.exp: New files.
4357
c0201579
JK
43582010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 Fix crashes on dangling display expressions.
4361 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
4362 is SEP.
4363 (lib_flags): Remove the "debug" keyword.
4364 (libsepdebug): New variable for iterating new loop.
4365 (save_pf_prefix): New variable wrapping the loop.
4366 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
4367 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
4368
793b0ff8
PM
43692010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4370
4371 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
4372
097f51f7
PM
43732010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4374
4375 PR stabs/11479.
4376 * gdb.stabs/gdb11479.exp: New file.
4377 * gdb.stabs/gdb11479.c: New file.
4378
9a22f0d0
PM
43792010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4380
4381 * gdb.base/charset.c (Strin16, String32): New variables.
4382 * gdb.base/charset.exp (gdb_test): Test correct display
4383 of 16 or 32 bit strings.
4384
43852010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
4386
4387 PR 9167
4388 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
4389 * gdb.cp/pr9167.cc: New file.
4390 * gdb.cp/pr9167.exp: New file.
4391
4392
6e354e5e
PM
43932010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4394
4395 PR pascal/11492.
4396 * gdb.pascal/gdb11492.pas: New file.
4397 * gdb.pascal/gdb11492.exp: New file.
4398
be942545
JB
43992010-04-20 Joel Brobecker <brobecker@adacore.com>
4400
1667e6e3 4401 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 4402
0c3acc09
JB
44032010-04-20 Joel Brobecker <brobecker@adacore.com>
4404
4405 * gdb.ada/dyn_loc: New testcase.
4406
ec31cde5
CM
44072010-04-20 Chris Moller <cmoller@redhat.com>
4408
4409 PR 10867
889bf7c5 4410
ec31cde5
CM
4411 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
4412 * gdb.cp/pr10687.cc: New file.
4413 * gdb.cp/pr10687.exp: New file.
4414
4415
ce4b0682
SDJ
44162010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4417 Sergio Durigan Junior <sergiodj@redhat.com>
4418
4419 * gdb.fortran/logical.exp: New testcase.
4420 * gdb.fortran/logical.f90: New file.
4421
3436961f
DE
44222010-04-19 Doug Evans <dje@google.com>
4423
4424 * gdb.base/help.exp (help source): Update expected output.
4425
4d836c09
JK
44262010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4427
4428 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
4429 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
4430 gdb_exit and return.
4431 (executable): New variable.
4432 (binfile): Use it.
4433
6149aea9
PA
44342010-04-19 Pedro Alves <pedro@codesourcery.com>
4435
4436 PR breakpoints/8554.
4437
4438 * gdb.trace/save-trace.exp: Adjust.
4439
ed41462c
L
44402010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4441
4442 PR corefiles/11511
4443 * gdb.arch/system-gcore.exp: New.
4444 * gdb.arch/gcore.c: Likewise.
4445
3f7b2faa
DE
44462010-04-15 Doug Evans <dje@google.com>
4447
fa33c3cd
DE
4448 * gdb.python/py-progspace.c: New file.
4449 * gdb.python/py-progspace.exp: New file.
4450
3f7b2faa
DE
4451 * gdb.base/source.exp: Add tests for "source -s".
4452
79f283fe
PM
44532010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4454
4455 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
4456 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
4457 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
4458 * gdb.python/py-mi.exp: New test for to_string returning None.
4459
fc8eb08a
PM
44602010-04-12 Phil Muldoon <pmuldoon@redhat.com>
4461
4462 * gdb.python/py-breakpoint.c: Make result global.
4463
26e197f6
JK
44642010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4465
4466 Fix non-GNU make compatibility.
4467 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
4468
adc36818
PM
44692010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4470
4471 * gdb.python/py-breakpoint.exp: New File.
4472 * gdb.python/py-breakpoint.C: Ditto.
4473
64e17368
SS
44742010-04-08 Stan Shebs <stan@codesourcery.com>
4475
4476 * gdb.trace/actions.exp: Clear default-collect.
4477 * gdb.trace/save-trace.exp: Clear default-collect.
4478
fff5cc64
PM
44792010-04-08 Phil Muldoon <pmuldoon@redhat.com>
4480
4481 * gdb.python/py-value: Add null string variable.
4482 (test_lazy_string): Test zero length, NULL address lazy
4483 strings.
4484
a055a187
L
44852010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4486
4487 * gdb.arch/i386-avx.c: New.
4488 * gdb.arch/i386-avx.exp: Likewise.
4489
4490 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
4491
96e39866
DE
44922010-04-06 Doug Evans <dje@google.com>
4493
4494 * gdb.base/source-test.gdb: New file.
4495 * gdb.base/source.exp: Test source -v.
4496
5984a431
UW
44972010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4498
4499 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
4500
ec8a089a
PM
45012010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4502
4503 * gdb.stabs/aout.sed: Convert all backslash to double backslash
4504 within one line, unless it is followed by a double quote.
4505 * gdb.stabs/hppa.sed: Idem.
4506 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
4507 * gdb.stabs/weird.exp: Check for correct parsing of
4508 char and string constants.
ec8a089a
PM
4509 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
4510 in .stabs to .stabx substitution.
4511
fce3c1f0
SS
45122010-04-05 Stan Shebs <stan@codesourcery.com>
4513
4514 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
4515 constant global.
4516 * gdb.trace/tfile.exp: Try to print them.
4517
d77f58be
SS
45182010-04-04 Stan Shebs <stan@codesourcery.com>
4519
4520 * gdb.base/completion.exp: Update for new "info watchpoints".
4521 * gdb.base/default.exp: Ditto.
4522 * gdb.base/help.exp: Ditto.
4523 * gdb.base/watchpoint.exp: Ditto.
4524 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 4525
af54718e
SS
45262010-04-04 Stan Shebs <stan@codesourcery.com>
4527
4528 * gdb.trace/tfile.exp: Sharpen tfind test.
4529
74d1f91e
JK
45302010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4531
4532 * gdb.base/break-entry.exp: New.
4533
eb8e76db 45342010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 4535 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
4536
4537 * gdb.reverse/i386-sse-reverse.exp: New file.
4538 * gdb.reverse/i386-sse-reverse.c: New file.
4539
bf65cad8
PA
45402010-04-02 Pedro Alves <pedro@codesourcery.com>
4541
4542 * gdb.trace/tfind.exp: Adjust expected disassembly output.
4543
fff87407
SS
45442010-04-01 Stan Shebs <stan@codesourcery.com>
4545
4546 * gdb.trace/actions.exp: Tweak expected output.
4547 * gdb.trace/while-stepping.exp: Tweak expected output.
4548
fe01d668
L
45492010-04-01 H.J. Lu <hongjiu.lu@intel.com>
4550
4551 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
4552
86b17b60
PA
45532010-04-01 Pedro Alves <pedro@codesourcery.com>
4554
4555 * gdb.base/commands.exp: Adjust.
4556 * gdb.cp/extern-c.exp: Adjust.
4557
2c58c0a9
PA
45582010-04-01 Pedro Alves <pedro@codesourcery.com>
4559
4560 * gdb.trace/collection.c (local_test_func): Define a local struct,
4561 and instanciate it.
4562
0db9b91c
PA
45632010-04-01 Pedro Alves <pedro@codesourcery.com>
4564
4565 * gdb.trace/collection.exp (gdb_collect_args_test)
4566 (gdb_collect_argarray_test): XFAIL the tests that assume the
4567 argarray argument's elements are collected.
4568
8072405b
JK
45692010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4570
4571 * gdb.dwarf2/dw2-bad-parameter-type.exp,
4572 gdb.dwarf2/dw2-bad-parameter-type.S: New.
4573
8bf6485c
SS
45742010-03-31 Stan Shebs <stan@codesourcery.com>
4575
4576 * gdb.trace/save-trace.exp: Test save/restore of default-collect
4577 and tracepoint conditionals.
4578 (gdb_verify_tracepoints): Delete unused return.
4579
fd7f724a
KS
45802010-03-26 Keith Seitz <keiths@redhat.com>
4581
4582 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
4583 appear in the output before main.
4584 Remove KFAIL for gdb/2215 aka bz 9320.
4585
8d9e7719
DE
45862010-03-30 Doug Evans <dje@google.com>
4587
0906dd0b
DE
4588 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
4589 by dejagnu.
4590 * gdb.arch/amd64-dword.exp: Ditto.
4591
8d9e7719
DE
4592 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
4593 match.
4594 (break printf): Ditto.
4595
1da644f0
SW
45962010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
4597
4598 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
4599 gcc < 4.4.
4600 * gdb.cp/shadow.exp: Ditto.
4601
a8121990
PA
46022010-03-29 Pedro Alves <pedro@codesourcery.com>
4603
4604 * gdb.trace/collection.exp (run_trace_experiment): Make sure
4605 "tstart" is silent.
4606
6e79d367
PA
46072010-03-29 Pedro Alves <pedro@codesourcery.com>
4608
4609 * gdb.trace/collection.exp (executable): New.
4610 (binfile): Use it.
4611 (fpreg, spreg, pcreg): New.
4612 (test_register): Use gdb_test_multiple. Pass /x to print.
4613 (prepare_for_trace_test): New.
4614 (run_trace_experiment): Use "continue", not gdb_run_cmd.
4615 (gdb_collect_args_test, gdb_collect_argstruct_test)
4616 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
4617 prepare_for_trace_test.
4618 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
4619 fpreg, spreg and pcreg.
4620 (gdb_collect_expression_test, gdb_collect_globals_test): Use
4621 prepare_for_trace_test.
4622 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
4623 try to detect tracing support here. Don't set breakpoints at
4624 `begin' or `end' here.
4625 <global scope>: Use clean_restart. Run to main before checking
4626 for tracing support. Check for for tracing support here.
4627
09248348
JK
46282010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4629
4630 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
4631 " as $displacement" to "seen displacement message".
4632
d350db38
PA
46332010-03-28 Pedro Alves <pedro@codesourcery.com>
4634
4635 * gdb.trace/while-dyn.exp (executable): New variable.
4636 (binfile): Use it.
4637 (test_while_stepping): New function. Move most tests here. Call
4638 it once for each of the while-stepping, stepping and ws aliases.
4639
907af001
UW
46402010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4641
4642 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
4643 that do not provide the tagless_struct type name at all.
4644 (test_print_anon_union): Do not check value of uninitialized
4645 union member. Do not use cp_test_ptype_class, so we can accept
4646 "long" as well as "long int".
4647
610197fd
PA
46482010-03-26 Pedro Alves <pedro@codesourcery.com>
4649
4650 * gdb.trace/tfile.c (tohex, bin2hex): New.
4651 (write_error_trace_file): Hexify error description.
4652
6c28cbf2
SS
46532010-03-25 Stan Shebs <stan@codesourcery.com>
4654
4655 * gdb.trace/tfile.c: Generate an additional trace file, improve
4656 portability.
4657 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
4658 files in a better way.
4659
e62b8c7e
KS
46602010-03-25 Keith Seitz <keiths@redhat.com>
4661
4662 * gdb.java/jprint.exp: XFAIL printing of static class members
4663 because of GCC debuginfo problem.
4664
82ccf5a5
JK
46652010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4666
4667 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
4668
293e2f9e
DJ
46692010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4670
4671 * gdb.base/completion.exp: Allow long instead of long int.
4672 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
4673 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
4674 variable p.
4675 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
4676 * gdb.base/pointers.exp: Allow long instead of long int.
4677 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
4678 * gdb.base/step-line.exp: Allow a directory before the source file name.
4679
95a42b64
TT
46802010-03-24 Tom Tromey <tromey@redhat.com>
4681
4682 PR breakpoints/9352:
4683 * gdb.base/default.exp: Update.
4684 * gdb.base/commands.exp: Update.
4685 * gdb.cp/extern-c.exp: Test setting commands on multiple
4686 breakpoints at once.
4687
2390201f
DJ
46882010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4689
4690 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
4691 if gdb,nosignals.
4692 * gdb.base/watchpoints.c: Do not include unnecessary headers.
4693 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
4694 exited".
4695
8c9a6790
SS
46962010-03-24 Stan Shebs <stan@codesourcery.com>
4697
4698 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
4699
a6c727b2
DJ
47002010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4701
4702 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
4703 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
4704 argument. Handle "short" and "long".
4705 (Top level): Pass overprototyped output for old_fptr and xptr.
4706
4dfd5423
PA
47072010-03-23 Pedro Alves <pedro@codesourcery.com>
4708
4709 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
4710 format strings and add casts to avoid compiler warnings.
4711
47122010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
4713
4714 * lib/trace-support.exp (gdb_trace_setactions):
4715 Don't expect whitespace after ">" prompt.
4716 * gdb.trace/actions.exp: Adjust for output changes.
4717 * gdb.trace/while-stepping.exp: Likewise.
4718
c847d045
JK
47192010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4720
4721 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
4722 and r157645).
4723
5f717f1d
JK
47242010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4725
4726 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
4727 New.
4728
7d6d51d5
DJ
47292010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
4730
4731 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
4732 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
4733
3b11a015
SS
47342010-03-19 Stan Shebs <stan@codesourcery.com>
4735
4736 * gdb.trace/ax.exp: New file.
4737
d7d158ed
DE
47382010-03-19 Doug Evans <dje@google.com>
4739
6bb85cd1
DE
4740 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
4741 output from gcc.
4742
d7d158ed
DE
4743 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
4744 named /usr/sbin/prelink<foo>.
4745
4daf5ac0
SS
47462010-03-18 Stan Shebs <stan@codesourcery.com>
4747
4748 * gdb.trace/circ.exp: Test circular-trace-buffer.
4749 * gdb.trace/tfile.exp: Update tstatus test.
4750
e8d05480
JB
47512010-03-18 Joel Brobecker <brobecker@adacore.com>
4752
4753 * gdb.dwarf2/dw2-anonymous-func.S: New file.
4754 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
4755
441b986a
UW
47562010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4757
4758 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
4759
4247603b
PA
47602010-03-18 Pedro Alves <pedro@codesourcery.com>
4761
4762 * gdb.base/default.exp: Adjust the expected output of the finish
4763 and until commands when the inferior is not being run.
4764
13387711
SW
47652010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4766
4767 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
4768 * gdb.cp/nsusing.exp: Ditto.
4769
6e31430b
TT
47702010-03-15 Tom Tromey <tromey@redhat.com>
4771
4772 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
4773 * gdb.cp/userdef.cc (operator==): New function.
4774 (main): New locals mem1, mem2.
4775
e2d69cb5
JZ
47762010-03-15 Jie Zhang <jie@codesourcery.com>
4777
4778 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
4779 Declare and use new loadtimeout variable.
4780
f572f0a9
DJ
47812010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4782
4783 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
4784 Use gdb_load later.
4785
51f4c0b0
PA
47862010-03-14 Pedro Alves <pedro@codesourcery.com>
4787
4788 * gdb.base/solib-disc.c (main): Make format of fprintf a string
4789 literal. Add missing endlines to prints to stderr.
4790
1c809c68
TT
47912010-03-12 Tom Tromey <tromey@redhat.com>
4792
4793 PR c++/9708:
4794 * gdb.cp/m-static.exp: Add regression test.
4795 * gdb.cp/m-static.cc (method): New method.
4796 (main): Call it.
4797
00ae8fef
SW
47982010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4799
4800 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
4801 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4802
759f0f0b
PA
48032010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4804
21e24d21
PA
4805 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4806
48072010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4808
759f0f0b
PA
4809 * lib/gdb.exp (skip_stl_tests): New.
4810 (gdb_compile): Symbian needs -ldl.
4811 (shlib_target_file): New.
4812 (shlib_symbol_file): New.
4813 (gdb_load_shlibs): Use shlib_target_file.
4814 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4815 * gdb.cp/exception.exp: Use skip_stl_tests.
4816 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4817 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4818 * gdb.cp/mb-templates.exp: Ditto.
4819 * gdb.base/commands.exp: Relax regexes.
4820 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4821 shlib_target_file and shlib_symbol_file.
4822 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4823 sections.
4824 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4825 * gdb.base/solib-disc.exp: Use
4826 shlib_target_file and shlib_symbol_file.
4827 * gdb.base/unload.exp: Don't skip on symbian. Use
4828 shlib_target_file and shlib_symbol_file.
4829 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4830
6a8f2671 48312010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 4832
6a8f2671
PA
4833 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4834 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4835 Issue a tfind end before looking for a tracepoint frame.
4836 * gdb.trace/tfind.exp: Adjust tstatus output.
4837 Adjust disassembly output.
4838 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4839
ccf26247
JK
48402010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4841
4842 * gdb.base/break-interp.exp: Create new displacement parameter value
4843 for the test_ld calls.
4844 (reach): New parameter displacement, verify its content. New push of
4845 pf_prefix "reach-$func:". Import global expect_out.
4846 (test_core): New parameter displacement, verify its content. New push
4847 of pf_prefix "core:". New command "set verbose on". Import global
4848 expect_out.
4849 (test_attach): New parameter displacement, verify its content. New
4850 push of pf_prefix "attach:". New command "set verbose on". Import
4851 global expect_out.
4852 (test_ld): New parameter displacement, pass it to the reach, test_core
4853 and test_attach calls and verify its content in the "ld.so exit" test.
4854 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4855 (prelink): Update expected text, use gdb_test.
4856
e469c7fb
DE
48572010-03-10 Doug Evans <dje@google.com>
4858
4859 * gdb.base/checkpoint.exp: Fix comment.
4860 Lengthen timeout while doing >600 checkpoints test.
4861 Rename duplicate "kill all one" test to keep test names unique.
4862
60e1c644
PA
48632010-03-10 Pedro Alves <pedro@codesourcery.com>
4864
4865 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4866
cec808ec
KS
48672010-03-08 Keith Seitz <keiths@redhat.com>
4868
889bf7c5
PA
4869 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4870 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4871 (dm_type_long): New function.
4872 (dm_type_unsigned_short): New function.
4873 (dm_type_unsigned_long): New function.
4874 (myint): New typedef.
4875 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4876 long, unsigned shor and long, operator char*, and typedef.
4877 (test_lookup_operator_functions): Add operator char* test.
4878 (test_paddr_operator_functions): Likewise.
4879 (test_paddr_overloaded_functions): Use probe values for
4880 short, long, and unsigned short and long.
4881 (test_paddr_hairy_functions): If the demangler probe detected
4882 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4883 demangler.
4884 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4885 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4886 and "print null_pmf".
4887 Add test "ptype a.*pmf".
4888 * gdb.cp/overload.exp: Allow optional "int" to appear with
4889 "short" and "long".
4890 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4891 long expect value for men_overload1arg.
4892 Allow "int" to appear with "short" and "long".
4893 When testing "info break", add argument for main (void).
4894 Also allow "int" to appear with "short" and "long".
4895 Ditto with "unsigned" and "long long".
cec808ec
KS
4896 * gdb.java/jmain.exp: Do not enclose methods names in single
4897 quotes.
4898 * gdb.java/jmisc.exp: Likewise.
4899 * gdb.java/jprint.exp: Likewise.
4900 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4901
4902 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4903 * gdb.cp/exception.exp (backtrace after first throw)
4904 (backtrace after second throw): Allow a namespace before __cxa_throw.
4905 (backtrace after first catch, backtrace after second catch): Allow
4906 a namespace before __cxa_begin_catch.
4907
4908 * gdb.cp/cpexprs.exp: New file.
4909 * gdb.cp/cpexprs.cc: New file.
4910
4911 From Daniel Jacobowitz <dan@codesourcery.com>
4912 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4913 to use string_to_regexp.
4914 (ctor, dtor): New functions. Use them to match constructor
4915 and destructor function types.
4916 (Top level): Use runto_main.
4917
f870a310
TT
49182010-03-05 Tom Tromey <tromey@redhat.com>
4919
4920 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4921 gdb.target_charset.
4922 (pp_ns.to_string): Likewise.
4923
0c199f28
KS
49242010-03-04 Keith Seitz <keiths@redhat.com>
4925
4926 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4927 can be quoted. Test that both the filename and function/line
4928 portions can be quoted at the same time.
4929
c7437ca6
PA
49302010-03-04 Pedro Alves <pedro@codesourcery.com>
4931
4932 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4933
b111b805
DE
49342010-03-03 Doug Evans <dje@google.com>
4935
24486cb7
DE
4936 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4937 libc contains libpthread.
4938
b111b805
DE
4939 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4940 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4941 of gdb_compile. Add another pattern to match android backtrace.
4942
a0e0ef55
TT
49432010-03-03 Tom Tromey <tromey@redhat.com>
4944
4945 PR gdb/11345:
4946 * gdb.base/printcmds.exp (test_printf): Add test.
4947
1ba53b71
L
49482010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4949
4950 * gdb.arch/amd64-byte.exp: New.
4951 * gdb.arch/amd64-dword.exp: Likewise.
4952 * gdb.arch/amd64-pseudo.c: Likewise.
4953 * gdb.arch/amd64-word.exp: Likewise.
4954 * gdb.arch/i386-byte.exp: Likewise.
4955 * gdb.arch/i386-pseudo.c: Likewise.
4956 * gdb.arch/i386-word.exp: Likewise.
4957
f5dff777
DJ
49582010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4961 types. Add structreg, bitfields, and flags registers.
4962 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4963 registers.
4964
90884b2b
L
49652010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4966
4967 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4968 (load_description): Set architecture if defined.
4969
dc00d89f
PM
49702010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4971
4972 * gdb.python/py-frame.exp: Add read_var block tests.
4973 * gdb.python/py-frame.c (block): New function.
4974
0e095b7e
JK
49752010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4976 Daniel Jacobowitz <dan@codesourcery.com>
4977
4978 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4979
624f1a65
DM
49802010-02-25 David S. Miller <davem@davemloft.net>
4981
4982 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4983 fix logic for setting all_syscalls_numbers.
4984
f3e9a817
PM
49852010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4986
4987 * Makefile.in: Add py-block and py-symbol.
4988 * gdb.python/py-symbol.exp: New File.
4989 * gdb.python/py-symtab.exp: New File.
4990 * gdb.python/py-block.exp: New File.
4991 * gdb.python/py-symbol.c: New File.
4992 * gdb.python/py-block.c: New File.
4993
f6bbabf0
PM
49942010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4995
4996 PR python/11314
4997 * lib/gdb.exp (skip_python_tests): New function.
4998 * gdb.python/py-cmd.exp: Use skip_python_tests.
4999 * gdb.python/py-frame.exp: Likewise.
5000 * gdb.python/py-function.exp: Likewise.
5001 * gdb.python/py-prettyprint.exp: Likewise.
5002 * gdb.python/py-template.exp: Likewise.
5003 * gdb.python/py-type.exp: Likewise.
5004 * gdb.python/py-value.exp: Likewise.
5005
85d721b8
PA
50062010-02-22 Pedro Alves <pedro@codesourcery.com>
5007
5008 PR9605
5009
5010 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
5011
48e32051
TT
50122010-02-19 Tom Tromey <tromey@redhat.com>
5013
5014 PR c++/8693, PR c++/9496:
5015 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
5016 regression tests.
5017
ac9c0048
JK
50182010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5019
5020 Fix compatibility with m68k as.
5021 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
5022 Use only /* comments */.
5023
57bb97a4
UW
50242010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5025
5026 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
5027 * configure: Regenerate.
5028
7d1bf85c
DJ
50292010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
5030
5031 * gdb.python/py-type.exp: Check for Python support.
5032
061b5285
PA
50332010-02-17 Pedro Alves <pedro@codesourcery.com>
5034
5035 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
5036 `regsub' syntax available.
5037
f8a8bc2c
PA
50382010-02-17 Pedro Alves <pedro@codesourcery.com>
5039
5040 * gdb.base/shmain.c (main): Remove printf call.
5041 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
5042 * gdb.base/unload.c (main): Make format of fprintf a string
5043 literal. Add missing endlines to prints to stderr.
5044 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
5045
6f451e5e
TT
50462010-02-17 Tom Tromey <tromey@redhat.com>
5047
5048 * gdb.java/jprint.java (jprint.props): New field.
5049 * gdb.java/jprint.exp (set_lang_java): Add regression test.
5050
12d79008
PA
50512010-02-17 Pedro Alves <pedro@codesourcery.com>
5052
ef801a0e 5053 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
5054 available.
5055
d252f7e5
DJ
50562010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5057
5058 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
5059 creation to support remote host testing.
5060
67bdab6c
DJ
50612010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5062
5063 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
5064 Recognize "command not found".
5065
bb391223
DJ
50662010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5067
5068 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
5069 single-stepping.
5070
70362913
DJ
50712010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5072
5073 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
5074 if arguments are not supported.
5075
493f3c00
DJ
50762010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5077
5078 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
5079 be const or non-const.
5080
8034c749
DJ
50812010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5082
5083 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
5084 mi_send_resuming_command to send -exec-continue.
5085
791dfb64
DJ
50862010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5087
5088 * gdb.base/list.exp (test_list_filename_and_function): Add test
5089 with single quotes.
5090 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
5091 matching.
5092 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
5093 Add KFAIL'd tests for PR gdb/11289.
5094
7c5fe868
DJ
50952010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
5098
fdc498b8
DJ
50992010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5100
5101 * gdb.base/comp-dir/subdir/dummy.txt: New file.
5102 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
5103 a temporary directory.
5104
b519e2a6
DJ
51052010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5106
5107 * gdb.base/charset.exp: Use a single regular expression to match
5108 show host-charset and show target-charset output.
5109
74164c56
JK
51102010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5111
5112 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
5113 "Illegal process-id" expect string more exact.
5114 (attach to digits-starting nonsense is prohibited): New.
5115
701ed6dc
JK
51162010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5117
5118 * gdb.base/prelink.exp (set verbose on): New.
5119
889bf7c5 51202010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
5121
5122 * mi-reverse.exp: New file. Test for reverse option to the
5123 following MI commands: exec-continue, exec-finish, exec-next,
5124 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 5125
dadf0e9c
JB
51262010-02-09 Joel Brobecker <brobecker@adacore.com>
5127
5128 * gdb.ada/ptype_tagged_param: New testcase.
5129
714f19d5
TT
51302010-02-08 Tom Tromey <tromey@redhat.com>
5131
5132 PR c++/8017:
5133 * gdb.cp/overload.exp: Add tests.
5134 * gdb.cp/overload.cc (struct K): New.
5135 (namespace N): New.
5136 (main): Call new functions.
5137 (K::staticoverload): Define.
5138
889bf7c5 51392010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
5140
5141 PR gdb/10728
5142 * gdb.cp/pr10728-x.h: New file.
5143 * gdb.cp/pr10728-x.cc: New file.
5144 * gdb.cp/pr10728-y.cc: New file.
5145 * gdb.cp/pr10728.exp: New file.
5146 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
5147
889bf7c5 51482010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
5149
5150 PR gdb/9067
5151 * gdb.cp/pr9067.exp: New
5152 * gdb.cp/pr9067.cc: New
5153 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
5154
7b356089
JB
51552010-02-08 Joel Brobecker <brobecker@adacore.com>
5156
5157 * lib/gdb.exp (gdb_test_timeout): New global variable.
5158 Set it to timeout if not already set.
5159 (gdb_init): Reset the value of timeout to gdb_test_timeout.
5160
1be00882
DE
51612010-02-05 Doug Evans <dje@google.com>
5162
5163 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
5164 user.
5165
82856980
SW
51662010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
5167
5168 PR c++/7935:
5169 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
5170
1a334831
TT
51712010-02-04 Tom Tromey <tromey@redhat.com>
5172
5173 * gdb.cp/virtbase.exp: Make test case names unique.
5174
9c3c02fd
TT
51752010-02-02 Tom Tromey <tromey@redhat.com>
5176
5177 * gdb.cp/virtbase.exp: Add regression tests.
5178 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
5179 (main): Instantiate RHC.
5180
0cc2414c
TT
51812010-02-02 Tom Tromey <tromey@redhat.com>
5182
5183 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
5184 type-printing change.
5185
edf3d5f3
TT
51862010-02-02 Tom Tromey <tromey@redhat.com>
5187
5188 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5189 * gdb.cp/virtbase.cc: New file.
5190 * gdb.cp/virtbase.exp: New file.
5191 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
5192
e4b7f41c
JK
51932010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5194
5195 PR libc/11214:
5196 * gdb.threads/current-lwp-dead.c: Include features.h.
5197 (HAS_NOMMU): New.
5198 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
5199
b381ea14
JK
52002010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5201
5202 * gdb.base/symbol-without-target_section.exp,
5203 gdb.base/symbol-without-target_section.c: New.
5204
c593ac0e
DJ
52052010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5206
5207 * gdb.base/bigcore.exp: Reset increased timeout.
5208 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
5209
db25f29d
DJ
52102010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5211
5212 * gdb.base/gcore.exp (capture_command_output): Use
5213 gdb_test_multiple.
5214
f9d67f43
DJ
52152010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5216
5217 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
5218 * gdb.arch/thumb2-it.exp (test_it_break): New function.
5219 (Top level): Call it.
5220
177321bd
DJ
52212010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5222
5223 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
5224
97f2ed50
DJ
52252010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5226
5227 * gdb.base/call-strs.exp, gdb.base/default.exp,
5228 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
5229 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
5230 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
5231 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
5232 gdb.base/watchpoint-solib.exp: Save and restore timeout.
5233 * gdb.base/ending-run.exp: Correct restore of timeout.
5234 * gdb.base/page.exp: Remove unnecessary timeout setting.
5235
e4e2711a
JB
52362010-01-29 Joel Brobecker <brobecker@adacore.com>
5237
5238 * gdb.ada/rec_return: New testcase.
5239
ba581dc1
JB
52402010-01-29 Joel Brobecker <brobecker@adacore.com>
5241
5242 * gdb.ada/call_pn: New testcase.
5243
4ea95be9
DJ
52442010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5245
5246 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
5247 (Top level): Use it to resume.
5248 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
5249 the Thumb mode displaced stepping error as unsupported.
5250
df83a9bf
SW
52512010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
5252
889bf7c5
PA
5253 * gdb.cp/nsusing.exp: Added more tests.
5254 * gdb.cp/nsrecurs.exp: Ditto.
5255 * gdb.cp/nsusing.cc: Added test functions.
5256 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 5257
40b27cdc
JK
52582010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
5261 absolute directory pathnames in gdb.sum file.
5262
de958931
SW
52632010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
5264
5265 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
5266 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
5267
708ead4e
TT
52682010-01-26 Tom Tromey <tromey@redhat.com>
5269
5270 PR exp/7643:
5271 * gdb.base/printcmds.exp (test_print_string_constants): Remove
5272 setup_kfail.
5273
b14e635e
SW
52742010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
5275
5276 * gdb.cp/nsrecurs.exp: New test.
5277 * gdb.cp/nsrecurs.cc: New test program.
5278 * gdb.cp/nsstress.exp: New test.
5279 * gdb.cp/nsstress.cc: New test program.
5280 * gdb.cp/nsdecl.exp: New test.
5281 * gdb.cp/nsdecl.cc: New test program.
5282
8540c487
SW
52832010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5284
5285 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
5286 imported into file scope.
5287 Marked test as xfail.
5288 * gdb.cp/namespace-using.cc (marker5): New function.
5289 * gdb.cp/shadow.exp: New test.
5290 * gdb.cp/shadow.cc: New test program.
5291 * gdb.cp/nsimport.exp: New test.
5292 * gdb.cp/nsimport.cc: New test program.
5293
421d5d99
TT
52942010-01-25 Tom Tromey <tromey@redhat.com>
5295
5296 PR gdb/11049:
5297 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
5298 with "set print null-stop on".
5299
691f8dc1
JK
53002010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5301
5302 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
5303 Adjust it for DISASSEMBLY_OMIT_FNAME.
5304
0b92b5bb
TT
53052010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5306
5307 PR symtab/11199:
5308 * gdb.dwarf2/member-ptr-forwardref.exp,
5309 gdb.dwarf2/member-ptr-forwardref.S: New.
5310
23787403
JK
53112010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5312
5313 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
5314 (thread1_func): Protect thread1_tid with thread1_tid_cond by
5315 thread1_tid_mutex. Remove gdbstop_mutex handling.
5316 (thread2_func): Protect thread2_tid with thread2_tid_cond by
5317 thread2_tid_mutex. Remove gdbstop_mutex handling.
5318 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
5319 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
5320 pthread_cond_wait conditionalizations by while loops.
5321
b966cb8a
TT
53222010-01-20 Tom Tromey <tromey@redhat.com>
5323
5324 PR backtrace/10770:
5325 * gdb.dwarf2/pr10770.exp: New file.
5326 * gdb.dwarf2/pr10770.c: New file.
5327 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
5328
fcae584b
VP
53292010-01-20 Vladimir Prus <vladimir@codesourcery.com>
5330
5331 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
5332 that target was removed, and the test always runs native anyway.
5333
a0f49112
JK
53342010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5335
5336 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
5337 gdb.base/watchpoint-cond-gone-stripped.c: New.
5338
ceeb3d5a
TT
53392010-01-19 Tom Tromey <tromey@redhat.com>
5340
5341 PR c++/8000:
5342 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
5343 existing tests.
5344 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
5345 (main): Use AAA::SomeEnum.
5346
dd322c54
JK
53472010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5348
5349 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
5350 (test_ignore_count): Declare line_callme_body global.
5351 (run to breakpoint with ignore count): Use line_callme_body.
5352 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
5353 (set line_main_hello, set line_main_return): Reindent.
5354 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
5355 New.
5356 (continue to callee4): Use line_callee4_body.
5357 (check *stopped from CLI command): Use line_callee4_next.
5358 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
5359 (set line_main_hello, set line_main_return): Reindent.
5360 (set line_callee4_head, set line_callee4_body): New.
5361 (continue to callee4): Use line_callee4_body.
5362
4e8f195d
TT
53632010-01-18 Tom Tromey <tromey@redhat.com>
5364
5365 PR c++/9680:
5366 * gdb.cp/casts.cc: Add new classes and variables.
5367 * gdb.cp/casts.exp: Test new operators.
5368
9e14a9ba
JB
53692010-01-18 Tom Tromey <tromey@redhat.com>
5370 Thiago Jung Bauermann <bauerman@br.ibm.com>
5371
5372 * gdb.python/source2.py: New file.
5373 * gdb.python/source1: New file.
5374 * gdb.python/python.exp: Test "source" command.
5375
00bf0b85
SS
53762010-01-15 Stan Shebs <stan@codesourcery.com>
5377
5378 * gdb.trace/tfile.c: New file.
5379 * gdb.trace/tfile.exp: New file.
889bf7c5 5380
55235ad7
JK
53812010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5382
5383 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
5384
9f2982ff
JK
53852010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5386
5387 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
5388
bbfba9ed
JK
53892010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5390
5391 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
5392 (libfunc): New parameter action. Implement also selectable "sleep".
5393 * gdb.base/break-interp-main.c: Include assert.h.
5394 (libfunc): New parameter action.
5395 (main): New parameters argc and argv. Assert argc. Pass argv.
5396 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
5397 (test_attach): New proc.
5398 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
5399 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
5400
61f0d762
JK
54012010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5402
5403 * gdb.base/break-interp.exp (test_core): New proc.
5404 (test_ld): Call it.
5405
06a6f270
JK
54062010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5407
5408 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
5409 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
5410 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
5411 and gdb_compile_shlib. Use new -Wl compiler options.
5412 (dl bt, main bt): New tests.
5413
51bee8e9
JK
54142010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5415
5416 Support PIEs with no symfile_objfile.
5417 * gdb.base/break-interp.exp: New argument at the test_ld calls.
5418 (test_ld): New parameter trynosym.
5419 (test_ld <$trynosym>): New block.
5420
b8040f19
JK
54212010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5422
5423 * gdb.base/break-interp.exp: New file.
5424
be759fcf
PM
54252010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5426
5427 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
5428 * gdb.python/py-prettyprint.py (pp_ls): New printer.
5429 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
5430 test.
5431 * gdb.python/py-prettyprint.c: Define lazystring test structure.
5432 * gdb.python/py-mi.exp: Add lazy string test.
5433
dc146f7c
VP
54342010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5435
5436 * lib/mi-support.exp (mi_check_thread_states): Handle
5437 core number in thread listing.
5438
b4ba55a1
JB
54392010-01-12 Joel Brobecker <brobecker@adacore.com>
5440
5441 * gdb.base/maint.exp: Adjust the expected output for the
5442 "maint print type" test. Use gdb_test_multiple instead of
5443 gdb_sent/gdb_expect.
5444
08e24bd4
DE
54452010-01-11 Doug Evans <dje@google.com>
5446
6496a609
DE
5447 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
5448 from gdbserver_download. All callers updated.
5449
08e24bd4
DE
5450 * gdb.server/ext-run.exp: "info os processes" requires xml support.
5451
b5cfddf5
JK
54522010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 Implement binary numbers parsing.
5455 * gdb.base/printcmds.exp (test_integer_literals_accepted)
5456 (test_integer_literals_rejected): New binary tests.
5457
3725885a
RW
54582010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5459
5460 * gdb.cell/configure: Regenerate.
5461
37aeb5df
JK
54622010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5463
5464 * gdb.base/corefile.exp: Move the core finding block out and call it as
5465 core_find, new variable $corefile, replace corefile by $corefile and
5466 [file tail $corefile] for usage vs. test names resp.
5467 * lib/gdb.exp (core_find): Move it as a new function here. New
5468 parameter binfile and deletefiles. New variable $destcore. Pre-delete
5469 $destcore. Return "" on error.
5470
d521f563
JK
54712010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5472
5473 Workaround PR binutils/10802.
5474 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
5475 (twice).
5476
28f24826
DJ
54772010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5478
5479 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
5480
2de75e71
JB
54812010-01-08 Joel Brobecker <brobecker@adacore.com>
5482
5483 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
5484 call, to avoid interruption.
5485
fe00719b 54862010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
5487
5488 * gdb.stabs/weird.def (args93): New.
5489
d0ef5df8
DE
54902010-01-07 Doug Evans <dje@google.com>
5491
5492 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
5493
3a08d52f
TT
54942010-01-07 Tom Tromey <tromey@redhat.com>
5495
5496 * gdb.base/source.exp: Use correct line number.
5497
7a697b8d
SS
54982010-01-05 Stan Shebs <stan@codesourcery.com>
5499
5500 * gdb.trace/tracecmd.exp: Test ftrace.
5501
7803799a
UW
55022010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5503
5504 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
5505
c54eabfa
JK
55062010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5507
5508 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
5509 "uint_for_mi_testing".
5510
02e7ef19
JB
55112010-01-01 Joel Brobecker <brobecker@adacore.com>
5512
5513 Test indented comment in file being sourced.
5514 * gdb.base/commands.exp: Test indented comment in file being sourced.
5515
abd775ce
JB
55162010-01-01 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
5519 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
5520 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
5521 notice.
5522
79b55b82
JB
55232010-01-01 Joel Brobecker <brobecker@adacore.com>
5524
5525 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
5526 notice.
5527
8997583e
JK
55282010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5529
5530 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
5531 missing $after_stopped and comma (,) expectation.
5532
6da95a67
SS
55332009-12-31 Stan Shebs <stan@codesourcery.com>
5534
5535 * gdb.trace/actions.exp: Test teval action.
889bf7c5 5536
218d2fc6
TJB
55372009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5538
5539 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
5540 (top level): Call test_watchpoint_in_big_blob.
5541 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
5542 watchpoints.
5543 (func3): Write to buf.
5544
236f1d4d
SS
55452009-12-29 Stan Shebs <stan@codesourcery.com>
5546
5547 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 5548
f61e138d
SS
55492009-12-28 Stan Shebs <stan@codesourcery.com>
5550
5551 * gdb.trace/tsv.exp: New file.
5552 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 5553
0219b378
DJ
55542009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5555
5556 * gdb.base/find.c (main): Reference search buffers.
5557 * gdb.base/included.c (main): Reference integer.
5558 * gdb.base/ptype.c (charfoo): Declare.
5559 (intfoo): Call charfoo.
5560 * gdb.base/scope0.c (useitp): New function.
5561 (usestatics): Use useitp.
5562 (useit): Add a type for val.
5563 * gdb.base/scope1.c (useit1): Take a pointer argument.
5564 (usestatics1): Update calls to useit1.
5565 * gdb.cp/call-c.cc: Declare foo.
5566 (main): Call foo.
5567 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
5568 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
5569 (main): Call C::ensureRefs and ensureOtherRefs.
5570 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
5571 variables.
5572 (ensureOtherRefs): New function.
5573 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
5574 * gdb.cp/templates.cc (main): Call t5i.value.
5575
3f78692f
JK
55762009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5577
5578 Fix compatibility with G++-4.5.
5579 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
5580 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
5581 (uncaught return): Remove.
5582
429374b8
JK
55832009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5584 Phil Muldoon <pmuldoon@redhat.com>
5585
5586 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
5587 (bp_location13, bp_location14, bp_location17, bp_location18)
5588 (marker3_proto, marker4_proto): New variables.
5589 (breakpoint info): Update output.
5590 (run until breakpoint at marker3, run until breakpoint at marker4): New
5591 tests.
5592
859825b8
JK
55932009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5594
5595 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
5596 Replace the printf call of Y by provided "y-set-1" label. New block
5597 for the second shared library.
5598 * gdb.base/unload.exp: Compile also the second library, call
5599 gdb_load_shlibs also for it. Use now gdb_breakpoint.
5600 (single pending breakpoint info): Rename to ...
5601 (pending breakpoint info before run): ... this extended test.
5602 (libfile2, libname2, libsrcfile2, libsrc2)
5603 (lib_sl2): New variables.
5604 (exec_opts): Set also SHLIB_NAME2.
5605 (pending breakpoint info on first run at shrfunc1)
5606 (pending breakpoint info on second run at shrfunc1)
5607 (pending breakpoint info on second run at shrfunc2)
5608 (print y from libfile, print y from libfile2): New tests.
5609 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
5610 * gdb.base/unloadshr2.c: New.
5611
e6a386cd
HZ
56122009-12-22 Hui Zhu <teawater@gmail.com>
5613
5614 * gdb.reverse/sigall-reverse.exp: Adjust.
5615
9e19b45e
VP
56162009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5617
5618 PR gdb/10884
5619
5620 * gdb.mi/var-cmd.c (do_bitfield_tests): New
5621 (main): Call do_bitfield_tests.
aacf5b1e 5622 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 5623
d53a7b30
JB
56242009-12-20 Joel Brobecker <brobecker@adacore.com>
5625
5626 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
5627 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
5628 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
5629 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
5630 gdb.modula2/unbounded1.c: Update copyright header.
5631
191ca0a1
CM
56322009-12-10 Chris Moller <moller@mollerware.com>
5633
5634 PR gdb/9399
5635 * gdb.cp/virtfunc2.exp: New tests
5636 * gdb.cp/virtfunc2.cc: New tests
5637 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
5638
0fa6cf1b
MS
56392009-12-10 Oza Pawandeep (paawan1982@yahoo.com
5640
5641 * gdb.reverse/i387-env-reverse.c: New file.
5642 * gdb.reverse/i387-env-reverse.exp: New file.
5643 * gdb.reverse/i387-stack-reverse.c: New file.
5644 * gdb.reverse/i387-stack-reverse.exp: New file.
5645
361ae042
PM
56462009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5647
5648 * gdb.python/py-type.exp (test_range): New test.
5649
bfd31e71
PM
56502009-12-03 Phil Muldoon <pmuldoon@redhat.com>
5651
5652 PR python/10805
5653
5654 * gdb.python/py-type.exp: New file.
5655 * gdb.python/py-type.c: New file.
5656 * Makefile.in: Add py-type.
5657
57a1d736
TT
56582009-12-03 Tom Tromey <tromey@redhat.com>
5659
5660 * gdb.python/py-value.exp (test_parse_and_eval): New
5661 function.
5662
1f3b5d1b
PP
56632009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
5664
5665 PR gdb/11022
5666
5667 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
5668 * gdb.base/pr11022.c: New test.
5669
8b7dbdc9
JK
56702009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5671
5672 Fix spurious false FAILs.
5673 * gdb.base/structs.c (chartest): New.
5674 (main): Fill-in chartest.
5675 * gdb.base/structs.exp (anychar_re, first): New.
5676 (start_structs_test): Import global anychar_re and first.
5677 New gdb_test call "set print elements 300; ${testfile}"
5678 (start_structs_test <$first>): New block.
5679 (any): Import global anychar_re. New variable ac. Use ${ac}.
5680
6a53b2ec
JK
56812009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5682
5683 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
5684
d7167b4c
JK
56852009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5686
5687 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
5688 Force $srcfile file.
5689 * gdb.base/foll-fork.c (callee): Comment out the printf call.
5690
b1798462
UW
56912009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5692
5693 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
5694 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
5695 * gdb.threads/watchthreads-reorder.exp: Likewise.
5696
b6199126
DJ
56972009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5698
5699 PR gdb/8704
5700
5701 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
5702 "if", and "thread". Correct matching in the previous test.
5703
b22a0510
DJ
57042009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
5705
5706 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
5707
930636d2
MS
57082009-11-23 Michael Snyder <msnyder@vmware.com>
5709
5710 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
5711 * gdb.reverse-watch-precsave.exp: Ditto.
5712
21a0512e
PP
57132009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5714
5715 * gdb.asm/asm-source.exp: Adjust.
5716 * gdb.base/help.exp: Adjust.
889bf7c5 5717
fc30d5e0
PA
57182009-11-22 Pedro Alves <pedro@codesourcery.com>
5719
5720 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
5721 (do_syscall_tests_without_xml): Set data-directory to
5722 /the/path/to/nowhere.
5723
f6bc2008
PA
57242009-11-21 Pedro Alves <pedro@codesourcery.com>
5725
5726 * gdb.threads/local-watch-wrong-thread.c,
5727 gdb.threads/local-watch-wrong-thread.exp: New files.
5728
8c2fb5de
PA
57292009-11-21 Pedro Alves <pedro@codesourcery.com>
5730
5731 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
5732 assume new `regsub' syntax available.
5733
ebec9a0f
PA
57342009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5735
a79d3c27
JK
5736 * gdb.base/watchpoint-hw-hit-once.exp,
5737 gdb.base/watchpoint-hw-hit-once.c: New.
5738
57392009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 * gdb.threads/watchthreads-reorder.exp,
5742 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 5743
276a961b
MK
57442009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5745
5746 * gdb.xml/tdesc-regs.exp: Use for m68k.
5747
4867c1fb
PA
57482009-11-15 Pedro Alves <pedro@codesourcery.com>
5749
5750 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
5751
f6838f81
DJ
57522009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5753
5754 * lib/gdb.exp (current_target_name): New procedure.
5755 (gdb_wrapper_target): New variable.
5756 (gdb_wrapper_init): Set gdb_wrapper_target.
5757 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
5758 wrapper.
5759
4ac4dd3f
DJ
57602009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5761
5762 * gdb.base/remote.exp: Delete the slowest load test.
5763 Do not load with fixed packet sizes.
5764
a7881759
DJ
57652009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5766
5767 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
5768
97a5b505
DJ
57692009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5770
5771 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
5772 srcfile when setting a breakpoint.
5773
d3e1fc54
DJ
57742009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
5775
5776 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
5777 macros.
5778
7cbcbded
DJ
57792009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5780
5781 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
5782 to be in memory.
5783 * gdb.base/display.c (force_mem): New.
5784 (do_loops): Use it. Add breakpoint comments.
5785 (do_vars): Add a breakpoint comment.
5786 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
5787 line numbers.
5788
bdea3a92
NF
57892009-11-13 Nathan Froyd <froydnj@codesourcery.com>
5790
5791 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
5792 instead of a bare "run".
5793
269f82e5
PP
57942009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5795
5796 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 5797
a69b7d9d
DJ
57982009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5799
5800 * lib/cell.exp (skip_cell_tests): Clean up test files before
5801 returning.
5802
b598bfda
DJ
58032009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5804
5805 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5806 and the breakpoint menu. Do not call perror if a prompt is seen.
5807 Consume the following GDB prompt.
5808 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5809 * gdb.cp/namespace.exp: Use gdb_test.
5810 * gdb.cp/templates.exp: Use gdb_test.
5811 (test_template_breakpoints): Use gdb_test_multiple.
5812
87728fa0
DJ
58132009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5814
5815 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5816 (marker4): Reference values.
5817
b67c692f
DJ
58182009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5819
5820 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5821 is missing.
5822
f0df251a
DJ
58232009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5824
5825 * gdb.base/break.c (need_malloc): New.
5826 * gdb.base/constvars.c (main): Reference crass and crisp.
5827 * gdb.base/gdb1821.c (main): Reference bar.
5828 * gdb.cp/gdb1355.cc (main): Reference s1.
5829 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5830 (main): Call them.
5831 * gdb.cp/hang2.cc (dummy2): Define.
5832 * gdb.cp/hang3.cc (dummy3): Define.
5833 * gdb.cp/m-data.cc (main): Reference shadow.
5834
bdf7534a
NF
58352009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5836 Nathan Froyd <froydnj@codesourcery.com>
5837
5838 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5839 remote host.
5840
f24fce77
NF
58412009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5842
5843 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5844 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5845 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5846 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5847 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5848 * gdb.dwarf2/dw2-producer.exp: Likewise.
5849 * gdb.dwarf2/mac-fileno.exp: Likewise.
5850 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5851 py-prettyprint.py to the remote host.
5852 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5853
40f0318e
KS
58542009-11-11 Keith Seitz <keiths@redhat.com>
5855
5856 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5857 use it instead of "Foo".
5858 * gdb.cp/classes.exp (do_tests): Add a test to access
5859 a method through a typedef'd class name.
5860
f3d9f7fb
NF
58612009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5862
5863 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5864 exponents.
5865 * gdb.base/pointers.exp: Likewise.
5866 * gdb.cp/ref-types.exp: Likewise.
5867
a4216f37
KS
58682009-11-11 Keith Seitz <keiths@redhat.com>
5869
5870 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5871 new[] and delete[].
5872 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5873 "void".
5874 (probe_demangler): Remove all single-quoting of
5875 method and variable names.
5876 (info_func_regexp): Remove the word "void" from any
5877 occurrence of "(void)".
5878 (print_addr_2): Remove all single-quoting of
5879 method names.
5880 (print_addr_2_kfail): Likewise.
5881 (print_addr): Single-quote C function names before
5882 passing to print_addr_2.
5883 (test_paddr_operator_functions): Remove single-quoting
5884 for method names.
5885 Add tests for operator new[] and operator delete[].
5886
9b14d7aa
JK
58872009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5888
5889 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5890
85feb311
KS
58912009-11-09 Keith Seitz <keiths@redhat.com>
5892
5893 * gdb.cp/overload.exp: Add tests for resolving overloaded
5894 methods in expression parsing/evaluation.
5895
fa335448
DJ
58962009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5897
5898 * lib/gdb.exp (default_gdb_version): Use --version instead of
5899 --command.
5900
ec3c07fc
NS
59012009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5902
5903 * lib/gdb.exp (gdb_compile_test): New.
5904 (skip_ada_tests, skip_java_tests): New.
5905 (gdb_compile): Use gdb_compile_test for f77.
5906 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5907 * lib/java.exp (compile_java_from_source): Remove runtests check,
5908 use gdb_compile_test to record result.
5909 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5910 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5911 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5912 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5913 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5914 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5915 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5916 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5917 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5918 adjust gdb_compile invocations.
5919
b8b4e42b
JK
59202009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5921
5922 * Makefile.in (abs_builddir): New.
5923 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5924 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5925 `$(abs_builddir)/site.exp'.
5926
f8b7eaf3
DJ
59272009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5928
5929 * config/m68k-emc.exp, lib/emc-support.exp,
5930 gdb.trace/gdb_c_test.c: Delete.
5931 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5932 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5933 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5934 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5935 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5936 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5937 casing for m68k-*-elf.
5938
c4187697
NS
59392009-11-03 Pedro Alves <pedro@codesourcery.com>
5940
5941 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5942 * gdb.arch/i386-prologue.exp: Likewise.
5943 * gdb.arch/i386-unwind.exp: Likewise.
5944
db16b772
DJ
59452009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5946
5947 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5948
bcf71277
DJ
59492009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5950
5951 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5952
0105cee2
DJ
59532009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5954
5955 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5956
24ddea62
JK
59572009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5958
5959 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5960
287ccc17
JK
59612009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5962
5963 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5964 * gdb.base/sepdebug2.c: New file.
5965
08bca259 59662009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
5967
5968 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5969 the modified warnings for catch syscall. Verify if GDB was compiled
5970 with support for lib expat, and choose which tests to run depending
5971 on this.
5972
5d4e2b76
VP
59732009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5974
5975 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5976 that composite commands are parsed OK. And also test
5977 that breakpoint commands do work.
5978
240e538a
MS
59792009-10-23 Michael Snyder <msnyder@vmware.com>
5980
5981 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5982 to allow for new disassembly style.
5983
9c419145
PP
59842009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5985
5986 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 5987
02506ff1
MS
59882009-10-22 Michael Snyder <msnyder@vmware.com>
5989
5990 * gdb.reverse/break-precsave.exp: New test.
5991 * gdb.reverse/consecutive-precsave.exp: Ditto.
5992 * gdb.reverse/finish-precsave.exp: Ditto.
5993 * gdb.reverse/i386-precsave.exp: Ditto.
5994 * gdb.reverse/machinestate-precsave.exp: Ditto.
5995 * gdb.reverse/sigall-precsave.exp: Ditto.
5996 * gdb.reverse/solilb-precsave.exp: Ditto.
5997 * gdb.reverse/step-precsave.exp: Ditto.
5998 * gdb.reverse/until-precsave.exp: Ditto.
5999 * gdb.reverse/watch-precsave.exp: Ditto.
6000
4cf866a3
MS
60012009-10-22 Michael Snyder <msnyder@vmware.com>
6002
6003 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
6004 for gdb_expect. Adjust one test's expect strings for the new
6005 format of disassemble.
6006 * gdb.reverse/finish-reverse.exp: Delete 'return'.
6007 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
6008 gdb_test_multiple.
6009 * gdb.reverse/step-reverse.exp: Delete 'return'.
6010 * gdb.reverse/until-reverse.exp: Delete blank lines.
6011 * gdb.reverse/watch-reverse.exp: Delete blank lines.
6012
2b28d209
PP
60132009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6014
6015 * gdb.base/consecutive.exp: Adjust.
6016 * gdb.base/display.exp: Likewise.
6017 * gdb.base/pc-fp.exp: Likewise.
6018 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 6019
33b9c32b
MS
60202009-10-19 Michael Snyder <msnyder@vmware.com>
6021
6022 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
6023 * gdb.reverse/finish-reverse.c: Ditto.
6024 * gdb.reverse/sigall-reverse.c: Ditto.
6025 * gdb.reverse/solib-reverse.c: Ditto.
6026 * gdb.reverse/step-reverse.c: Ditto.
6027 * gdb.reverse/watch-reverse.c: Ditto.
6028
6c95b8df
PA
60292009-10-19 Pedro Alves <pedro@codesourcery.com>
6030 Stan Shebs <stan@codesourcery.com>
6031
6032 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
6033 * gdb.base/foll-exec.exp: Adjust to expect a process id before
6034 "Executing new program".
6035 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
6036 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
6037 left listed after having been killed.
6038 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
6039 * gdb.base/maint.exp: Adjust test.
6040
6041 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
6042 * gdb.multi/Makefile.in: New.
6043 * gdb.multi/base.exp: New.
6044 * gdb.multi/goodbye.c: New.
6045 * gdb.multi/hangout.c: New.
6046 * gdb.multi/hello.c: New.
6047 * gdb.multi/bkpt-multi-exec.c: New.
6048 * gdb.multi/bkpt-multi-exec.exp: New.
6049 * gdb.multi/crashme.c: New.
6050
279017b7
TG
60512009-10-13 Tristan Gingold <gingold@adacore.com>
6052
6053 * gdb.base/sepdebug.exp: Check debug info are found.
6054
0413d738
PA
60552009-10-08 Pedro Alves <pedro@codesourcery.com>
6056
6057 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
6058 bits.
6059
c628eecc
JK
60602009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6061
6062 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
6063
38af1bfe
JB
60642009-10-07 Joel Brobecker <brobecker@adacore.com>
6065
6066 * gdb.base/watchpoints.c: Add copyright header. Reformat one
6067 of the comments.
6068
2b0adecd
PM
60692009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
6070
6071 * gdb.base/annota1.exp: Remove obsolete match_max increase.
6072 * gdb.base/annota3.exp: Idem.
6073 * gdb.base/maint.exp: Idem.
6074
8d417781
PM
60752009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
6076
889bf7c5 6077 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
6078 to default.
6079
bb61102d
PM
60802009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6081
889bf7c5 6082 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
6083 mingw and cygwin targets.
6084
ace5c364
PM
60852009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6086 Pedro Alves <pedro@codesourcery.com>
6087
889bf7c5 6088 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
6089 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
6090
c2d494a0
PM
60912009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6092
e1b52ce2
PM
6093 * gdb.base/shr1.c: Use %p in format string.
6094 * gdb.base/unload.c: Avoid warning in fprintf.
6095 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 6096
209f53f5
PM
60972009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6098
6099 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
6100 long type.
6101 (test_unlink): Correct printf string.
6102 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
6103 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
6104
8172766a
JK
61052009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6106
6107 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
6108 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
6109 * gdb.arch/ia64-breakpoint-shadow.S: New file.
6110
0f73703c
UW
61112009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6112
6113 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
6114 * gdb.objc/nondebug.exp: Likewise.
6115
b32306ca
UW
61162009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6117
6118 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
6119 target_info setting.
6120
6121 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
6122 that detect new threads during "info threads".
6123
0057022f
UW
61242009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6125
6126 * gdb.threads/manythreads.c (main): Increase thread stack size
6127 to 2*PTHREAD_STACK_MIN.
6128 * gdb.threads/multi-create.c (main): Likewise.
6129 (create_function): Likewise.
6130
f29c0325
UW
61312009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6132
6133 * gdb.base/dump.exp: Pass difference of pointer types instead
6134 of integer types as offset to restore in intarr3.srec case.
6135
fcb34849
UW
61362009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6137
6138 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
6139
d5142e3b
UW
61402009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6141
6142 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
6143
087b74b2 61442009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 6145
087b74b2
PM
6146 New test for two watchpoints, with disabling of
6147 the first inserted.
6148 * testsuite/gdb.base/watchpoints.c: New file.
6149 * testsuite/gdb.base/watchpoints.exp: New file.
6150
96c07c5b
TT
61512009-09-25 Tom Tromey <tromey@redhat.com>
6152
6153 * gdb.base/charset.exp: Test utf-16 strings with Python.
6154
b8899f2b
TT
61552009-09-25 Tom Tromey <tromey@redhat.com>
6156
6157 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
6158 UCS-4.
6159 * gdb.base/charset.c (utf_32_string): Rename.
6160 (init_utf32): Rename.
6161 (main): Update.
6162
329719ec
TT
61632009-09-22 Tom Tromey <tromey@redhat.com>
6164
6165 * gdb.python/py-function.exp: Add regression tests.
6166
11ef0d76
KS
61672009-09-21 Keith Seitz <keiths@redhat.com>
6168
6169 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
6170 with invalid operator.
6171
3fe8f3b3
KS
61722009-09-21 Keith Seitz <keiths@redhat.com>
6173
6174 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
6175 and destructor using typedef name of class.
6176 * gdb.cp/classes.cc (class Base1): Add a destructor.
6177 (base1): New typedef.
6178 (use_methods): Instanitate an object of type base1.
6179 * gdb.cp/templates.exp (test_template_typedef): New procedure.
6180 (do_tests): Call test_template_typedef.
6181 * gdb.cp/templates.cc (Baz::~Baz): New method.
6182 (intBazOne): New typedef.
6183 (main): Instantiate intBazOne.
6184
7a9fe101
PM
61852009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6186
6187 PR python/10633
6188
6189 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
6190 Function.
6191 (run_lang_tests): Add print elements test.
6192
2e4d963f
PM
61932009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6194
6195 * gdb.python/py-value.exp (test_subscript_regression): New
6196 function. Test for invalid subscripts.
6197 * gdb.python/py-value.c (main): Add test array, and pointer to it.
6198 (ptr_ref): New function.
6199
ec7e75e7
PP
62002009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6201
6202 * gdb.base/default.exp: Fix "show convenience".
6203
0cc7d26f
TT
62042009-09-15 Tom Tromey <tromey@redhat.com>
6205
6206 * lib/mi-support.exp (mi_create_varobj): Update.
6207 (mi_create_floating_varobj): Likewise.
6208 (mi_create_dynamic_varobj): New proc.
6209 (mi_varobj_update): Update.
6210 (mi_varobj_update_with_type_change): Likewise.
6211 (mi_varobj_update_kv_helper): New proc.
6212 (mi_varobj_update_dynamic_helper): Rewrite.
6213 (mi_varobj_update_dynamic): New proc.
6214 (mi_list_varobj_children): Update.
6215 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
6216 * gdb.python/python-prettyprint.py (pp_outer): New class.
6217 (pp_nullstr): Likewise.
6218 (lookup_function): Register new printers.
6219 * gdb.python/python-prettyprint.c (struct substruct): New type.
6220 (struct outerstruct): Likewise.
6221 (substruct_test): New function.
6222 (struct nullstr): New type.
6223 (string_1, string_2): New globals.
6224 (main): Add new tests.
6225 * gdb.python/python-mi.exp: Added regression tests.
6226 * gdb.mi/mi2-var-display.exp: Update.
6227 * gdb.mi/mi2-var-cmd.exp: Update.
6228 * gdb.mi/mi2-var-child.exp: Update.
6229 * gdb.mi/mi2-var-block.exp: Update.
6230 * gdb.mi/mi-var-invalidate.exp: Update.
6231 * gdb.mi/mi-var-display.exp: Update.
6232 * gdb.mi/mi-var-cmd.exp: Update.
6233 * gdb.mi/mi-var-child.exp: Update.
6234 * gdb.mi/mi-var-block.exp: Update.
6235 * gdb.mi/mi-break.exp: Update.
6236 * gdb.mi/gdb701.exp: Update.
6237
a96d9b2e
SDJ
62382009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6239
6240 * Makefile.in: Inclusion of catch-syscall object.
6241 * gdb.base/catch-syscall.c: New file.
6242 * gdb.base/catch-syscall.exp: New file.
6243
b43b923a
MS
62442009-09-12 Michael Snyder <msnyder@vmware.com>
6245
6246 * gdb.reverse/step-reverse.exp: Explicitly check for targets
6247 that can support reverse debuggnig.
6248
cec03d70
TT
62492009-09-11 Tom Tromey <tromey@redhat.com>
6250
6251 * gdb.dwarf2/valop.S: New file.
6252 * gdb.dwarf2/valop.exp: New file.
6253
e23bb3fc
MK
62542009-09-11 Mark Kettenis <kettenis@gnu.org>
6255
6256 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
6257
37c3696d
DE
62582009-09-10 Doug Evans <dje@google.com>
6259
6260 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
6261 Add $gdb_prompt to second breakpoint regexp.
6262
5172aecb
JB
62632009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
6264
6265 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
6266 names, add missing ones.
6267 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
6268 * gdb.python/py-frame.c: Rename from python-frame.c.
6269 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
6270 testfile name.
6271 * gdb.python/py-function.exp: Rename from python-function.exp.
6272 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
6273 testfile name.
6274 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
6275 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
6276 Adjust testfile name.
6277 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
6278 * gdb.python/py-template.cc: Rename from python-template.cc.
6279 * gdb.python/py-template.exp: Rename from python-template.exp.
6280 Adjust testfile name.
6281 * gdb.python/py-value.c: Rename from python-value.c.
6282 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
6283 testfile name.
6284
b554e4bd
JK
62852009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6286
6287 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
6288 $bpt2address.
6289 (Second breakpoint address is valid on ia64)
6290 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
6291
9a68ae16
JM
62922009-09-03 Joseph Myers <joseph@codesourcery.com>
6293
6294 * gdb.base/ending-run.exp: Restrict regular expression matching
6295 line number to require closing brace following.
6296
146b9145
DE
62972009-09-03 Doug Evans <dje@google.com>
6298
6299 * gdb.base/store.exp (check_set): Fix typo in expected value message.
6300
787d21e1
TT
63012009-09-02 Tom Tromey <tromey@redhat.com>
6302
6303 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
6304
e7802207
TT
63052009-09-02 Tom Tromey <tromey@redhat.com>
6306
6307 * gdb.dwarf2/callframecfa.exp: New file.
6308 * gdb.dwarf2/callframecfa.S: New file.
6309
817aadd2
JK
63102009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6311
6312 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
6313 gdb.base/solib-overlap-main.c: New.
6314
4a76eae5
DJ
63152009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
6316
6317 PR gdb/10565
6318
6319 * gdb.base/bitfields.c (struct container, container): New.
6320 (main): Initialize it and call break5.
6321 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
6322
d4b96c9a
JK
63232009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6324
6325 Support constant DW_AT_data_member_location by GCC PR debug/40659.
6326 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
6327
4e22772d
JK
63282009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6329
6330 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
6331
2efab443
MS
63322009-08-26 Michael Snyder <msnyder@vmware.com>
6333
6334 * gdb.base/i386-reverse.c: New file.
6335 * gdb.base/i386-reverse.exp: New file.
6336 * gdb.base/Makefile.in: Add new files to be removed.
6337
07ab73a0
JM
63382009-08-26 Joseph Myers <joseph@codesourcery.com>
6339
6340 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
6341 environment-pwd for remote host.
6342 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
6343
676accff
KS
63442009-08-24 Keith Seitz <keiths@redhat.com>
6345
6346 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
6347 Add two new C++ completer tests which limit the output to a
889bf7c5 6348 given class.
676accff 6349
f9f7ad22
MS
63502009-08-24 Michael Snyder <msnyder@vmware.com>
6351
6352 * gdb.base/del.exp: Fix typo in comment.
6353 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
6354
81ecdfbb
RW
63552009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6356
6357 * configure: Regenerate.
6358 * gdb.hp/configure: Likewise.
6359 * gdb.hp/gdb.aCC/configure: Likewise.
6360 * gdb.hp/gdb.base-hp/configure: Likewise.
6361 * gdb.hp/gdb.compat/configure: Likewise.
6362 * gdb.hp/gdb.defects/configure: Likewise.
6363 * gdb.hp/gdb.objdbg/configure: Likewise.
6364 * gdb.stabs/configure: Likewise.
6365
cab0c772
UW
63662009-08-19 Doug Evans <dje@google.com>
6367
6368 * gdb.base/gdbvars.c: New file.
6369 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
6370
b8fa0bfa
PA
63712009-08-14 Pedro Alves <pedro@codesourcery.com>
6372
6373 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6374 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
6375
b84aa90a
PA
63762009-08-13 Pedro Alves <pedro@codesourcery.com>
6377
6378 * gdb.base/default.exp: Adjust "set language test": it's now an
6379 enum command. Larger help string moved to "help set language".
6380 * gdb.base/help.exp: Adjust "help set language" expected output,
6381 now lists all known languages.
6382
0d8f9b2c
NF
63832009-08-11 Nathan Froyd <froydnj@codesourcery.com>
6384
6385 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
6386 all frame arguments.
6387 * gdb.arch/altivec-regs.exp: Likewise.
6388
bda180e0
TT
63892009-08-07 Tom Tromey <tromey@redhat.com>
6390
6391 * gdb.base/setshow.exp: Add tests for changes to set language, set
6392 check range, and set check type.
6393
48cb2d85
VP
63942009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6395
6396 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
6397 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 6398 Call it.
48cb2d85 6399
1ea34204
UW
64002009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6401
6402 * configure.ac: Run gdb.cell tests when appropriate.
6403 * configure: Regenerate.
6404 * lib/cell.exp: New file.
6405 * gdb.cell: New directory.
6406 * gdb.cell/configure.ac: New file.
6407 * gdb.cell/configure: New file.
6408 * gdb.cell/Makefile.in: New file.
6409 * gdb.cell/arch.exp: New file.
6410 * gdb.cell/break.c: New file.
6411 * gdb.cell/break.exp: New file.
6412 * gdb.cell/break-spu.c: New file.
6413 * gdb.cell/bt.c: New file.
6414 * gdb.cell/bt2-spu.c: New file.
6415 * gdb.cell/bt-spu.c: New file.
6416 * gdb.cell/bt.exp: New file.
6417 * gdb.cell/coremaker.c: New file.
6418 * gdb.cell/coremaker-spu.c: New file.
6419 * gdb.cell/core.exp: New file.
6420 * gdb.cell/gcore.exp: New file.
6421 * gdb.cell/data.c: New file.
6422 * gdb.cell/data.exp: New file.
6423 * gdb.cell/data-spu.c: New file.
6424 * gdb.cell/ea-cache.exp: New file.
6425 * gdb.cell/ea-cache.c: New file.
6426 * gdb.cell/ea-cache-spu.c: New file.
6427 * gdb.cell/ea-standalone.c: New file.
6428 * gdb.cell/ea-standalone.exp: New file.
6429 * gdb.cell/ea-test.c: New file.
6430 * gdb.cell/ea-test.exp: New file.
6431 * gdb.cell/f-regs.exp: New file.
6432 * gdb.cell/mem-access.c: New file.
6433 * gdb.cell/mem-access.exp: New file.
6434 * gdb.cell/mem-access-spu.c: New file.
6435 * gdb.cell/ptype.exp: New file.
6436 * gdb.cell/registers.exp: New file.
6437 * gdb.cell/size.c: New file.
6438 * gdb.cell/sizeof.exp: New file.
6439 * gdb.cell/size-spu.c: New file.
6440 * gdb.cell/solib.exp: New file.
6441 * gdb.cell/solib-symbol.exp: New file.
6442
85e747d2
UW
64432009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6444
6445 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
6446
58d6951d
DJ
64472009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6448
6449 * gdb.base/float.exp: Handle VFP registers.
6450
6e0a4f15
MS
64512009-07-14 Michael Snyder <msnyder@vmware.com>
6452
dcd5da87
MS
6453 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
6454 to bring gdb to the beginning of the calling line.
6455
6e0a4f15
MS
6456 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
6457 confusing the i386 epilogue unwinder.
6458
782b2b07
SS
64592009-07-14 Stan Shebs <stan@codesourcery.com>
6460
6461 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
6462
f662c3bc
MS
64632009-07-14 Michael Snyder <msnyder@vmware.com>
6464
6465 * gdb.reverse/step-reverse.exp (stepi into function call):
6466 Call instruction may not be first instruction in the line.
6467 (reverse stepi from a function call): Used wrong line number.
6468
8f313923
JK
64692009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6470
6471 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
6472
4662c76e
JK
64732009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6474
6475 Fix gdb.base/macscp.exp when using custom inputrc.
6476 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
6477 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
6478 env(TERM) set.
6479 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
6480 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
6481
aa81e255
JK
64822009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6483
6484 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
6485 * gdb.base/annota1.exp (thread_test): Import global $testfile.
6486 Change the compilation target to match the testcase name.
6487 * gdb.base/sect-cmd.exp: Change the compilation target to match the
6488 testcase name.
6489 * a2-run.exp: Use for setup prepare_for_testing. Change the
6490 compilation target to match the testcase name.
6491 * gdb.base/commands.exp: Likewise.
6492 * gdb.base/finish.exp: Likewise.
6493 * gdb.base/float.exp: Likewise.
6494 * gdb.base/info-target.exp: Likewise.
6495 * gdb.base/relational.exp: Likewise.
6496 * gdb.base/term.exp: Likewise.
6497 * gdb.base/until.exp: Likewise.
6498 * gdb.base/volatile.exp: Likewise.
6499 * gdb.base/whatis-exp.exp: Likewise.
6500
4c93b1d7
HZ
65012009-07-11 Hui Zhu <teawater@gmail.com>
6502
6503 * gdb.base/help.exp (disassemble): Update expected help text.
6504
812f7342
TT
65052009-07-09 Tom Tromey <tromey@redhat.com>
6506
6507 * lib/gdb.exp: Handle TRANSCRIPT.
6508 (remote_spawn, remote_close, send_gdb): New procs.
6509
fbb8f299
PM
65102009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6511
6512 * gdb.python/python-prettyprint.c: Add counted null string
6513 structure.
6514 * gdb.python/python-prettyprint.exp: Print null string. Test for
6515 embedded nulls.
6516 * gdb.python/python-prettyprint.py (pp_ns): New Function.
6517 * gdb.python/python-value.exp (test_value_in_inferior): Add
6518 variable length string fetch tests.
6519 * gdb.python/python-value.c (main): Add strings for string fetch tests.
6520
c0ac0ec7
JK
65212009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6522
6523 * gdb.base/dump.exp (inaccessible memory is reported): New test.
6524
30b66ecc
TT
65252009-07-07 Tom Tromey <tromey@redhat.com>
6526
6527 * gdb.base/call-rt-st.exp: Update for change to escape output.
6528 * gdb.base/callfuncs.exp: Likewise.
6529 * gdb.base/charset.exp: Likewise.
6530 * gdb.base/constvars.exp: Likewise.
6531 * gdb.base/long_long.exp: Likewise.
6532 * gdb.base/pointers.exp: Likewise.
6533 * gdb.base/printcmds.exp: Likewise.
6534 * gdb.base/setvar.exp: Likewise.
6535 * gdb.base/store.exp: Likewise.
6536 * gdb.cp/ref-types.exp: Likewise.
6537 * gdb.mi/mi-var-child.exp: Likewise.
6538 * gdb.mi/mi-var-display.exp: Likewise.
6539 * gdb.mi/mi2-var-display.exp: Likewise.
6540 * gdb.base/charset.exp: Test octal escape sequence length.
6541 Update for change to escape output.
6542
187c4a2b
JK
65432009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6544
6545 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
6546
d80a43f9
DJ
65472009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
6548
6549 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
6550
047427a8
JK
65512009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6552
6553 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
6554 gdbserver increasing $portnum if "Can't bind address" has been seen.
6555
8b5a0f4f
PA
65562009-07-05 Pedro Alves <pedro@codesourcery.com>
6557
6558 * gdb.base/ending-run.exp: Add "step out of main" pattern for
6559 mingw32ce.
6560
7d93ba58
PA
65612009-07-05 Pedro Alves <pedro@codesourcery.com>
6562
6563 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
6564 VFP format.
6565
2277426b
PA
65662009-07-02 Pedro Alves <pedro@codesourcery.com>
6567
6568 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
6569 linux. Adjust to use "inferior", "info inferiors", "detach
6570 inferior" and "kill inferior" instead of "restart", "info fork",
6571 "detach fork" and "delete fork".
6572 * gdb.base/ending-run.exp: Spell out "info".
6573 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
6574 the "kill" command.
6575
5af949e3
UW
65762009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6577
6578 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
6579 change to prefix TLS offset in hex with 0x.
6580
5d3729b5
UW
65812009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6582
6583 * gdb.base/default.exp: Update test case for "x" changes.
6584
af589bd0
TG
65852009-07-01 Tristan Gingold <gingold@adacore.com>
6586
6587 * gdb.base/bigcore.exp: Make darwin untested.
6588
40974f91
JK
65892009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6590
6591 * gdb.base/completion.exp (directory completion): Create the directory.
6592 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
6593 escapeuniquesub.
6594 (directory completion 2): Expect now ${escapeuniquesub}.
6595 (Glob remaining of directory test): Remove one excessive newline.
6596 Expect the real output.
6597
59dd3af6
JK
65982009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6599
6600 Fix `make check//%' target after `make check' has been ran.
6601 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
6602 a mkdir call.
6603 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
6604 (%/.dir): Remove.
6605
f4e164aa
JK
66062009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
6609 the expected result record.
6610
69af2122
JK
66112009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 Remove racy FAILs relying just on the timeouts.
6614 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
6615 (annotation_level 2): Remove racy FAILs.
6616
2fd481e1
PP
66172009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
6618
6619 gdb/10275
889bf7c5
PA
6620 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
6621
c38f313d
DJ
66222009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
6623
6624 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
6625
8b777f02
VP
66262009-06-30 Vladimir Prus <vladimir@codesourcery.com>
6627
6628 * gdb.mi/mi-stack.exp: Testing symbolic options
6629 to -stack-list-locals and -stack-list-arguments.
6630
00c7eacf
JK
66312009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6632
6633 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
6634
6bc80edc
TT
66352009-06-29 Tom Tromey <tromey@redhat.com>
6636
6637 * dg-extract-results.sh: New file.
6638 * Makefile.in (FORCE_PARALLEL): New variable.
6639 (CHECK_TARGET): New conditional variable.
6640 (check): Use CHECK_TARGET.
6641 (DO_RUNTEST): New variable.
6642 (check-single): New target.
6643 (TEST_DIRS): New variable.
6644 (TEST_TARGETS): Likewise.
6645 (check-parallel): New target.
6646 (check-gdb.%): New pattern.
6647 (BASE1_FILES): New variable.
6648 (BASE2_FILES): Likewise.
6649 (check-gdb.base%): New pattern.
6650 (%/.dir): New pattern.
6651 * configure: Rebuild.
6652 * aclocal.m4 (AM_CONDITIONAL): New defun.
6653 * configure.ac: Check whether user is using GNU make.
6654 (GMAKE): New conditional.
6655
794684b6
SW
66562009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
6657
6658 * gdb.cp/namespace-nested-import.cc: New test.
6659 * gdb.cp/namespace-nested-import.exp: New test.
6660
edb3359d
DJ
66612009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6662
6663 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
6664 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
6665 * gdb.opt/Makefile.in (EXECUTABLES): Update.
6666 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
6667 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
6668 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
6669 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
6670 gdb.opt/inline-markers.c: New files.
6671 * lib/gdb.exp (skip_inline_frame_tests): New function.
6672 (skip_inline_var_tests): New function.
6673
cf657a0c
AS
66742009-06-27 Andreas Schwab <schwab@linux-m68k.org>
6675
6676 * gdb.cp/exception.exp: Don't require $hex before inner frame in
6677 backtrace.
6678
28d41a99
MS
66792009-06-27 Michael Snyder <msnyder@vmware.com>
6680
6681 * gdb.reverse: New directory.
6682 * gdb.reverse/break-reverse.c: New test.
6683 * gdb.reverse/break-reverse.exp: New test.
6684 * gdb.reverse/consecutive-reverse.c: New test.
6685 * gdb.reverse/consecutive-reverse.exp: New test.
6686 * gdb.reverse/finish-reverse.c: New test.
6687 * gdb.reverse/finish-reverse.exp: New test.
6688 * gdb.reverse/machinestate.c: New test.
6689 * gdb.reverse/ms1.c: New test.
6690 * gdb.reverse/machinestate.exp: New test.
6691 * gdb.reverse/Makefile.in: New file.
6692 * gdb.reverse/shr2.c: New test.
6693 * gdb.reverse/solib-reverse.c: New test.
6694 * gdb.reverse/solib-reverse.exp: New test.
6695 * gdb.reverse/step-reverse.c: New test.
6696 * gdb.reverse/step-reverse.exp: New test.
6697 * gdb.reverse/until-reverse.c: New test.
6698 * gdb.reverse/ur1.c: New test.
6699 * gdb.reverse/until-reverse.exp: New test.
6700 * gdb.reverse/watch-reverse.c: New test.
6701 * gdb.reverse/watch-reverse.exp: New test.
6702 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
6703 * configure: Regenerate.
6704
fe3c8b0d
DE
67052009-06-26 Doug Evans <dje@google.com>
6706
6707 * gdb.base/psymtab.exp: Turn off pending breakpoints.
6708
3a72a602
PM
67092009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
6710
6711 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
6712 windows problem for 'file delete $binfile'.
6713
27aa8d6a
SW
67142009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
6715
6716 * gdb.cp/namespace-using.exp: New test.
6717 * gdb.cp/namespace-using.cc: New test.
6718
8ac055f8
JB
67192009-05-20 Joel Brobecker <brobecker@adacore.com>
6720
6721 * gdb.ada/variant_record_packed_array: New testcase.
6722
85e306ed
TT
67232009-06-23 Tom Tromey <tromey@redhat.com>
6724
6725 * gdb.base/charset.exp (test_combination): Regression test.
6726 * gdb.base/charset.c (my_wchar_t): New typedef.
6727 (myvar): New global.
6728 (main): Set myvar.
6729
56643c5e
PM
67302009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
6731
6732 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
6733 target.
6734
1fac167a
UW
67352009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6736
6737 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
6738
7ccb0be9
UW
67392009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6740
6741 * gdb.mi/gdb680.exp: Update test for error message.
6742
568d6575
UW
67432009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6744
6745 * gdb.base/annota1.exp: Allow multiple occurrences of the
6746 frames-invalid annotation.
6747 * gdb.cp/annota2.exp: Likewise.
6748
7cd1089b
PM
67492009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6750
6751 * gdb.cp/gdb2495.cc: New file.
6752 * gdb.cp/gdb2495.exp: New file.
6753
72c63395
JK
67542009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6755
6756 Report error on GDB crash during runto.
6757 * lib/gdb.exp (runto <eof>): New.
6758
3788363d
DJ
67592009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6760
6761 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
6762 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
6763 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
6764 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
6765 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
6766 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
6767 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
6768 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
6769 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
6770 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
6771 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
6772 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
6773 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6774 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
6775 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
6776 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
6777 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
6778 gdb.server/server-mon.exp, gdb.server/server-run.exp,
6779 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6780 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6781 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
6782 gdb.trace/passcount.exp, gdb.trace/report.exp,
6783 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
6784 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
6785 gdb.trace/while-stepping.exp: Use a unique name for the compiled
6786 executable.
6787
17592de3
PA
67882009-06-07 Pedro Alves <pedro@codesourcery.com>
6789
6790 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
6791 defined before referencing it.
6792
701e355d
DE
67932009-06-03 Doug Evans <dje@google.com>
6794
6795 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
6796 * gdb.arch/i386-see.c: Ditto.
6797
f2292c65
PM
67982009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
6799
6800 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
6801 (check_macro): Return 1 if undefined.
6802 If first test fails, check if macro debug information is available,
6803 and report unsupported test if no macro information is found.
6804
5a437975
DE
68052009-05-29 Doug Evans <dje@google.com>
6806
6807 * gdb.threads/hand-call-in-threads.exp: New.
6808 * gdb.threads/hand-call-in-threads.c: New.
6809
c141c696
MS
68102009-05-29 Michael Snyder <msnyder@vmware.com>
6811
6812 * gdb.base/break-always.exp: Change "1" to "on".
6813 Add confirmation check.
6814
b3444185
PA
68152009-05-28 Pedro Alves <pedro@codesourcery.com>
6816
6817 * gdb.threads/threxit-hop-specific.c: New.
6818 * gdb.threads/threxit-hop-specific.exp: New.
6819 * gdb.threads/thread-execl.c: New.
6820 * gdb.threads/thread-execl.exp: New.
6821
b6313243
TT
68222009-05-27 Tom Tromey <tromey@redhat.com>
6823 Thiago Jung Bauermann <bauerman@br.ibm.com>
6824
6825 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6826 (mi_child_regexp): Likewise.
6827 (mi_list_varobj_children_range): Likewise.
6828 (mi_get_features): Likewise.
6829 (mi_list_varobj_children): Rewrite.
6830 * gdb.python/python-mi.exp: New file.
6831
a6bac58e
TT
68322009-05-27 Tom Tromey <tromey@redhat.com>
6833 Thiago Jung Bauermann <bauerman@br.ibm.com>
6834 Phil Muldoon <pmuldoon@redhat.com>
6835 Paul Pluzhnikov <ppluzhnikov@google.com>
6836
6837 * gdb.python/python-prettyprint.exp: New file.
6838 * gdb.python/python-prettyprint.c: New file.
6839 * gdb.python/python-prettyprint.py: New file.
6840 * gdb.base/display.exp: print/r is now valid.
6841
2c74e833
TT
68422009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6843 Tom Tromey <tromey@redhat.com>
6844 Pedro Alves <pedro@codesourcery.com>
6845 Paul Pluzhnikov <ppluzhnikov@google.com>
6846
6847 * gdb.python/python-template.exp: New file.
6848 * gdb.python/python-template.cc: New file.
6849 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6850 tests.
6851 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6852 Call it.
6853 (test_value_after_death): New proc.
6854 * gdb.python/python-value.c (PTR): New typedef.
6855 (main): New variable 'x'.
6856
89c73ade
TT
68572009-05-27 Tom Tromey <tromey@redhat.com>
6858
6859 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6860 tests.
6861 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6862 Call it.
6863
a75724bc
PA
68642009-05-27 Pedro Alves <pedro@codesourcery.com>
6865
6866 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6867
e58b0e63
PA
68682009-05-24 Pedro Alves <pedro@codesourcery.com>
6869
6870 * gdb.threads/fork-thread-pending.c: New.
6871 * gdb.threads/fork-thread-pending.exp: New.
6872
4ac36638
JK
68732009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6874
6875 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6876 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6877
889bf7c5 68782009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 6879
889bf7c5 6880 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 6881
b242c3c2
PA
68822009-05-17 Pedro Alves <pedro@codesourcery.com>
6883
6884 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6885 `gdb_get_line_number'. Call `callee' in both parent and child.
6886 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6887 `gdb_get_line_number' instead of hardcoding line numbers.
6888 (catch_fork_unpatch_child): New procedure to test detaching
6889 breakpoints from child fork.
6890 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6891 hardcoding line numbers.
6892 (do_fork_tests): Run `catch_fork_unpatch_child'.
6893
ee342b23
VP
68942009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6895
6896 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6897 of structure type enters or leaves the scope, it
6898 is reported by -var-update.
6899
e2009e98
DE
69002009-05-11 Doug Evans <dje@sebabeach.org>
6901
6902 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 6903 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
6904 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6905
00903456
JK
69062009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6907
6908 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6909
dc621c35
DE
69102009-04-30 Doug Evans <dje@google.com>
6911
6912 * gdb.threads/watchthreads2.exp: New testcase.
6913 * gdb.threads/watchthreads2.c: New testcase.
6914
9ab4e744
DE
69152009-04-29 Doug Evans <dje@google.com>
6916
6917 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6918 * gdb.cp/mb-ctor.cc: Ditto.
6919 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6920 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6921 * gdb.cp/mb-inline1.cc: Call it.
6922 * gdb.cp/mb-inline2.cc: Ditto.
6923 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6924 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6925
484086b7
JK
69262009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6927
6928 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6929 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6930 Replace all uses of `decimal' by `nonzero'.
6931 (info macro FROM_COMMANDLINE): New test.
6932
379a77b5
TT
69332009-04-27 Tom Tromey <tromey@redhat.com>
6934
6935 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6936
b92b73c2
DE
69372009-04-27 Doug Evans <dje@google.com>
6938
6939 * gdb.threads/watchthreads.c (main): Initialize args before starting
6940 the threads. Plus formatting cleanup.
6941 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6942 biased scheduling of one thread.
6943
945a118d
JG
69442009-04-27 Jerome Guitton <guitton@adacore.com>
6945
6946 * gdb.cp/templates.cc (GetMax): New template.
6947 (main): Declare two instances of GetMax.
6948 * gdb.cp/templates.exp: Add new test.
6949
d389af10
JK
69502009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6951
6952 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6953
e7f86de9
JM
69542009-04-22 Joseph Myers <joseph@codesourcery.com>
6955
6956 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6957
334cc82d
TT
69582009-04-15 Tom Tromey <tromey@redhat.com>
6959
6960 * gdb.base/charset.exp: Add regression test.
6961
d12672cc
JB
69622009-04-14 Joel Brobecker <brobecker@adacore.com>
6963
6964 * gdb.base/exe-lock.exp: New testcase.
6965
18e8c3bc
TT
69662009-04-13 Tom Tromey <tromey@redhat.com>
6967
6968 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6969 operator on Frame.
6970
5ecd5cbe
UW
69712009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6972
6973 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6974 * gdb.server/ext-attach.exp: Likewise.
6975
7309f756
VP
69762009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6977
6978 Eliminate some sleep usage.
6979
889bf7c5
PA
6980 * gdb.mi/basics.c (do_nothing): New.
6981 (main): Use do_nothing instead of printf, so that
6982 not to introduce race condition between output of
6983 inferiour and output of gdb. Do not use sleep as it
6984 is not generally available on embedded targets.
7309f756 6985
f4b95f6f
PA
69862009-04-02 Pedro Alves <pedro@codesourcery.com>
6987
6988 * gdb.server/ext-attach.exp: Expect an optional process id after
6989 "Detached from remote process".
6990
de40b933
JK
69912009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6992
6993 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6994 gdb.dwarf2/dw2-unresolved.exp: New.
6995
2ae101a4
PA
69962009-04-02 Pedro Alves <pedro@codesourcery.com>
6997
6998 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6999 mi_run_to_main.
7000
56a8e183
PA
70012009-04-02 Pedro Alves <pedro@codesourcery.com>
7002
7003 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
7004 mi_run_to_main. Skip thread exit test on remote targets.
7005 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
7006 mi_run_to_main.
7007 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
7008 mi_run_to_main.
7009 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
7010 when expecting ^connected. Detect when the target doesn't support
7011 non-stop mode.
7012 (mi_run_cmd): Detect if non-stop mode was requested by isn't
7013 supported. Return -1 on error, 0 on success.
7014 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
7015 (mi_runto): Return mi_runto_helper's result explicitly.
7016
c35fafde
PA
70172009-04-01 Pedro Alves <pedro@codesourcery.com>
7018
7019 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
7020
f8a8dce6
JB
70212009-04-01 Tom Tromey <tromey@redhat.com>
7022
7023 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
7024 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
7025 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
7026 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
7027
71c25dea
TT
70282009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
7029 Jan Kratochvil <jan.kratochvil@redhat.com>
7030
7031 PR gdb/931
7032 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
7033 output.
7034 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
7035 for gdb/931.
7036 * dw2-strp.S (DW_AT_language): Change to C++.
7037 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
7038
02d9a9ce
JB
70392009-03-31 Joel Brobecker <brobecker@adacore.com>
7040
7041 * gdb.ada/tasks: New testcase.
7042
1042e4c0
SS
70432009-03-30 Stan Shebs <stan@codesourcery.com>
7044
7045 * gdb.trace/actions.exp: Update to match new info trace format.
7046 * gdb.trace/deltrace.exp: Ditto.
7047 * gdb.trace/infotrace.exp: Ditto.
7048 * gdb.trace/passcount.exp: Ditto.
7049 * gdb.trace/save-trace.exp: Ditto.
7050 * gdb.trace/while-stepping.exp: Ditto.
7051 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
7052
f8f6f20b
TJB
70532009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7054
7055 * gdb.python/python-frame.c: New file.
7056 * gdb.python/python-frame.exp: New file.
7057
c0c6f777
TJB
70582009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7059
7060 * gdb.python/python-value.exp: Add tests for the address
7061 attribute.
7062
3cb51905
AS
70632009-03-29 Andreas Schwab <schwab@linux-m68k.org>
7064
7065 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
7066
88fc996f
DE
70672009-03-26 Doug Evans <dje@google.com>
7068
7069 * gdb.mi/mi-nonstop-exit.exp: New file.
7070 * gdb.mi/non-stop-exit.c: New file.
7071
56ef84b1
TT
70722009-03-26 Tom Tromey <tromey@redhat.com>
7073
7074 Update for change to prologue skipping:
7075 * gdb.mi/mi2-simplerun.exp: Update.
7076 * gdb.mi/mi2-break.exp: Update.
7077 * gdb.mi/mi-simplerun.exp: Update.
7078 * gdb.mi/mi-break.exp: Update.
7079 * gdb.base/ending-run.exp: Update.
7080
def2b000
TJB
70812009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7082
7083 * gdb.python/python-value.exp (test_value_in_inferior): Test
7084 gdb.Value.is_optimized_out attribute.
7085
442ddf59
JK
70862009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7087
7088 * gdb.dwarf2/dw2-noloc-main.c: New file.
7089 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
7090 (.text): Remove.
7091 (.data): New.
7092 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
7093 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
7094 (DW_TAG_subprogram func_cu1, noloc): Remove.
7095 (main): New.
7096 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
7097 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
7098 (file_symbols): New procedure.
7099
a8df5de4
TT
71002009-03-25 Tom Tromey <tromey@redhat.com>
7101
7102 * gdb.base/charset.exp (valid_target_charset): New proc.
7103 Use it to skip tests on invalid charsets.
7104
cc1d7add
PM
71052009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
7106
7107 * gdb.base/completion.exp: Add a test for directory completion.
7108
bcd5727b
JK
71092009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7110
7111 Fix a racy FAIL.
7112 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
7113 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
7114
cc924cad
TJB
71152009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7116
7117 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
7118 * gdb.python/python-function.exp: Add test for function returning
7119 a GDB value.
7120
bc3b79fd
TJB
71212009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
7122
7123 * gdb.python/python-function.exp: New file.
7124
6c7a06a3
TT
71252009-03-20 Tom Tromey <tromey@redhat.com>
7126
7127 * gdb.base/store.exp: Update for change to escape output.
7128 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
7129 to escape output.
7130 * gdb.base/pointers.exp: Update for change to escape output.
7131 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
7132 to escape output.
7133 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
7134 escape output.
7135 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
7136 to escape output.
7137 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
7138 escape output.
7139 * gdb.base/setvar.exp: Update for change to escape output.
7140 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
7141 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
7142 to escape output.
7143 (test_print_string_constants): Likewise.
7144 * gdb.base/charset.exp (valid_host_charset): Check size of
7145 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
7146 cases. Handle "auto"-related output.
7147 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
7148 (uvar, Uvar): New globals.
7149
c31af87b
JG
71502009-03-19 Jerome Guitton <guitton@adacore.com>
7151
7152 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
7153 deltas.
7154 * gdb.ada/fixed_points.exp: Ditto.
7155
51272cf2
PA
71562009-03-18 Pedro Alves <pedro@codesourcery.com>
7157
7158 * return-nodebug.c: Don't include stdio.h.
7159 (init): Delete.
7160 (func): Delete definition and provide extern declaration.
7161 (t): New.
7162 (main): Don't call printf. Call func and store its result in t.
7163 * return-nodebug1.c: New.
7164 * return-nodebug.exp: Don't expect stdio output. Instead, print
7165 the global variable t. Drop printf formatters and cast types from
7166 foreach loop. Don't use prepare_for_testing. Compile
7167 return-nodebug.c and return-nodebug1.c in separate steps. Don't
7168 define FORMAT or CAST.
7169
d24948ac
PP
71702009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7171
7172 * gdb.base/solib-display.exp: Disable test for remote targers.
7173
61ff14c6
JK
71742009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7175
7176 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
7177
cb4dce93
JK
71782009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7179
7180 Fix a racy FAIL.
7181 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
7182 code from `follow parent, print pids'.
7183 (`follow child, print pids', `follow parent, print pids'): Call it.
7184 Replace `gdb_test "break..."' by gdb_breakpoint.
7185
f7c60c5e
VP
71862009-03-13 Vladimir Prus <vladimir@codesourcery.com>
7187
7188 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 7189 sync and async modes.
f7c60c5e 7190
383ace49
JB
71912009-03-12 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
7194 that was checked in by mistake. Remove loading of ada.exp, since
7195 this is not necessary in this case.
7196
4ce102af
JB
71972009-03-12 Joel Brobecker <brobecker@adacore.com>
7198
7199 * gdb.ada/ptype_arith_binop.exp: New testcase.
7200
529a2aef
JB
72012009-03-12 Joel Brobecker <brobecker@adacore.com>
7202
7203 * gdb.ada/mod_from_name: New testcase.
7204
8a38181c
JB
72052009-03-12 Joel Brobecker <brobecker@adacore.com>
7206
7207 * gdb.ada/tick_last_segv: New testcase.
7208
11436dee
VP
72092009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7210
61ff14c6 7211 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 7212
1f31650a
VP
72132009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7214
61ff14c6
JK
7215 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
7216 include the token in ^running and frame info in *stopped.
1f31650a 7217
a3247a22
PP
72182009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7219
7220 * solib-display.exp: New file.
7221 * solib-display-main.c: New file.
7222 * solib-display-lib.c: New file.
61ff14c6 7223
aae64587
PA
72242009-03-05 Pedro Alves <pedro@codesourcery.com>
7225
7226 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
7227
44aabfbc
JK
72282009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7229
7230 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
7231 (list_and_check_macro): Use more specific test name.
7232 (next to definition): Make the test names unique.
7233
c087fcd3
PM
72342009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7235
7236 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 7237
c86cf029
VP
72382009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7239
7240 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
7241 notifications.
7242 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
7243 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
7244 * lib/mi-support.exp (library_loaded_re): New.
7245 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
7246
3ea85240
VP
72472009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7248
7249 * gdb.gdb/observer.exp: Use test_notification observer, not
7250 normal_stop, everywhere.
7251 (test_normal_stop_notifications): Rename to...
7252 (test_notifications): ...this.
7253 (test_observer_normal_stop): Rename to...
7254 (test_observer): ...this.
7255
1903f0e6
DE
72562009-02-16 Doug Evans <dje@google.com>
7257
7258 * gdb.arch/amd64-disp-step.S (test_int3): New test.
7259 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
7260 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
7261 (test_prefixed_syscall,test_int3): New tests.
7262 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
7263 (test_prefixed_syscall,test_int3): New tests.
7264
1d33d6ba
VP
72652009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7266
3cb51905
AS
7267 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
7268 (mi_expect_interrupt): Likewise.
7269 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
7270 response.
1d33d6ba 7271
faafb047
PM
72722009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7273
7274 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
7275 * gdb.base/pc-fp.exp (get_valueofx): Remove.
7276 Replace calls to get_valueofx by get_hexadecimal_valueof.
7277
417e16e2
PM
72782009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7279
7280 * lib/gdb.exp (get_valueof): Accept anything as a return value.
7281 (get_integer_valueof): New procedure.
7282 (get_sizeof): Use new get_integer_value_of.
7283 * gdb.base/sizeof.exp: Replace all uses of get_valueof
7284 by get_integer_valueof.
7285
7065b901
TT
72862009-02-13 Tom Tromey <tromey@redhat.com>
7287
7288 * gdb.base/remote.exp (get_sizeof): Remove.
7289 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
7290 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
7291 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
7292 * lib/gdb.exp (get_valueof): Move from long_long.exp.
7293 (get_sizeof): Likewise.
7294
5d7cb8df
JK
72952009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7296
7297 PR fortran/9806
7298 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
7299
b2febfff
PP
73002009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7301
7302 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
7303
4aa995e1
PA
73042009-02-06 Pedro Alves <pedro@codesourcery.com>
7305
7306 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
7307
d8906c6f
TJB
73082009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7309
7310 * gdb.python/python-cmd.exp: New file.
7311
ff4ab08d
TG
73122009-02-06 Tristan Gingold <gingold@adacore.com>
7313
7314 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
7315
aacd552b
TG
73162009-02-05 Tristan Gingold <gingold@adacore.com>
7317
7318 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
7319 pointer is dereferenced and use this signal name in regexp.
7320 * gdb.base/signull.exp: Ditto.
7321 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
7322 * gdb.base/signull.c (main): Ditto.
7323
08c637de
TJB
73242009-02-04 Tom Tromey <tromey@redhat.com>
7325 Thiago Jung Bauermann <bauerman@br.ibm.com>
7326
7327 * gdb.python/python-value.exp: Use `gdb.history' instead of
7328 `gdb.value_from_history'.
7329 (test_value_numeric_ops): Add test for conversion of enum constant.
7330 * gdb.python/python-value.c (enum e): New type.
7331 (evalue): New global.
7332 (main): Use argv.
7333
20261af8
JG
73342009-02-04 Jerome Guitton <guitton@adacore.com>
7335
7336 * gdb.ada/uninitialized_vars: New test program.
7337 * gdb.ada/uninitialized_vars.exp: New testcase.
7338
52e44b43
TT
73392009-02-02 Tom Tromey <tromey@redhat.com>
7340
7341 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
7342 * gdb.cp/pr2489.cc: Rename...
7343 * gdb.cp/pr9594.cc: ... to this.
7344
1c71341a
TT
73452009-02-02 Tom Tromey <tromey@redhat.com>
7346
7347 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
7348 * gdb.cp/pr2489.cc: New file.
7349 * gdb.cp/cpcompletion.exp: New file.
7350
a4295225
TT
73512009-02-02 Tom Tromey <tromey@redhat.com>
7352
7353 PR exp/9059:
7354 * gdb.cp/call-c.exp: Add regression test.
7355 * gdb.cp/call-c.cc (FooHandle): New typedef.
7356 (main): New variable 'handle'.
7357
592375cd
VP
73582009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7359
7360 * lib/mi-support.exp (et_mi_thread_list)
7361 (check_mi_and_console_threads): Adjust for current thread in
7362 -thread-list-ids output.
7363
41447f92
VP
73642009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7365
889bf7c5
PA
7366 * gdb.mi/mi-break.exp (test_disabled_creation): New.
7367 Call it.
41447f92 7368
35669430
DE
73692009-01-28 Doug Evans <dje@google.com>
7370
7371 * gdb.arch/amd64-disp-step.S: New file.
7372 * gdb.arch/amd64-disp-step.exp: New file.
7373 * gdb.arch/i386-disp-step.S: New file.
7374 * gdb.arch/i386-disp-step.exp: New file.
7375
09f00d9a
PM
73762009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
7377
7378 * gdb.base/find.exp: Set newline variable
7379 using quotes instead of braces to fix cygwin failures.
7380
1e8fb976
PA
73812009-01-23 Pedro Alves <pedro@codesourcery.com>
7382
7383 * gdb.base/radix.exp: Add tests to ensure that that set
7384 input-radix 0 and set output-radix 0 are really rejected.
7385
da061712
PA
73862009-01-23 Pedro Alves <pedro@codesourcery.com>
7387
7388 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
7389 copyright years.
7390
dd7e2d2b
PA
73912009-01-23 Pedro Alves <pedro@codesourcery.com>
7392
7393 PR gdb/9664:
7394 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
7395
392452f6
PA
73962009-01-22 Pedro Alves <pedro@codesourcery.com>
7397
7398 PR c++/9631:
7399 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
7400
8653e71c
PM
74012009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
7402
7403 * gdb.server/file-transfer.exp: Use EXEEXT variable for
7404 binfile definition to fix Windows OS failure.
7405
a12cc160
DJ
74062009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7407
7408 PR gdb/9346
7409 * gdb.base/interrupt.c (sigint_handler): New.
7410 (main): Install a SIGINT handler if SIGNALS is defined. Exit
7411 on error.
7412 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
7413 Test "signal SIGINT".
7414
b89667eb
DE
74152009-01-19 Doug Evans <dje@google.com>
7416
7417 * gdb.base/break.exp: Update expected gdb output.
7418 * gdb.base/sepdebug.exp: Ditto.
7419 * gdb.mi/mi-syn-frame.exp: Ditto.
7420 * gdb.mi/mi2-syn-frame.exp: Ditto.
7421 * gdb.base/call-signal-resume.exp: New file.
7422 * gdb.base/call-signals.c: New file.
7423 * gdb.base/unwindonsignal.exp: New file.
7424 * gdb.base/unwindonsignal.c: New file.
7425 * gdb.threads/interrupted-hand-call.exp: New file.
7426 * gdb.threads/interrupted-hand-call.c: New file.
7427 * gdb.threads/thread-unwindonsignal.exp: New file.
7428
adb483fe
DJ
74292009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7430
7431 * gdb.base/define.exp: Test defining and hooking prefix commands.
7432 * gdb.python/python.exp: Update test for "show user" output.
7433
60023297
JK
74342009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7435
7436 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
7437 now the output exactly, using less wildcards. Expect also the output
7438 of gfortran-4.3. Update for the f-valprint.c modification from
7439 2008-04-22.
7440 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
7441 Remove gdb_test test names where matching the command.
7442
ccc57cf9
PA
74432009-01-01 Pedro Alves <pedro@codesourcery.com>
7444
7445 PR breakpoints/9681:
7446 * gdb.base/watchpoint.exp: Add regression test.
7447
c7a6ca08
PA
74482008-12-31 Pedro Alves <pedro@codesourcery.com>
7449
7450 * gdb.threads/attach-into-signal.exp: Don't use
7451 gdb_suppress_entire_file.
7452 * gdb.threads/attach-stopped.exp: Ditto.
7453 * gdb.threads/attachstop-mt.exp: Ditto.
7454
3a031f65
PA
74552008-12-31 Pedro Alves <pedro@codesourcery.com>
7456
7457 PR gdb/8812:
7458 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
7459
09e6485f
PA
74602008-12-29 Pedro Alves <pedro@codesourcery.com>
7461
7462 PR gdb/7536:
7463 * gdb.base/radix.exp: Add tests to ensure invalid input radices
7464 and unsupported output radices are really rejected.
7465
0cd53049
JK
74662008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7467
7468 * gdb.cp/punctuator.exp: Backslash the '$' signs.
7469
ba163c7e
TT
74702008-12-22 Tom Tromey <tromey@redhat.com>
7471
7472 * gdb.cp/punctuator.exp: New file.
7473
6f4de6c9
JK
74742008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 * gdb.base/completion.exp (Completing non-existing component): New test.
7477
0f34d0b4
JK
74782008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7479
7480 Fix for PR gdb/8648.
7481 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
7482 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
7483 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
7484 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
7485
db2ad4c3
JK
74862008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7487
7488 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
7489
bb5ef15e
DP
74902008-12-16 Christophe Lyon <christophe.lyon@st.com>
7491
7492 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
7493 compiler actually generate code at the expected line number.
7494
90142adc
JZ
74952008-12-15 Jie Zhang <jie.zhang@analog.com>
7496
7497 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
7498
fad6eecd
TT
74992008-12-12 Tom Tromey <tromey@redhat.com>
7500
7501 * gdb.base/commands.exp (redefine_hook_test): New proc.
7502 Call it.
7503
17c8aaf5
TT
75042008-12-11 Tom Tromey <tromey@redhat.com>
7505
7506 * gdb.base/macscp.exp: New regression test.
7507
7c8adf68
TT
75082008-12-11 Tom Tromey <tromey@redhat.com>
7509
7510 * gdb.base/macscp.exp: Print "address.addr".
7511 * gdb.base/macscp1.c (struct outer): New struct.
7512 (address): New global.
7513
b05dcbb7
TT
75142008-12-09 Tom Tromey <tromey@redhat.com>
7515
7516 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
7517 Call it.
7518
2d476de1
DE
75192008-12-04 Doug Evans <dje@google.com>
7520
7521 * gdb.server/ext-run.exp: Relax regexp for init program.
7522
87bdc959
TG
75232008-12-03 Tristan Gingold <gingold@adacore.com>
7524
7525 * gdb.base/macscp.exp: Generate an object file during compilation
7526 to work around Darwin dsymutil limitations.
7527
e0740f77
JK
75282008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7529
7530 Test resolving external references to TLS variables.
7531 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
7532 FILE2_THREAD_LOCAL.
7533 (testfile2, srcfile2): New variables.
7534 * gdb.threads/tls.c (file2_thread_local)
7535 (function_referencing_file2_thread_local): New.
7536 * gdb.threads/tls2.c: New file.
7537
67f0aac5
JB
75382008-11-28 Joel Brobecker <brobecker@adacore.com>
7539
7540 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
7541 rather than integer, as integer might not be big enough when
7542 on 64bit targets.
67f0aac5 7543
c332165e
JG
75442008-11-27 Jerome Guitton <guitton@adacore.com>
7545
7546 * gdb.cp/formatted-ref.exp: Add equality test.
7547 * gdb.ada/formatted_ref.exp: Ditto.
7548
fc9b693c
JK
75492008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
7552 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
7553
a9c64011
AS
75542008-11-20 Andreas Schwab <schwab@suse.de>
7555
7556 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
7557 matching syscall entry point.
7558 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7559 (tcatch_vfork_then_child_follow): Likewise. Finish through
7560 vfork even if we stopped at the syscall trampoline.
7561
e2fd701e
DE
75622008-11-20 Doug Evans <dje@google.com>
7563
7564 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
7565
69abc51c
TJB
75662008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
7567
7568 * gdb.arch/ppc-dfp.exp: New file.
7569 * gdb.arch/ppc-dfp.c: New file.
7570
c14c28ba
PP
75712008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7572
7573 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 7574
2e74121d
DE
75752008-11-17 Doug Evans <dje@google.com>
7576
7577 * gdb.mi/mi-syn-frame.exp: Update expected output.
7578 * gdb.mi/mi2-syn-frame.exp: Update expected output.
7579
66bb093b
VP
75802008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7581
7582 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
7583 "thread N" results in =thread-selected.
7584 * lib/mi-support (mi_run_cmd, mi_expect_stop)
7585 (mi_send_resuming_command_raw): Be prepared for
7586 =thread-selected.
7587
3d043ef6
VP
75882008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7589
a9c64011
AS
7590 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
7591 * lib/mi-support.exp: Likewise.
3d043ef6 7592
808104c8
JB
75932008-11-16 Joel Brobecker <brobecker@adacore.com>
7594
7595 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
7596 commands from the expected output for "help catch".
7597
00b22944
JB
75982008-11-15 Joel Brobecker <brobecker@adacore.com>
7599
7600 * gdb.ada/int_deref.exp: New testcase.
7601
59669435
TT
76022008-11-14 Nick Roberts <nickrob@snap.net.nz>
7603
7604 * gdb.mi/gdb2549.exp: New file.
7605
de04a248
DE
76062008-11-11 Doug Evans <dje@google.com>
7607
7608 * gdb.base/callexit.exp: New file.
7609 * gdb.base/callexit.c: New file.
7610
6b8ce727
DE
76112008-11-10 Doug Evans <dje@google.com>
7612
7613 * lib/gdb.exp (GDBFLAGS): Move -nx ...
7614 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
7615 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
7616 (default_gdb_start,default_gdb_exit): Ditto.
7617 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
7618 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
7619 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
7620 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
7621 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
7622 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
7623
1b14b8aa
AS
76242008-11-03 Andreas Schwab <schwab@suse.de>
7625
7626 * gdb.base/hashline2.exp: Fix typo.
7627 * gdb.base/hashline3.exp: Likewise.
7628
f3134b88
TT
76292008-10-30 Tom Tromey <tromey@redhat.com>
7630
7631 * gdb.base/pointers.exp: Add test.
7632 * gdb.base/pointers.c (k, S): New typedefs.
7633 (instance): New global.
7634
c2226152
AS
76352008-10-30 Andreas Schwab <schwab@suse.de>
7636
7637 * gdb.base/args.exp: Add tests for newlines.
7638
462f405c
JB
76392008-10-30 Joel Brobecker <brobecker@adacore.com>
7640
7641 gdb.base/foll-exec.exp: Update the expected output of a couple
7642 of "info breakpoints" tests.
7643
79a45b7d
TT
76442008-10-28 Tom Tromey <tromey@redhat.com>
7645
7646 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
7647
adc13a14
PA
76482008-10-24 Pedro Alves <pedro@codesourcery.com>
7649
7650 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
7651 gdb_start_cmd.
7652 Use runto_main before any test that requires execution.
7653
252fbfc8
PA
76542008-10-23 Pedro Alves <pedro@codesourcery.com>
7655
7656 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
7657 instead of SIGINT.
7658
28148e3d
JB
76592008-10-22 Joel Brobecker <brobecker@adacore.com>
7660
7661 * gdb.base/completion.exp: Update expected output following
7662 the addition of the "info tasks" command.
7663
c209f847
TT
76642008-10-22 Tom Tromey <tromey@redhat.com>
7665
7666 * gdb.base/exprs.exp (test_expr): Add test for string
7667 concatenation.
7668
f177e350
PA
76692008-10-19 Pedro Alves <pedro@codesourcery.com>
7670
7671 * configure.ac: Output gdb.python/Makefile.
7672 * configure: Regenerate.
7673 * gdb.python/Makefile.in: New.
7674
cce89356
JB
76752008-10-16 Joel Brobecker <brobecker@adacore.com>
7676
7677 * gdb.base/foll-fork.exp: Adjust the expected output to match
7678 the new description for fork/vfork catchpoints in the "info
7679 breakpoints" output.
7680
176d289d
TJB
76812008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7682
7683 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
7684
a08702d6
TJB
76852008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7686
7687 * gdb.python/python-value.c: New file.
7688 * gdb.python/python-value.exp: New file.
7689
1c5cfe86
PA
76902008-10-15 Pedro Alves <pedro@codesourcery.com>
7691
7692 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
7693
5a98ad69
DP
76942008-10-15 Denis Pilat <denis.pilat@st.com>
7695
41702f1b 7696 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 7697
dcb1a1e2
TT
76982008-10-09 Tom Tromey <tromey@redhat.com>
7699
7700 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
7701 'fprintf' and 'stderr'.
7702
9124fe48
JB
77032008-10-07 Joel Brobecker <brobecker@adacore.com>
7704
7705 * gdb.ada/ref_tick_size.exp: New testcase.
7706
45452591
DE
77072008-10-06 Doug Evans <dje@google.com>
7708
7709 * gdb.dwarf2/dw2-cu-size.exp: New file.
7710 * gdb.dwarf2/dw2-cu-size.S: New file.
7711
7712 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
7713 .Ltype_int for clarity.
7714
4fc5b208
PP
77152008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7716
7717 PR gdb/2384:
7718 * gdb.cp/gdb2384.exp: Extended to test more cases.
7719 * gdb.cp/gdb2384.cc: Likewise.
7720 * gdb.cp/gdb2384-base.h: Likewise.
7721 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 7722
d78df370
JK
77232008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7724
7725 * gdb.base/maint.exp (maint print type): Remove printing
7726 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
7727
9a044a89
TT
77282008-09-30 Tom Tromey <tromey@redhat.com>
7729
7730 * gdb.base/macscp.exp: Add completion tests.
7731 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
7732 (TWENTY_THREE): Likewise.
7733 (FORTY_EIGHT): Likewise.
7734
506800a9
TT
77352008-09-30 Tom Tromey <tromey@redhat.com>
7736
7737 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
7738 everywhere.
7739 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
7740
1a6f01b5
JK
77412008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7742
7743 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
7744 testcase is derived from. Fix racy dependency on an expected PID
7745 number. No longer support the testcase on Linux kernel 2.4.x.
7746
2fae03e8
TT
77472008-09-27 Tom Tromey <tromey@redhat.com>
7748
7749 * gdb.base/macscp.exp: Add tests for stringification, splicing,
7750 and varargs.
7751
1ad15515
PA
77522008-09-22 Pedro Alves <pedro@codesourcery.com>
7753
7754 * lib/mi-support.exp (mi_expect_interrupt): New.
7755 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
7756 from gdb.mi/mi-nonstop.exp.
7757 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
7758 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
7759 lib/mi-support.exp.
7760 Use mi_check_thread_states throughout. Avoid ".*" and do not
7761 require an anchor after -exec-run.
7762
d0b76dc6
DJ
77632008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
7764
7765 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
7766 stop is pending. Avoid ".*" when two stops are pending.
7767 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
7768 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
7769 newlines in fullnames.
7770 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
7771 (mi_expect_stop): Update comments. Only anchor in sync mode.
7772 Do not match newlines.
7773 (mi_send_resuming_command_raw): Always return status.
7774 (mi_get_stop_line): Do not match more than one line by accident.
7775 Only anchor in sync mode.
7776 (mi_run_inline_test): If -exec-next fails, give up.
7777
9990c830
UW
77782008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7779
7780 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
7781 on SPU.
7782
ebcf6f00
JB
77832008-09-10 Joel Brobecker <brobecker@adacore.com>
7784
7785 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
7786
b6db24e5
JB
77872008-09-10 Joel Brobecker <brobecker@adacore.com>
7788
7789 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
7790 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
7791 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
7792 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
7793 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
7794 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
7795 gdb.ada/interface.exp, gdb.ada/null_array.exp,
7796 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
7797 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
7798 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
7799 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
7800 Include the "= " sequence in the expected output of print tests.
7801
2bf448e0
JB
78022008-09-10 Joel Brobecker <brobecker@adacore.com>
7803
7804 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7805 description for boolean types.
7806
d51fd4c8
PA
78072008-09-09 Pedro Alves <pedro@codesourcery.com>
7808
7809 * gdb.base/hook-stop-continue.c: New.
7810 * gdb.base/hook-stop-continue.exp: New.
7811
694182d2
DJ
78122008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7813
7814 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7815
3b8a7fc0
JG
78162008-09-08 Jerome Guitton <guitton@adacore.com>
7817
7818 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7819 (stack_check_probe_2, stack_check_probe_loop_1)
7820 (stack_check_probe_loop_2): New functions.
7821 (main): Add call to these new functions.
7822 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7823 functions, check that the breakpoint is inserted at the appropriate
7824 location.
7825 (insert_breakpoint): Slightly refine this procedure so that it can
7826 be called several times in the test.
7827
96cc0ae8
JG
78282008-09-08 Jerome Guitton <guitton@adacore.com>
7829
7830 * gdb.base/stack-checking.c: New file.
7831 * gdb.base/stack-checking.exp: New file.
7832
1f08b409
TJB
78332008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7834
7835 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7836 * gdb.arch/altivec-regs.exp: Likewise.
7837 * gdb.arch/vsx-regs.exp: Likewise.
7838
3099e1c4
TJB
78392008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7840
7841 * gdb.arch/ppc-fp.exp: New file.
7842 * gdb.arch/ppc-fp.c: New file.
7843
cc69bfc1
PP
78442008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7845
7846 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7847 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 7848
b02a33db
MS
78492008-09-04 Michael Snyder <msnyder@vmware.com>
7850
7851 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7852 as "at" (for non-debug functions such as _start).
7853
2992cbe0
UW
78542008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7855
7856 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7857 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7858 software watchpoints.
7859 * gdb.base/watch_thread_num.exp: Likewise.
7860
514f746b
AR
78612008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7862
7863 * gdb.arch/i386-bp_permanent.exp: New test.
7864
876cecd0
TT
78652008-08-24 Tom Tromey <tromey@redhat.com>
7866
7867 * gdb.base/maint.exp: Update "maint print type".
7868
80f73d71
VP
78692008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7870
7871 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7872 support. Adjust the order of "*running" notifications.
7873 * gdb.mi/non-stop.c: Don't cast from int to void* and
7874 back.
7875
d9c78d7d
MK
78762008-08-20 Mark Kettenis <kettenis@gnu.org>
7877
7878 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7879 expect to find it in the "info frame" output.
7880
97a2d1d3
DJ
78812008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7882
7883 * gdb.base/interp.exp: Always consume both prompts.
7884
b96e2927
PA
78852008-08-20 Pedro Alves <pedro@codesourcery.com>
7886
7887 * gdb.base/pending.exp: Test pending breakpoints without symbols
7888 loaded.
7889
8cf6e61a
VP
78902008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7891
7892 * lib/mi-support.exp (mi_expect_stop): Produce
7893 more details on failures.
7894 * gdb.mi/mi-nonstop.exp: New.
7895 * gdb.mi/non-stop.c: New.
7896
c6ebd6cf
VP
78972008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7898
a9c64011
AS
7899 * gdb.mi/mi-async.exp: Use 'set target-async'.
7900 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 7901
46a9b8ed
DJ
79022008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7903
7904 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7905
44feb3ce
TT
79062008-08-17 Tom Tromey <tromey@redhat.com>
7907
7908 * gdb.base/help.exp (help catch): Rewrite.
7909
311a4e6b
TJB
79102008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7911
7912 * gdb.base/define.exp: Test indented command documentation.
7913 * gdb.python/python.exp: Test indented multi-line command.
7914
604c2f83
LM
79152008-08-15 Luis Machado <luisgpm@br.ibm.com>
7916
7917 * testsuite/gdb.arch/vsx-regs.c: New source file.
7918 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7919 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7920
886a217c
TT
79212008-08-14 Tom Tromey <tromey@redhat.com>
7922
7923 * gdb.base/macscp.exp: Add regression test for "macro define" or
7924 "macro undef" with no arguments.
7925
c814a4f3
PP
79262008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7927
7928 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 7929
12ab8a60
UW
79302008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7931
7932 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7933
d57a3c85
TJB
79342008-08-06 Tom Tromey <tromey@redhat.com>
7935
7936 * gdb.python/python.exp: New file.
7937
c7b778ff
JK
79382008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7939
7940 Fix for PR gdb/1543.
7941 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7942 $LOCATION.
7943 (location): New variable.
7944 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7945 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7946 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7947 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7948 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7949 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7950 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7951 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7952 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7953 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7954 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7955 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7956 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7957 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7958 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7959 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7960 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7961 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7962 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7963 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7964 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7965 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7966 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7967 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7968 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7969 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7970 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7971 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7972 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7973 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7974 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7975 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7976 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7977 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7978 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7979 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7980 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7981 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7982 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7983 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7984 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7985 gdb.base/type-opaque.exp, gdb.base/until.exp,
7986 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7987 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7988 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7989 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7990 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7991 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7992 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7993 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7994 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7995 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7996 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7997 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7998 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7999 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
8000 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
8001 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
8002 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
8003 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
8004 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
8005 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
8006 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
8007 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
8008 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
8009 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
8010 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8011 gdb.pascal/types.exp, gdb.stabs/weird.exp,
8012 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
8013 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
8014 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
8015 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
8016 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
8017 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
8018 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8019 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8020 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8021 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8022 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8023 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
8024 lib/mi-support.exp, lib/trace-support.exp: Remove reference
8025 to bug-gdb@prep.ai.mit.edu .
8026
5e06a3d1
VP
80272008-07-31 Vladimir Prus <vladimir@codesourcery.com>
8028
8029 * lib/mi-support.exp (mi_load_shlibs): New.
8030 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
8031
9d81d21b
VP
80322008-07-30 Vladimir Prus <vladimir@codesourcery.com>
8033
8034 * lib/mi-support.exp (get_mi_thread_list)
8035 (check_mi_and_console_threads): New, moved from ...
8036 * gdb.mi/mi-pthread.exp: ...here.
8037 * gdb.mi/gdb669.exp (get_mi_thread_list)
8038 (check_mi_and_console_threads): Delete.
8039 * gdb.mi/mi2-pthread.exp: Likewise.
8040
bae98fe0
TT
80412008-07-28 Tom Tromey <tromey@redhat.com>
8042
8043 * Makefile.in (just-check): Remove. Move body to...
8044 (check): ... here.
8045
57380f4e
DJ
80462008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8047
8048 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
8049 Add a test for duplicated SIGINTs.
8050
e09490f1
DJ
80512008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8052
8053 * gdb.threads/schedlock.exp (get_args): Update to work for any
8054 value of NUM.
8055 (Top level): Report the number of threads that did not resume.
8056
6387b45f
DJ
80572008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8058
8059 * gdb.dwarf2/dw2-compressed.S: Also define __start.
8060
62f64ff2
DJ
80612008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8062
8063 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
8064 non-MI prompt.
8065
fa8de41e
TT
80662008-07-26 Tom Tromey <tromey@redhat.com>
8067
8068 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
8069 (function_struct, function_struct_ptr): New globals.
8070 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
8071 function pointer in a struct.
8072
ccb3ac8a
TT
80732008-07-26 Tom Tromey <tromey@redhat.com>
8074
8075 * gdb.base/macscp.exp: Add test for macro lexing bug.
8076
d7d9f01e
TT
80772008-07-18 Tom Tromey <tromey@redhat.com>
8078
8079 * gdb.base/macscp.exp: Add macro tests.
8080
9bf07184
PP
80812008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8082
8083 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
8084
becf6477
PP
80852008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8086
8087 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
8088
0709f7d3
PP
80892008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8090
8091 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 8092
7093c834
PP
80932008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8094
8095 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 8096
b432ffe3
JK
80972008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8098
8099 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
8100
b1a268e5
VP
81012008-07-12 Vladimir Prus <vladimir@codesourcery.com>
8102
8103 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
8104
e2995f8e
KB
81052008-07-11 Kevin Buettner <kevinb@redhat.com>
8106
8107 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
8108 of regexp to account for changes made to GDB in the printing of
8109 byte vectors.
8110
14032a66
TT
81112008-07-11 Tom Tromey <tromey@redhat.com>
8112
8113 * gdb.base/completion.exp: Add 'help' completion test.
8114
981505ef
JK
81152008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8116
8117 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
8118
10568435
JK
81192008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8120
8121 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
8122
4487aabf
PA
81232008-07-09 Pedro Alves <pedro@codesourcery.com>
8124
8125 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
8126
a4a9b1c4
PA
81272008-07-09 Pedro Alves <pedro@codesourcery.com>
8128
8129 * gdb.base/fullname.exp: Restore pwd if compiling failed.
8130
3c3185ac
JK
81312008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8132
8133 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
8134
7ebd49dc
VP
81352008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8136
8137 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
8138 previous commit. Add a comment.
8139
84e46146
PA
81402008-06-28 Pedro Alves <pedro@codesourcery.com>
8141
8142 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
8143
0f8d4a2f
VP
81442008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8145
8146 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
8147
f747e0ce
PA
81482008-06-27 Pedro Alves <pedro@codesourcery.com>
8149
8150 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
8151 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
8152 compiling an executable, link in an object that forces unbuffered
8153 output.
8154 * lib/set_unbuffered_mode.c: New file.
8155
734a5c36
JK
81562008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8157
8158 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
8159
a2840c35
VP
81602008-06-25 Vladimir Prus <vladimir@codesourcery.com>
8161
a9c64011
AS
8162 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
8163 mi_expect_stop.
8164 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
8165 Demand that *running is output.
8166 (detect_async): Perform checking every time.
8167 (mi_send_resuming_command): Extract everything into...
8168 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
8169 (mi_expect_stop): Don't accept any output before *stopped.
8170
6ae37fef
VP
81712008-06-13 Vladimir Prus <vladimir@codesourcery.com>
8172
8173 Robustify mi-simplerun.
a9c64011
AS
8174 * gdb.mi/basics.c (main): Add a call to sleep.
8175 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
8176 * gdb.mi/mi2-cli.exp: Likewise.
8177 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 8178
b4aa76f0 81792008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
8180
8181 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
8182
e1ac3328
VP
81832008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8184
a9c64011
AS
8185 * gdb.mi/mi-console.exp: Adjust.
8186 * gdb.mi/mi-syn-frame.exp: Adjust.
8187 * gdb.mi/mi2-console.exp: Adjust.
8188 * gdb.mi/mi2-syn-frame.exp: Adjust.
8189 * lib/mi-support.exp (mi_run_cmd): Adjust.
8190 (mi_send_resuming_command): Adjust.
e1ac3328 8191
f7f9a841
VP
81922008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8193
8194 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
8195 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
8196 testing of stopped.
8197 * gdb.mi/mi2-syn-frame.exp: Likewise.
8198 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
8199 (async, detect_async): New.
8200 (mi_expect_stop, mi_continue_to_line): Adjust expectation
8201 depending on if we're running in sync or async mode.
f7f9a841 8202
37cd5d19
TT
82032008-06-09 Tom Tromey <tromey@redhat.com>
8204
8205 * gdb.base/completion.exp: New tests for field name completion
8206 with spaces, and field name completion with '->'.
8207
65d12d83
TT
82082008-06-06 Tom Tromey <tromey@redhat.com>
8209
8210 * gdb.base/break1.c (struct some_struct): New struct.
8211 (values): New global.
8212 * gdb.base/completion.exp: Add field name completion test.
8213
ebfe2e3f
PP
82142008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8215
8216 * gdb.cp/call-c.exp: Test for incorrect handling of reference
8217 to pointer.
8218 * gdb.cp/call-c.cc: Likewise.
8219
bcf6fc3a
NR
82202008-06-06 Nick Roberts <nickrob@snap.net.nz>
8221
8222 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
8223 annotation.
8224
49fd4a42 82252008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 8226 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
8227
8228 * gdb.threads/execl.c, gdb.threads/execl1.c,
8229 gdb.threads/execl.exp: New tests.
a9c64011 8230
8a34ac3f
AR
82312008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
8232 Daniel Jacobowitz <dan@codesourcery.com>
8233
8234 * gdb.cp/exception.exp: Activate test, make it work with pending
8235 catchpoints.
8236
86ae69ef
JK
82372008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8238
8239 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
8240
f7f9ae2c
VP
82412008-05-28 Vladimir Prus <vladimir@codesourcery.com>
8242
a9c64011
AS
8243 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
8244 now printed.
8245 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 8246
2a2d4dc3
AS
82472008-05-27 Andreas Schwab <schwab@suse.de>
8248
8249 * gdb.base/frame-args.exp: Handle arguments that are optimized
8250 out.
8251
5099e4d9
LM
82522008-05-26 Luis Machado <luisgpm@br.ibm.com>
8253
8254 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
8255 quiet for ppc32 and group options into a single variable.
8256
d9c36a91
JB
82572008-05-23 Joel Brobecker <brobecker@adacore.com>
8258
8259 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
8260 of zero-size elements.
8261 * gdb.ada/null_array.exp: Test printing this new array.
8262
103a8671
JK
82632008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8264
8265 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
8266
07a4cc1a 82672008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
8268
8269 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
8270 of the "finish" command.
8271
55f996a7
NR
82722008-05-21 Nick Roberts <nickrob@snap.net.nz>
8273
8274 * gdb.base/annota1.exp: Test for new annotation.
8275
907fc202
UW
82762008-05-16 Pedro Alves <pedro@codesourcery.com>
8277
8278 * gdb.base/fixsection.exp: New file.
8279 * gdb.base/fixsection0.c: New file.
8280 * gdb.base/fixsection1.c: New file.
8281
e8f97270
UW
82822008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8283
8284 * gdb.base/annota1.exp: Accept printf@... in place of printf.
8285 * gdb.base/annota3.exp: Likewise.
8286
ac0bb574
NF
82872008-05-13 Nathan Froyd <froydnj@codesourcery.com>
8288
8289 * gdb.base/watch_thread_num.exp: Don't run tests that require
8290 watchpoints if the target doesn't support them.
8291
6fadd07a
DE
82922008-05-12 Doug Evans <dje@google.com>
8293
8294 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
8295
6e9a4a30
JB
82962008-05-09 Joel Brobecker <brobecker@adacore.com>
8297
8298 * gdb.ada/assign_1.exp: New testcase.
8299
08388c79
DE
83002008-05-09 Doug Evans <dje@google.com>
8301
a3c83fae
DE
8302 * gdb.base/find.exp: New file.
8303 * gdb.base/find.c: New file.
08388c79 8304
bd5ddfe8
DJ
83052008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
8306
8307 * gdb.base/commands.exp (watchpoint_command_test): Handle
8308 gdb,no_hardware_watchpoints.
8309 * gdb.base/float.exp: Allow ARM targets without floating point.
8310 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
8311
b5dd68e2 83122008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 8313 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
8314
8315 * gdb.ada/lang_switch: New test program.
8316 * gdb.ada/lang_switch.exp: New testcase.
8317
382d13d1
DE
83182008-05-05 Doug Evans <dje@google.com>
8319
8320 * gdb.base/help.exp (disassemble): Update expected help text.
8321
9dd789d0
PA
83222008-05-04 Pedro Alves <pedro@codesourcery.com>
8323
8324 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
8325
611c83ae
PA
83262008-05-04 Pedro Alves <pedro@codesourcery.com>
8327
8328 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
8329 different times.
8330
ff013f42
JK
83312008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8332
8333 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
8334 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
8335 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
8336 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
8337
96dff6a2
VP
83382008-05-04 Vladimir Prus <vladimir@codesourcery.com>
8339
8340 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
8341 notification to appear.
8342
55cd6f92
DJ
83432008-05-04 Daniel Jacobowitz <dan@debian.org>
8344
8345 * gdb.base/fullname.c: New file.
8346 * gdb.base/fullname.exp: New file.
8347 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
8348
d705c43c
PA
83492008-05-03 Pedro Alves <pedro@codesourcery.com>
8350
8351 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
8352 expressions with macros.
8353
333222e1
JK
83542008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8355
8356 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
8357
5ac01682
DJ
83582008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
8359
8360 * gdb.base/completion.exp: Handle lack of other symbols beginning
8361 with "a".
8362
8363 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
8364
237fc4c9
PA
83652008-05-02 Jim Blandy <jimb@codesourcery.com>
8366
8367 * gdb.asm/asmsrc1.s: Add scratch space.
8368
ed5e9466
DJ
83692008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8370 Daniel Jacobowitz <dan@codesourcery.com>
8371
8372 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
8373 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
8374 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
8375
b39cc962
DJ
83762007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
8377
8378 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
8379
36d520f5
JB
83802008-05-01 Joel Brobecker <brobecker@adacore.com>
8381
8382 * gdb.base/info-target.exp: New testcase.
8383
8d4e3071
DJ
83842008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8385
8386 * gdb.cp/hang.exp: Use .cc instead of .C.
8387 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
8388 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
8389
6f3f3097
DJ
83902008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8391
8392 * gdb.base/gdb1250.exp: Remove perror.
8393 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
8394
5550a914
PA
83952008-04-30 Pedro Alves <pedro@codesourcery.com>
8396
8397 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
8398 .2byte.
8399
d848e687
DJ
84002008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
8401
8402 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
8403 (maybe_kfail): New.
8404
93b5768b
PA
84052008-04-25 Pedro Alves <pedro@codesourcery.com>
8406
8407 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
8408
721c02de
VP
84092008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8410
a9c64011
AS
8411 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
8412 * gdb.mi/mi2-syn-frame.exp: Likewise.
8413 * lib/mi-support.exp: Likewise.
721c02de 8414
74960c60
VP
84152008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8416
8417 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
8418 to specify regexp for the location to stop at.
8419 * gdb.base/break-always.c: New.
8420 * gdb.base/break-always.exp: New.
8421
d24317b4
VP
84222008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8423
8424 * lib/mi-support.exp (mi_runto_helper): Adjust
8425 for the original-location field.
8426 (mi_create_breakpoint, mi_list_breakpoints): New.
8427 * gdb.mi/mi-break.exp: Adjust.
8428 * gdb.mi/mi2-break.exp: Adjust.
8429 * gdb.mi/mi-pending.exp: Adjust.
8430 * gdb.mi/mi-simplerun.exp: Adjust.
8431 * gdb.mi/mi2-simplerun.exp: Adjust.
8432 * gdb.mi/mi-syn-frame.exp: Adjust.
8433 * gdb.mi/mi2-syn-frame.exp: Adjust.
8434 * gdb.mi/mi-until.exp: Adjust.
8435 * gdb.mi/mi2-until.exp: Adjust.
8436 * gdb.mi/mi-var-display.exp: Adjust.
8437 * gdb.mi/mi2-var-display.exp: Adjust.
8438 * gdb.mi/mi-watch.exp: Adjust.
8439 * gdb.mi/mi2-watch.exp: Adjust.
8440
fdc59709 84412008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 8442
a9c64011
AS
8443 * aclocal.m4: Add override.m4.
8444 * configure: Regenerate.
fdc59709 8445
8e91f023
VP
84462008-04-19 Vladimir Prus <vladimir@codesourcery.com>
8447
8448 * gdb.mi/var-cmd.c (do_at_tests): Verify that
8449 '-var-update --all-values' reports new value even the type
8450 of a variable object has changed.
8451
233a11ab
CS
84522008-04-18 Craig Silverstein <csilvers@google.com>
8453
8454 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
8455 files.
d24317b4 8456
9c1137ad
JB
84572008-04-18 Joel Brobecker <brobecker@adacore.com>
8458
8459 * gdb.ada/atomic_enum: New test program.
8460 * gdb.ada/atomic_enum.exp: New testcase.
8461
66d0bbc7
DE
84622008-04-17 Doug Evans <dje@google.com>
8463
8464 * gdb.opt/Makefile.in: Fix whitespace.
8465
100906b0
UW
84662008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8467
8468 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
8469
4584e32e
DE
84702008-04-17 Doug Evans <dje@google.com>
8471
8472 * gdb.base/hashline1.exp: New testcase.
8473 * gdb.base/hashline2.exp: New testcase.
8474 * gdb.base/hashline2.exp: New testcase.
8475
0a320680
PA
84762008-04-17 Pedro Alves <pedro@codesourcery.com>
8477
8478 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
8479
18ac113b
AR
84802008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
8481
8482 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
8483 temporary breakpoint to match "Temporary breakpoint".
8484 * gdb.base/break.exp (delete_breakpoints): Likewise.
8485 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
8486 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
8487 * gdb.base/display.exp: Likewise.
8488 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
8489 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
8490 * gdb.base/restore.exp (restore_tests): Likewise.
8491 * gdb.base/sepdebug.exp: Likewise.
8492 * gdb.base/watchpoint.exp: Likewise.
8493 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
8494 * gdb.mi/mi-pending.exp: Likewise.
8495 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
8496 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
8497 * gdb.mi/mi-var-cmd.exp: Likewise.
8498 * gdb.mi/mi-var-display.exp: Likewise.
8499 * gdb.mi/mi2-cli.exp: Likewise.
8500 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
8501 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
8502 * gdb.mi/mi2-var-display.exp: Likewise.
8503 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
8504 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
8505 new "disp" field.
a9c64011 8506 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
8507 reason. This is to support fix for PR2424.
8508
add38693
JK
85092008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8510
8511 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
8512
fcacd99f
VP
85132008-04-13 Vladimir Prus <vladimir@codesourcery.com>
8514
8515 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 8516 field. Add more floating varobj tests.
fcacd99f 8517 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
8518 field.
8519 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
8520 (main): Call do_at_tests.
8521 * lib/mi-support.exp (mi_create_floating_varobj)
8522 (mi_varobj_update_with_type_change): New.
fcacd99f 8523
de051565
MK
85242008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
8525
8526 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
8527 option of -var-evaluate-expression.
8528 * gdb.mi/mi2-var-display.exp: Likewise.
8529
dbc52822
VP
85302008-04-07 Vladimir Prus <vladimir@codesourcery.com>
8531
8532 Introduce test setup helpers.
a9c64011
AS
8533 * lib/gdb.exp (build_executable, clean_restart)
8534 (prepare_for_testing): New.
8535 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
8536 * gdb.base/return.exp: Likewise.
8537 * gdb.base/ending-run.exp: Likewise.
dbc52822 8538
473591da
NR
85392008-04-07 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * gdb.mi/mi-async.exp: New test for asynchronous Machine
8542 Interface (MI) responses.
8543
2b2d9e11
VP
85442008-04-06 Vladimir Prus <vladimir@codesourcery.com>
8545
a9c64011
AS
8546 * gdb.cp/breakpoint.cc: New code to test conditions involving
8547 member variables.
8548 * gdb.cp/breakpoint.exp: Test condition involving member
8549 variables.
2b2d9e11 8550
bb378428
VP
85512008-04-05 Vladimir Prus <vladimir@codesourcery.com>
8552
8553 * lib/mi-support.exp (mi_expect_stop): New.
8554 (mi_run_cmd): Change the
8555 token. Use mi_send_resuming_command, use
8556 mi_expect_stop.
8557 (mi_execute_to_helper): Rename to mi_execute_to.
8558 (mi_send_resuming_command): Add more error patterns.
8559 (mi_wait_for_stop): Renamed to...
8560 (mi_get_stop_line): ...this.
8561 (mi_run_inline_test): Adjust.
8562
8563 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
8564 * gdb.mi/mi-console.exp: Likewise.
8565 * gdb.mi/mi-pending.exp: Likewise.
8566 * gdb.mi/mi-simplerun.exp: Likewise.
8567 * gdb.mi/mi-stack.exp: Likewise.
8568 * gdb.mi/mi-stepi.exp: Likewise.
8569 * gdb.mi/mi-syn-frame.exp: Add comment.
8570 * gdb.mi/mi-until.exp: Likewise.
8571 * gdb.mi/mi-var-display.exp: Likewise.
8572 * gdb.mi/mi-watch.exp: Likewise.
8573 * gdb.mi/mi2-cli.exp: Likewise.
8574 * gdb.mi/mi2-console.exp: Likewise.
8575 * gdb.mi/mi2-simplerun.exp: Likewise.
8576 * gdb.mi/mi2-stack.exp: Likewise.
8577 * gdb.mi/mi2-stepi.exp: Likewise.
8578 * gdb.mi/mi2-until.exp: Likewise.
8579 * gdb.mi/mi2-var-display.exp: Likewise.
8580 * gdb.mi/mi2-watch.exp: Likewise.
8581
62172bb9
UW
85822008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8583
8584 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
8585
8586 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
8587
a13e061a
PA
85882008-04-04 Pedro Alves <pedro@codesourcery.com>
8589
8590 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
8591 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
8592 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
8593 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
8594 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
8595 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
8596 expect an mi error duplicated in stderr.
8597
eae06beb
JB
85982008-04-03 Joel Brobecker <brobecker@adacore.com>
8599
8600 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
8601 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
8602 Add a couple of tests that verify the behavior when the new setting
8603 is set to "cancel" and "all".
8604 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
8605 "ask" before we start the testing.
8606
79c6ced6
AR
86072008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8608
8609 * gdb.cp/casts.cc: Add class reference variables.
8610 * gdb.cp/casts.exp: New test cases for up/down casting references.
8611
6c2d1a6b
MK
86122008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
8613
8614 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
8615 instead of beginning to make an extra test pass.
8616 * gdb.mi/mi2-var-display.exp: Likewise.
8617
55b411d9
MR
86182008-03-31 Maciej W. Rozycki <macro@mips.com>
8619
8620 * gdb.base/break.exp: Mark failures as such. Fix formatting.
8621
c6140da2
MD
86222008-03-31 Markus Deuling <deuling@de.ibm.com>
8623 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8624
8625 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
8626 value. Add xfail for older kernels.
8627
79732189
AR
86282008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
8629
8630 Bring mi-support in line with gdb.exp.
8631 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
8632 (mi_gdb_start): New function.
8633
33c3676e
MR
86342008-03-28 Maciej W. Rozycki <macro@mips.com>
8635
8636 * gdb.mi/mi-var-cmd.exp: Fix a typo.
8637
92e28119
VP
86382008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8639
8640 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
8641 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 8642
9e8e3afe
VP
86432008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8644
8645 * lib/mi-support.exp (mi_create_varobj_checked): New.
8646 (mi_list_varobj_children): Allow to check for a
8647 value.
8648 (mi_list_array_varobj_children): New.
8649
8650 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
8651 and mi_list_varobj_children, as opposed to hardcoding
8652 expected strings.
8653 * gdb.mi/gdb701.exp: Likewise.
8654 * gdb.mi/gdb792.exp: Likewise.
8655 * gdb.mi/mi-var-block.exp: Likewise.
8656 * gdb.mi/mi-var-cmd.exp: Likewise.
8657 * gdb.mi/mi-var-invalidate.exp: Likewise.
8658 * gdb.mi/mi2-var-block.exp: Likewise.
8659 * gdb.mi/mi2-var-child.exp: Likewise.
8660 * gdb.mi/mi2-var-cmd.exp: Likewise.
8661 * gdb.mi/mi2-var-display.exp: Likewise.
8662
9df50351
JK
86632008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8664
8665 Fix random false FAILs on i386.
8666 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
8667
31e5d73a
DJ
86682008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
8669
8670 PR gdb/544
8671 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
8672
12f4afab
DJ
86732008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
8674
8675 PR gdb/544
8676 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
8677
b562a0cb
DJ
86782008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8679
8680 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
8681 fixed PR gdb/544.
8682
17faa917
DJ
86832008-03-21 Pedro Alves <pedro@codesourcery.com>
8684
8685 * gdb.threads/fork-child-threads.exp: Test next over fork.
8686
6214f497
DJ
86872008-03-21 Chris Demetriou <cgd@google.com>
8688
8689 * gdb.base/break.exp (rbreak junk): New test for rbreak
8690 "Junk at end of arguments" issue.
8691
63092375
DJ
86922008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8693
8694 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
8695 *& to work on created array elements.
8696 (Top level): Test print $pc with a file. Test string operations
8697 without a target.
8698 * gdb.base/ptype.exp: Do not expect *& to work on created array
8699 elements.
8700
b21991b0
DJ
87012008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8702
8703 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8704 gdb.threads/staticthreads.exp: Update exit query.
8705
c4b347c7
SL
87062008-03-07 Sandra Loosemore <sandra@codesourcery.com>
8707
8708 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
8709
fa4727a6
DJ
87102008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
8711
8712 * gdb.base/watchpoint.c (global_ptr, func4): New.
8713 (main): Call func4.
8714 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
8715 (test_inaccessible_watchpoint): New.
8716
2f34202f
MR
87172008-02-29 Maciej W. Rozycki <macro@mips.com>
8718
8719 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
8720 select the largest.
8721
0d6ba1b1
DJ
87222008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8723
8724 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
8725 frames-invalid annotations.
8726
e691325a
PM
87272008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
8728
a9c64011 8729 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 8730
f85b5ecc
DE
87312008-02-27 Doug Evans <dje@google.com>
8732
8733 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
8734 for bug 1738.
8735 (breakpoint_to_handler_entry): Ditto.
8736
b40e7bf3
JB
87372008-02-27 Joel Brobecker <brobecker@adacore.com>
8738
8739 * gdb.base/ending-run.exp: Use the first line of code inside
8740 function body to test breakpoints.
8741 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
8742 location where the breakpoint is inserted when using the line
8743 where a function is declared. Fix typo in the description of
8744 one of the tests.
8745 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
8746
2faca73a
PM
87472008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8748
8749 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 8750 tests.
2faca73a 8751
6f439c36
PM
87522008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8753
8754 * gdb.base/args.exp: avoid same output for tests
8755 with single quotes.
8756
54e52265
VP
87572008-02-26 Vladimir Prus <vladimir@codesourcery.com>
8758
a9c64011
AS
8759 * gdb.base/annota1.exp: Adjust for 'info break'
8760 format changes.
8761 * gdb.base/annota3.exp: Likewise.
8762 * gdb.base/break.exp: Likewise.
8763 * gdb.base/condbreak.exp: Likewise.
8764 * gdb.base/pending.exp: Likewise.
8765 * gdb.base/sepdebug.exp: Likewise.
8766 * gdb.base/unload.exp: Likewise.
8767 * gdb.cp/ovldbreak.exp: Likewise.
8768 * gdb.mi/mi-pending.exp: Likewise.
54e52265 8769
897b09ca
DE
87702008-02-07 Doug Evans <dje@google.com>
8771
8772 * gdb.cp/mb-inline.exp: New.
8773 * gdb.cp/mb-inline.h: New.
8774 * gdb.cp/mb-inline1.cc: New.
8775 * gdb.cp/mb-inline2.cc: New.
8776
b1c32d35
PM
87772008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8778
8779 * gdb.pascal/floats.pas: New test program.
8780 * gdb.pascal/floats.exp: New testcase.
8781
1a4ca44a
TJB
87822008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8783
8784 * gdb.base/callfuncs.c (t_float_many_args): New function.
8785 (t_double_many_args): New function.
8786 * gdb.base/callfuncs.exp: Add tests for exceeding float
8787 and double parameters passed through the stack.
8788
439048e8
JB
87892008-02-05 Joel Brobecker <brobecker@adacore.com>
8790
8791 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
8792 gdb.ada/complete/foo.adb: New files.
8793 * gdb.ada/complete.exp: New testcase.
8794
81fe8080
DE
87952008-02-03 Doug Evans <dje@google.com>
8796
301f0ecf
DE
8797 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
8798
81fe8080
DE
8799 * gdb.cp/gdb2384.exp: New file.
8800 * gdb.cp/gdb2384.cc: New file.
8801 * gdb.cp/gdb2384-base.h: New file.
8802 * gdb.cp/gdb2384-base.cc: New file.
8803
4b071aec
DE
88042008-02-02 Doug Evans <dje@google.com>
8805
8806 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8807
61137ba6
JB
88082007-02-01 Joel Brobecker <brobecker@adacore.com>
8809
8810 * gdb.ada/sym_print_name: New test program.
8811 * gdb.ada/sym_print_name.exp: New testcase.
8812
88132007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
8814
8815 * gdb.ada/nested/hello.adb: New file.
8816 * gdb.ada/nested.exp: New testcase.
8817 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8818
98deb0da
VP
88192008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8820
8821 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
8822 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8823 don't cause future evaluations of function to report
8824 creation of internal breakpoints.
98deb0da 8825
723a2275
VP
88262008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8827
8828 * gdb.mi/mi-break.exp (test_error): New.
8829 Call it.
8830
fb546a2f
LM
88312008-01-31 Luis Machado <luisgpm@br.ibm.com>
8832
8833 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8834 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8835
2d8fd90a
PM
88362008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8837
8838 * gdb.pascal/integers.pas: New test program.
8839 * gdb.pascal/integers.exp: New testcase.
8840
a7fa0ded
PM
88412008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8842
8843 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8844
5e1a1926
TJB
88452008-01-30 Luis Machado <luisgpm@br.ibm.com>
8846
8847 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8848 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8849
8d04f9f0
JB
88502008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8851
8852 * gdb.ada/formatted_ref: New test program.
8853 * gdb.ada/formatted_ref.exp: New testcase.
8854
8855 * gdb.cp/formatted-ref.cc: New file.
8856 * gdb.cp/formatted-ref.exp: New testcase.
8857
ce75a98f
JB
88582008-01-30 Joel Brobecker <brobecker@adacore.com>
8859
8860 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8861
e835f6bf
NR
88622008-01-30 Nick Roberts <nickrob@snap.net.nz>
8863
8864 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8865 (test_file_list_exec_source_file): Update to new macro-info field.
8866
d118ef87
PH
88672008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8868
8869 * gdb.ada/exprs: New test program.
8870 * gdb.ada/exprs.exp: New testcase.
8871
7d35ab09
TJB
88722008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8873
8874 * dfp-test.c (DELTA, DELTA_B): New definitions.
8875 (double_val1, double_val2, double_val3, double_val4, double_val5,
8876 double_val6, double_val7, double_val8, double_val9, double_val10,
8877 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8878 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8879 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8880 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8881 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8882 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8883 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8884 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8885 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8886 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8887 dec128_val16): New global variables.
8888 (decimal_dec128_align): New function.
8889 (decimal_mixed): Likewise.
8890 (decimal_many_args_dec32): Likewise.
8891 (decimal_many_args_dec64): Likewise.
8892 (decimal_many_args_dec128): Likewise.
8893 (decimal_many_args_mixed): Likewise.
8894 * dfp-test.exp: Add tests calling new inferior functions.
8895
2d717e4f
DJ
88962008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8897
8898 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8899 gdb.server/ext-run.exp: New files.
8900 * lib/gdbserver-support.exp (gdbserver_download): New.
8901 (gdbserver_start): New. Update gdbserver expected
8902 output.
8903 (gdbserver_spawn): Use them.
8904 (gdbserver_start_extended): New.
8905
e85a822c
DJ
89062008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8907
8908 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8909 Run on GNU/Linux.
8910 (do_exec_tests): Check for systems which do not support catchpoints.
8911 Do not match START.
8912 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8913 Run on GNU/Linux. Enable verbose output.
8914 (check_fork_catchpoints): New.
8915 (explicit_fork_child_follow, catch_fork_child_follow)
8916 (tcatch_fork_parent_follow): Update expected messages.
8917 (do_fork_tests): Use check_fork_catchpoints.
8918 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8919 Run on GNU/Linux. Enable verbose output.
8920 (check_vfork_catchpoints): New.
8921 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8922 expected messages.
8923 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8924
401ea829
JB
89252008-01-29 Jim Blandy <jimb@red-bean.com>
8926
8927 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8928 host' errors.
8929 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8930
aceaf3ad
JB
89312008-01-29 Jim Blandy <jimb@red-bean.com>
8932
8933 * gdb.threads/sigthread.c: Use barriers to ensure that
8934 child_thread and child_thread_two are always initialized before we
8935 start to use them.
8936
a5606eee
VP
89372008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8938
8939 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
8940 * gdb.base/watchpoint-solib.c: New.
8941 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 8942
c55a82bb
PM
89432008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8944
8945 * gdb.base/gdb1056.exp: Add unsigned integer test.
8946
0993fe05
DE
89472008-01-28 Doug Evans <dje@google.com>
8948
8949 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8950
4fe42e7f
JB
89512008-01-27 Jim Blandy <jimb@codesourcery.com>
8952
c7a69933
JB
8953 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8954
4fe42e7f
JB
8955 * gdb.base/expand-psymtabs.exp: Doc fix.
8956
5def8285
MK
89572008-01-26 Mark Kettenis <kettenis@gnu.org>
8958
8959 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8960
5313c911
NR
89612008-01-24 Nick Roberts <nickrob@snap.net.nz>
8962
a9c64011 8963 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
8964 -var-set-format.
8965
93815fbf
VP
89662008-01-23 Chris Demetriou <cgd@google.com>
8967
8968 * gdb.threads/thread_events.c: New testcase source file.
8969 * gdb.threads/thread_events.exp: New testcase expect file.
8970
467a88ee
NR
89712008-01-23 Nick Roberts <nickrob@snap.net.nz>
8972
8973 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
8974
8975 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
8976 -var-set-format.
8977
d8f82aba
DJ
89782008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8979 Vladimir Prus <vladimir@codesourcery.com>
8980
8981 * gdb.base/float.exp: Allow missing floating point for m68k and
8982 PowerPC.
8983
60c46647
VP
89842008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8985
8986 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
8987 ignore count.
8988 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8989 * gdb.mi/mi-cli.exp: Adjust.
8990 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 8991
c7dd36a1
PA
89922008-01-17 Pedro Alves <pedro@codesourcery.com>
8993
8994 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8995 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8996 with dummy_ptr's address.
8997 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8998 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8999 all targets.
9000 * gdb.mi/mi2-var-child.exp: Likewise.
9001
39d5313e
JB
90022008-01-09 Joel Brobecker <brobecker@adacore.com>
9003
9004 * gdb.ada/null_array: New test program.
9005 * gdb.ada/null_array.exp: New testcase.
9006
0aea4bf3
LM
90072008-01-09 Luis Machado <luisgpm@br.ibm.com>
9008
9009 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
9010 with required float modifiers.
9011
0b354900
JB
90122008-01-08 Joel Brobecker <brobecker@adacore.com>
9013
9014 * gdb.ada/funcall_param: New test program.
9015 * gdb.ada/funcall_param.exp: New testcase.
9016
cdb7f5d4
JB
90172008-01-08 Joel Brobecker <brobecker@adacore.com>
9018
9019 * gdb.ada/arrayparam: New test program.
9020 * gdb.ada/arrayparam.exp: New testcase.
9021
88e2547f
JB
90222008-01-08 Joel Brobecker <brobecker@adacore.com>
9023
9024 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
9025 landed. Should also fix random failures in the test following it.
9026
f6867ce0
TJB
90272008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9028
9029 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
9030 for expressions with decimal float values.
9031 (test_dfp_conversions): New function to test casts to and from
9032 decimal float types.
9033 Call test_dfp_conversions.
9034 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
9035 elements.
9036 (main): Initialize ds.float4 and ds.double8 elements.
9037 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
9038 string to new error message.
9039 (d64_set_tests): Likewise.
9040 (d128_set_tests): Likewise.
9041 Add tests for expressions with decimal float variables. Add tests for
9042 conversions to and from decimal float types.
9043
f9c11282
JB
90442008-01-05 Joel Brobecker <brobecker@adacore.com>
9045
9046 * gdb.ada/packed_tagged/comp_bug.adb: New file.
9047 * gdb.ada/packed_tagged.exp: New testcase.
9048
0ecbca72
JB
90492008-01-04 Joel Brobecker <brobecker@adacore.com>
9050
9051 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
9052 gdb.ada/homonym/homonym_main.adb: New files.
9053 * gdb.ada/homonym.exp: New testcase.
9054
c18d3d89
JB
90552008-01-04 Joel Brobecker <brobecker@adacore.com>
9056
9057 * gdb.ada/packed_array.exp: Add testing of references to
9058 a packed array.
9059
ecc7085b
JB
90602008-01-04 Joel Brobecker <brobecker@adacore.com>
9061
9062 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
9063 New files.
9064 * gdb.ada/type_coercion.exp: New testcase.
9065
c474c922
JB
90662008-01-04 Joel Brobecker <brobecker@adacore.com>
9067
9068 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
9069 gdb.ada/tagged/foo.adb: New file.
9070 * gdb.ada/tagged.exp: New testcase.
9071
9005b927
JB
90722008-01-04 Joel Brobecker <brobecker@adacore.com>
9073
9074 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
9075 gdb.ada/ptype_field/foo.adb: New files.
9076 * gdb.ada/ptype_field.exp: New testcase.
9077
1a6aaad8
JB
90782008-01-03 Joel Brobecker <brobecker@adacore.com>
9079
9080 * gdb.ada/print_pc.exp: New testcase.
9081
0ef22f53
JB
90822008-01-03 Joel Brobecker <brobecker@adacore.com>
9083
9084 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
9085 gdb.ada/taft_type/p.adb: New files.
9086 * gdb.ada/taft_type.exp: New testcase.
9087
1689ecf8
JB
90882008-01-03 Joel Brobecker <brobecker@adacore.com>
9089
9090 * gdb.ada/array_bounds/bar.adb: New file.
9091 * gdb.ada/array_bounds.exp: New testcase.
9092
a4d0b9c3
JB
90932008-01-03 Joel Brobecker <brobecker@adacore.com>
9094
9095 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
9096 gdb.ada/arrayptr/foo.adb: New files.
9097 * gdb.ada/arrayptr.exp: New testcase.
9098
a31ace00
JB
90992008-01-03 Joel Brobecker <brobecker@adacore.com>
9100
9101 * gdb.base/set-lang-auto.exp: New testcase.
9102
a97fced3
JB
91032008-01-03 Joel Brobecker <brobecker@adacore.com>
9104
9105 * gdb.ada/fun_addr/foo.adb: New file.
9106 * gdb.ada/fun_addr.exp: New testcase.
9107
ef29ce1a
JK
91082008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9109
9110 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
9111 New files
9112
0fafefe3
JB
91132008-01-02 Joel Brobecker <brobecker@adacore.com>
9114
9115 * array_subscript_addr/p.adb: New file.
a9c64011 9116 * array_subscript_addr.exp: New testcase.
0fafefe3 9117
c4359f8d
JB
91182008-01-02 Joel Brobecker <brobecker@adacore.com>
9119
a9c64011 9120 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
9121 New files.
9122 * gdb.ada/str_cmp_ref.exp: New testcase.
9123
1aa1b15b
JB
91242008-01-01 Joel Brobecker <brobecker@adacore.com>
9125
9126 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
9127 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 9128 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 9129
81c9b2cf
JB
91302008-01-01 Joel Brobecker <brobecker@adacore.com>
9131
9132 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
9133 gdb.ada/ref_param/pck.ads: New files.
9134 * gdb.ada/ref_param.exp: New testcase.
9135
319e4674
JB
91362008-01-01 Joel Brobecker <brobecker@adacore.com>
9137
9138 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
9139 gdb.ada/interface/foo.adb: New files.
9140 * gdb.ada/interface.exp: New testcase.
9141
ef682c56
JB
91422007-12-31 Jim Blandy <jimb@codesourcery.com>
9143
9144 * gdb.base/multi-forks.exp: Consume all output from child
9145 processes before proceeding to next test.
9146
f6f3eb6c
JB
91472007-12-29 Jim Blandy <jimb@codesourcery.com>
9148
9149 * configure: Regenerated.
9150
f652e42f
JB
91512007-12-27 Joel Brobecker <brobecker@adacore.com>
9152
9153 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
9154 gdb.ada/fixed_cmp/fixed.adb: New files.
9155 * gdb.ada/fixed_cmp.exp: New testcase.
9156
6943e596
JB
91572007-12-27 Joel Brobecker <brobecker@adacore.com>
9158
9159 * gdb.ada/boolean_expr.exp: New testcase.
9160
aad9a193
JB
91612007-12-26 Jim Blandy <jimb@codesourcery.com>
9162
9163 * gdb.base/multi-forks.exp: Doc fix.
9164
fb5f3683
JB
91652007-12-26 Joel Brobecker <brobecker@adacore.com>
9166
9167 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9168 * gdb.ada/char_param.exp: Do not compile our test program with
9169 -gnata, this is unnecessary.
9170 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
9171
384e4a9c
JB
91722007-12-24 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
9175 gdb.ada/print_chars/foo.adb: New files.
9176 * gdb.ada/print_chars.exp: New testcase.
9177
01e044f7
JB
91782007-12-24 Joel Brobecker <brobecker@adacore.com>
9179
9180 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
9181 gdb.ada/char_param/foo.adb: New files.
9182 * gdb.ada/char_param.exp: New testcase.
9183
0ce17860
JB
91842007-12-22 Jim Blandy <jimb@codesourcery.com>
9185
9186 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
9187 hard-coding source line numbers into the test.
9188 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
9189 gdb_get_line_number to find.
9190
919809b9
JB
91912007-12-22 Joel Brobecker <brobecker@adacore.com>
9192
9193 * gdb.base/ptype.c (highest): New struct type.
9194 (the_highest): New variable of that type.
9195 (main): Add dummy assignment to a field of variable the_highest.
9196 * gdb.base/ptype.exp: Test type printing of our new variable.
9197
abc8a88d
PM
91982007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
9199
9200 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 9201 and record first explicitly generated thread number.
abc8a88d
PM
9202 Use that thread number for thread specific watchpoint test.
9203 Add iteration number to repetitive tests.
9204
5158f3e3
CES
92052007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
9206 Jim Blandy <jimb@codesourcery.com>
9207
9208 * gdb.base/expand-psymtabs.c: New testcase
9209 source file.
9210 * gdb.base/expand-psymtabs.exp: New testcase
9211 expect file.
9212
37e4754d
LM
92132007-12-17 Luis Machado <luisgpm@br.ibm.com>
9214
9215 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
9216 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
9217
551e5d04
JB
92182007-12-17 Joel Brobecker <brobecker@adacore.com>
9219
9220 * gdb.ada/frame_args/foo.adb: New file.
9221 * gdb.ada/frame_args/pck.ads: New file.
9222 * gdb.ada/frame_args/pck.adb: New file.
9223 * gdb.ada/frame_args.exp: New testcase.
9224
a05ee097
JB
92252007-12-17 Joel Brobecker <brobecker@adacore.com>
9226
9227 * gdb.base/frame-args.c: New file.
9228 * gdb.base/frame-args.exp: New testcase.
9229
c162e8c9 92302007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 9231 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
9232
9233 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
9234
afe8ab22 92352007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 9236
afe8ab22
VP
9237 * gdb.mi/mi-pending.exp: New.
9238 * gdb.mi/mi-pending.c: New.
9239 * gdb.mi/mi-pendshr.c: New.
9240
dfdfb3ca
JB
92412007-12-06 Jim Blandy <jimb@codesourcery.com>
9242
9243 * gdb.base/default.exp: Update expected output for 'info catch'.
9244
b7fca990
JK
92452007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
9248 must be set to binary.
9249
6a1afc1e
PA
92502007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
9251
9252 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
9253
a6b151f1
DJ
92542007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9255
9256 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
9257 gdb.mi/mi-file-transfer.exp: New.
9258
43039443
JK
92592007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9260
9261 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
9262
0ef2251b
MR
92632007-11-22 Maciej W. Rozycki <macro@mips.com>
9264
9265 * gdb.trace/backtrace.exp: Fix a typo.
9266 * gdb.trace/circ.exp: Likewise.
9267 * gdb.trace/collection.exp: Likewise.
9268 * gdb.trace/limits.exp: Likewise.
9269 * gdb.trace/report.exp: Likewise.
9270 * gdb.trace/tfind.exp: Likewise.
9271 * gdb.trace/while-dyn.exp: Likewise.
9272
5443631e
NR
92732007-11-21 Nick Roberts <nickrob@snap.net.nz>
9274
9275 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
9276 objects of pointers that can't be dereferenced are now
9277 "noneditable".
9278
a4ce5b0d
UW
92792007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9280
9281 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
9282 (target_cpu): Remove.
9283
d6e956e5
VP
92842007-10-15 Vladimir Prus <vladimir@codesourcery.com>
9285
9286 * gdb.base/ending-run.exp: Expect the list of cleared
9287 breakpoint to come in natural order, not the reversed one.
a9c64011 9288
214270ab
VP
92892007-11-07 Vladimir Prus <vladimir@codesourcery.com>
9290
9291 * gdb.mi/mi-var-child.c (do_child_deletion): New.
9292 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 9293
1a619819
LM
92942007-11-05 Luis Machado <luisgpm@br.ibm.com>
9295
9296 * gdb.base/printcmds.exp: New function
9297 test_printf_with_dfp.
9298
5b01a6fa
DE
92992007-11-02 Doug Evans <dje@google.com>
9300
9301 * gdb.disasm/t01_mov.s: Remove carriage returns.
9302 * gdb.disasm/t02_mova.s: Ditto.
9303 * gdb.disasm/t03_add.s: Ditto.
9304 * gdb.disasm/t04_sub.s: Ditto.
9305 * gdb.disasm/t05_cmp.s: Ditto.
9306 * gdb.disasm/t06_ari2.s: Ditto.
9307 * gdb.disasm/t07_ari3.s: Ditto.
9308 * gdb.disasm/t08_or.s: Ditto.
9309 * gdb.disasm/t09_xor.s: Ditto.
9310 * gdb.disasm/t10_and.s: Ditto.
9311 * gdb.disasm/t11_logs.s: Ditto.
9312 * gdb.disasm/t12_bit.s: Ditto.
9313 * gdb.disasm/t13_otr.s: Ditto.
9314
ec33ab7f
JK
93152007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9316
9317 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
9318
ae0d01ff
UW
93192007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9320
9321 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
9322 provide DFP support.
9323
55eddb0f
DJ
93242007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
9325
9326 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
9327 Test "set powerpc vector-abi". Skip auto-detection tests for old
9328 toolchains.
9329
7020f05c
PA
93302007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9331
9332 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
9333 with [string compare].
9334
84bc3db9
PA
93352007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9336
9337 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
9338 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
9339
5876dc88
LM
93402007-10-25 Luis Machado <luisgpm@br.ibm.com>
9341
9342 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
9343 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
9344 * gdb.opt/Makefile.in: New makefile.
9345 * Makefile.in: Create new directory "gdb.opt".
9346 * configure.ac: Add "gdb.opt" directory.
9347 * configure: Regenerated.
a9c64011 9348
c3ea9a14
DE
93492007-10-25 Doug Evans <dje@google.com>
9350
9351 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
9352 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
9353
a9c64011 93542007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
9355 Thiago Jung Bauermann <bauerman@br.ibm.com>
9356
9357 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
9358 Floating Point expressions.
9359 * gdb.base/dfp-test.exp: new file adding tests for Decimal
9360 Floating Point variables.
9361 * gdb.base/dfp-test.c: new file containing program with Decimal
9362 Floating variables, used by gdb.base/dfp-test.exp.
9363
62a24a2b
DJ
93642007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9365
9366 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
9367
e7b1eae6
UW
93682007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9369
9370 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
9371 compiling test case with GCC.
9372 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
9373
c641edcc
UW
93742007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9375
9376 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9377 format changes.
9378
5e5ebfe6
MS
93792007-10-18 Michael Snyder <msnyder@specifix.com>
9380
9381 * gdb.base/dbx.exp: Add missing "-re " operator.
9382
e831e7b6
GM
93832007-10-16 Gaius Mulley <gaius@glam.ac.uk>
9384
9385 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
9386 * configure.ac: Removed trailing spaces after backslash.
9387 * gdb.modula2: New directory.
9388 * gdb.modula2/Makefile.in: New file.
9389 * gdb.modula2/unbounded-array.exp: New file.
9390 * gdb.modula2/unbounded1.c: New file.
9391
7cc46491
DJ
93922007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9393
9394 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
9395
93962007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
9397
9398 * gdb.base/sigstep.c (main): Add checks for
9399 return values for setitimer call.
9400 Call setitimer again with itimer = ITIMER_REAL
9401 if first call to setitimer fails.
9402
e91528f0
KH
94032007-10-11 Kazu Hirata <kazu@codesourcery.com>
9404
9405 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
9406 of $timeout.
9407
2ec9a4f8
DJ
94082007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9409
9410 * gdb.server/server-run.exp: Test for dynamic linker symbols.
9411
94122007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
9413
9414 * lib/gdb.exp (gdb_run_cmd): Move comment outside
9415 of gdb_expect call, to avoid interruption.
9416
64b2fa04
PA
94172007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
9418
9419 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
9420 (v_unsigned_long_long, v_long_long_array)
9421 (v_signed_long_long_array, v_unsigned_long_long_array)
9422 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
9423 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
9424 [!NO_LONG_LONG]: New.
9425 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
9426 v_long_long_member.
9427
9428 (v_long_long_func, v_signed_long_long_func)
9429 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
9430 (main) [!NO_LONG_LONG]: Initialize long long variants.
9431
9432 * gdb.base/whatis.exp: If board file requests no_long_long, build
9433 test with NO_LONG_LONG defined. Test long long, signed long long,
9434 and unsigned long long variants but only if board file doesn't
9435 disable it.
9436
a912286e 94372007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 9438 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
9439
9440 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
9441 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
9442 * configure: Regenerated.
9443 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
9444 gdb.pascal/types.exp, lib/pascal.exp: New files.
9445
471ba8c9
DJ
94462007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
9447
9448 * gdb.cp/classes.exp (do_tests): Always step to the line after the
9449 call.
9450 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
9451 to return to the call.
9452 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
9453 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
9454 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
9455 * gdb.mi/mi-until.exp (test_until): Likewise.
9456 * gdb.mi/mi2-until.exp (test_until): Likewise.
9457
fef8a650
DJ
94582007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
9459
9460 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
9461 two-char array.
9462 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
9463
d983da9c
DJ
94642007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
9465
9466 * gdb.threads/watchthreads.c (thread_function): Sleep between
9467 iterations.
9468 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
9469 at once for S/390. Generate matching fails and passes.
9470
17f62551
VP
94712007-09-27 Vladimir Prus <vladimir@codesourcery.com>
9472
9473 * gdb.mi/var-cmd.c (do_children_tests): Initialize
9474 the 'struct_declarations' variable to zeros.
a9c64011 9475
ed0616c6
VP
94762007-09-24 Vladimir Prus <vladimir@codesourcery.com>
9477
9478 * gdb.cp/mb-ctor.cc: New.
9479 * gdb.cp/mb-ctor.exp: New.
9480 * gdb.cp/mb-templates.cc: New.
9481 * gdb.cp/mb-templates.exp: New.
9482
41f1b697
DJ
94832007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
9484
9485 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
9486
3f213f78
PA
94872007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
9488
9489 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
9490 targets.
9491 * configure: Regenerate.
9492
0d381245 94932007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 9494
0d381245
VP
9495 * gdb.base/annota1.exp: Adjust for 'info break'
9496 format changes.
9497 * gdb.base/annota3.exp: Likewise.
9498 * gdb.base/break.exp: Likewise.
9499 * gdb.base/condbreak.exp: Likewise.
9500 * gdb.base/pending.exp: Likewise.
9501 * gdb.base/sepdebug.exp: Likewise.
9502 * gdb.base/unload.exp: Likewise.
9503 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 9504
fe3f5fa8
VP
95052007-09-22 Vladimir Prus <vladimir@codesourcery.com>
9506
9507 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
9508 messages.
9509 * gdb.base/chng-syms.exp: Likewise.
9510 * gdb.base/unload.exp: Likewise.
a9c64011 9511
a75cf6c0
DJ
95122007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
9513
9514 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
9515
18ecae38
DJ
95162007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9517
9518 * schedlock.c (NUM): Change to 1.
9519 (main): Use args[0] for the main thread.
9520 * schedlock.exp: Only expect two threads. Only issue one pass or fail
9521 regardless of the number of threads.
9522
5509918f
MR
95232007-09-14 Maciej W. Rozycki <macro@mips.com>
9524
4a543daf
MR
9525 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
9526 type down.
9527 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
9528 test.
9529 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
9530 watchpoint type down.
9531 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
9532 test.
9533
95342007-09-14 Maciej W. Rozycki <macro@mips.com>
9535
5509918f
MR
9536 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
9537 Move all the tests here and run them twice, once using software
9538 watchpoints and once using hardware watchpoints.
9539 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
9540
40b53987
DJ
95412007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
9542
9543 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
9544 test.
9545
695e2681
MK
95462007-09-10 Mark Kettenis <kettenis@gnu.org>
9547
8b3fc8d8
MK
9548 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
9549 build-id.
9550
695e2681
MK
9551 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
9552 know about $ORIGIN. Calculate output dir from $dest instead of
9553 using ${objdir}/{$subdir}.
9554
58d69f29
MK
95552007-09-09 Mark Kettenis <kettenis@gnu.org>
9556
9557 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
9558 gcore, before continuing with the test.
9559
3e347599
DJ
95602007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
9561
9562 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
9563 * gdb.mi/mi-watch.exp: Likewise.
9564
ea37ba09
DJ
95652007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9566 Jim Blandy <jimb@codesourcery.com>
9567
9568 * gdb.arch/i386-sse.exp: Do not expect character constants.
9569 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
9570 * gdb.base/display.exp: Allow print/s.
9571 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
9572 and unsigned char array changes.
9573
2025a643
DJ
95742007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9575
9576 * gdb.base/display.exp: Add tests for printf %p.
9577
26669a27
PA
95782007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9579
9580 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
9581 the dll name to unicode.
9582
c8f021f8
JK
95832007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9584
9585 * gdb.base/default.exp (show version): Update the version text.
9586 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
9587
4cf31eea
JK
95882007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
9591 New files.
9592
4935890f
JK
95932007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9594
9595 * lib/gdb.exp (build_id_debug_filename_get): New function.
9596 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
9597 Remove the generate DEBUG file for the future testcase runs.
9598 New testcase for the NT_GNU_BUILD_ID retrieval.
9599 Move the final testing step to ...
9600 (test_different_dir): ... a new function.
9601 New parameter XFAIL to XFAIL all the tests performed.
9602 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
9603 New parameter TYPE to PF_PREFIX all the tests performed.
9604
02142340
VP
96052007-08-31 Vladimir Prus <vladimir@codesourcery.com>
9606
9607 * gdb.mi/mi-var-cp.cc (path_expression): New
9608 function.
9609 * gdb.mi/mi-var-cp.exp: Run path exression tests.
9610
36acd84e
UW
96112007-08-27 Markus Deuling <deuling@de.ibm.com>
9612
9613 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
9614 to fit into SPU Local Store memory.
9615
a896d121
JB
96162007-08-23 Joel Brobecker <brobecker@adacore.com>
9617
9618 * gdb.base/default.exp: Adjust the expected output of "info
9619 warranty" after the switch to GPLv3.
9620
7b433602
JB
96212007-08-23 Joel Brobecker <brobecker@adacore.com>
9622
9623 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
9624 to 30000 (from 20000).
9625
e22f8b7c
JB
96262007-08-23 Joel Brobecker <brobecker@adacore.com>
9627
9628 Switch the license of all .exp files to GPLv3.
9629 Switch the license of all .f and .f90 files to GPLv3.
9630 Switch the license of all .s and .S files to GPLv3.
9631
5a0e3bd0
JB
96322007-08-23 Joel Brobecker <brobecker@adacore.com>
9633
9634 * configure.ac: Switch license to GPLv3.
9635
cc00619d
JB
96362007-08-23 Joel Brobecker <brobecker@adacore.com>
9637
9638 Switch the licensing to GPLv3 for all .ads and .adb files.
9639
8d26208a
DJ
96402007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
9641
9642 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
9643 and t_int_double.
9644 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
9645
4fcb9948
JB
96462007-08-17 Joel Brobecker <brobecker@adacore.com>
9647
9648 * gdb.base/step-line.c: Switch license to GPL version 3, and
9649 update copyright year.
9650 * gdb.base/step-line.inp: Likewise.
9651
b9c34f67
JB
96522007-08-17 Joel Brobecker <brobecker@adacore.com>
9653
9654 * gdb.base/gdb1555.exp: Make expected output immune to formatting
9655 changes inside gdb1555.c.
9656 * gdb.base/pending.exp: Likewise.
9657
2cc17678
DJ
96582007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
9659
9660 * config/default.exp: New file.
9661
e48883f7
DJ
96622007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9663
9664 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
9665 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
9666
1ab80e5b
MR
96672007-07-30 Maciej W. Rozycki <macro@mips.com>
9668
9669 * gdb.base/dump.exp: Force the correct endianness for binary
9670 formats not carrying this information.
9671
aba471f5
DJ
96722007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9673
9674 * gdb.threads/staticthreads.exp: Match .*sem_post.
9675
d4e07204
DJ
96762007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9677
9678 * gdb.base/readline.exp (operate_and_get_next): Match the final
9679 prompt.
9680
2b97317d
KB
96812007-07-23 Kevin Buettner <kevinb@redhat.com>
9682
9683 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
9684 to restarting SID.
9685
44efa07a
KB
96862007-07-18 Kevin Buettner <kevinb@redhat.com>
9687
9688 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
9689 prior to `gdb_start'.
9690
7b5ebade
KB
96912007-07-18 Kevin Buettner <kevinb@redhat.com>
9692
9693 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
9694 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
9695 Remove call to gdb_unload.
9696
255e7678
DJ
96972007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
9698 Daniel Jacobowitz <dan@codesourcery.com>
9699
9700 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
9701 for __WIN32__.
9702 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
9703 * gdb.base/unload.exp: Use shared library test routines.
9704
3a40aaa0
UW
97052007-07-03 Markus Deuling <deuling@de.ibm.com>
9706
9707 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
9708 * gdb.base/solib-symbol-lib.c: Likewise.
9709 * gdb.base/solib-symbol-main.c: Likewise.
9710
b0f4b84b
DJ
97112007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9712
9713 * config/gdbserver.exp (gdb_reconnect): New.
9714 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
9715 gdb.base/solib-disc.exp: New files.
9716 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
9717 remote debugging".
9718 (gdb_compile): Add shlib_load flag.
9719 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
9720 port.
9721 (gdbserver_reconnect): New.
9722
1b05479a
DJ
97232007-07-01 Nick Roberts <nickrob@snap.net.nz>
9724 Daniel Jacobowitz <dan@codesourcery.com>
9725
9726 * gdb.base/annota3.exp: Test for if construct.
9727
86f78eb2
DJ
97282007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
9729
9730 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
9731
6a2eb474 97322007-06-21 Chris Dearman <chris@mips.com>
a9c64011 9733 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
9734
9735 * gdb.base/display.exp: Allow a newline after display/i.
9736 * gdb.base/pc-fp.exp: Likewise.
9737 * gdb.base/sigbpt.exp: Likewise.
9738
f8b73d13
DJ
97392007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9740
9741 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
9742 required features to be included.
9743
4339e69e
DJ
97442007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9745
9746 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
9747 in info threads output.
9748
23d964e7
UW
97492007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9750 Markus Deuling <deuling@de.ibm.com>
9751
9752 * gdb.arch/spu-info.exp: New testcase.
9753 * gdb.arch/spu-info.c: New file.
9754
fd20f75b
DJ
97552007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
9756
9757 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
9758 tpcs_offset. Restore lr after the call.
9759 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
9760
2226f861
DJ
97612007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
9762
9763 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
9764 (gdbserver_run): Kill any running gdbserver.
9765 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
9766
d12371a9
MR
97672007-05-17 Maciej W. Rozycki <macro@mips.com>
9768
9769 * gdb.base/sigbpt.exp: Preset segv_addr.
9770
93f02886
DJ
97712007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
9772
9773 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
9774 (gdb_compile_shlib): Likewise.
9775 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
9776 (default_gdb_init): Clear cleanfiles.
9777 (gdb_finish): Delete recorded cleanfiles.
9778 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
9779
9780 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
9781 Do not use isnative.
9782 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
9783 gdb.base/so-impl-ld.exp: Likewise.
9784 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
9785 * gdb.base/unload.exp: Likewise. Do not pass empty option to
9786 gdb_compile.
9787
b04e06d7
VP
97882007-05-15 Vladimir Prus <vladimir@codesourcery.com>
9789
9790 * config/unknown.exp: Remove.
9791
069ed931
UW
97922007-05-15 Markus Deuling <deuling@de.ibm.com>
9793
9794 * gdb.base/info-proc.exp: Check is_remote.
9795
09db0d03
UW
97962007-05-14 Markus Deuling <deuling@de.ibm.com>
9797
9798 * gdb.base/gcore.exp: Initialize variable core_supported.
9799
af2cbe8c
DJ
98002007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9801
9802 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9803
027c0295
DJ
98042007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9805
9806 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9807 * gdb.threads/print-threads.exp (test_all_threads): Allow
9808 negative and hexadecimal thread IDs.
9809
dc5000e7
DJ
98102007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9811
9812 * gdb.java/jprint.java (public): Avoid invalid call to static
9813 method.
9814
2e74ed18
DP
98152007-05-14 Denis Pilat <denis.pilat@st.com>
9816
9817 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9818 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9819 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9820 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9821 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9822
83547f02
UW
98232007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9824
9825 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 9826 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
9827 this mode.
9828 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9829 * gdb.base/spu.ld: New file.
9830
b18be20d
DJ
98312007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9832
9833 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9834
be444858
DJ
98352007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9836
9837 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9838
b1d53152
DJ
98392007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9840
9841 * gdb.java/jmain.exp: Handle demangled names with and without method
9842 signatures.
9843
d084b331
DJ
98442007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9845
9846 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9847 (have_a_very_merry_interrupt): Remove calls to puts.
9848 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9849 inferior output.
9850 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9851 test names.
9852
db9d7fc5
DJ
98532007-04-29 Markus Deuling <deuling@de.ibm.com>
9854 Daniel Jacobowitz <dan@codesourcery.com>
9855
9856 * gdb.base/auxv.exp (core_works): Also check is_remote.
9857 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9858
ef783a7d 98592007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 9860
ef783a7d
VP
9861 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9862 message, not the undefined 'module' variable.
9863 * gdb.base/siginfo.exp: Likewise.
9864 * gdb.base/sigstep.exp: Likewise.
9865 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9866 serialport.
9867 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9868
b7b73cae
CV
98692007-04-25 Corinna Vinschen <vinschen@redhat.com>
9870
9871 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9872 target sim fails. Return 0 otherwise.
9873 (gdb_load): Return prematurely if gdb_target_sim fails.
9874
7d90fdfa
DP
98752007-04-16 Denis Pilat <denis.pilat@st.com>
9876
9877 * gdb.base/setshow.exp: Reset height after having set it to 100.
9878
5d3e9c85
DP
98792007-04-16 Denis Pilat <denis.pilat@st.com>
9880
9881 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9882
18e75969
DP
98832007-04-16 Denis Pilat <denis.pilat@st.com>
9884
9885 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9886
25d5ea92
VP
98872007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9888
9889 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9890 tests. Run the frozen varobjs test.
9891 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 9892 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 9893
0b49cb80
JK
98942007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9895
9896 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9897 gdb.base/type-opaque.exp: New files.
9898
a73bafbc 98992007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
9900
9901 * gdb.mi/mi-var-child.c
a73bafbc
VP
9902 (do_children_tests): User char[2] instead of
9903 char so that automatic printing of pointers to char
9904 don't give unpredicable result.
9905 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9906 local variables.
9907 * gdb.mi/mi-var-child.exp: Step to right line
9908 of do_children_tests.
9909 * gdb.mi/mi2-var-child.exp: Likewise.
9910 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 9911 do_locals_tests.
a73bafbc
VP
9912 (do_children_tests): User char[2] instead of
9913 char so that automatic printing of pointers to char
a9c64011 9914 don't give unpredicable result.
a73bafbc 9915 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 9916 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
9917 Pass test name to mi_wait_for_stop.
9918
7ce59000
DJ
99192007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9920
9921 * gdb.asm/asm-source.exp: Remove d10v case.
9922 * lib/gdb.exp (skip_cplus_tests): Likewise.
9923 * gdb.asm/d10v.inc: Deleted.
9924
20389057
DJ
99252007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9926
9927 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9928
8807d78b
DJ
99292007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9930
9931 * config/netware.exp: Delete file.
9932
aa3edb8e
JB
99332007-03-29 Joel Brobecker <brobecker@adacore.com>
9934
9935 * gdb.dwarf2/dw2-noloc.S: New file.
9936 * gdb.dwarf2/dw2-noloc.exp: New file.
9937
297561ac
PA
99382007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9939
9940 * gdb.cp/method2.cc: New test.
9941 * gdb.cp/method2.exp: New test.
9942 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9943
1f81bd39
DJ
99442007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9945
9946 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9947
9453113a
DJ
99482007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9949
9950 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9951
b741e217
DJ
99522007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9953
9954 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9955 (gdb_load): Delete, replace with...
9956 (gdb_reload): ...this.
9957 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9958 * gdb.server/server-mon.exp: Likewise.
9959 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9960 (gdb_start_cmd): New.
9961 (gdb_file_cmd): Save the last loaded file.
9962 (gdb_reload): New.
9963 (gdb_gnu_strip_debug): Use transform.
9964 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9965 support here. Use new $last_loaded_file. Check mtime.
9966 (gdb_target_cmd): Handle ObjC failure case.
9967 (infer_host_exec): Delete.
9968 (gdbserver_load): Rename to...
9969 (gdbserver_run): ...this. Simplify.
9970 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9971 (mi_gdb_load): Move most contents to a new function...
9972 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9973 (mi_run_cmd): Use mi_gdb_target_load.
9974 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9975 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9976 Use gdb_run_cmd.
9977 * gdb.base/charsign.exp: Remove incorrect comment.
9978 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9979 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9980 gdb.base/start.exp: Use gdb_start_cmd.
9981
446ab585 99822007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 9983 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
9984
9985 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9986 * gdb.base/signull.exp: Similarly.
9987
bbb88ebf
UW
99882007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9989
9990 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9991 messages available to test cases (like chng-sym.exp).
9992
cb8c4a99
AS
99932007-03-14 Andreas Schwab <schwab@suse.de>
9994
9995 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9996 format changes.
9997
4e463ff5
DJ
99982007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9999
10000 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
10001 (optimized_1): New.
10002 (main): Call optimized_1.
10003 (gdb2029): Correct typos. Call gdb2029_marker.
10004 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
10005 for gdb2029.
10006
b6db2c47
MK
100072007-03-12 Mark Kettenis <kettenis@gnu.org>
10008
10009 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
10010 as tabs. Remove redundant test pattern.
10011
70ed3737
UW
100122007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10013
10014 * gdb.base/long_long.exp: Accept optional symbol name in <...>
10015 for /a format output.
10016
47b67b60
DJ
100172007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
10018
10019 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
10020 collect output incrementally.
10021
b8953b0e
UW
100222007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10023
10024 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
10025 for -var-create lpcharacter test.
10026 * gdb.mi/mi2-var-cmd.exp: Likewise.
10027
7acd5c40
UW
100282007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10029
10030 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
10031 pass on targets where address zero is readable.
10032
9c6759c1
UW
100332007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10034
10035 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
10036 just a single architecture.
10037
a2f1aeb4
UW
100382007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10039
10040 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
10041 (fetch_all_registers): New function, uses gdb_test_multiple and
10042 exp_continue to fetch inferior output line-by-line.
10043 Replace all uses of do_get_all_registers by fetch_all_registers.
10044
46579ac2
UW
100452007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10046
10047 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
10048 in target_info.
10049
fc133f24
MS
100502007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10051
a9c64011 10052 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
10053 consistancy; add a default (timeout) case.
10054
7646a51d
MS
100552007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10056
10057 * gdb.base/watchpoint.exp: Fix truncated comment.
10058
dcfff61f
MS
100592007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10060
10061 * Makefile.in: Remove spurious single-quotes from sed command.
10062
664e3ee9
DJ
100632007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10064
10065 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
10066 func.
10067 * gdb.mi/mi2-var-cmd.exp: Likewise.
10068
d7cc6f2f
JB
100692007-02-27 Joel Brobecker <brobecker@adacore.com>
10070
a9c64011
AS
10071 * gdb.dwarf2/dw2-producer.S: New file.
10072 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
10073
100742007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
10075
10076 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10077 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10078 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10079 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10080 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10081 Revert tests to use mi_gdb_test and include value field in output
10082 of -var-create.
10083
93d42b30
DJ
100842007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10085
10086 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
10087
c499ed39
DJ
100882007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10089
10090 * gdb.base/maint.exp: Remove full paths from test names.
10091 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
10092 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
10093
9836f81b
JB
100942007-02-27 Joel Brobecker <brobecker@adacore.com>
10095
10096 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
10097
c74d0ad8
DJ
100982007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10099
10100 * gdb.server/server-mon.exp: New test.
10101
2711e456
DJ
101022007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10103
10104 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
10105
ff6f572f
DJ
101062007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10107
10108 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
10109 register capitalization.
10110
fada3feb
DP
101112007-02-13 Denis Pilat <denis.pilat@st.com>
10112
10113 * gdb.mi/mi-var-invalidate.exp: New file.
10114
fb1e4ffc
DJ
101152007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10116
10117 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
10118
3da939d7
DJ
101192007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10120
10121 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
10122
123dc839
DJ
101232007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10124
10125 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
10126 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
10127
877e3645 101282007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
10129
10130 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10131 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10132 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10133 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10134 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 10135 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 10136 Update tests to include value field in output of -var-create.
a9c64011 10137
3c0a2960
AS
101382007-02-08 Andreas Schwab <schwab@suse.de>
10139
10140 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
10141
108546a0
DJ
101422007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
10143
10144 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
10145 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
10146
d701dcab
DP
101472007-02-02 Denis Pilat <denis.pilat@st.com>
10148
10149 * gdb.threads/threadapply.exp: check that frame is not changed by
10150 the thread apply all command.
10151
783e3e2f
AS
101522007-01-31 Andreas Schwab <schwab@suse.de>
10153
6d9c3a87
AS
10154 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10155
3c50d7b9
AS
10156 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
10157 in the dwarf sections.
10158 * gdb.dwarf2/mac-fileno.S: Likewise.
10159
783e3e2f
AS
10160 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
10161 bspstore register on ia64.
10162
78ff580e
AS
101632007-01-29 Andreas Schwab <schwab@suse.de>
10164
cc8e9b12
AS
10165 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
10166 "frame-begin" annotation.
10167
78ff580e
AS
10168 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
10169 number of "frames-invalid" annotations.
10170
704a4f78
DJ
101712007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10172
10173 * gdb.base/commands.exp: Call if_commands_test.
10174 (gdb_test_no_prompt, if_commands_test): New.
10175
e741bf94
MK
101762007-01-28 Mark Kettenis <kettenis@gnu.org>
10177
10178 * gdb.threads/sigthread.c (NSIGS): Make bigger.
10179
474d0ad3
AS
101802007-01-27 Andreas Schwab <schwab@suse.de>
10181
10182 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
10183 .short/.int/.quad in the dwarf sections.
10184 * gdb.dwarf2/dw2-intercu.S: Likewise.
10185 * gdb.dwarf2/dw2-intermix.S: Likewise.
10186
e784b426
JK
101872007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10188
10189 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
10190 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
10191 array.
e784b426
JK
10192 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
10193 * gdb.base/setvar.exp: Likewise.
10194
37f08e04
AS
101952007-01-26 Andreas Schwab <schwab@suse.de>
10196
9a01813a
AS
10197 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
10198 test.
10199
37f08e04
AS
10200 * gdb.base/multi-forks.exp ("restart $i"): Also match
10201 __kernel_syscall_via_break.
10202
6e2a9270
VP
102032007-01-24 Vladimir Prus <vladimir@codesourcery.com>
10204
10205 * lib/mi-support.exp (mi_delete_varobj): New.
10206 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
10207 testcase.
10208 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
10209 (main): Call the above.
10210 (reference_update_test, base_in_reference_test)
10211 (reference_to_pointer): Delete the created varobjs.
a9c64011 10212
e515b470
DJ
102132007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
10214
10215 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
10216 * configure: Regenerated.
10217 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
10218 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
10219 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
10220 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
10221 * lib/gdb.exp (gdb_skip_xml_test): New function.
10222
08d8bcd7
DJ
102232007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
10224
10225 * gdb.base/sigrepeat.exp: Correct error message.
10226
102272007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
10228 Daniel Jacobowitz <dan@codesourcery.com>
10229
10230 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
10231 gdb.arch/i386-gnu-cfi-asm.S: New files.
10232
97c3f1f3
JK
102332007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10234
10235 * lib/gdb.exp: Abort on missing `site.exp'.
10236
cb1df416
DJ
102372007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10238 Daniel Jacobowitz <dan@codesourcery.com>
10239
10240 * gdb.base/included.c, gdb.base/included.exp,
10241 gdb.base/included.h: New files.
10242
35990120
DJ
102432007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10244
10245 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
10246 (maximize_rlimit): Reduce limits on 64-bit systems.
10247
6e81a116 102482007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
10249
10250 From Marcus Deuling <deuling@de.ibm.com>:
10251 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
10252 every case.
10253
6c3c41f3
NR
102542007-01-13 Nick Roberts <nickrob@snap.net.nz>
10255
10256 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
10257 (test_path_specification): Use objdir instead of srcdir to always
10258 get an absolute filename.
10259
2f12c312
DJ
102602007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
10261
10262 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
10263
81121995
VP
102642007-01-11 Vladimir Prus <vladimir@codesourcery.com>
10265
10266 * gdb.mi/mi-var-cp.cc (reference_update_tests):
10267 Make sure the variable we're using is in scope.
10268 (reference_to_pointer): Likewise.
10269
4741b737
DJ
102702007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10271
10272 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
10273 has no debug information.
10274
054410c3
DJ
102752007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10276
10277 * gdb.base/annota1.exp: Remove extra send_gdb.
10278
818f79f6
DJ
102792007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10280
10281 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
10282
f7a6bb70
DJ
102832007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10284
10285 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
10286
57e66780
DJ
102872007-01-08 Nick Roberts <nickrob@snap.net.nz>
10288 Daniel Jacobowitz <dan@codesourcery.com>
10289
10290 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
10291 lcharacter or linteger change. Correct duplicated test name.
10292 * gdb.mi/mi2-var-cmd.exp: Likewise.
10293
3d799a95
DJ
102942007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
10295
10296 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
10297
102982007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 10299
a9c64011
AS
10300 * gdb.base/nofield.c: New file.
10301 * gdb.base/nofield.exp: New testcase.
51679ba9 10302
eafb94e8
NR
103032007-01-05 Nick Roberts <nickrob@snap.net.nz>
10304
10305 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
10306
10307 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
10308 test.
10309
5e572bb4
DJ
103102007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10311
10312 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
10313
74a44383
DJ
103142007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10315
10316 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
10317 when continuing.
10318
1b572db9
DJ
103192007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10320
10321 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
10322 Expect ".exe" extension.
10323
381bc39b
DJ
103242007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10325
10326 * gdb.base/charset.exp: Add explicit filename to break.
10327 * gdb.base/dbx.exp: Add explicit filename to breaks.
10328
2b70e4c6
DJ
103292007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10330
10331 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
10332 * gdb.mi/mi2-file.exp: Likewise.
10333
303b6f5d
DJ
103342007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10335
10336 Implement specification of MI tests as comments
10337 in C and C++ sources.
10338 * lib/mi-support.exp (mi_autotest_data): New variable.
10339 (mi_autotest_source): New variable.
10340 (count_newlines, mi_prepare_inline_tests)
10341 (mi_get_inline_test, mi_continue_to_line)
10342 (mi_run_inline_test, mi_tbreak)
10343 (mi_send_resuming_command, mi_wait_for_stop): New functions.
10344 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
10345 Run inline tests.
10346 * gdb.mi/mi-var-cp.cc: Define tests here.
10347
23da0d94
VP
103482007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10349
10350 Simplify usage of mi_continue_to.
10351 * lib/mi-support.exp (mi_runto_helper): Renamed
10352 from mi_runto, added new parameter 'run_or_continue'.
10353 (mi_runto): Use mi_runto_helper.
10354 (mi_continue_to): Accept just function name as parameter.
10355 Use mi_runto_helper.
10356 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
10357 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 10358
f9e18282
JB
103592006-01-04 Joel Brobecker <brobecker@adacore.com>
10360
10361 Make this testcase a bit more realistic. The current code
10362 is too simplistic, and allows the compiler to optimize out
10363 some of the entities we need for this testcase.
10364 * gdb.ada/null_record/bar.ads (Void_Star): New type.
10365 (Do_Nothing): Add extra parameter.
10366 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
10367 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
10368 by using a variable of type Void_Star.
10369
fd678c65
JB
103702006-01-04 Joel Brobecker <brobecker@adacore.com>
10371
10372 * gdb.ada/catch_ex/foo.adb: New file.
10373 * gdb.ada/catch_ex.exp: New testcase.
10374
05cfdb42
DJ
103752007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
10376
10377 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
10378 pass --image-base to linker.
10379
2e03ee74
DJ
103802007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10381 Daniel Jacobowitz <dan@codesourcery.com>
10382
10383 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
10384 secondary prompts.
10385
0d5de010
DJ
103862007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10387
10388 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
10389 output. Test the types of members and member pointers.
10390 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
10391 gdb/2092.
10392 * gdb.cp/member-ptr.exp: Search for a comment instead of a
10393 statement. Enable for GCC. Update expected output for some tests
10394 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
10395 layout.
10396 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
10397 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
10398 (Diamond::vget_base): New.
10399 (main): Add new tests.
10400 * gdb.cp/printmethod.exp: Update expected output for member functions.
10401 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
10402 print pEe->D::vg().
10403
61a771aa
DJ
104042007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10405
10406 * gdb.threads/tls.exp: Allow stops in sem_post.
10407
2fa63963
DJ
104082006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
10409
10410 * gdb.base/annota1.exp: Allow .*printf in backtraces.
10411 * gdb.base/annota3.exp: Likewise.
10412 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
10413 again (instead of timing out).
10414 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
10415 GCC bug 26475.
10416 * gdb.java/jmisc.exp: Adjust to work with method signatures including
10417 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
10418 test from jmisc1.exp.
10419 * gdb.java/jmisc1.exp: Delete.
10420 * gdb.java/jprint.exp: Adjust to work with method signatures including
10421 return types.
10422 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
10423 * gdb.threads/linux-dp.exp: Don't be confused by program output.
10424 * lib/java.exp (compile_java_from_source): Pass the correct type
10425 to target_compile.
10426
5eefc2b7
JB
104272006-12-31 Joel Brobecker <brobecker@adacore.com>
10428
10429 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
10430 (stack_align_edx): New function.
10431 (stack_align_eax): New function.
10432 (main): Add calls to stack_align_edx and stack_align_eax.
10433 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
10434 Add testing for the cases where the register used during a stack
10435 realignment is edx. Same for eax.
10436
227c54da
DJ
104372006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
10438
10439 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
10440 and generic PE targets.
10441
cab8ac94
JB
104422006-12-29 Joel Brobecker <brobecker@adacore.com>
10443
10444 * gdb.ada/array_return.exp: Update copyright date list.
10445
ba54f318
JB
104462006-12-27 Joel Brobecker <brobecker@adacore.com>
10447
10448 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
10449 (Create_Small_Float_Vector): New function.
10450 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
10451 function body.
10452 * gdb.ada/array_return/p.adb: Use new type and function from
10453 package Pck.
10454 * gdb.ada/array_return.exp: Add a test verifying that GDB is
10455 able to print the value returned by a function returning an
10456 array of float.
10457
6b7a35dd
JB
104582006-12-20 Joel Brobecker <brobecker@adacore.com>
10459
10460 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
10461 The associated tests should be PASSing.
10462
038224f6
VP
104632006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10464
10465 Test for base in references.
10466 * gdb.mi/mi-var-cp.cc: Add test code.
10467 * gdb.mi/mi-var-cp.exp: Test for bases in references.
10468 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
10469 * gdb.mi/mi2-watch.exp: Likewise.
10470 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
10471 (mi_list_varobj_children): New function.
10472
b26ed50d
VP
104732006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10474
10475 * lib/mi-support.exp
10476 (mi_runto): Accept "()" after function name.
10477 (mi_create_varobj): New function.
10478 (mi_varobj_update): New function.
10479 (mi_Check_varobj_value): New function.
10480 * gdb.mi/mi-var-cp.exp: New file.
10481 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 10482
08232497
DJ
104832006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
10484
10485 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
10486 gdb.base/weaklib2.c: New files.
10487
d394c993 104882006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 10489
ac6c2fba
NS
10490 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
10491 info. Adjust test names.
10492
8ec659a0 10493 * gdb.base/break.c (main): Move position of malloc.
d394c993 10494 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 10495
acd65feb
VP
104962006-11-28 Vladimir Prus <vladimir@codesourcery.com>
10497
10498 * gdb.mi/mi-var-cmd.exp: Check -var-update after
10499 assignement of arrays and function pointers.
10500 * gdb.mi/var-cmd.c: Add declaration necessary for above
10501 tests.
10502
f556d5e5
NS
105032006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10504
10505 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
10506
10507 * gdb.threads/linux-dp.exp: Read thread table before and after
10508 creating each philosopher and verify it.
10509
697bc68d
NS
105102006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10511 Paul Brook <paul@codesourcery.com>
10512 Daniel Jacobowitz <dan@codesourcery.com>
10513
10514 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 10515 main to remove duplication. Add start function of the form
697bc68d
NS
10516 '_*start[1-9]*'. Add RVDS start function.
10517
29d73ae4
DJ
105182006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
10519
10520 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
10521
c1d88655
UW
105222006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10523
10524 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
10525 * gdb.asm/spu.inc: New file.
10526 * gdb.base/term.exp: Disable if [target_info exists noargs].
10527 * gdb.gdb/complaints.exp: Disable if ![isnative].
10528 * gdb.gdb/selftest.exp: Likewise.
10529 * gdb.gdb/observer.exp: Likewise.
10530 * gdb.gdb/xfullpath.exp: Likewise.
10531 * gdb.base/attach.exp: Disable on SPU target.
10532 * gdb.cp/bs145503.exp: Likewise.
10533 * gdb.cp/exception.exp: Likewise.
10534 * gdb.cp/userdef.exp: Likewise.
10535
32a13b1a
DJ
105362006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
10537
10538 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
10539
d8295fe9
VP
105402006-11-10 Vladimir Prus <vladimir@codesourcery.com>
10541
10542 * gdb.base/completion.exp: Fix completion tests for
10543 'info' and 'info '.
10544 * gdb.base/help.exp (help_test_raw, test_class_help)
10545 (test_prefix_command_help): Move...
10546 * lib/gdb.exp: Here.
10547 * gdb.base/main.exp: Adjust.
10548 * gdb.cp/maint.exp: Adjust.
10549 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 10550
8c394015
VP
105512006-11-09 Vladimir Prus <vladimir@codesourcery.com>
10552
10553 * gdb.stabs/weird.exp (print_weird_var): Use
10554 gdb_test_multiple instead of gdb_expect.
10555
027fc1bc
VP
105562006-11-09 Vladimir Prus <vladimir@codesourcery.com>
10557
10558 * gdb.base/help.exp (help_test_raw): New.
10559 (test_class_help): New.
10560 (test_prefix_command_help): New.
10561 Adjust testcases.
10562
67609209
FR
105632006-11-09 Christophe Lyon <christophe.lyon@st.com>
10564
10565 * gdb.base/constvars.c (main): Write to crass and crips, so that
10566 they are allocated by the compiler.
10567
f73adfeb
AS
105682006-10-27 Andreas Schwab <schwab@suse.de>
10569
10570 * gdb.base/multi-forks.exp: Use "detach fork" instead of
10571 "detach-fork".
10572
2f83a18e
DJ
105732006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
10574
10575 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
10576 of patterns.
10577
94277a38
DJ
105782006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10579
10580 * gdb.base/sepdebug.exp: Remove debug format test.
10581 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
10582 Handle no-symtab.
10583 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
10584
5bd2f6e2
DJ
105852006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10586
10587 * gdb.threads/manythreads.c (thread_function, main): Don't cast
10588 int to pointer or pointer to int.
10589 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
10590
8c008720
DJ
105912006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
10592
10593 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
10594
9e35dae4
DJ
105952006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10596
10597 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
10598
d9639e13
DJ
105992006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
10600
10601 PR c++/2116
10602 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
10603
390a1bd0
JB
106042006-10-06 Joel Brobecker <brobecker@adacore.com>
10605
10606 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
10607 the corresponding bug has been fixed in GDB (PR/2018).
10608
dd920c33
JB
106092006-10-06 Joel Brobecker <brobecker@adacore.com>
10610
10611 * gdb.base/subst.exp: New testcase.
10612
53bbefe9
JB
106132006-10-06 Joel Brobecker <brobecker@adacore.com>
10614
10615 * gdb.ada/array_return/pck.ads: Add copyright notice.
10616 * gdb.ada/array_return/pck.adb: Likewise.
10617 * gdb.ada/array_return/p.adb: Likewise.
10618 * gdb.ada/exec_changed/first.adb: Likewise.
10619 * gdb.ada/exec_changed/second.adb: Likewise.
10620
09851417
JB
106212006-10-06 Joel Brobecker <brobecker@adacore.com>
10622
10623 * gdb.ada/watch_arg/watch.adb: New file.
10624 * gdb.ada/watch_arg.exp: New testcase.
10625
041bf30d
VP
106262006-10-02 Vladimir Prus <vladimir@codesourcery.com>
10627
10628 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 10629 via string_to_regexp.
041bf30d 10630 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 10631
f286fbdd 106322006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
10633
10634 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
10635 Remove unused / obsolete files.
10636
7c07f349
NR
106372006-09-19 Nick Roberts <nickrob@snap.net.nz>
10638
10639 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
10640
cd5ff84a
VP
106412006-09-17 Vladimir Prus <vladimir@codesourcery.com>
10642
10643 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
10644 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 10645 the number of frames.
cd5ff84a 10646
ae018d1a
DJ
106472006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
10648
10649 * gdb.base/args.c (main): Add breakpoint marker.
10650 * gdb.base/args.exp: Use args_test for tests. Add new tests which
10651 really test empty arguments.
10652 (args_load): Delete.
10653 (args_test): New.
10654
b399c549
NR
106552006-09-13 Nick Roberts <nickrob@snap.net.nz>
10656
10657 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 10658 check for one file.
b399c549 10659
2ab1eb7a
VP
106602006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
10661
10662 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
10663 HIGH_FRAME argument to -stack-list-locals can be larger than
10664 the number of frames.
a9c64011 10665
476308bf
FF
106662006-08-18 Fred Fish <fnf@specifix.com>
10667
10668 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
10669 '$' in front of skip_vmx_tests_saved when setting that.
10670
8625200f
AS
106712006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
10672
10673 * gdb.base/trace-commands.exp: New file.
10674
089ec8f1
DJ
106752006-08-10 Joel Brobecker <brobecker@adacore.com>
10676 Daniel Jacobowitz <dan@codesourcery.com>
10677
10678 * gdb.base/step-bt.exp: Make hexadecimal address optional in
10679 expected output of the backtrace commands.
10680
b60f0898
JB
106812006-08-09 Joel Brobecker <brobecker@adacore.com>
10682
10683 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
10684 untested followed by return combination.
10685 * gdb.arch/altivec-regs.exp: Likewise.
10686 * gdb.arch/e500-abi.exp: Likewise.
10687 * gdb.arch/e500-regs.exp: Likewise.
10688 * gdb.arch/gdb1291.exp: Likewise.
10689 * gdb.arch/gdb1431.exp: Likewise.
10690 * gdb.arch/gdb1558.exp: Likewise.
10691 * gdb.arch/i386-prologue.exp: Likewise.
10692 * gdb.arch/i386-unwind.exp: Likewise.
10693 * gdb.asm/asm-source.exp: Likewise.
10694 * gdb.base/a2-run.exp: Likewise.
10695 * gdb.base/advance.exp: Likewise.
10696 * gdb.base/all-bin.exp: Likewise.
10697 * gdb.base/annota1.exp: Likewise.
10698 * gdb.base/annota3.exp: Likewise.
10699 * gdb.base/args.exp: Likewise.
10700 * gdb.base/arithmet.exp: Likewise.
10701 * gdb.base/assign.exp: Likewise.
10702 * gdb.base/async.exp: Likewise.
10703 * gdb.base/attach.exp: Likewise.
10704 * gdb.base/bang.exp: Likewise.
10705 * gdb.base/bigcore.exp: Likewise.
10706 * gdb.base/bitfields.exp: Likewise.
10707 * gdb.base/bitfields2.exp: Likewise.
10708 * gdb.base/break.exp: Likewise.
10709 * gdb.base/call-sc.exp: Likewise.
10710 * gdb.base/call-strs.exp: Likewise.
10711 * gdb.base/callfuncs.exp: Likewise.
10712 * gdb.base/checkpoint.exp: Likewise.
10713 * gdb.base/chng-syms.exp: Likewise.
10714 * gdb.base/code-expr.exp: Likewise.
10715 * gdb.base/commands.exp: Likewise.
10716 * gdb.base/completion.exp: Likewise.
10717 * gdb.base/cond-expr.exp: Likewise.
10718 * gdb.base/condbreak.exp: Likewise.
10719 * gdb.base/consecutive.exp: Likewise.
10720 * gdb.base/constvars.exp: Likewise.
10721 * gdb.base/corefile.exp: Likewise.
10722 * gdb.base/cvexpr.exp: Likewise.
10723 * gdb.base/dbx.exp: Likewise.
10724 * gdb.base/define.exp: Likewise.
10725 * gdb.base/detach.exp: Likewise.
10726 * gdb.base/display.exp: Likewise.
10727 * gdb.base/dump.exp: Likewise.
10728 * gdb.base/ena-dis-br.exp: Likewise.
10729 * gdb.base/ending-run.exp: Likewise.
10730 * gdb.base/environ.exp: Likewise.
10731 * gdb.base/eval-skip.exp: Likewise.
10732 * gdb.base/exprs.exp: Likewise.
10733 * gdb.base/fileio.exp: Likewise.
10734 * gdb.base/finish.exp: Likewise.
10735 * gdb.base/float.exp: Likewise.
10736 * gdb.base/foll-exec.exp: Likewise.
10737 * gdb.base/foll-fork.exp: Likewise.
10738 * gdb.base/foll-vfork.exp: Likewise.
10739 * gdb.base/freebpcmd.exp: Likewise.
10740 * gdb.base/funcargs.exp: Likewise.
10741 * gdb.base/gcore.exp: Likewise.
10742 * gdb.base/gdb1090.exp: Likewise.
10743 * gdb.base/gdb1250.exp: Likewise.
10744 * gdb.base/huge.exp: Likewise.
10745 * gdb.base/info-proc.exp: Likewise.
10746 * gdb.base/interrupt.exp: Likewise.
10747 * gdb.base/jump.exp: Likewise.
10748 * gdb.base/langs.exp: Likewise.
10749 * gdb.base/lineinc.exp: Likewise.
10750 * gdb.base/list.exp: Likewise.
10751 * gdb.base/logical.exp: Likewise.
10752 * gdb.base/long_long.exp: Likewise.
10753 * gdb.base/macscp.exp: Likewise.
10754 * gdb.base/maint.exp: Likewise.
10755 * gdb.base/mips_pro.exp: Likewise.
10756 * gdb.base/miscexprs.exp: Likewise.
10757 * gdb.base/multi-forks.exp: Likewise.
10758 * gdb.base/opaque.exp: Likewise.
10759 * gdb.base/overlays.exp: Likewise.
10760 * gdb.base/pc-fp.exp: Likewise.
10761 * gdb.base/pointers.exp: Likewise.
10762 * gdb.base/printcmds.exp: Likewise.
10763 * gdb.base/psymtab.exp: Likewise.
10764 * gdb.base/ptype.exp: Likewise.
10765 * gdb.base/recurse.exp: Likewise.
10766 * gdb.base/relational.exp: Likewise.
10767 * gdb.base/relocate.exp: Likewise.
10768 * gdb.base/remote.exp: Likewise.
10769 * gdb.base/reread.exp: Likewise.
10770 * gdb.base/restore.exp: Likewise.
10771 * gdb.base/return.exp: Likewise.
10772 * gdb.base/return2.exp: Likewise.
10773 * gdb.base/scope.exp: Likewise.
10774 * gdb.base/sect-cmd.exp: Likewise.
10775 * gdb.base/sep.exp: Likewise.
10776 * gdb.base/sepdebug.exp: Likewise.
10777 * gdb.base/setshow.exp: Likewise.
10778 * gdb.base/setvar.exp: Likewise.
10779 * gdb.base/sigall.exp: Likewise.
10780 * gdb.base/sigbpt.exp: Likewise.
10781 * gdb.base/signals.exp: Likewise.
10782 * gdb.base/signull.exp: Likewise.
10783 * gdb.base/sizeof.exp: Likewise.
10784 * gdb.base/solib.exp: Likewise.
10785 * gdb.base/step-line.exp: Likewise.
10786 * gdb.base/step-test.exp: Likewise.
10787 * gdb.base/structs.exp: Likewise.
10788 * gdb.base/structs2.exp: Likewise.
10789 * gdb.base/term.exp: Likewise.
10790 * gdb.base/twice.exp: Likewise.
10791 * gdb.base/until.exp: Likewise.
10792 * gdb.base/varargs.exp: Likewise.
10793 * gdb.base/volatile.exp: Likewise.
10794 * gdb.base/watchpoint.exp: Likewise.
10795 * gdb.base/whatis-exp.exp: Likewise.
10796 * gdb.base/whatis.exp: Likewise.
10797 * gdb.cp/ambiguous.exp: Likewise.
10798 * gdb.cp/annota2.exp: Likewise.
10799 * gdb.cp/annota3.exp: Likewise.
10800 * gdb.cp/bool.exp: Likewise.
10801 * gdb.cp/breakpoint.exp: Likewise.
10802 * gdb.cp/casts.exp: Likewise.
10803 * gdb.cp/class2.exp: Likewise.
10804 * gdb.cp/classes.exp: Likewise.
10805 * gdb.cp/cplusfuncs.exp: Likewise.
10806 * gdb.cp/ctti.exp: Likewise.
10807 * gdb.cp/derivation.exp: Likewise.
10808 * gdb.cp/exception.exp: Likewise.
10809 * gdb.cp/gdb1355.exp: Likewise.
10810 * gdb.cp/hang.exp: Likewise.
10811 * gdb.cp/inherit.exp: Likewise.
10812 * gdb.cp/local.exp: Likewise.
10813 * gdb.cp/m-data.exp: Likewise.
10814 * gdb.cp/m-static.exp: Likewise.
10815 * gdb.cp/member-ptr.exp: Likewise.
10816 * gdb.cp/method.exp: Likewise.
10817 * gdb.cp/misc.exp: Likewise.
10818 * gdb.cp/namespace.exp: Likewise.
10819 * gdb.cp/overload.exp: Likewise.
10820 * gdb.cp/ovldbreak.exp: Likewise.
10821 * gdb.cp/pr-1023.exp: Likewise.
10822 * gdb.cp/pr-1210.exp: Likewise.
10823 * gdb.cp/pr-574.exp: Likewise.
10824 * gdb.cp/printmethod.exp: Likewise.
10825 * gdb.cp/psmang.exp: Likewise.
10826 * gdb.cp/ref-params.exp: Likewise.
10827 * gdb.cp/ref-types.exp: Likewise.
10828 * gdb.cp/rtti.exp: Likewise.
10829 * gdb.cp/templates.exp: Likewise.
10830 * gdb.cp/try_catch.exp: Likewise.
10831 * gdb.cp/userdef.exp: Likewise.
10832 * gdb.cp/virtfunc.exp: Likewise.
10833 * gdb.disasm/am33.exp: Likewise.
10834 * gdb.disasm/h8300s.exp: Likewise.
10835 * gdb.disasm/mn10300.exp: Likewise.
10836 * gdb.disasm/sh3.exp: Likewise.
10837 * gdb.disasm/t01_mov.exp: Likewise.
10838 * gdb.disasm/t02_mova.exp: Likewise.
10839 * gdb.disasm/t03_add.exp: Likewise.
10840 * gdb.disasm/t04_sub.exp: Likewise.
10841 * gdb.disasm/t05_cmp.exp: Likewise.
10842 * gdb.disasm/t06_ari2.exp: Likewise.
10843 * gdb.disasm/t07_ari3.exp: Likewise.
10844 * gdb.disasm/t08_or.exp: Likewise.
10845 * gdb.disasm/t09_xor.exp: Likewise.
10846 * gdb.disasm/t10_and.exp: Likewise.
10847 * gdb.disasm/t11_logs.exp: Likewise.
10848 * gdb.disasm/t12_bit.exp: Likewise.
10849 * gdb.disasm/t13_otr.exp: Likewise.
10850 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10851 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10852 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10853 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10854 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10855 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10856 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10857 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10858 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10859 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10860 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10861 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10862 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10863 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10864 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10865 * gdb.mi/gdb701.exp: Likewise.
10866 * gdb.mi/gdb792.exp: Likewise.
10867 * gdb.mi/mi-basics.exp: Likewise.
10868 * gdb.mi/mi-break.exp: Likewise.
10869 * gdb.mi/mi-cli.exp: Likewise.
10870 * gdb.mi/mi-console.exp: Likewise.
10871 * gdb.mi/mi-disassemble.exp: Likewise.
10872 * gdb.mi/mi-eval.exp: Likewise.
10873 * gdb.mi/mi-file.exp: Likewise.
10874 * gdb.mi/mi-read-memory.exp: Likewise.
10875 * gdb.mi/mi-regs.exp: Likewise.
10876 * gdb.mi/mi-return.exp: Likewise.
10877 * gdb.mi/mi-simplerun.exp: Likewise.
10878 * gdb.mi/mi-stack.exp: Likewise.
10879 * gdb.mi/mi-stepi.exp: Likewise.
10880 * gdb.mi/mi-syn-frame.exp: Likewise.
10881 * gdb.mi/mi-until.exp: Likewise.
10882 * gdb.mi/mi-var-block.exp: Likewise.
10883 * gdb.mi/mi-var-child.exp: Likewise.
10884 * gdb.mi/mi-var-cmd.exp: Likewise.
10885 * gdb.mi/mi-var-display.exp: Likewise.
10886 * gdb.mi/mi-watch.exp: Likewise.
10887 * gdb.mi/mi2-basics.exp: Likewise.
10888 * gdb.mi/mi2-break.exp: Likewise.
10889 * gdb.mi/mi2-cli.exp: Likewise.
10890 * gdb.mi/mi2-console.exp: Likewise.
10891 * gdb.mi/mi2-disassemble.exp: Likewise.
10892 * gdb.mi/mi2-eval.exp: Likewise.
10893 * gdb.mi/mi2-file.exp: Likewise.
10894 * gdb.mi/mi2-read-memory.exp: Likewise.
10895 * gdb.mi/mi2-regs.exp: Likewise.
10896 * gdb.mi/mi2-return.exp: Likewise.
10897 * gdb.mi/mi2-simplerun.exp: Likewise.
10898 * gdb.mi/mi2-stack.exp: Likewise.
10899 * gdb.mi/mi2-stepi.exp: Likewise.
10900 * gdb.mi/mi2-syn-frame.exp: Likewise.
10901 * gdb.mi/mi2-until.exp: Likewise.
10902 * gdb.mi/mi2-var-block.exp: Likewise.
10903 * gdb.mi/mi2-var-child.exp: Likewise.
10904 * gdb.mi/mi2-var-cmd.exp: Likewise.
10905 * gdb.mi/mi2-var-display.exp: Likewise.
10906 * gdb.mi/mi2-watch.exp: Likewise.
10907 * gdb.stabs/exclfwd.exp: Likewise.
10908 * gdb.stabs/weird.exp: Likewise.
10909 * gdb.threads/gcore-thread.exp: Likewise.
10910 * gdb.trace/actions.exp: Likewise.
10911 * gdb.trace/backtrace.exp: Likewise.
10912 * gdb.trace/circ.exp: Likewise.
10913 * gdb.trace/collection.exp: Likewise.
10914 * gdb.trace/deltrace.exp: Likewise.
10915 * gdb.trace/infotrace.exp: Likewise.
10916 * gdb.trace/limits.exp: Likewise.
10917 * gdb.trace/packetlen.exp: Likewise.
10918 * gdb.trace/passc-dyn.exp: Likewise.
10919 * gdb.trace/passcount.exp: Likewise.
10920 * gdb.trace/report.exp: Likewise.
10921 * gdb.trace/save-trace.exp: Likewise.
10922 * gdb.trace/tfind.exp: Likewise.
10923 * gdb.trace/tracecmd.exp: Likewise.
10924 * gdb.trace/while-dyn.exp: Likewise.
10925 * gdb.trace/while-stepping.exp: Likewise.
10926
f4b618d1
JB
109272006-08-08 Joel Brobecker <brobecker@adacore.com>
10928
10929 * gdb.base/step-bt.c: New file.
10930 * gdb.base/step-bt.exp: New testcase.
10931
3d00d119
DJ
109322006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10933
10934 * config/monitor.exp (gdb_load): Remove support for obsolete
10935 download-write-size.
10936 * gdb.base/remote.exp: Likewise. Update all callers of
10937 gdb_timed_load.
10938
017b5bd4
DJ
109392006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10940
10941 * cursal.exp: Pass binfile to gdb_load.
10942
837c599d
DJ
109432006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10944
10945 * gdb.base/cursal.exp: Add "" to gdb_load call.
10946
8dd4540b
MK
109472006-07-29 Mark Kettenis <kettenis@gnu.org>
10948
10949 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10950 NetBSD/ELF targets.
10951
ab5c9f60
DJ
109522006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10953
10954 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10955 operator*.
10956
4c42eaff
DJ
109572006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10958
10959 * gdb.base/completion.exp: Update for change in "file" behavior.
10960 * gdb.stabs/weird.exp: Likewise.
10961 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10962 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10963
0155cc76
NS
109642006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10965
10966 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10967 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10968
16026cd7
AS
109692006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10970
10971 * gdb.base/default.exp: Update source command error message.
10972 * gdb.base/help.exp: Update 'help source' message.
10973
16963cb6
DJ
109742006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10975
10976 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10977 test.
10978
6d7fd486
AS
109792006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10980
10981 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10982
29e8a844
DJ
109832006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10984
10985 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10986
6afcfa39
DJ
109872006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10988
10989 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10990
267a692b
MK
109912006-07-17 Mark Kettenis <kettenis@gnu.org>
10992
10993 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10994 *-*-openbsd* from targets for wich we expect ARM FPA floating
10995 point format.
10996
85d2fec4
NR
109972006-07-17 Nick Roberts <nickrob@snap.net.nz>
10998
10999 * gdb.cp/annota3.exp: Expect frame-begin annotation.
11000
110012006-07-17 Mark Kettenis <kettenis@gnu.org>
11002
11003 * gdb.base/annota3.exp: Expect frame-begin annotation.
11004
85b4c6e8
JB
110052006-07-14 Joel Brobecker <brobecker@adacore.com>
11006
11007 * gdb.base/help.exp: Adjust "help unset" test to accept
11008 any list of unset commands.
11009
fb933624
DJ
110102006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
11011 Daniel Jacobowitz <dan@codesourcery.com>
11012
11013 * gdb.cp/ref-params.exp: New test.
11014 * gdb.cp/ref-params.cc: New source file.
11015 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
11016
1dff4b64
MK
110172006-07-08 Mark Kettenis <kettenis@gnu.org>
11018
11019 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
11020 spaces/tabs in regular expressions since they might not be there.
11021
40d2e0e3
AS
110222006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
11023
11024 * gdb.base/ifelse.exp: New file.
11025
f6c957d2
NS
110262006-07-04 Nathan Sidwell <nathan@codesourcery.com>
11027
11028 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
11029 line.
11030 * gdb.base/huge.exp: Loop over compilation to find a size that
11031 is acceptable.
11032 * gdb.base/remote.exp: Correct expected strings.
11033 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
11034
b9c5a23d
DJ
110352006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11036
11037 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
11038
9af2e58d
DJ
110392006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11040
11041 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
11042 native.
11043
30930ca5
DJ
110442006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11045
11046 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
11047 enable stabs testing.
11048
aa32fa1d
DJ
110492006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11050
bd4a4c80 11051 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
11052 gdb_test_multiple does.
11053
321fef15
DJ
110542006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11055
11056 * Makefile.in (host_alias): Remove.
11057 (target_alias): Use @target_noncanonical@.
11058 (site.exp): Don't set host_alias.
11059 * aclocal.m4: Remove contents. Include acx.m4.
11060 * configure: Regenerated.
11061 * configure.ac: Use ACX_NONCANONICAL_TARGET.
11062
e1c2defa
NS
110632006-06-13 Nathan Sidwell <nathan@codesourcery.com>
11064
e63b55d1
NS
11065 * lib/gdb.exp (gdb_load_cmd): New.
11066
5600ea19
NS
11067 * gdb.base/fileio.c: Add system(NULL) test.
11068 * gdb.base/fileio.exp: Check it.
11069
e1c2defa
NS
11070 * gdb.base/break.c: Add 10a breakpoint at }
11071 * gdb.base/break.exp: Add test for breakpoint at }
11072 * gdb.cp/anon-union.cc: Add code at end of function.
11073 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
11074 * gdb.mi/var-cmd.c: Add code at end of function.
11075 * gdb.mi/mi-var-display.exp: Adjust end of next.
11076 * gdb.mi/mi2-var-display.exp: Likewise.
11077 * gdb.base/fileio.c: Add stop function and insert calls at
11078 stopping places.
11079 * gdb.base/fileio.exp: Breakpoint stop function and remove
11080 explicit line number references.
11081
6c0112ec
JB
110822006-05-19 Joel Brobecker <brobecker@adacore.com>
11083
a9c64011
AS
11084 * gdb.base/del.exp (test_delete_alias): New function.
11085 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 11086
154189a4
FF
110872006-05-18 Fred Fish <fnf@specifix.com>
11088
11089 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
11090 required. Check for spurious output after program exits normally.
11091
582e64c2
FF
110922006-05-17 Fred Fish <fnf@specifix.com>
11093
11094 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
11095 gdb_load, so it works in the simulator.
11096
8ef6493a
FF
110972006-05-11 Fred Fish <fnf@specifix.com>
11098
11099 * gdb.base/bang.exp: Ignore unexpected output between the
11100 "program exited normally" and the gdb prompt, as many other
11101 tests do.
11102
692b141c
MK
111032006-05-07 Mark Kettenis <kettenis@gnu.org>
11104
11105 * gdb.base/help.exp: Make "delete checkpoint" part option for
11106 "help d" and "help delete" tests.
11107
540b8a30
UW
111082006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11109
a9c64011 11110 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
11111 expected output in some mi_gdb_test statements.
11112 * gdb.mi/mi2-basics.exp: Likewise.
11113
9b6462d9
JB
111142006-05-05 Joel Brobecker <brobecker@adacore.com>
11115
11116 * gdb.base/del.c: New file.
11117 * gdb.base/del.exp: New testcase.
11118
954de43b
DM
111192006-05-05 David S. Miller <davem@sunset.davemloft.net>
11120
11121 * gdb.base/break.exp: Do not assume a breakpoint on
11122 main will actually be in $srcfile when optimizing.
1303f75e
DM
11123 * gdb.base/savedregs.exp: Do not require that the dummy
11124 frame location match up to a symbol and source file location.
c3242428
DM
11125 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
11126 will get printed without a mi_cmd_data_list_register_values prefix.
11127 (*-data-list-register-*): Correct regular expressions to expect the new
11128 pseudo d? floating point registers.
11129 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 11130
c7e64c9a
DJ
111312006-05-05 Christophe Lyon <christophe.lyon@st.com>
11132
11133 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
11134 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
11135 is allocated by the compiler.
11136 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
11137 anons, e, anone to force their allocation by the compiler.
11138
111392006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
11140
11141 * gdb.base/help.exp: Update expected text for help d and
11142 help delete.
11143
27ce9a6d
MK
111442006-05-02 Mark Kettenis <kettenis@gnu.org>
11145
11146 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
11147 NetBSD/ELF targets.
11148
8608915f
MK
111492006-04-30 Mark Kettenis <kettenis@gnu.org>
11150
11151 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
11152 single-step breakpoint fails; make this a KFAIL on
11153 sparc*-*-openbsd*.
11154 * gdb.base/siginfo.exp: Likewise.
11155 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11156
b8db102d
MS
111572006-04-26 Michael Snyder <msnyder@redhat.com>
11158
11159 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
11160 which may have to consume output from other forks.
11161 Add tests to make sure that "delete fork" succeeded.
11162
c702009a
MS
111632006-04-20 Michael Snyder <msnyder@redhat.com>
11164
11165 * 2006-03-22 Jim Blandy <jimb@redhat.com>
11166 Add support for the Renesas M32C and M16C.
11167
11168 * gdb.asm/asm-source.exp: Add m32c target.
11169 * gdb.asm/m32c.inc: Support for m32c target.
11170
e28493f2
AS
111712006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
11172
11173 * gdb.base/commands.exp (recursive_source_test): New test.
11174
880da185
DM
111752006-04-04 David S. Miller <davem@sunset.davemloft.net>
11176
11177 * gdb.base/float.exp: Add pattern for sparc targets.
11178
61d9b92f
DJ
111792006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11180
11181 * gdb.base/commands.exp (stray_arg0_test): New test.
11182
bd717df8
PB
111832006-03-30 Paul Brook <paul@codesourcery.com>
11184
11185 * gdb.mi/mi-until.exp: kfail broken until command.
11186 * gdb.mi/mi2-until.exp: Ditto.
11187
ec793d3c
NR
111882006-03-27 Nick Roberts <nickrob@snap.net.nz>
11189
11190 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
11191
831004b7
AO
111922006-03-08 Alexandre Oliva <aoliva@redhat.com>
11193
11194 * gdb.base/prelink.exp: Anchor tested-for regular expression
11195 on gdb prompt.
11196
effe49a0
PB
111972006-03-07 Paul Brook <paul@codesourcery.com>
11198
11199 * gdb.base/assign.exp: Correct fail message.
11200
e5461016
PB
112012006-03-07 Paul Brook <paul@codesourcery.com>
11202
11203 * lib/compiler.c: Extract armcc version number.
11204 * lib/compiler.cc: Ditto.
11205
fc91c6c2
PB
112062006-03-07 Paul Brook <paul@codesourcery.com>
11207
11208 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
11209 additional_flags=-w.
11210 * gdb.arch/altivec-regs.exp: Ditto.
11211 * gdb.arch/e500-abi.exp: Ditto.
11212 * gdb.arch/e500-regs.exp: Ditto.
11213 * gdb.base/all-bin.exp: Ditto.
11214 * gdb.base/annota1.exp: Ditto.
11215 * gdb.base/annota3.exp: Ditto.
11216 * gdb.base/args.exp: Ditto.
11217 * gdb.base/arithmet.exp: Ditto.
11218 * gdb.base/assign.exp: Ditto.
11219 * gdb.base/async.exp: Ditto.
11220 * gdb.base/bang.exp: Ditto.
11221 * gdb.base/break.exp: Ditto.
11222 * gdb.base/call-rt-st.exp: Ditto.
11223 * gdb.base/completion.exp: Ditto.
11224 * gdb.base/cond-expr.exp: Ditto.
11225 * gdb.base/condbreak.exp: Ditto.
11226 * gdb.base/consecutive.exp: Ditto.
11227 * gdb.base/define.exp: Ditto.
11228 * gdb.base/display.exp: Ditto.
11229 * gdb.base/ena-dis-br.exp: Ditto.
11230 * gdb.base/environ.exp: Ditto.
11231 * gdb.base/eval-skip.exp: Ditto.
11232 * gdb.base/info-proc.exp: Ditto.
11233 * gdb.base/jump.exp: Ditto.
11234 * gdb.base/logical.exp: Ditto.
11235 * gdb.base/long_long.exp: Ditto.
11236 * gdb.base/maint.exp: Ditto.
11237 * gdb.base/miscexprs.exp: Ditto.
11238 * gdb.base/pc-fp.exp: Ditto.
11239 * gdb.base/pointers.exp: Ditto.
11240 * gdb.base/relational.exp: Ditto.
11241 * gdb.base/reread.exp: Ditto.
11242 * gdb.base/sect-cmd.exp: Ditto.
11243 * gdb.base/sep.exp: Ditto.
11244 * gdb.base/sepdebug.exp: Ditto.
11245 * gdb.base/until.exp: Ditto.
11246 * gdb.base/whatis-exp.exp: Ditto.
11247 * gdb.cp/annota2.exp: Ditto.
11248 * gdb.cp/annota3.exp: Ditto.
11249 * gdb.trace/actions.exp: Ditto.
11250 * gdb.trace/backtrace.exp: Ditto.
11251 * gdb.trace/circ.exp: Ditto.
11252 * gdb.trace/collection.exp: Ditto.
11253 * gdb.trace/deltrace.exp: Ditto.
11254 * gdb.trace/infotrace.exp: Ditto.
11255 * gdb.trace/limits.exp: Ditto.
11256 * gdb.trace/packetlen.exp: Ditto.
11257 * gdb.trace/passc-dyn.exp: Ditto.
11258 * gdb.trace/passcount.exp: Ditto.
11259 * gdb.trace/report.exp: Ditto.
11260 * gdb.trace/save-trace.exp: Ditto.
11261 * gdb.trace/tfind.exp: Ditto.
11262 * gdb.trace/tracecmd.exp: Ditto.
11263 * gdb.trace/while-dyn.exp: Ditto.
11264 * gdb.trace/while-stepping.exp: Ditto.
11265 * lib/gdb.exp: Ditto.
11266 (gdb_compile): Handle nowarning option.
11267
5f4a23d9
AO
112682006-03-07 Alexandre Oliva <aoliva@redhat.com>
11269
11270 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
11271 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
11272 Rename executable to prelinkt. Don't re-prelink if we didn't
11273 get a core file. Test prelink -u exit status to tell whether
11274 prelinking failed. Use gdb_test_multiple.
11275
9733fc94
DJ
112762006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11277
11278 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
11279 (do_tests): Call it.
11280
cc10cae3
AO
112812006-02-28 Alexandre Oliva <aoliva@redhat.com>
11282
11283 * gdb.base/prelink.exp: New test.
11284 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
11285
15c46491
WZ
112862006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
11287
11288 * gdb.fortran/derived-type.f90: New file.
11289 * gdb.fortran/derived-type.exp: New testcase.
11290
5c9f7ded
DJ
112912006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
11292
11293 * gdb.base/default.exp: Allow ';' as a directory separator.
11294
5b96932b
AS
112952006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11296
11297 * gdb.base/help.exp (help add-symbol-file): Update.
11298
1986bccd
AS
112992006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11300
11301 * gdb.base/help.exp (help load): Update expected results.
11302
a8b7528f
FF
113032006-02-19 Fred Fish <fnf@specifix.com>
11304
11305 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
11306 specifix hex value as part of results.
11307 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 11308
f8261448
FF
113092006-02-16 Fred Fish <fnf@specifix.com>
11310
11311 * gdb.base/whatis.c: Define variables using typedefs char_addr,
11312 ushort_addr, and slong_addr, so the typedefs are not optimized
11313 away.
11314 * gdb.base/whatis.exp: Add tests using type name for struct type,
11315 union type, enum type, and typedef.
a9c64011 11316
31d8bdd2
MK
113172006-02-13 Mark Kettenis <kettenis@gnu.org>
11318
11319 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
11320
34e41e63
JB
113212006-02-13 Jim Blandy <jimb@redhat.com>
11322
11323 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
11324 case where it takes two "next" commands to skip past the init
11325 call.
11326
ac6e4f31
FF
113272006-02-12 Fred Fish <fnf@specifix.com>
11328
11329 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
11330 to handle cases where it takes two "next" commands to skip
11331 past the init call.
11332
2db2d571
JB
113332006-02-07 Joel Brobecker <brobecker@adacore.com>
11334
11335 * gdb.ada/array_return.exp: Mark the last test as expected to fail
11336 on hppa32 targets.
11337
38fcd64c
DJ
113382006-02-06 Vladimir Prus <ghost@cs.msu.su>
11339
11340 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
11341 field.
11342
1315ad46
MK
113432006-01-29 Mark Kettenis <kettenis@gnu.org>
11344
11345 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
11346
5625b943
DJ
113472006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11348
11349 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
11350 files.
11351
80df1bbe
DJ
113522006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11353
11354 * gdb.cp/maint.exp: Set complaints to a positive value.
11355
9078e690
DJ
113562006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11357
11358 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
11359 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
11360 function name.
11361
9c903399
DJ
113622006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11363
11364 * gdb.base/checkpoint.c: Update copyright notice. Include
11365 <stdlib.h>.
11366
761ae4d6
JB
113672006-01-04 Jim Blandy <jimb@redhat.com>
11368
11369 * gdb.asm/asm-source.exp: Independently provide default values for
11370 asm-flags and debug-flags. Use 'string equal' to do the
11371 comparison, not the implicit expr's '==' operator. Remove
11372 now-unneeded assignments to asm-flags. In h8300 case, place
11373 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
11374
099ac3dd
MS
113752006-01-04 Michael Snyder <msnyder@redhat.com>
11376
11377 * gdb.base/checkpoint.c: New file.
11378 * gdb.base/checkpoint.exp: New file.
11379 * gdb.base/multi-fork.c: New file.
11380 * gdb.base/multi-fork.exp: New file.
11381 * gdb.base/pi.txt: New file (data for checkpoint.c test).
11382
f4d85314
FF
113832006-01-04 Fred Fish <fnf@specifix.com>
11384
11385 * gdb.base/ptype.c (foo): Add typedef.
11386 (intfoo): Add function.
11387 * gdb.base/ptype1.c: New file.
11388 * gdb.base/ptype.exp: Handle compilation and linking with two
11389 source files. Test that proper type for "foo" is found based
11390 on source context rather than first match found in symtabs.
11391
a1b06f35
MK
113922005-12-28 Mark Kettenis <kettenis@gnu.org>
11393
11394 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
11395 * gdb.asm/openbsd.inc: Indent commands.
11396
d082a1e2
MK
113972005-12-26 Mark Kettenis <kettenis@gnu.org>
11398
c65016bd
MK
11399 * gdb.base/freebpcmd.exp: Increase timeout.
11400
d082a1e2
MK
11401 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
11402
d3c32a0e
DJ
114032005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
11404
11405 * gdb.base/default.exp: Update check for "show version".
11406
9fdb1f50
RC
114072005-12-09 Randolph Chung <tausq@debian.org>
11408
11409 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
11410 * gdb.asm/pa64.inc: New file.
11411
5f2c56f7
RC
114122005-12-09 Randolph Chung <tausq@debian.org>
11413
11414 * gdb.asm/common.inc: Indent commands.
11415 * gdb.asm/asmsrc1.s: Likewise.
11416 * gdb.asm/asmsrc2.s: Likewise.
11417
8117349c
RC
114182005-12-09 Randolph Chung <tausq@debian.org>
11419
11420 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
11421 (get_addr_of_sym): Remove duplicate print.
11422 (gen_core): xfail hppa*-*-hpux*, update expected output.
11423 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
11424 * gdb.arch/pa64-nullify.s: New file.
11425
8f07f25a
RC
114262005-12-09 Randolph Chung <tausq@debian.org>
11427
11428 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
11429
55b39184
DJ
114302005-12-07 Christophe Lyon <christophe.lyon@st.com>
11431
11432 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
11433 code generation for these functions.
11434 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
11435 error message.
11436
31e2b00f
AS
114372005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
11438
11439 * gdb.base/help.exp (help b, help br, help bre, help brea)
11440 (help break): Update the expected message.
11441
c3d0b56e
SC
114422005-11-11 Stephane Carrez <stcarrez@nerim.fr>
11443
11444 * gdb.asm/m68hc11.inc: Setup the data section.
11445 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
11446 script for this test.
11447 (m6812-*-*): Likewise.
11448
36ae0ea9
RC
114492005-11-09 Randolph Chung <tausq@debian.org>
11450
11451 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
11452
9d6f42e9
WZ
114532005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
11454
11455 * gdb.base/break.exp: Fix a comment typo.
11456
e2126a14
EZ
114572005-11-03 Jim Blandy <jimb@redhat.com>
11458
a9c64011
AS
11459 Checked in by Elena Zannoni <ezannoni@redhat.com>
11460
889bf7c5 11461 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 11462
e0ac7199
CV
114632005-11-02 Corinna Vinschen <vinschen@redhat.com>
11464
11465 * gdb.arch/gdb1558.c: Include stdio.h.
11466
31d3fb18
MK
114672005-10-31 Mark Kettenis <kettenis@gnu.org>
11468
11469 * gdb.asm/asm-source.exp: Use -e instead of --entry.
11470
e52b687c
MK
114712005-10-31 Mark Kettenis <kettenis@gnu.org>
11472
11473 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
11474
f4711d79
PG
114752005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
11476
a9c64011
AS
11477 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11478 vscr" tests to better match output.
f4711d79 11479
987a9106
JB
114802005-10-12 Jim Blandy <jimb@redhat.com>
11481
11482 * gdb.base/structs.exp (any): New function.
11483 (test_struct_returns): Don't make any assumptions at all about
11484 what value the function returns when GDB can't set the return
11485 value.
11486
2336bb58
JB
114872005-10-09 Joel Brobecker <brobecker@adacore.com>
11488
11489 * gdb.ada/arrayidx/p.adb: New file.
11490 * gdb.ada/arrayidx.exp: New testcase
11491
114922005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
11493
11494 * gdb.ada/array_return/pck.ads: New file.
11495 * gdb.ada/array_return/pck.adb: New file.
11496 * gdb.ada/array_return/p.adb: New file.
11497 * gdb.ada/array_return.exp: New testcase.
11498
705335ea
JB
114992005-10-03 Joel Brobecker <brobecker@adacore.com>
11500
a9c64011
AS
11501 * gdb.base/arrayidx.c: New file.
11502 * gdb.base/arrayidx.exp: New testcase.
705335ea 11503
11ee9940
NR
115042005-09-29 Nick Roberts <nickrob@snap.net.nz>
11505
11506 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
11507 frames-invalid and breakpoints-invalid are no longer generated
11508 with level 3 so don't expect them in the output.
11509
39fb8e9e
BR
115102005-09-27 Bob Rossi <bob@brasko.net>
11511
a9c64011 11512 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
11513 from test. Escape the | in mi_gdb_test call.
11514 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
11515 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
11516 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
11517 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
11518 expected regex's in mi_gdb_test calls.
11519 * lib/mi-support.exp: Remove arbitrary .* from tests.
11520 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
11521 Fully anchor GDB/MI expected results in mi_gdb_test.
11522 * lib/gdb.exp (string_to_regexp): Escape the ] character.
11523 * gdb.base/sizeof.exp: Remove escape character. Correct test.
11524
2af48f68
PB
115252005-09-26 Paul Brook <paul@codesourcery.com>
11526
11527 * long_long.exp: Exclude eabi targets from arm FPA float format test.
11528
f34502bc
WZ
115292005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
11530
11531 * bfp-test.c: New file.
11532 * bfp-test.exp: New testcase.
11533
ca929517
WZ
115342005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
11535
11536 * gdb.fortran/subarray.exp: New testcase to test the evaluation
11537 of subarray and substring variable.
11538 * gdb.fortran/subarray.f: New source file for the test of subarray
11539 and substring variable evaluation.
11540 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
11541 of string constant.
11542
c761af65
DJ
115432005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
11544
11545 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
11546 copyright dates.
11547
561d7a1d
PG
115482005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
11549
11550 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
11551 powerpc altivec' test with an almost identical 'info vector' test.
11552
b2b64cc9
PG
115532005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
11554
a9c64011
AS
11555 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11556 vscr" tests to match output.
b2b64cc9 11557
6ac4d15a
PG
115582005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
11559
a9c64011
AS
11560 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
11561 output.
6ac4d15a 11562
40e55bef
BR
115632005-09-11 Bob Rossi <bob@brasko.net>
11564
889bf7c5
PA
11565 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
11566 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
11567 commands that return an MI output command and an asyncronous MI output
11568 command.
40e55bef
BR
11569 * gdb.mi/mi-console.exp: Ditto.
11570
3c7385ec
BR
115712005-09-11 Bob Rossi <bob@brasko.net>
11572
11573 * gdb.mi/mi-var-child.c: Include <string.h>.
11574
a6cd0eb3
DJ
115752005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
11576
11577 * killed.exp: Correct gdb_expect syntax.
11578
2f168eed
CV
115792005-08-09 Corinna Vinschen <vinschen@redhat.com>
11580
11581 * lib/mi-support.exp (mi_gdb_load): Fix typo.
11582
ecd3fd0f
BR
115832005-08-02 Bob Rossi <bob@brasko.net>
11584
11585 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
11586 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
11587 Change tests to inferior-tty-set/show.
11588 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
11589 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
11590 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
11591 inferior. Use mi_gdb_test to get GDB and Inferior output.
11592 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
11593 descriptor.
11594 (mi_inferior_tty_name): Add inferior PTY file name.
11595 (mi_gdb_start): Add INFERIOR_PTY parameter.
11596 (mi_gdb_test): Add IPATTERN parameter.
11597
f1ea48cb 115982005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 11599
f1ea48cb
BR
11600 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
11601 parameter to mi_gdb_test.
11602 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
11603
6e650a67
DJ
116042005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11605
11606 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
11607 struct_declarations.
11608 * gdb.mi/mi-var-child.exp: Step over the initialization of
11609 struct_declarations.
11610
8be260b6
DJ
116112005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11612
11613 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
11614 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
11615 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
11616 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
11617 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
11618 file.
11619
4e660f07
NR
116202005-07-27 Nick Roberts <nickrob@snap.net.nz>
11621
11622 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
11623 (do_children_tests): Assign values to the extra elements.
11624
11625 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
11626 them for tests for "-var-update --no-values" and
a9c64011 11627 "-var-update --all-values".
4e660f07
NR
11628 Add test for "-var-list-children --simple-values".
11629
11630 * gdb.mi/basics.c (callee4): Add integer array D[3]...
11631
11632 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
11633 "-stack-list-locals --simple-values" Improve doc strings and
11634 comments.
11635
6bdae935
MK
116362005-07-18 Mark Kettenis <kettenis@gnu.org>
11637
598b7a6f
MK
11638 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
11639 *-*-openbsd*.
11640 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
11641
6bdae935
MK
11642 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
11643 sigaltsatck'.
11644
1323e929 116452005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 11646
1323e929
BR
11647 * gdb.base/default.exp (tty): Changed output of command.
11648 * gdb.base/help.exp (help tty): Ditto.
11649
b1a9c082
MK
116502005-07-12 Mark Kettenis <kettenis@gnu.org>
11651
11652 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
11653
10a844a2
MK
116542005-07-10 Mark Kettenis <kettenis@gnu.org>
11655
11656 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
11657 -stack-select-frame without arguments.
11658 (test_stack_frame_listing): Add test for newly implemented command
11659 -stack-info-frame.
11660
3cb3b8df
BR
116612005-07-06 Bob Rossi <bob@brasko.net>
11662
11663 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
11664 command.
11665 (Copyright): Update copyright.
11666
a0c5fbcf
WZ
116672005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
11668
11669 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
11670 tests to evaluate exponentiation expression.
11671
984971d0
AS
116722005-06-29 Andreas Schwab <schwab@suse.de>
11673
11674 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
11675 main to avoid warnings.
11676
11677 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
11678
fe03833f
NR
116792005-06-20 Nick Roberts <nickrob@snap.net.nz>
11680
11681 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
11682 -stack-select-frame without arguments.
11683 (test_stack_frame_listing): Add test for newly implemented command
11684 -stack-info-frame.
a9c64011 11685
7a55f279
WZ
116862005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
11687
0ffa0ea5
DJ
11688 * gdb.fortran/array-element.f: New file.
11689 * gdb.fortran/array-element.exp: New testcase.
7a55f279 11690
26585198
DJ
116912005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11692
11693 * gdb.base/bigcore.exp: Correct checks for systems which can
11694 not dump a large core file.
11695
c1bd25fd
DJ
116962005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11697
11698 * gdb.base/relocate.c: Add a copyright notice.
11699 (dummy): Remove.
11700 * gdb.base/relocate.exp: Test printing the values of variables
11701 from a relocatable file.
11702
589e074d
DJ
117032005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11704
11705 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
11706 excess MI output after an error.
11707
0915f927
JB
117082005-05-29 Joel Brobecker <brobecker@adacore.com>
11709
11710 * gdb.arch/alpha-step.c: New file.
11711 * gdb.arch/alpha-step.exp: New testcase.
11712
76ff342d
DJ
117132005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
11714 Dennis Brueni <dennis@slickedit.com>
11715
11716 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
11717 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
11718 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
11719 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
11720 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
11721 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
11722 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
11723
96b0c7ac
DJ
117242005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
11725 Wu Zhou <woodzltc@cn.ibm.com>
11726
11727 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
11728 IBM's xlc compiler.
11729 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
11730 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
11731
f21565d2
JB
117322005-05-13 Jim Blandy <jimb@redhat.com>
11733
11734 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
11735 calling gdb_suppress_entire_file.
11736 * gdb.base/charset.exp: Same.
11737 * gdb.base/call-rt-st.exp: Same.
11738
6006a3a1
BR
117392005-05-05 Bob Rossi <bob_rossi@cox.net>
11740
11741 * lib/gdb.exp (fullname_syntax): Added global regex.
11742 (fullname_syntax_POSIX): Ditto.
11743 (fullname_syntax_UNC): Ditto.
11744 (fullname_syntax_DOS_CASE): Ditto.
11745 (fullname_syntax_DOS): Ditto.
11746 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
11747 fullname_syntax variable to scope and use it.
11748 (test_file_list_exec_source_files): Ditto.
11749 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
11750
c3b69c04
DJ
117512005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11752
11753 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
11754
3c95e6af
PG
117552004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
11756
a9c64011
AS
11757 * lib/gdb.exp (skip_altivec_tests): New function, based on
11758 check_vmx_hw_available from the GCC testsuite.
11759 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
11760 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 11761
78df6c56
JB
117622005-05-02 Jim Blandy <jimb@redhat.com>
11763
11764 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
11765 calling gdb_suppress_entire_file.
11766
1690f9cf
DJ
117672005-04-30 Randolph Chung <tausq@debian.org>
11768
11769 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
11770 Slightly relax "sem_post" name checking.
11771
5ea106f7
PG
117722005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11773
11774 * gdb.base/unload.exp: Use new shared library infrastructure.
11775
bf7234cf
PG
117762005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11777
11778 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 11779 infrastructure.
bf7234cf 11780
547b869a
CV
117812005-04-29 Corinna Vinschen <vinschen@redhat.com>
11782
11783 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
11784 * gdb.asm/h8300.inc: New file.
11785
f07e55f0
PG
117862005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11787
11788 * gdb.base/shlib-call.exp: Change to use new shared library
11789 infrastructure.
11790
3cbba3d1
PG
117912005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11792
a9c64011
AS
11793 * gdb.base/pending.exp: Change to use new shared library
11794 infrastructure.
3cbba3d1 11795
ed6df200
PG
117962005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11797
a9c64011
AS
11798 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
11799 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 11800
8c8f4ebe
PG
118012005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11802
a9c64011
AS
11803 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11804 shared objects being adjusted and update copyright years.
8c8f4ebe 11805
607fbc54
DJ
118062005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11807
11808 * ChangeLog: Correct some 2003-01-13 dates.
11809 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11810 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11811 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11812 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11813 gdb.trace/tfind.exp: Update copyright years.
11814
57bf0e56
DJ
118152005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11816 Daniel Jacobowitz <dan@codesourcery.com>
11817
11818 * lib/gdb.exp (gdb_compile): Handle shlib=.
11819 (gdb_compile_shlib): New function.
11820
9b593790
PG
118212005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11822
a9c64011 11823 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 11824
9494c6a5
DJ
118252005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11826
11827 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11828 gdb.server.
11829 * configure.ac: Likewise.
11830 * configure: Regenerated.
11831 * gdb.gdbserver/Makefile.in: Moved to...
11832 * gdb.server/Makefile.in: ... here.
11833 * gdb.gdbserver/server.c: Moved to...
11834 * gdb.server/server.c: ... here.
11835 * gdb.gdbserver/server-run.exp: Moved to...
11836 * gdb.server/server-run.exp: ... here.
11837
6f8eac0e
DJ
118382005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11839
11840 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11841 * configure.ac: Create gdb.gdbserver/Makefile.
11842 * configure: Regenerated.
11843 * lib/gdbserver-support.exp: New file, derived from
11844 config/gdbserver.exp.
11845 * config/gdbserver.exp: Use gdbserver-support.exp.
11846 * gdb.gdbserver/Makefile.in: New file.
11847 * gdb.gdbserver/server.c: New file.
11848 * gdb.gdbserver/server-run.exp: New file.
11849
6e87504d
PG
118502005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11851
a9c64011
AS
11852 * lib/gdb.exp (test_compiler_info): Return compiler_info
11853 if no arguments are given.
6e87504d 11854
d1779be4
PG
118552005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11856
11857 * gdb.arch/altivec-abi.exp: Check for compiler and set
11858 use altivec' flag accordingly.
11859 * gdb.arch/altivec-regs.exp: Likewise.
11860
88750304
DJ
118612005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11862
11863 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11864
f3fb768d
AS
118652005-03-27 Andreas Schwab <schwab@suse.de>
11866
11867 * gdb.base/bigcore.c (main): Add missing mode argument in open
11868 call.
11869
7e813ac5
DJ
118702005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11871
11872 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11873 downloads.
11874 * config/gdbserver.exp (gdb_load): Likewise.
11875
8e3049aa
PB
118762005-03-14 Paul Brook <paul@codesourcery.com>
11877
11878 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11879 targets.
11880
a9df7c44
JB
118812005-03-09 Joel Brobecker <brobecker@adacore.com>
11882
11883 * gdb.dwarf2/dup-psym.S: New file.
11884 * gdb.dwarf2/dup-psym.exp: New testcase.
11885
9f0d94e8
JB
118862005-03-09 Joel Brobecker <brobecker@adacore.com>
11887
11888 * gdb.ada/exec_changed/first.adb: New file.
11889 * gdb.ada/exec_changed/second.adb: New file.
11890 * gdb.ada/exec_changed.exp: New testcase.
11891
5f579bc5
NS
118922005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11893
36e9969c
NS
11894 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11895 (A2): New class.
11896 (main): Test operator+.
11897 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11898 breakpoint test.
11899
5f579bc5
NS
11900 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11901 * gdb.base/signull.exp: Disable if gdb,nosignals.
11902 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11903 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11904 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11905 * gdb.mi/mi2-console.exp: Likewise.
11906 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11907 continue output at start.
11908 (gdb_collect_locals_test): Robustify regexp.
11909 * gdb.trace/passc-dyn.exp: Fix comment typo.
11910 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11911
be46087e
CV
119122005-03-08 Corinna Vinschen <vinschen@redhat.com>
11913
11914 * gdb.asm/asm-source.exp: Add iq2000 case.
11915 * gdb.asm/iq2000.inc: New file.
11916
384e1a61 119172005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 11918
384e1a61
MI
11919 * gdb.base/command.exp: Change hardcoded value to regular expression.
11920 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11921
584b6e9e
DJ
119222005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11923
11924 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11925 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11926 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11927 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11928 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11929
ab5b5d61
MK
119302005-03-05 Mark Kettenis <kettenis@gnu.org>
11931
11932 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11933 changes.
11934
ae051c1b
PG
119352004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11936
a9c64011
AS
11937 * lib/compiler.c: Add test for IBM's xlc compiler.
11938 * lib/compiler.cc: Likewise.
ae051c1b 11939
3f0f6ed2
JB
119402004-02-24 Joel Brobecker <brobecker@adacore.com>
11941
11942 * gdb.ada/fixed_points.exp: Create compilation object directory
11943 before running the test.
11944 * gdb.ada/null_record.exp: Likewise.
11945 * gdb.ada/packed_array.exp: Likewise.
11946 * gdb.ada/start.exp: Likewise.
11947
724f452b
JB
119482005-02-15 Joel Brobecker <brobecker@adacore.com>
11949
11950 * gdb.ada/packed_array/pa.adb: New file.
11951 * gdb.ada/packed_array.exp: New testcase.
11952
57f5cdfb 119532005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 11954
1f393151
MK
11955 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11956 files.
11957
ebdda337
MK
11958 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11959 on *-*-openbsd*. Correctly match whitespace in regukar
11960 expressions.
11961
cf309262
DJ
119622005-02-10 Daniel Jacobowitz <dan@debian.org>
11963
11964 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11965 PR exp/1821
11966 * gdb.base/gdb1821.c: New test file.
11967 * gdb.base/gdb1821.exp: New test file.
11968
3be49e7a
JB
119692005-02-09 Joel Brobecker <brobecker@adacore.com>
11970
11971 * gdb.base/start.c: New file.
11972 * gdb.base/start.exp: New testcase.
11973
e292e67d
JB
119742005-02-09 Joel Brobecker <brobecker@adacore.com>
11975
11976 * gdb.ada/start/dummy.adb: New file.
11977 * gdb.ada/start.exp: New testcase.
11978
dbdfa66c
CV
119792005-02-09 Corinna Vinschen <vinschen@redhat.com>
11980
11981 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11982 for printing symbols and statistics.
11983 Add test for using relative pathnames in "maint print msymbols" test.
11984 Mark "maint info sections DATA" XFAIL on Cygwin.
11985 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11986 tests.
11987
d7941671
AC
119882005-02-09 Andreas Schwab <schwab@suse.de>
11989
11990 Committed by Andrew Cagney <cagney@gnu.org>
11991 * gdb.base/remotetimeout.exp: New file.
11992
74e5ef44
MK
119932005-02-07 Mark Kettenis <kettenis@gnu.org>
11994
11995 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11996
464dd14d
JB
119972005-02-03 Joel Brobecker <brobecker@adacore.com>
11998
11999 * gdb.ada/gnat_ada.gpr: New file.
12000 * gdb.ada/gnat_ada.gin: Delete, no longer used.
12001 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
12002 * configure.ac: No longer generate gnat_ada.gpr.
12003 * configure: Regenerate.
12004 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
12005 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
12006 * gdb.ada/null_record/bar.ads: Likewise.
12007 * gdb.ada/null_record/bar.adb: Likewise.
12008 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
12009 * gdb.ada/null_record.exp (testdir): New variable.
12010 (testfile): executable is now in testdir subdirectory.
12011 (srcfile): Use full path to the main compilation unit.
12012 * gdb.ada/fixed_points.exp: Same changes as above.
12013
30d756ae
NR
120142005-02-03 Nick Roberts <nickrob@snap.net.nz>
12015
12016 * gdb.base/interp.exp: New test.
12017
9d799f85
AC
120182005-01-24 Andrew Cagney <cagney@gnu.org>
12019
12020 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
12021
15656118
AC
120222005-01-19 Andrew Cagney <cagney@gnu.org>
12023
a892c31b
AC
12024 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
12025 configure.ac not configure.in.
12026
15656118
AC
12027 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
12028 of powerpc*-*-*.
12029 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 12030 * gdb.base/list.exp (test_list_function)
15656118
AC
12031 (test_list_filename_and_function): Ditto.
12032 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
12033
a7b01baf
AC
120342005-01-16 Andrew Cagney <cagney@gnu.org>
12035
17d92a02
AC
12036 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
12037
a7b01baf
AC
12038 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
12039
bc8332bb
AC
120402005-01-14 Andrew Cagney <cagney@gnu.org>
12041
12042 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
12043 * gdb.mi/mi2-var-cmd.exp: Ditto.
12044
4d074752
CV
120452005-01-10 Corinna Vinschen <vinschen@redhat.com>
12046
12047 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
12048
bec39cab
AC
120492005-01-07 Andrew Cagney <cagney@gnu.org>
12050
12051 * configure.ac: Rename configure.in, require autoconf 2.59.
12052 * configure: Re-generate.
12053 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
12054 * gdb.stabs/configure: Re-generate.
12055 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
12056 * gdb.hp/configure: Re-generate.
12057 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
12058 autoconf 2.59.
12059 * gdb.hp/gdb.objdbg/configure: Re-generate.
12060 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
12061 autoconf 2.59.
12062 * gdb.hp/gdb.defects/configure: Re-generate.
12063 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
12064 autoconf 2.59.
12065 * gdb.hp/gdb.compat/configure: Re-generate.
12066 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
12067 autoconf 2.59.
12068 * gdb.hp/gdb.base-hp/configure: Re-generate.
12069 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
12070 autoconf 2.59.
12071 * gdb.hp/gdb.aCC/configure: Re-generate.
12072
f10b16d4
JB
120732004-12-15 Jim Blandy <jimb@redhat.com>
12074
12075 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
12076 under NPTL when there is debugging info available for libpthread.
12077
fb6e1814
JG
120782004-12-13 Jerome Guitton <guitton@gnat.com>
12079
12080 * gdb.ada/fixed_points.c: New file.
12081 * gdb.ada/fixed_points.exp: New file.
12082
fe46cd3a
RC
120832004-12-03 Randolph Chung <tausq@debian.org>
12084
12085 * gdb.arch/pa-nullify.exp: New file.
12086 * gdb.arch/pa-nullify.s: New file.
12087
8de0841b
RC
120882004-11-30 Randolph Chung <tausq@debian.org>
12089
12090 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
12091 instead of "tbug". Fix regexp to work properly with gdb_test.
12092
c8170782
PH
120932004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
12094
12095 * gdb.base/bitfields2.exp: New test.
12096 * gdb.base/bitfields2.c: New file.
12097
954269c2
RE
120982004-11-28 Richard Earnshaw <rearnsha@arm.com>
12099
12100 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
12101
0107feed
RC
121022004-11-16 Randolph Chung <tausq@debian.org>
12103
12104 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
12105
f073ae8c
DJ
121062004-11-14 Daniel Jacobowitz <dan@debian.org>
12107
12108 * gdb.threads/threadapply.exp: Correct "macro details" test.
12109
19ad59e7
JJ
121102004-11-11 Jeff Johnston <jjohnstn@redhat.com>
12111
12112 * gdb.threads/threadapply.exp: New test.
12113 * gdb.threads/threadapply.c: New file.
12114
9cf0961b
MK
121152004-11-07 Mark Kettenis <kettenis@gnu.org>
12116
12117 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
12118 frames.
12119
c789492a
FL
121202004-11-05 Felix Lee <felix+log1@specifixinc.com>
12121
12122 * gdb.base/cursal.exp: New file.
12123 * gdb.base/cursal.c: New file.
12124
a1e167bb
AC
121252004-11-03 Andrew Cagney <cagney@gnu.org>
12126
12127 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
12128
b7cbf173
MK
121292004-10-30 Mark Kettenis <kettenis@gnu.org>
12130
12131 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
12132 NetBSD/ELF targets.
12133
88f9d34f
JB
121342004-10-29 Joel Brobecker <brobecker@gnat.com>
12135
12136 * gdb.threads/bp_in_thread.c: New file, copied from
12137 pthread_cond_wait.c.
12138 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
12139 file, rather than reusing the .c file from another testcase.
12140
ca7d6a0c
JB
121412004-10-20 Joel Brobecker <brobecker@gnat.com>
12142
12143 * gdb.ada/null_record.exp: Check where we stopped after
12144 sending the start command, instead of where the associated
12145 temporary breakpoint was inserted.
12146
0d863d03
AC
121472004-10-14 Andrew Cagney <cagney@gnu.org>
12148
12149 * gdb.mi/gdb701.c (main): Return 0.
12150
d11e72cb
DJ
121512004-10-13 Daniel Jacobowitz <dan@debian.org>
12152
d40539a4 12153 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 12154
e1923096
JJ
121552004-10-12 Jeff Johnston <jjohnstn@redhat.com>
12156
12157 * gdb.threads/schedlock.c: Add comment markers to use to find
12158 line numbers.
12159 * gdb.threads/schedlock.exp: Adjust regex to handle the new
12160 comments.
12161 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
12162 breakpoint lines.
12163
ec8ba2c9
DJ
121642004-10-12 Daniel Jacobowitz <dan@debian.org>
12165
12166 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
12167
0eb3658b
DJ
121682004-10-12 Daniel Jacobowitz <dan@debian.org>
12169
12170 * configure.in: Add gdb.dwarf2.
12171 * configure: Regenerated.
12172 * Makefile.in: Add gdb.dwarf2.
12173 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
12174 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
12175 gdb.dwarf2/file1.txt: New files.
12176
a271cc33
OF
121772004-10-11 Orjan Friberg <orjanf@axis.com>
12178
a9c64011 12179 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
12180 of "run", since the latter doesn't work with remote targets. Adjust
12181 the breakpoint numbering accordingly.
12182 * gdb.threads/pthread_cond_wait.exp: Ditto.
12183
895ce074
MC
121842004-10-08 Michael Chastain <mec.gnu@mindspring.com>
12185
12186 * gdb.base/overlays.exp: Update copyright years.
12187
6be3092d
KI
121882004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
12189
12190 * gdb.base/overlays.exp: Disable if target is Linux.
12191
e05389b8
FL
121922004-10-06 Felix Lee <felix+log1@specifixinc.com>
12193
12194 * config/gdbserver.exp (gdb_load): Use right filename on remote.
12195
73cb587d
KI
121962004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
12197
12198 * gdb.asm/asm-source.exp: Add m32r-linux target.
12199 * gdb.asm/m32r-linux.inc: New file.
12200
3c0edcdc
AC
122012004-09-24 Andrew Cagney <cagney@redhat.com>
12202 David Anderson <anderson@redhat.com>
12203
12204 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
12205 command fails, assume things will work.
12206 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
12207 (_GNU_SOURCE): Define.
12208 (print_unsigned, print_hex): Change parameter to "long long".
12209 (print_byte_count): New function, use to print byte counts.
12210 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
12211 O_LARGEFILE.
12212 (main): Compute an upper bound on a corefile in max_core_size.
12213 Limit memory chunk size to max_core_size. Limit total memory
12214 allocated to max_core_size.
12215
4bb3667f
AC
122162004-09-23 Andrew Cagney <cagney@gnu.org>
12217
12218 * gdb.base/bigcore.exp: Replace the code that creates a corefile
12219 from a separate process with code that creates a corefile by
12220 making the inferior dump core.
12221
60fe1a51
MK
122222004-09-23 Mark Kettenis <kettenis@gnu.org>
12223
12224 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
12225 block.
12226
8e937346
MC
122272004-09-23 Michael Chastain <mec.gnu@mindspring.com>
12228
12229 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
12230 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
12231 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
12232 Likewise.
12233
7213f6d6
JJ
122342004-09-20 Jeff Johnston <jjohnstn@redhat.com>
12235
12236 * gdb.java/jprint.exp: New test case for java inferior call.
12237 * gdb.java/jprint.java: Ditto.
12238
eac69dca
JB
122392004-09-15 Joel Brobecker <brobecker@gnat.com>
12240
12241 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
12242
22227696
MC
122432004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12244
12245 * gdb.threads/killed.c: Include <stdlib.h>.
12246 * gdb.threads/pthreads.c: Likewise.
12247
7dd403a4
MC
122482004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12249
12250 * gdb.threads/killed.c: Add copyright notice.
12251
33f2d567
JM
122522004-09-10 Jason Molenda (jmolenda@apple.com)
12253
a9c64011
AS
12254 * gdb.base/define.exp: Two new tests to verify zero space chars
12255 after 'if' and 'while' commands in a user-defined command is correctly
12256 parsed.
33f2d567 12257
e05b62ac
AC
122582004-09-08 Andrew Cagney <cagney@gnu.org>
12259
12260 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
12261 delivery test with duplicate at end of file.
12262
9cbe82da
MK
122632004-09-06 Mark Kettenis <kettenis@jive.nl>
12264
12265 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
12266
564803d9
MC
122672004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12268
12269 * config/hppro.exp: Removed.
12270
7c6807ce
MC
122712004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12272
12273 * config/sparclet.exp: Removed.
12274
bf7e26dd
MC
122752004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12276
12277 * config/udi.exp: Removed.
12278
714e341b
MC
122792004-09-02 Michael Chastain <mec.gnu@mindspring.com>
12280
12281 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
12282 of "exp_continue".
12283 (advancei): Likewise.
12284
1236e623
JJ
122852004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12286
12287 * gdb.base/unload.exp: Fix so messages aren't duplicated.
12288
3bdcad15
MI
122892004-09-01 Manoj Iyer <manjo@austin.ibm.com>
12290
228af206 12291 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
12292 to check for nodebug in executable.
12293 * gdb.gdb/observer.exp (setup_test): Likewise.
12294 * gdb.gdb/selftest.exp (test_with_self): Likewise.
12295 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
12296
c72b934c
AC
122972004-09-01 Andrew Cagney <cagney@gnu.org>
12298
12299 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12300 files.
12301
edd9b715
JJ
123022004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12303
12304 * gdb.base/unload.exp: Fix expected warning message to match
12305 latest format.
12306
fb4ce06b
CV
123072004-09-01 Corinna Vinschen <vinschen@redhat.com>
12308
12309 * gdb.base/call-rt-st.exp: Fix typos.
12310
ce78e7c3
MI
123112004-08-31 Manoj Iyer <manjo@austin.ibm.com>
12312
12313 * gdb.threads/thread_check.exp: New testcase.
12314 * gdb.threads/thread_check.c: New testcase.
12315
2dedb159
AC
123162004-08-31 Andrew Cagney <cagney@gnu.org>
12317
12318 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
12319 (skip_to_handler_entry): New procedures. Test stepping into a
12320 handler when the breakpoint is at the handler's entry point.
12321
68f53502
AC
123222004-08-30 Andrew Cagney <cagney@gnu.org>
12323
12324 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
12325 gdb/1757.
12326
3e3ffd2b
MC
123272004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12328
12329 With code from Manoj Iyer <manjo@austin.ibm.com>:
12330 * lib/gdb.exp (gdb_file_cmd): Return more information in the
12331 return value. Add an arm for "no debugging symbols found".
12332 Change a stray "error" to "perror".
12333 (gdb_run_cmd): Adapt to new return value.
12334 * gdb.base/remote.exp: Adapt to new return value.
12335 * gdb.gdb/complaints.exp: Likewise.
12336 * gdb.gdb/observer.exp: Likewise.
12337 * gdb.gdb/selftest.exp: Likewise.
12338 * gdb.gdb/xfullpath.exp: Likewise.
12339
4b6f5fd2
JB
123402004-08-27 Joel Brobecker <brobecker@gnat.com>
12341
12342 * gdb.threads/bp_in_thread.exp: New testcase.
12343
e5b25496
MC
123442004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12345
12346 Fix PR testsuite/1735.
12347 * gdb.threads/schedlock.c (thread_function): Add a cast
12348 to suppress a gcc warning.
12349 * gdb.threads/thread-specific.c (thread_function): Likewise.
12350
934353d6
MC
123512004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12352
12353 * gdb.base/unload.c: Include <stdlib.h>.
12354
f98a0aef 123552004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 12356
f98a0aef 12357 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
12358 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
12359 synchronized after the "return".
12360
5a2e8882
MC
123612004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12362
12363 * gdb.mi/basics.c: Include <stdio.h>.
12364 * gdb.mi/pthreads.c: Include <stdlib.h>.
12365 * gdb.mi/var-cmd.c: Include <stdlib.h>.
12366
a9640423
MC
123672004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12368
12369 * gdb.threads/schedlock.c: Add copyright notice.
12370
b04e311d
AC
123712004-08-25 Andrew Cagney <cagney@gnu.org>
12372
12373 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
12374 (skip_over_handler, breakpoint_over_hander): New test procedures.
12375 (advance, advancei): Add a proper prefix, do not use
12376 rerun_to_main.
12377 * gdb.base/sigstep.c (main): Change to use an infinite loop.
12378
7c27f15b
MC
123792004-08-24 Michael Chastain <mec.gnu@mindspring.com>
12380
12381 * gdb.mi/basics.c: Add copyright notice.
12382 * gdb.mi/var-cmd.c: Add copyright notice.
12383
fffc87ae
MC
123842004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12385
12386 * lib/gdb.exp: Remove signed_keyword_not_used.
12387 * lib/compiler.c: Likewise.
12388 * lib/compiler.cc: Likewise.
12389
d782e0bf
MC
123902004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12391
12392 * gdb.base/whatis.c: Remove conditional disabling of "signed".
12393 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
12394
96033e83
MC
123952004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12396
12397 * gdb.base/whatis.c: Add copyright notice.
12398
cf38c229
MK
123992004-08-20 Mark Kettenis <kettenis@gnu.org>
12400
12401 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
12402 it to skip the breakpoints encoded in the inline assembly.
12403
f4b49756
MC
124042004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12405
12406 * Makefile.in: Add gdb.fortran.
12407
2f193b69
MC
124082004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12409
12410 * gdb.base/call-sc.exp (test_scalar_returns):
12411 Fix cut-and-paste glitch in "Make fun return now".
12412
89a237cb
MC
124132004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12414
12415 * configure.in: Add gdb.fortran.
12416 * configure: Regenerate.
12417 * gdb.fortran/Makefile.in: New file.
12418 * lib/gdb.exp (skip_fortran_tests): New procedure.
12419
469aff8e
MC
124202004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12421
12422 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
12423 reference to bug-gnu@prep.ai.mit.edu.
12424 * gdb.mi/mi-var-child.exp: Likewise.
12425 * gdb.mi/mi-var-cmd.exp: Likewise.
12426 * gdb.mi/mi-var-display.exp: Likewise.
12427 * gdb.mi/mi2-var-block.exp: Likewise.
12428 * gdb.mi/mi2-var-child.exp: Likewise.
12429 * gdb.mi/mi2-var-cmd.exp: Likewise.
12430 * gdb.mi/mi2-var-display.exp: Likewise.
12431
00b51b9f
MK
124322004-08-15 Mark Kettenis <kettenis@gnu.org>
12433
12434 * gdb.base/unload.c (main): Make local variable msg const.
12435
45f07fef
MC
124362004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12437
12438 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
12439 to bug-gnu@prep.ai.mit.edu.
12440 * gdb.mi/mi-disassemble.exp: Likewise.
12441 * gdb.mi/mi-eval.exp: Likewise.
12442 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
12443 default line number.
12444 * gdb.mi/mi-return.exp: Likewise.
12445 * gdb.mi/mi-simplerun.exp: Likewise.
12446 * gdb.mi/mi-stack.exp: Likewise.
12447 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
12448 number with explicit range test.
12449 * gdb.mi/mi-watch.exp: Likewise.
12450 * gdb.mi/mi2-break.exp: Likewise.
12451 * gdb.mi/mi2-cli.exp: Likewise.
12452 * gdb.mi/mi2-disassemble.exp: Likewise.
12453 * gdb.mi/mi2-eval.exp: Likewise.
12454 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
12455 default line number.
12456 * gdb.mi/mi2-return.exp: Likewise.
12457 * gdb.mi/mi2-simplerun.exp: Likewise.
12458 * gdb.mi/mi2-stack.exp: Likewise.
12459 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
12460 number with explicit range test.
12461 * gdb.mi/mi2-watch.exp: Likewise.
12462
dd8c8ee7
MC
124632004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12464
12465 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
12466 * gdb.cp/m-static.exp: Likewise.
12467 * gdb.cp/rtti.exp: Likewise.
12468
4e838464
MK
124692004-08-14 Mark Kettenis <kettenis@gnu.org>
12470
12471 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
12472
8d8cb839
EZ
124732004-08-14 Eli Zaretskii <eliz@gnu.org>
12474
12475 * ChangeLog: Prefix Local Variables with semi-colons and indent
12476 the reference to older ChangeLog files, to fix fontification in
12477 Emacs.
12478
deea8bb0
MC
124792004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12480
12481 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
12482 * gdb.mi/mi2-break.exp: Likewise.
12483
c3297504
MC
124842004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12485
12486 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
12487
25808999
MC
124882004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12489
12490 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
12491
226a8d71
MC
124922004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12493
12494 * gdb.cp/classes.exp: Remove unused declarations. Just let
12495 test names default instead of providing special names. Remove
12496 extraneous demangler test.
12497
37fdf854
JJ
124982004-08-12 Jeff Johnston <jjohnstn@redhat.com>
12499
12500 * gdb.base/unload.exp: New test for breakpoints in dynamically
12501 loaded libraries.
12502 * gdb.base/unload.c: Ditto.
12503 * gdb.base/unloadshr.c: Ditto.
12504
2d3a7986
MC
125052004-08-12 Michael Chastain <mec.gnu@mindspring.com>
12506
12507 * gdb.cp/classes.exp (test_ptype_class_objects): Call
12508 cp_test_ptype_class.
12509 (test_enums): Likewise.
12510
c72b934c
AC
125112004-08-10 Andrew Cagney <cagney@gnu.org>
12512
12513 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12514 files.
12515
cc503c8a
AC
125162004-08-10 Andrew Cagney <cagney@gnu.org>
12517
12518 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
12519 init_malloc call.
12520
902f2ccb
MC
125212004-08-10 Michael Chastain <mec.gnu@mindspring.com>
12522
12523 * ChangeLog: Add copyright notice. The notice is copied
12524 from emacs 21.3 top level ChangeLog.
12525
78c90502
MC
125262004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12527
12528 * lib/cp-support.exp: New file.
12529 * lib/cp-support.exp (cp_test_type_class): New function.
12530 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
12531 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
12532 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
12533 cp_test_ptype_class.
12534
88e5ea78
MC
125352004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12536
12537 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
12538 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
12539 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
12540 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
12541 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12542 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
12543 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
12544 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
12545 gdb.mi/mi2-watch.exp: Update copyright years.
12546
6a89fc9c
MK
125472004-08-09 Mark Kettenis <kettenis@gnu.org>
12548
12549 * gdb.base/sigaltstack.exp: Provide proper anchoring.
12550
1482e0de
MC
125512004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12552
12553 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
12554 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
12555 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
12556 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
12557 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
12558 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
12559 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
12560 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
12561 gdb.mi/mi-watch.exp: Update copyright years.
12562
1a5ce3f3
DJ
125632004-08-08 Daniel Jacobowitz <dan@debian.org>
12564
12565 PR gdb/1738
12566 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
12567 from a breakpoint with a pending signal.
12568
04f6ecf2
DJ
125692004-08-08 Daniel Jacobowitz <dan@debian.org>
12570
12571 PR gdb/1736
12572 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
12573 * gdb.base/sigaltstack.exp (finish_test): Consume output until
12574 the prompt.
12575 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
12576
54d90d35
DJ
125772004-08-08 Daniel Jacobowitz <dan@debian.org>
12578
12579 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
12580
d2f6abb0
DJ
125812004-08-08 Daniel Jacobowitz <dan@debian.org>
12582
12583 PR gdb/1736
12584 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
12585 for i?86-*-linux*.
12586
5598c03d
DJ
125872004-08-08 Daniel Jacobowitz <dan@debian.org>
12588
12589 * gdb.arch/i386-prologue.exp: Compile without debug information.
12590
c6fee705
MC
125912004-08-08 Michael Chastain <mec.gnu@mindspring.com>
12592
12593 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
12594 rather than asking gdb to search.
12595
dd90efdb
MC
125962004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12597
12598 * gdb.base/gcore.c: Include <string.h>.
12599
1e84bec1
MC
126002004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12601
12602 * gdb.base/gcore.c: Add copyright notice.
12603
e425eb2b
MC
126042004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12605
12606 * gdb.base/freebpcmd.c: Include <stdio.h>.
12607 * gdb.base/long_long.c: Include <string.h>.
12608 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
12609 * gdb.base/siginfo.c: Include <string.h>.
12610 * gdb.base/sigstep.c: Include <string.h>.
12611
cb9aaed5
MC
126122004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12613
12614 * gdb.base/complex.c: Include <stdlib.h>.
12615
55944f3d
MC
126162004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12617
12618 * gdb.base/complex.c: Add copyright notice.
12619
7b2953d9
MC
126202004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12621
12622 * gdb.base/charset.c: Include <stdlib.h>.
12623
c9133d23
MC
126242004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12625
12626 * gdb.base/auxv.c: Include <stdlib.h>.
12627
0a8490ad
MC
126282004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12629
12630 * gdb.base/auxv.c: Add copyright notice.
12631
3426d5ec
MC
126322004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12633
12634 * gdb.base/coremaker.c: Add copyright notice.
12635 * gdb.base/coremaker2.c: Add copyright notice.
12636
8da195dd
AC
126372004-08-04 Andrew Cagney <cagney@gnu.org>
12638
12639 * gdb.base/store.exp: Update copyright.
12640 (check_set, up_set, check_struct, up_struct): Add a prefix to test
12641 names, do not import gdb_prompt.
12642
8d394f98
AC
126432004-08-01 Andrew Cagney <cagney@gnu.org>
12644
12645 Fix PR testsuite/1729.
12646 * gdb.base/dump.exp: Add test name to callers of capture_value, do
12647 not use capture_value with value 4.
12648 (capture_value): Add optional test name parameter.
12649 (test_reload_saved_value, test_restore_saved_value): Use $msg as
12650 the prefix, pass to capture_value.
12651
b6702b23
MK
126522004-08-01 Mark Kettenis <kettenis@gnu.org>
12653
12654 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
12655 * gdb.arch/i386-prologue.c (standard): New prototype and function.
12656 (main): Call new function.
12657
c203e0ca
MC
126582004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12659
12660 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
12661
a7995a30
MC
126622004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12663
12664 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
12665
9366563b
MC
126662004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12667
b6eeaf26 12668 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
12669 Accept more values of vtbl pointer. Remove some messages
12670 about "obsolete gcc or gdb".
12671
2fc1f950
MC
126722004-07-30 Michael Chastain <mec.gnu@mindspring.com>
12673
12674 * gdb.cp/classes.exp: Accept more varieties of ptype output.
12675
c724d49b
MC
126762004-07-30 Michael Chastain <mec.gnu@mindspring.com>
12677
12678 * gdb.base/asm-source.exp: Properly convert target board
12679 debug flags from gcc format to binutils format.
12680
736b0fce
MK
126812004-07-28 Mark Kettenis <kettenis@gnu.org>
12682
12683 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
12684 gdb1718". PR backtrace/1718 partially fixed.
12685
5633ea5c
JJ
126862004-07-27 Jeff Johnston <jjohnstn@redhat.com>
12687
12688 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
12689
575eebb1
NC
126902004-07-26 Nick Clifton <nickc@redhat.com>
12691
12692 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
12693 good default value for a specific architecture is available then
12694 set it to that value. Otherwise default to the -gstabs switch.
12695 Remove the -g... switches from the asm-flags variable. Allow the
12696 target board info to override the value if it wants to. Pass the
12697 switch on the assembler command line.
12698
62104619
MK
126992004-07-23 Mark Kettenis <kettenis@gnu.org>
12700
12701 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
12702 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
12703 (main): Call new function.
12704
4a1135b8
MC
127052004-07-22 Michael Chastain <mec.gnu@mindspring.com>
12706
12707 Test for PR exp/1715.
12708 * gdb.base/radix.exp: Refactor common procedures. Make all
12709 test names unique. Change XFAIL to KFAIL.
12710
8a12c1f0
MC
127112004-07-20 Michael Chastain <mec.gnu@mindspring.com>
12712
12713 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
12714 * gdb.ada/gnat_ada.gin: ... to here.
12715 * configure.in: Use gnat_ada.gin.
12716 * configure: Regenerate.
12717
23b451cf
AC
127182004-07-20 Andrew Cagney <cagney@gnu.org>
12719
12720 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
12721 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
12722 XFAILs. Clean up test messages and comments. Check backtraces.
12723 Delete re-sync code.
12724
ab618a02
MC
127252004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12726
12727 Fix PR cli/740.
12728 * gdb.base/annota1.exp: Honor gdb,nosignals.
12729 * gdb.base/annota3.exp: Likewise.
12730
46dad340
MC
127312004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12732
12733 * lib/java.exp: Update copyright notice.
12734
756d8c70
AC
127352004-07-19 Andrew Cagney <cagney@gnu.org>
12736
12737 * gdb.base/selftest.exp: Copy file from here ...
12738 * gdb.gdb/selftest.exp: ... to here.
12739
586027e6
AC
127402004-07-16 Andrew Cagney <cagney@redhat.com>
12741
12742 * lib/insight-support.exp: Delete file.
12743 * lib/java.exp (java_init): Fix copyright.
12744
029d2200
AC
127452004-07-16 Andrew Cagney <cagney@gnu.org>
12746
12747 * gdb.base/restore.c: Append "prologue" to comments marking the a
12748 function's prologue.
12749 * gdb.base/restore.exp: Update copyright, re-indent.
12750 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
12751 callerN" prefix where needed. Update patterns that match a
12752 function's prologue.
12753
653b62c5
MC
127542004-07-16 Michael Chastain <mec.gnu@mindspring.com>
12755
12756 * gdb.base/restore.c: Add copyright notice.
12757
f7d690e5
AC
127582004-07-16 Andrew Cagney <cagney@gnu.org>
12759
12760 * gdb.base/logical.exp: Update copyright.
12761 (evaluate): New procedure. Use to re-implement tests using
12762 several tables.
12763
d629a7cb
MH
127642004-07-14 Martin Hunt <hunt@redhat.com>
12765
12766 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
12767 which fixes some problems where init.tcl was not found.
12768
9c7bb332
AC
127692004-07-13 Andrew Cagney <cagney@gnu.org>
12770
6bf46641
AC
12771 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
12772 (check_sizeof, check_valueof): Do not include the output in the
12773 test name. Use gdb_test.
12774 (get_valueof): Use gdb_test_multiple.
12775
c4ffd4c0
AC
12776 * gdb.base/step-test.exp: Update copyright. Use
12777 gdb_test_multiple. Ensure that test names do not include
12778 architecture dependent output.
12779
ab89363a
AC
12780 * gdb.gdb/observer.exp: Update copyright.
12781 (setup_test): Use gdb_test_multiple.
12782 (attach_first_observer, attach_second_observer)
12783 (attach_third_observer, detach_first_observer)
12784 (detach_second_observer, detach_third_observer)
12785 (reset_counters, check_counters): Make $message a prefix.
12786 (test_normal_stop_notifications): Add "args" parameter - a list of
12787 init functions to be called. Make $message a prefix,
12788 (test_observer_normal_stop): Change the message prefixes so that
12789 they are unique, pass the attach / detach procedures to
12790 test_normal_stop_notifications.
12791
ec58997a
AC
12792 * gdb.base/signull.exp (test_segv): Prefix all tests with
12793 "${name}". Clean up test messages.
12794
b475183b
AC
12795 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
12796
9c7bb332
AC
12797 * gdb.base/ena-dis-br.exp: Update copyright.
12798 (break_at): New function. Replace send_gdb with gdb_test,
12799 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
12800 ignore count, not stopped at bpt", with KFAIL.
12801
2dd95497
CV
128022004-07-13 Corinna Vinschen <vinschen@redhat.com>
12803
12804 * gdb.base/attach.exp: Remove cleanupfile handling.
12805
419e626b
AC
128062004-07-12 Andrew Cagney <cagney@gnu.org>
12807
12808 * gdb.base/annota1.exp: Cleanup corefile test name.
12809 * gdb.base/annota3.exp: Ditto.
12810
8b1b3228
AC
128112004-07-12 Andrew Cagney <cagney@gnu.org>
12812
78650829
AC
12813 * gdb.base/signals.exp: Clean up copyright, re-indent.
12814
8b1b3228
AC
12815 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12816 gdb_test and gdb_test_multiple.
12817
935c2760
JJ
128182004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12819
12820 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 12821 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
12822 provide line number info for first statement in main.
12823
1544280f
AC
128242004-07-08 Andrew Cagney <cagney@gnu.org>
12825
1279f4ff
AC
12826 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12827
1544280f
AC
12828 * gdb.base/sigbpt.exp: Make the common part of each test name a
12829 prefix instead of suffix.
12830
bcc82369
BR
128312004-07-07 Bob Rossi <bob_rossi@cox.net>
12832
12833 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12834 test from test_tbreak_creation_and_listing to
12835 test_file_list_exec_source_file
12836 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12837 Changed name of test from test_tbreak_creation_and_listing to
12838 test_file_list_exec_source_file
12839
23f4b0aa
JJ
128402004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12841
12842 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12843 the jmisc() constructor instead of <init>.
12844 * gdb.java/jmisc1.exp: Ditto.
12845
56401cd5
AC
128462004-07-07 Andrew Cagney <cagney@gnu.org>
12847
12848 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12849 corrupting the PC.
12850
44ae2f6a
MC
128512004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12852
12853 * gdb.cp/templates.exp: Accept whitespace change in demangler
12854 output.
12855
45a83408
AC
128562004-07-06 Andrew Cagney <cagney@gnu.org>
12857
12858 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12859
d205ad70
MC
128602004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12861
12862 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12863 * lib/compiler.cc: Likewise.
12864
06ea1a61
MC
128652004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12866
12867 * lib/compiler.cc: Work around string preprocessing problem
12868 with old hp c++ compiler.
12869 * lib/compiler.c: Likewise.
12870
daab1251
CV
128712004-06-29 Corinna Vinschen <vinschen@redhat.com>
12872
12873 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12874 directives to conditionalize symbol prefixing.
12875 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12876 additional_flags handling. Add underscore prefix for Cygwin.
12877 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12878 conditionalize symbol prefixing.
12879 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12880 additional_flags handling. Add underscore prefix for Cygwin.
12881
cc984116
CV
128822004-06-29 Corinna Vinschen <vinschen@redhat.com>
12883
12884 * gdb.base/bigcore.exp: Skip test on Cygwin.
12885
c279b077
MC
128862004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12887
12888 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12889 formats for "info register". Use gdb_test_multiple. Fix
12890 the "invalid register" test.
12891
0e915747
CV
128922004-06-28 Corinna Vinschen <vinschen@redhat.com>
12893
12894 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12895 PID for Cygwin. Add Cygwin specific strings to check for in some
12896 tests.
12897 (do_attach_tests): Add a test for user interaction when attaching
12898 to a process with no matching symbol table already loaded.
12899
11422c86
AC
129002004-06-26 Andrew Cagney <cagney@gnu.org>
12901
12902 Test PR java/1567 and PR java/1565.
12903 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12904 * gdb.java/jmisc2.exp: Delete file.
12905
cefbce26
MC
129062004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12907
12908 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12909
e19f872c
CV
129102004-06-25 Corinna Vinschen <vinschen@redhat.com>
12911
12912 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12913 attach process.
12914
d931ba3b
MC
129152004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12916
12917 * gdb.cp/pr-1553.exp: Remove.
12918
aef68c48
MC
129192004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12920
12921 * gdb.cp/pr-1553.cc: Remove.
12922 * gdb.cp/pr-1553.exp: Disable this test.
12923
8d5df71a
JB
129242004-06-20 Jim Blandy <jimb@redhat.com>
12925
a9c64011 12926 Fix PR testsuite/1680.
8d5df71a
JB
12927 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12928 regular expressions.
12929
4ac6f39d
MC
129302004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12931
12932 Fix PR testsuite/1679.
12933 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12934 Issue an UNSUPPORTED result instead.
12935
1b413552
JB
129362004-06-18 Jim Blandy <jimb@redhat.com>
12937
12938 * gdb.base/charset.exp: Only send a control-C if we see a new
12939 prompt and incomplete command.
12940
6daa6ebd
MC
129412004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12942
12943 * gdb.cp/pr-574.cc: Add copyright notice.
12944
51fa4ae0
JB
129452004-06-17 Jim Blandy <jimb@redhat.com>
12946
12947 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12948 cases where the regexp has no groups; this grabs random text from
12949 the previous test suite, whatever that was.
12950
8fea26c5
MC
129512004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12952
12953 * gdb.cp/printmethod.cc: Add copyright notice.
12954
1e3aeb41
MC
129552004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12956
12957 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12958
9d9030bc
AC
129592004-06-16 Andrew Cagney <cagney@gnu.org>
12960
12961 * gdb.base/signull.c: Update copyright. Include <string.h>.
12962 (bowler): Replace data_pointer with data_read
12963 and data_write cases. Add code_descriptor case.
12964 (zero, desc): New array and pointer.
12965 (data, code): Change to simple pointers.
12966 * gdb.base/signull.exp: Fix probe pattern matching a function
12967 descriptor SIGSEGV. Replace data_pointer with data_read and
12968 data_write tests.
12969
acd4ad44
AC
129702004-06-16 Andrew Cagney <cagney@gnu.org>
12971
12972 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12973
08fd625c
MC
129742004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12975
12976 * gdb.base/long_long.c: Add copyright notice.
12977
1903502c
MC
129782004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12979
12980 * gdb.base/long_long.exp: Remove reference to
12981 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12982 to gdb_breakpoint and gdb_continue_to_breakpoint.
12983
83313cb1
JB
129842004-06-14 Jim Blandy <jimb@redhat.com>
12985
12986 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12987 endian case.
12988
1bf404ef
AC
129892004-06-14 Andrew Cagney <cagney@gnu.org>
12990
12991 * gdb.base/gcore.exp (capture_command_output): Delete the always
12992 passing tests containing inferior values.
12993 * gdb.base/ending-run.exp: Do not include the breakpoint address
12994 in the test message. Update copyright.
12995 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12996 size in the test name, use gdb_test_multiple. Update copyright.
12997
ef220b33
MC
129982004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12999
13000 * gdb.cp/ref-types.cc: Add copyright notice.
13001
4f70a4c9
MC
130022004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13003
13004 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
13005 hp_aCC_compiler.
13006 * lib/compiler.cc: Likewise.
13007 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
13008 'set' commands. Log diagnostics for other lines. Set
13009 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
13010
335928ac
MC
130112004-06-13 Michael Chastain <mec.gnu@mindspring.com>
13012
13013 * gdb.cp/try_catch.cc: Add copyright notice.
13014
2efb12e8
MC
130152004-06-12 Michael Chastain <mec.gnu@mindspring.com>
13016
13017 * gdb.cp/userdef.cc: Add copyright notice.
13018
0bbed51a
MC
130192004-06-11 Michael Chastain <mec.gnu@mindspring.com>
13020
13021 * gdb.cp/virtfunc.cc: Add copyright notice.
13022
e12a46c9
RC
130232004-06-11 Randolph Chung <tausq@debian.org>
13024
13025 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
13026 problem.
13027
338e05af
AC
130282004-06-10 Andrew Cagney <cagney@gnu.org>
13029
13030 * lib/compiler.cc, lib/compiler.c: Append either
13031 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
13032 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
13033 instead of gcc-3-3.
13034
dc3f10cb
AC
130352004-06-09 Andrew Cagney <cagney@gnu.org>
13036
b4d946af
AC
13037 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
13038 gdb/1455, bug is specific to "long long" and "double".
a9c64011 13039
dc3f10cb
AC
13040 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
13041 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
13042 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
13043 fixed.
13044
b5c0bfa2
AC
130452004-06-09 Andrew Cagney <cagney@gnu.org>
13046
13047 * gdb.base/structs.exp (test_struct_returns): Replace
13048 "return_value_unknown" and "finish_value_unknown" by
13049 "return_value_known" and "finish_value_known". Instead of
13050 "return_value_unknown" iff "finish_value_unknown", check
13051 "return_value_known" implies "finish_value_known".
13052
caeb605f
MH
130532004-06-08 Martin Hunt <hunt@redhat.com>
13054
13055 * gdb.base/float.exp: Add pattern for mips targets.
13056
c892bb64
RC
130572004-06-08 Randolph Chung <tausq@debian.org>
13058
13059 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
13060 message for unknown architectures more clear.
13061
48306d3e
JB
130622004-06-08 Joel Brobecker <brobecker@gnat.com>
13063
13064 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
13065 start the execution of the program.
13066
83ecb59f
JB
130672004-06-07 Jim Blandy <jimb@redhat.com>
13068
13069 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
13070 * gdb.arch/i386-cpuid.h: New helper file.
13071
55264cb4
RC
130722004-06-07 Randolph Chung <tausq@debian.org>
13073
13074 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
13075 has started.
13076
23cadb28
RM
130772004-06-04 Roland McGrath <roland@redhat.com>
13078
13079 Fix PR gdb/1647.
13080 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
13081 differently to be robust to output buffering differences.
13082
51d01eda
MC
130832004-06-04 Michael Chastain <mec.gnu@mindspring.com>
13084
13085 * gdb.threads/pthreads.exp: Update copyright years.
13086 (check_control_c): Change asynchronous 'after' to synchronous.
13087
f4fc3b93
RM
130882004-06-04 Roland McGrath <roland@redhat.com>
13089
13090 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
13091 next gdb prompt.
13092
4013522b
MC
130932004-06-02 Michael Chastain <mec.gnu@mindspring.com>
13094
13095 Fix PR gdb/1636.
13096 * gdb.threads/manythreads.exp: Change asynchronous 'after'
13097 calls to synchronous.
13098
7a8f1e6b
JB
130992004-05-26 Jim Blandy <jimb@redhat.com>
13100
13101 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
13102
81bb3443
RC
131032004-05-24 Randolph Chung <tausq@debian.org>
13104
13105 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
13106 * gdb.asm/pa.inc: New file.
13107
8f5a3103
MK
131082004-05-22 Mark Kettenis <kettenis@gnu.org>
13109
13110 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
13111
734b8fe8 131122004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 13113 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
13114
13115 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
13116 GDB prompt.
13117
725603e1
UW
131182004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13119
f4fc3b93 13120 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
13121 setjmp/longjmp. Use sigaction instead of signal.
13122
8b923272 131232004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 13124 Michael Snyder <msnyder@redhat.com>
8b923272
JB
13125
13126 * gdb.threads/pthread_cond_wait.c: New file.
13127 * gdb.threads/pthread_cond_wait.exp: New testcase.
13128
8bfabb04
AC
131292004-05-13 Andrew Cagney <cagney@redhat.com>
13130
13131 * gdb.base/signull.exp, gdb.base/signull.c: New files.
13132 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
13133
42edda50
AC
131342004-05-11 Andrew Cagney <cagney@redhat.com>
13135
13136 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
13137 fixed but revealed gdb/1639.
13138
d303a6c7
AC
131392004-05-10 Andrew Cagney <cagney@redhat.com>
13140
13141 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
13142 func1" and "next to 2nd alarm", kernel bug avoided.
13143
bf08c2a1
DJ
131442004-05-10 Daniel Jacobowitz <dan@debian.org>
13145
13146 PR external/1568
13147 * gdb.base/bigcore.exp: Check the size of the dumped core file.
13148 XFAIL if it is smaller than bytes_allocated.
13149 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
13150 (main): Make chunks_allocated unsigned. Correct comment.
13151
c0586a34
JB
131522004-05-07 Joel Brobecker <brobecker@gnat.com>
13153
13154 * gdb.arch/powerpc-aix-prologue.c: New file.
13155 * gdb.arch/powerpc-aix-prologue.exp: New file.
13156
f2785d12
JB
131572004-05-07 Jim Blandy <jimb@redhat.com>
13158
13159 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
13160 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
13161
bd7f6e30
JB
131622004-05-06 Joel Brobecker <brobecker@gnat.com>
13163
13164 * gdb.base/sep.exp: No longer setup_kfail when the program was
13165 built with dwarf2.
13166
0a5e7efe
JI
131672004-05-05 Jim Ingham <jingham@apple.com>
13168
13169 * gdb.base/pending.exp: Make sure pending breakpoints
13170 preserve the ignore count.
f4fc3b93 13171
a8958849
MK
131722004-04-27 Jerome Guitton <guitton@gnat.com>
13173
13174 * i386-prologue.exp: Add testcase for jump instruction as first
13175 instruction of the real code.
13176 * i386-prologue.c (jump_at_beginning): New function.
13177
7e103f5b
MK
131782004-04-28 Mark Kettenis <kettenis@gnu.org>
13179
13180 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
13181 x86_64-*-*.
13182
5d38b224
MK
131832004-04-28 Mark Kettenis <kettenis@gnu.org>
13184
13185 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
13186 i*86-*-*.
13187
0ef32fd9
MK
131882004-04-25 Mark Kettenis <kettenis@gnu.org>
13189
13190 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
13191 expression that checks the return type.
13192
71d7dd7c
AC
131932004-04-23 Andrew Cagney <cagney@redhat.com>
13194
13195 * gdb.base/call-sc.exp: New test of scalar call/return values.
13196 * gdb.base/call-sc.c: Ditto.
13197
1e9f977e
JJ
131982004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13199
13200 * gdb.threads/manythreads.c: Reduce thread stack size.
13201
899d9e3a
JJ
132022004-04-23 Jeff Johnston <jjohnstn@redhat.com>
13203
13204 * gdb.threads/manythreads.c: Add copyright notice.
13205
61bcae62
AC
132062004-04-23 Andrew Cagney <cagney@redhat.com>
13207
13208 * gdb.base/siginfo.exp: Better handle step out of signal.
13209 * gdb.base/sigstep.exp: Ditto.
13210
7339a42e 132112004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 13212 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
13213
13214 * gdb.threads/manythreads.c: New testcase.
13215 * gdb.threads/manythreads.exp: Ditto.
13216
5c98409b
JB
132172004-04-22 Jim Blandy <jimb@redhat.com>
13218
13219 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
13220 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
13221
3b611f1a
MC
132222004-04-21 Michael Chastain <mec.gnu@mindspring.com>
13223
13224 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
13225
f0fd9238
AC
132262004-04-21 Andrew Cagney <cagney@redhat.com>
13227
13228 * gdb.base/sigstep.c: New file.
13229 * gdb.base/sigstep.exp: New file.
13230
90990674
JB
132312004-04-16 Joel Brobecker <brobecker@gnat.com>
13232
13233 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
13234 call to observer_notify_normal_stop.
13235
78cef34b
AC
132362004-04-15 Andrew Cagney <cagney@redhat.com>
13237
13238 * gdb.base/siginfo.c: New file.
13239 * gdb.base/siginfo.exp: New file.
13240
d2343407
JB
132412004-04-12 J. Brobecker <brobecker@gnat.com>
13242
13243 * gdb.base/sep.exp: Fix typo in comment.
13244
a2dba3c8
JB
132452004-04-12 J. Brobecker <brobecker@gnat.com>
13246
13247 * gdb.base/sep.c: New file.
13248 * gdb.base/sep-proc.c: New file.
13249 * gdb.base/sep.exp: New testcase.
13250
15f7b60e
MK
132512004-04-09 Mark Kettenis <kettenis@gnu.org>
13252
13253 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
13254 support.
13255
44f4de1a
AC
132562004-04-05 Andrew Cagney <cagney@redhat.com>
13257
13258 * gdb.base/sigaltstack.c: New file.
13259 * gdb.base/sigaltstack.exp: New file.
13260
ef04f396
JB
132612004-04-04 Joel Brobecker <brobecker@gnat.com>
13262
13263 * gdb.base/foll-fork.exp: Update the expected output for
13264 "help set follow-fork-mode", to match a change that was made
13265 to the help of this variable on 2004-01-13.
13266
d40d2c92
JB
132672004-04-01 Joel Brobecker <brobecker@gnat.com>
13268
13269 * lib/ada.exp: Add copyright notice.
13270 * bar.ads: Likewise.
13271 * bar.adb: Likewise.
13272 * null_record.adb: Likewise.
13273 * null_record.exp: Likewise.
13274 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
13275
f86ef5a3
JB
132762004-04-01 Joel Brobecker <brobecker@gnat.com>
13277
13278 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
13279 * configure: Regenerate.
13280
414e70e3
JB
132812004-04-01 Joel Brobecker <brobecker@gnat.com>
13282
13283 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
13284 to build the application. Remove the message printed when in
13285 verbose mode, redundant with the UNSUPPORTED message above.
13286
f0aaee49
JB
132872004-03-31 Joel Brobecker <brobecker@gnat.com>
13288
13289 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
13290 * gdb.ada (null_record.exp): New testcase.
13291
ac81cb54
JB
132922004-03-31 Joel Brobecker <brobecker@gnat.com>
13293
13294 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
13295
854af2f7
JB
132962004-03-31 Joel Brobecker <brobecker@gnat.com>
13297
13298 * gdb.ada: New subdirectory.
13299 * gdb.ada/Makefile.in: New file.
13300 * gdb.ada/gnat_ada.gpr.in: New file.
13301
034cb681
JB
133022004-03-31 Joel Brobecker <brobecker@gnat.com>
13303
13304 * lib/ada.exp: New file.
13305
78a1a894
DJ
133062004-03-24 Daniel Jacobowitz <drow@mvista.com>
13307
13308 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
13309 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
13310
4b2b3b3e
AC
133112004-03-22 Andrew Cagney <cagney@redhat.com>
13312
13313 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
13314 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
13315 Problem identified by Ulrich Weigand.
13316
23c73aa3
DC
133172004-03-17 David Carlton <carlton@kealia.com>
13318
13319 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
13320 PR c++/826.
13321
d63a86f8
RM
133222004-03-16 Roland McGrath <roland@redhat.com>
13323
13324 * gdb.base/auxv.exp: New file.
13325 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
13326
0e02aa50
DC
133272004-03-12 David Carlton <carlton@kealia.com>
13328
13329 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
13330 * gdb.cp/pr-1553.cc: Ditto.
13331 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
13332 pass branch.
13333
c20b71be
MC
133342004-03-12 Michael Chastain <mec.gnu@mindspring.com>
13335
13336 * gdb.cp/templates.exp: Accept more template types.
13337
c7414a01
MC
133382004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13339
13340 From Corinna Vinschen with modifications.
13341 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
13342 local variable obj_with_enum.
13343 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
13344 results with obj_with_enum.
13345
ed69573c
MC
133462004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13347
13348 * gdb.cp/classes.cc: New file, copied from misc.cc.
13349 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
13350
28301461
MC
133512004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13352
13353 * gdb.cp/misc.cc: Add copyright notice.
13354
1198ecbe
DC
133552004-03-05 David Carlton <carlton@kealia.com>
13356
13357 * gdb.cp/rtti.exp: Add 'print *obj3' test.
13358 * gdb.cp/rtti.h: Update copyright.
13359 (namespace n2::n3): New.
13360 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
13361 (n2::n3::func3): New.
13362 (main): Call n2::n3::func3.
13363 * gdb.cp/rtti2.cc: Update copyright.
13364 (n2::create3): New.
13365
9e08c470
MK
133662004-03-04 Mark Kettenis <kettenis@gnu.org>
13367
13368 * gdb.asm/openbsd.inc: Fix typo.
13369
4bebc3aa
FF
133702004-03-03 Fred Fish <fnf@redhat.com>
13371
13372 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
13373 "val" instead of unused "size". Update copyright year.
13374
6ea9fb37
DJ
133752004-02-29 Daniel Jacobowitz <drow@mvista.com>
13376
13377 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
13378 to use unsigned char.
13379 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
13380 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
13381
23b23974
DJ
133822004-02-29 Daniel Jacobowitz <drow@mvista.com>
13383
13384 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
13385 line of output.
13386
7574fd53
DJ
133872004-02-28 Daniel Jacobowitz <drow@mvista.com>
13388
13389 * gdb.base/relocate.c (dummy): Initialize.
13390
a195357f
DJ
133912004-02-28 Daniel Jacobowitz <drow@mvista.com>
13392
13393 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
13394 a breakpoint at exit.
13395
72fd54a9
FF
133962004-02-27 Fred Fish <fnf@redhat.com>
13397
13398 * gdb.base/chng-syms.exp: Add expect condition to match failing
13399 case that isn't a timeout.
13400
b9d23137
AC
134012004-02-27 Andrew Cagney <cagney@redhat.com>
13402
13403 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
13404 support.
13405
15d208f6 134062004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 13407
15d208f6
FF
13408 * gdb.arch/gdb1431.c: Remove.
13409 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
13410 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
13411 of "until" incorrectly.
13412
98f9cd2d
JB
134132004-02-26 J. Brobecker <brobecker@gnat.com>
13414
13415 * gdb.cp/class2.cc (empty): New class.
13416 (refer): New function.
13417 (main): Declare an object of type empty and use it.
13418 * gdb.cp/class2.exp: Print the value of an object of type empty.
13419
9b50c11b
JJ
134202004-02-26 Jeff Johnston <jjohnstn@redhat.com>
13421
13422 * gdb.base/langs.exp: Update query string to match the
13423 new nquery format used for pending breakpoints.
13424
0dcd613f
AC
134252004-02-26 Andrew Cagney <cagney@redhat.com>
13426
13427 Fix PR i18n/1570.
13428 * gdb.base/charset.c: Update copyright notice.
13429 (main, init_string): Remove the escape character '\e' tests.
13430 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
13431 * gdb.base/charset.exp (valid_host_charset): Ditto.
13432 * gdb.base/setvar.exp: Ditto.
13433
b8a56647
AC
134342004-02-24 Andrew Cagney <cagney@redhat.com>
13435
90d59e34
AC
13436 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
13437 mmapped data in core file" PASS and FAIL messages consistent.
13438
b8a56647
AC
13439 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
13440 setting a breakpoint. Work around PR java/1565.
13441
9f27c604
JJ
134422004-02-23 Jeff Johnston <jjohnstn@redhat.com>
13443
13444 * lib/gdb.exp (gdb_breakpoint): Update query string to match
13445 new nquery format.
13446 * gdb.base/pending.exp: Ditto.
13447
3224a706
MK
134482004-02-22 Mark Kettenis <kettenis@gnu.org>
13449
13450 * configure.in: Run stabs tests on *BSD.
13451 * configure: Regenerated.
13452
41e0a9ca
MK
134532004-02-21 Mark Kettenis <kettenis@gnu.org>
13454
13455 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
13456
1e1b3428
FF
134572004-02-20 Fred Fish <fnf@redhat.com>
13458
13459 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
13460 blank in test for "returns short", for consistency with other
13461 "returns xxx" tests. Update copyright year.
13462
f9a7572a
FF
134632004-02-19 Fred Fish <fnf@redhat.com>
13464
13465 New testcase for PR breakpoint/1558.
13466 * gdb.arch/gdb1558.exp: New file.
13467 * gdb.arch/gdb1558.c: New file.
13468
b2ce2854
EZ
134692004-02-19 Elena Zannoni <ezannoni@redhat.com>
13470
13471 * gdb.base/nodebug.exp: Fix typo.
13472
e7c9ff01
JB
134732004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13474
13475 Committed by Jim Blandy <jimb@redhat.com>.
13476
62f4b920
JB
13477 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
13478
2db536a1
JB
13479 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
13480
e7c9ff01
JB
13481 * gdb.base/float.exp: Support s390*-*-* targets.
13482
f3205b34
AF
134832004-02-17 Adam Fedor <fedor@gnu.org>
13484
13485 * gdb.base/gdb1555.exp: New file.
13486 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
13487
9d62932d
EZ
134882004-02-17 Elena Zannoni <ezannoni@redhat.com>
13489
13490 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
13491
344c9711
FF
134922004-02-16 Fred Fish <fnf@redhat.com>
13493
13494 * gdb.arch/gdb1291.c: Remove
13495 * gdb.arch/gdb1291.s: New test input file.
13496 * gdb.arch/gdb1291.exp: Expand test to check case that should not
13497 fail. Test for correct result, known incorrect result, other
13498 failures and timeouts.
13499
2d822687
AC
135002004-02-16 Andrew Cagney <cagney@redhat.com>
13501
13502 * gdb.base/bigcore.exp: New file.
13503 * gdb.base/bigcore.c: New file.
13504
dac15b66
AC
135052004-02-13 Andrew Cagney <cagney@redhat.com>
13506
13507 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
13508 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
13509 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
13510 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
13511 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
13512 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
13513 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
13514 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
13515 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
13516 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
13517
6bdfc2c4
JJ
135182004-02-11 Jeff Johnston <jjohnstn@redhat.com>
13519
13520 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
13521 executed is an alloc instruction.
13522
87b3ede8
DC
135232004-02-11 David Carlton <carlton@kealia.com>
13524
13525 * gdb.cp/breakpoint.exp: New.
13526 * gdb.cp/breakpoint.cc: New.
13527
6e19e2bf
MC
135282004-02-11 Michael Chastain <mec.gnu@mindspring.com>
13529
13530 Partial fix for PR gdb/1543.
13531 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
13532 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
13533 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
13534 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
13535 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
13536 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
13537 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
13538 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
13539 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
13540 to bug-gdb@prep.ai.mit.edu .
13541 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
13542 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
13543 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
13544 Likewise.
13545
5c5455dc
AC
135462004-02-10 Andrew Cagney <cagney@redhat.com>
13547
13548 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
13549 using gdb_internal_error_resync.
13550
9cf689d7
DJ
135512004-02-09 Daniel Jacobowitz <drow@mvista.com>
13552
13553 * gdb.threads/thread-specific.exp: Stop early if no threads are
13554 found.
13555
d2dc51db
MC
135562004-02-09 Michael Chastain <mec.gnu@mindspring.com>
13557
13558 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
13559
14b1a056
DJ
135602004-02-08 Daniel Jacobowitz <drow@mvista.com>
13561
13562 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
13563 breakpoints.
13564
83f66e8f
DJ
135652004-02-07 Daniel Jacobowitz <drow@mvista.com>
13566
13567 * config/sim.exp (gdb_load): Handle $arg == "".
13568 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
13569 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
13570
30fc0091
EZ
135712004-02-07 Elena Zannoni <ezannoni@redhat.com>
13572
a9c64011
AS
13573 * gdb.base/maint.exp: Update test to reflect
13574 obstack changes.
30fc0091 13575
4d806929
JJ
135762004-02-04 Jeff Johnston <jjohnstn@redhat.com>
13577
13578 * gdb.base/pendshr.c (pendfunc): New function that calls
13579 pendfunc1.
13580 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
13581
7bfdd688
FF
135822004-02-04 Fred Fish <fnf@redhat.com>
13583
13584 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
13585 function symbols and update copyright years.
13586 * gdb.arch/gdb1291.c: Ditto.
13587
aaa08ee4
MC
135882004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13589
13590 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
13591
dbad7755
MC
135922004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13593
13594 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
13595
ec4646ef
MC
135962004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13597
13598 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
13599
1b802196
FF
136002004-02-02 Fred Fish <fnf@redhat.com>
13601
13602 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
13603 remote targets. Update copyright years.
13604
18fe2033
JJ
136052004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13606
13607 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
13608 support.
13609 * gdb.base/langs.exp: Fix test which attempts to create
13610 breakpoint on non-existent function to handle new pending
13611 support.
13612 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
13613 a breakpoint.
13614 * gdb.base/pending.exp: New test.
13615 * gdb.base/pending.c: New file.
13616 * gdb.base/pendshr.c: Ditto.
13617
8d577d32
DC
136182004-02-02 David Carlton <carlton@kealia.com>
13619
13620 * gdb.cp/overload.exp: Add overloadNamespace tests.
13621 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
13622 (overloadNamespace, XXX): New.
13623 (main): Call XXX::marker2.
13624
3ad13771
FF
136252004-02-01 Fred Fish <fnf@redhat.com>
13626
13627 * gdb.base/dump.exp: Use runto_main instead of "runto main".
13628 * gdb.base/finish.exp: Ditto.
13629 * gdb.base/gcore.exp: Ditto.
13630 * gdb.base/huge.exp: Ditto.
13631 * gdb.base/info-proc.exp: Ditto.
13632 * gdb.base/return2.exp: Ditto.
13633 * gdb.threads/gcore-thread.exp: Ditto.
13634
44c75849
DJ
136352004-02-01 Daniel Jacobowitz <drow@mvista.com>
13636
13637 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
13638
005bc093
MK
136392004-02-01 Mark Kettenis <kettenis@gnu.org>
13640
13641 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
13642 that opening the file succeeds on OpenBSD.
13643
c47cebdb
DJ
136442004-02-01 Daniel Jacobowitz <drow@mvista.com>
13645
13646 * gdb.threads/thread-specific.c: New file.
13647 * gdb.threads/threads-specific.exp: New test script.
13648 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
13649 to expect_out.
13650
5a01311c
MK
136512004-02-01 Mark Kettenis <kettenis@gnu.org>
13652
13653 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
13654 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
13655 only on the "print_small_structs from print_long_arg_list" test.
13656
ce22a4f1
DJ
136572004-02-01 Daniel Jacobowitz <drow@mvista.com>
13658
13659 * gdb.base/completion.exp: Kill a stray backslash.
13660
13661 From Jim Ingham <jingham@apple.com>:
13662 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
13663 agrees with the result from sending a tab.
13664
abbab9d3
DJ
136652004-01-31 Daniel Jacobowitz <drow@mvista.com>
13666
13667 * gdb.base/chng-syms.exp: Remove stray newline.
13668
53904d1e
MK
136692004-01-31 Mark Kettenis <kettenis@gnu.org>
13670
13671 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
13672 *-*-openbsd*.
13673 * gdb.asm/openbsd.inc: New file.
13674
3a4b3aac
MK
136752004-01-30 Mark Kettenis <kettenis@gnu.org>
13676
13677 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
13678 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
13679 *-*solaris2*. Remove commented out default settings for
13680 asm-flags. Replace gdb_compile with target_link.
13681
ebac27b4
MC
136822004-01-29 Michael Chastain <mec.gnu@mindspring.com>
13683
13684 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
13685 for all tests. Remove old hp-ux and cygnus xfail cases.
13686
d8679d84
PH
136872004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
13688
13689 * gdb.base/chng-syms.exp: New file.
13690 * gdb.base/chng-syms.c: New file.
13691
0a55bc22
MC
136922004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13693
13694 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
13695 Provide arms for current output in all my configurations.
13696
94b8e876
MC
136972004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13698
13699 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
13700 * lib/compiler.cc: Likewise.
13701 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
13702 get the right preprocessor. Eval the output directly. Remove
13703 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
13704 hp_f77_compiler and hp_f90_compiler completely.
13705 (gdb_preprocess): Delete.
13706 (get_compiler): Delete.
13707
7cf03d44
MK
137082004-01-24 Mark Kettenis <kettenis@gnu.org>
13709
13710 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
13711 <string.h>.
13712
68b6dce9
NR
137132004-01-24 Nick Roberts <nick@nick.uklinux.net>
13714
13715 * gdb.mi/mi-stack.exp: Update copyright.
13716
b368761e
DC
137172004-01-23 David Carlton <carlton@kealia.com>
13718
13719 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
13720 test for cp_lookup_transparent_type.
13721 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
13722 call them.
13723
f2061b53
DJ
137242004-01-23 Daniel Jacobowitz <drow@mvista.com>
13725
13726 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
13727 after -var-update.
13728
37fc574a
DC
137292004-01-23 David Carlton <carlton@kealia.com>
13730
13731 * gdb.cp/namespace.cc (C::ensureRefs): New.
13732 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
13733
8e94b928
NR
137342004-01-20 Nick Roberts <nick@nick.uklinux.net>
13735
13736 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
13737 case "-stack-list-locals 2".
13738 * gdb.mi/mi-var-child.exp: Test for case
13739 "-var-list-children --all-values NAME".
13740
997b0952
MC
137412004-01-18 Michael Chastain <mec.gnu@mindspring.com>
13742
13743 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
13744
52470da3
MK
137452004-01-18 Mark Kettenis <kettenis@gnu.org>
13746
7049b4b8
MK
13747 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
13748 used with gdb_test_multiple.
13749
52470da3
MK
13750 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
13751 read at address 0. This fixes PR testsuite/1504.
13752
da6012e5
DJ
137532004-01-18 Daniel Jacobowitz <drow@mvista.com>
13754
13755 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
13756 Remove downloading, guessing the host executable, the calls to
13757 gdb_file_cmd and gdb_target_cmd, and "load" support.
13758 (infer_host_exec): New function broken out from gdb_load.
13759 (gdb_load): New wrapper for gdbserver_gdb_load.
13760 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
13761 gdb_target_cmd. Use -target-select.
13762 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
13763 Download binaries to the host. Clear last_mi_remote_file when
13764 we load a new binary.
13765 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
13766 call gdbserver_gdb_load and mi_gdb_target_cmd.
13767
32c70722
MC
137682004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13769
13770 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
13771 type patterns.
13772
b0cecf36
MC
137732004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13774
13775 * gdb.cp/templates.exp: Fix typo in test name of
13776 "print Foo<volatile char*>::foo".
13777
4120d7e6
MC
137782004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13779
13780 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
13781
f679e530
BE
137822004-01-16 Ben Elliston <bje@wasabisystems.com>
13783
13784 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
13785 (clean mostlyclean): Remove empty rm.
13786
091c48f6
MC
137872004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13788
13789 * gdb.base/setvar.exp: Add copyright years.
13790
3e5fc8d2
DC
137912004-01-14 David Carlton <carlton@bactrian.org>
13792
13793 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
13794 PR c++/1511 and update coment.
13795 * gdb.cp/templates.exp: Update patterns to match current output.
13796 If changes involve something other than whitespace, KFAIL
13797 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
13798
63d06c5c
DC
137992004-01-14 David Carlton <carlton@kealia.com>
13800
13801 * gdb.cp/namespace.exp: Add tests involving classes defined within
13802 namespaces.
13803 * gdb.cp/namespace.cc (C::CClass): New.
13804 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13805
a51dab88
EZ
138062004-01-14 Elena Zannoni <ezannoni@redhat.com>
13807
13808 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13809 what debug info we have. Print a better message if something goes
13810 wrong while producing the separate debug info file.
13811
a476ccc9
MC
138122004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13813
13814 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13815
f453692c
MC
138162004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13817
13818 * gdb.base/callfuncs.c: Add copyright notice.
13819
f40063a5
MC
138202004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13821
13822 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13823 inheritance. PR gdb/1498, PR gcc/13539.
13824
19ac3974
EZ
138252004-01-13 Elena Zannoni <ezannoni@redhat.com>
13826
a9c64011
AS
13827 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13828 test specific name.
13829 * gdb.mi/gdb669.exp: Ditto.
13830 * gdb.mi/mi-pthreads.exp: Ditto.
13831 * gdb.mi/mi1-pthreads.exp: Ditto.
13832 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 13833
56c97c6e
MC
138342004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13835
13836 * gdb.cp/member-ptr.cc: Add copyright notice.
13837
a0644324
MC
138382004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13839
13840 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13841 some patterns for recent versions of gcc and hpacc. Delete
13842 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13843 Delete tests that access a NULL pointer-to-member-data. This
13844 script is still disabled for gcc.
13845
32fabe09
EZ
138462004-01-12 Elena Zannoni <ezannoni@redhat.com>
13847
13848 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 13849 escaped correctly.
32fabe09 13850
1f8a6abb
EZ
138512004-01-12 Elena Zannoni <ezannoni@redhat.com>
13852
13853 * gdb.base/sepdebug.exp: New file.
13854 * gdb.base/sepdebug.c: New file.
13855 * lib/gdb.exp (separate_debug_filename): New procedure.
13856 (gdb_gnu_strip_debug): New procedure.
13857
48efe704
AC
138582004-01-12 Andrew Cagney <cagney@redhat.com>
13859
13860 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13861 * gdb.mi/ChangeLog-1999-2003: New file.
13862
a9415475
AC
138632004-01-12 Andrew Cagney <cagney@redhat.com>
13864
13865 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13866 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13867 or EEXIST", treat EBUSY as an XFAIL.
13868
83b8cf9d
MC
138692004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13870
13871 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13872 hp_cc_compiler.
13873
9939d2a8
MC
138742004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13875
13876 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13877 decorations.
13878
1ff8cadf
MC
138792004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13880
13881 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13882 and "(aCC)" decorations. Remove obsolete doco about old
13883 test results.
13884
6fa9022e
MC
138852004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13886
13887 * gdb.cp/exception.exp: Fix typo in doco.
13888
209721fe
MK
138892004-01-09 Mark Kettenis <kettenis@gnu.org>
13890
13891 * gdb.base/gdb1476.exp: Fix typo.
13892
ef11303e
MC
138932004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13894
13895 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13896 file.
13897
041ab88c
MC
138982004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13899
13900 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13901 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13902 Use gdb_compile. Remove restriction on gcc. Add some patterns
13903 for recent version of gdb. Delete second half, which was a copy
13904 of the first half with different build flags. This test is
13905 still disabled because it is still not ready for production.
13906
e36d075a
MC
139072004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13908
13909 * gdb.cp/exception.cc: Add copyright notice.
13910 * gdb.cp/exception.exp: Add a notice that this file is broken
13911 because of line number changes caused by addition of copyright
13912 notice.
13913
42b190ad
MC
139142004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13915
13916 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13917 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13918
8f25f06b
MC
139192004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13920
13921 * gdb.cp/classes.exp: Accept gnu abi 2.
13922 * gdb.cp/derivation.exp: Likewise.
13923 * gdb.cp/overload.exp: Likewise.
13924 * gdb.cp/virtfunc.exp: Likewise.
13925
06ded8b8
MC
139262004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13927
13928 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13929 semicolon after end of function.
13930
77c26ae3
MC
139312004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13932
13933 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13934 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13935 boilerplate code for compiling and running the program under
13936 test. Add some string method tests.
13937
20757486
MC
139382004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13939
13940 * gdb.cp/bs15503.cc: Add copyright notice.
13941 * gdb.cp/bs15503.exp: Adjust line number.
13942
0fd3b503
MC
139432004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13944
13945 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13946 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13947
10d1bea8
MC
139482004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13949
13950 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13951 hp_cc_compiler.
13952
2789202a
MC
139532004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13954
13955 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13956 * gdb.cp/ctti.exp: Use the marker instead of "next".
13957 With gcc, run further before bailing.
13958
b862f14c
MC
139592004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13960
13961 * gdb.cp/cttiadd.cc: Add copyright notice.
13962 * gdb.cp/cttiadd1.cc: Likewise.
13963 * gdb.cp/cttiadd2.cc: Likewise.
13964 * gdb.cp/cttiadd3.cc: Likewise.
13965
96da2469
MC
139662004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13967
13968 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13969 Use gdb_test, gdb_test_multiple. Use floating-point values that
13970 have exact representations in IEEE-ish formats.
13971
053248ff
MC
139722004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13973
13974 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13975 compilers. Delete duplicate call to get_compiler_info.
13976 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13977 * gdb.base/volatile.exp: Likewise.
13978
84acecdd
MK
139792004-01-07 Mark Kettenis <kettenis@gnu.org>
13980
13981 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13982 memory at address 0.
13983
fe11a27f
MC
139842004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13985
13986 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13987 to test for hp-ux assembler. Fix copyright years.
13988
60ad077b
AC
139892004-01-07 Andrew Cagney <cagney@redhat.com>
13990
13991 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13992
1c9b8f33
AC
139932004-01-07 Andrew Cagney <cagney@redhat.com>
13994
13995 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13996 when creating the read-only file. From analysis by Roland McGrath
13997 and Elena Zannoni.
13998
753ccc7a
MC
139992004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14000
14001 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
14002
eca3e36b
MC
140032004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14004
14005 * gdb.base/cvexpr.c: Be type-safe with function pointers and
14006 data pointers.
14007
f8d4bac4
MC
140082004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14009
14010 * gdb.cp/m-static.exp: Compile one source file at a time.
14011 Delete unused call to get_compiler_info.
14012
9b4e0f94
MC
140132004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14014
14015 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
14016 * gdb.base/call-rt-st.exp: Likewise.
14017 * gdb.base/nodebug.exp: Likewise.
14018 * gdb.base/volatile.exp: Likewise.
14019 * gdb.cp/ref-types.exp: Likewise.
14020 * gdb.cp/templates.exp: Likewise.
14021
023c1024
MK
140222004-01-05 Mark Kettenis <kettenis@gnu.org>
14023
14024 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
14025
19703c4a
MC
140262004-01-05 Michael Chastain <mec.gnu@mindspring.com>
14027
14028 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
14029 hppa*-hp-hpux*.
14030
18b67037
MK
140312004-01-04 Mark Kettenis <kettenis@gnu.org>
14032
ba6219c8
MK
14033 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14034 x86_64-*-*.
14035
18b67037
MK
14036 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14037 sparc64-*-* and sparc*-solaris2*.
14038
1bfbbb9d
MK
140392004-01-04 Mark Kettenis <kettenis@gnu.org>
14040
14041 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
14042 return ${tests}" test. The ${tests} already mentions the
14043 filename.
14044
06846494
MC
140452004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14046
14047 * gdb.cp/local.exp: Accept gcc abi 2.
14048
3b0cb202
MC
140492004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14050
14051 * gdb.cp/templates.exp: Accept gcc abi 2.
14052
0643ec3f
MC
140532004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14054
14055 * lib/compiler.cc: Remove supports_template_debugging.
14056 * gdb.cp/templates.exp: Do not test supports_template_debugging.
14057
d231d0b1
MC
140582004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14059
14060 * gdb.cp/namespace.exp: Accept gcc abi 2.
14061
44ffb27c
MC
140622004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14063
14064 * gdb.cp/method.exp: Accept gcc abi 2.
14065
184ad485
MC
140662004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14067
14068 * gdb.cp/classes.exp: Generate identical results as old version.
14069 * gdb.cp/derivation.exp: Likewise.
14070 * gdb.cp/overload.exp: Likewise.
14071 * gdb.cp/virtfunc.exp: Likewise.
14072
116f09e7
MC
140732004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14074
14075 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
14076 mysterious bug with sourceware version of expect.
14077
b1379776
MC
140782004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14079
14080 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
14081 current versions of gcc, including gcc abi 2. Remove gratuitous
14082 restart of test program. Use gdb_test_multiple and gdb_test for
14083 all tests. Add patterns to xfail missing "const" in "const char *"
14084 and kfail PR gdb/1155.
14085
6b7a4c0e
MC
140862004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14087
14088 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
14089 current versions of gcc, including gcc abi 2. Remove gratuitous
14090 restart of test program. Use gdb_test_multiple and gdb_test for
14091 all tests. Add patterns to kfail PR gdb/1498.
14092
51615d72
MC
140932003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14094
14095 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
14096 current versions of gcc, including gcc abi 2. Use "breakpoint"
14097 and "continue" instead of restarting the target program. Use
14098 gdb_test_multiple and gdb_test for all tests.
14099
7b79a9d7
MK
141002004-01-01 Mark Kettenis <kettenis@gnu.org>
14101
14102 * gdb.asm/asm-source.exp: Update copyright year. Link statically
14103 for *-*-solaris2*.
14104
1cd3489f
MC
141052003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14106
14107 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
14108 current versions of gcc, including gcc abi 2. Use "breakpoint"
14109 and "continue" instead of restarting the target program several
14110 times. Use gdb_test_multiple and gdb_test for all tests.
14111
850742db
MC
141122003-12-18 Michael Chastain <mec.gnu@mindspring.com>
14113
14114 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
14115 source files.
14116
eb4bbda8
MC
141172003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14118
14119 * gdb.base/environ.exp: Handle compiling test case from multiple
14120 source files.
14121
e42c7771
MC
141222003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14123
14124 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
14125
80e4b428
JB
141262003-12-17 Jim Blandy <jimb@redhat.com>
14127
5f06973a
JB
14128 * gdb.base/freebpcmd.c: Add copyright notice.
14129
80e4b428
JB
14130 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
14131
0ab84fb7
MC
141322003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14133
14134 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
14135
1b3bb3d0
JB
141362003-12-13 Jim Blandy <jimb@redhat.com>
14137
14138 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
14139
3a4c9371
KB
141402003-12-12 Kevin Buettner <kevinb@redhat.com>
14141
14142 * gdb.asm/frv.inc: New file.
14143 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
14144
a1dea79a
FF
141452003-12-09 Fred Fish <fnf@redhat.com>
14146
14147 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
14148 functions to break1.c and leave prototypes behind. Add more
14149 "set breakpoint NN here" comments.
14150 * gdb.base/break1.c: New file.
14151
14152 * gdb.base/break.exp: Handle compiling test case from multiple
14153 source files and change source file references as needed.
14154 * gdb.base/completion.exp: Ditto.
14155 * gdb.base/condbreak.exp: Ditto.
14156 * gdb.base/define.exp: Ditto.
14157 * gdb.base/ena-dis-br.exp: Ditto.
14158 * gdb.base/info-proc.exp: Ditto.
14159 * gdb.base/maint.exp: Ditto.
14160 * gdb.base/until.exp: Ditto.
14161
14162 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
14163 hardcoded line numbers.
14164 * gdb.base/define.exp: Ditto.
14165 * gdb.base/ena-dis-br.exp: Ditto.
14166 * gdb.base/maint.exp: Ditto.
14167 * gdb.base/until.exp: Ditto.
14168
14169 * gdb.base/completion.exp: Use "break1" for completion tests since
14170 "break" is no longer a unique prefix.
14171
5266b69c
AC
141722003-12-06 Andrew Cagney <cagney@redhat.com>
14173
14174 * gdb.base/structs.exp (test_struct_returns): When applicable, set
14175 "return_value_unimplemented". When an unimplemented struct return
14176 architecture, report incorrect values as a KFAIL
14177
374451f0
MC
141782003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14179
14180 * gdb.cp/rtti.exp: Accept new wording of warning from
14181 cp_lookup_rtti_type.
14182
ba9b20a7
MC
141832003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14184
14185 Partial fix for PR testsuite/1456.
14186 * gdb.base/scope.exp (test_at_main): Replace references to
14187 gcc_compiled with calls to test_compiler_info.
14188 (test_at_foo): Likewise.
14189 (test_at_bar): Likewise.
14190
b74b6d0b
MC
141912003-12-04 Michael Chastain <mec.gnu@mindspring.com>
14192
14193 Partial fix for PR testsuite/1456.
14194 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
14195 to test_compiler_info.
14196
ccfa3402
MC
141972003-12-03 Michael Chastain <mec.gnu@mindspring.com>
14198
14199 * gdb.base/so-impl-ld.exp: Update copyright notice.
14200
f6246aba
MC
142012003-12-02 Michael Chastain <mec.gnu@mindspring.com>
14202
14203 Partial fix for PR testsuite/1456.
14204 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
14205 to test_compiler_info.
14206
13ae734a
MC
142072003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14208
14209 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
14210 from current versions of gdb. Clean up regular expressions.
14211 Delete redundant timeout case.
14212
d8e1cdee
MC
142132003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14214
14215 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
14216 from current versions of gdb. Clean up regular expressions.
14217 Delete redundant timeout case.
14218
96457b64
MC
142192003-12-01 Michael Chastain <mec.gnu@mindspring.com>
14220
14221 Partial fix for PR testsuite/1456.
14222 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
14223 gcc_compiled with call to test_compiler_info.
14224
f35309fc
MC
142252003-11-30 Michael Chastain <mec.gnu@mindspring.com>
14226
14227 Partial fix for PR testsuite/1456.
14228 * gdb.base/list.exp (test_list_function): Delete unused declaration
14229 of gcc_compiled.
14230
d7afdf9b
MC
142312003-11-29 Michael Chastain <mec.gnu@mindspring.com>
14232
14233 Partial fix for PR testsuite/1456.
14234 * gdb.base/complex.exp: Replace reference to gcc_compiled with
14235 call to test_compiler_info.
14236
71507b56
MK
142372003-11-29 Mark Kettenis <kettenis@gnu.org>
14238
14239 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
14240 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
14241 it to create the appropriate note.inc.
14242 * gdb.asm/asmsrc1.s: Include "note.inc".
14243 * gdb.asm/netbsd.inc: New file.
14244 * gdb.asm/empty.inc: New file.
14245
f81f93f7
MC
142462003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14247
14248 Partial fix for PR testsuite/1456.
14249 * gdb.base/constvars.exp: Replace references to gcc_compiled with
14250 calls to test_compiler_info.
14251
9a77938e
MC
142522003-11-27 Michael Chastain <mec.gnu@mindspring.com>
14253
14254 Partial fix for PR testsuite/1456.
14255 * gdb.base/volatile.exp: Replace references to gcc_compiled with
14256 calls to test_compiler_info.
14257
e8367dc7
MK
142582003-11-27 Mark Kettenis <kettenis@gnu.org>
14259
14260 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
14261 pattern for the KFAILs.
14262
526c61ee
AF
142632003-11-25 Adam Fedor <fedor@gnu.org>
14264
14265 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
14266 * gdb.objc/objcdecode.m: New file.
14267
28f2d600
AF
142682003-11-25 Adam Fedor <fedor@gnu.org>
14269
14270 * gdb.objc/nondebug.exp: Test for PR objc/1236.
14271 * gdb.objc/nondebug.m: New file.
14272
a3895cee
BE
142732003-11-26 Ben Elliston <bje@wasabisystems.com>
14274
14275 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14276 NetBSD as it does on FreeBSD. Modelled on a similar change by
14277 Mark Kettenis on 2003-05-30.
14278 (link-flags): Set to "--entry _start" regardless of target.
14279 Special linker flags are to be appended to $link-flags.
14280 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
14281
c9f2c8a3
MC
142822003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14283
14284 * gdb.cp/method.exp: Accept output of new demangler.
14285
15a0587a 142862003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
14287
14288 * gdb/class2.exp: New file.
14289 * gdb/class2.cc: New file.
14290
3c00b570
MC
142912003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14292
14293 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
14294 of new demangler.
14295
7027acc7
MK
142962003-11-23 Mark Kettenis <kettenis@gnu.org>
14297
14298 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
14299 of gdb_test "run".
14300
b0e1598a
MK
143012003-11-23 Mark Kettenis <kettenis@gnu.org>
14302
14303 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
14304 "continue" into "run".
14305
4d9eda44
MC
143062003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14307
14308 Partial fix for PR testsuite/1456.
14309 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
14310 call to test_compiler_info.
14311 * gdb.cp/ctti.exp: Likewise.
14312 * gdb.cp/derivation.exp: Likewise.
14313 * gdb.cp/member-ptr.exp: Likewise.
14314 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
14315 reference to gcc_compiled.
14316
143172003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
14318
14319 Fix PR testsuite/1463.
14320 * gdb.base/structs.exp (start_structs_test): Call
14321 get_debug_format before using the debug format.
14322
d422fe19
AC
143232003-11-22 Andrew Cagney <cagney@redhat.com>
14324
14325 * lib/gdb.exp (gdb_test_multiple): Add simple example.
14326 * gdb.base/structs.exp: Use gdb_test_multiple.
14327
039cf96d
AC
143282003-11-20 Andrew Cagney <cagney@redhat.com>
14329
6882279b
AC
14330 * gdb.base/structs.exp: Handle and recover from internal errors.
14331 Replace "foo${n}" with "foo<n>" in test messages.
14332
e53890ae
AC
14333 * gdb.base/structs.exp: Update copyright. Rewrite.
14334 * gdb.base/structs.c: Update copyright. Rewrite.
14335
2b211c59
AC
14336 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
14337 resync count exceeded.
d63a86f8 14338
039cf96d
AC
14339 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
14340 from the internal error.
14341 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
14342 Original from Jim Blandy.
14343 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 14344
eac98b22
AC
143452003-11-19 Andrew Cagney <cagney@redhat.com>
14346
14347 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
14348 KFAIL.
14349
67455b2a
MK
143502003-11-17 Mark Kettenis <kettenis@gnu.org>
14351
14352 New testcase for PR backtrace/1435.
14353 * gdb.arch/i386-unwind.exp: New file.
14354 * gdb.arch/i386-unwind.c: New file.
14355
853d6e5b
AC
143562003-11-17 Andrew Cagney <cagney@redhat.com>
14357
14358 * lib/gdb.exp (compiler_info): New global.
14359 (test_compiler_info): New function.
14360 (get_compiler_info): Set compiler_info.
14361 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
14362 "compiler_info" to gcc-<major>-<minor>.
14363
38cf6e11
MC
143642003-11-15 Michael Chastain <mec.gnu@mindspring.com>
14365
14366 * gdb.trace/configure: Remove.
14367
a50d3602
EZ
143682003-11-13 Elena Zannoni <ezannoni@redhat.com>
14369
14370 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 14371 breakpoints.
a50d3602
EZ
14372 * gdb.base/break.exp: Remove all references to explicit line
14373 numbers.
14374
d9407aaa
NC
143752003-11-11 Nick Clifton <nickc@redhat.com>
14376
14377 * gdb.base/shreloc.exp: Do not run for targets which do not
14378 support shared objects.
14379
db488fc1
CV
143802003-11-10 Corinna Vinschen <vinschen@redhat.com>
14381
14382 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
14383 Don't run tests if nofileio flag is given.
14384
6a90a18e
EZ
143852003-11-07 Elena Zannoni <ezannoni@redhat.com>
14386
14387 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 14388 as well as 'Watchpoint'.
6a90a18e 14389
0b915e9c
EZ
143902003-11-06 Elena Zannoni <ezannoni@redhat.com>
14391
14392 Reported by Jim Ingham <jingham@apple.com>:
14393 * gdb.base/annota1.exp: Match at least one occurrence of the
14394 signal handler annotation.
14395
d7e4b55f
EZ
143962003-11-06 Elena Zannoni <ezannoni@redhat.com>
14397
a9c64011
AS
14398 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
14399 as well as 'Watchpoint'.
d7e4b55f 14400
2fe4e8d0
MC
144012003-11-05 Michael Chastain <mec@shout.net>
14402
14403 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
14404
6ef88553
KW
144052003-11-03 Kris Warkentin <kewarken@qnx.com>
14406
14407 * gdb.arch/gdb1291.c: New test file.
14408 * gdb.arch/gdb1291.exp: New test script.
14409 * gdb.arch/gdb1431.c: New test file.
14410 * gdb.arch/gdb1431.exp: New test script.
14411
ae7dc4d8
MC
144122003-10-22 Michael Chastain <mec@shout.net>
14413
14414 * gdb.mi/pthreads.c: Add copyright notice.
14415
c39d7427
MC
144162003-10-22 Michael Chastain <mec@shout.net>
14417
14418 * gdb.threads/pthreads.c: Add copyright notice.
14419
8b7d96c1
MC
144202003-10-20 Michael Chastain <mec@shout.net>
14421
14422 * gdb.base/gdb1056.exp: New test script.
14423
d1d69fdd
DJ
144242003-10-13 Daniel Jacobowitz <drow@mvista.com>
14425
14426 * gdb.threads/killed.exp: Use gdb_run_cmd.
14427
7d605576
DJ
144282003-10-13 Daniel Jacobowitz <drow@mvista.com>
14429
14430 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
14431 create a core file.
14432 * gdb.threads/gcore-thread.exp: Likewise.
14433
618ec112
CV
144342003-10-13 Corinna Vinschen <vinschen@redhat.com>
14435
14436 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
14437 type, based on char type.
14438 (struct bit_flags_short_t): New bitfield type, based on short type.
14439 (init_bit_flags_char): New fuction.
14440 (init_bit_flags_short): Ditto.
14441 (print_bit_flags_char): Ditto.
14442 (print_bit_flags_short): Ditto.
14443 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
14444
9367a73c
MC
144452003-10-11 Michael Chastain <mec@shout.net>
14446
14447 * gdb.base/call-rt-st.exp: Update copyright year.
14448
1decf120
KI
144492003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
14450
14451 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
14452 * gdb.disasm/sh3.s: Ditto.
14453
5445b2ae
DJ
144542003-10-07 Daniel Jacobowitz <drow@mvista.com>
14455
14456 * gdb.threads/switch-threads.exp: New test.
14457 * gdb.threads/switch-threads.c: New source file.
14458
aec24853
CV
144592003-10-07 Corinna Vinschen <vinschen@redhat.com>
14460
14461 * gdb.base/ending-run.exp: Add sh specific case.
14462
adc7428d
AC
144632003-10-06 Andrew Cagney <cagney@redhat.com>
14464
14465 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
14466 * gdb.disasm/mn10200.exp: Delete obsolete file.
14467
c9d37158
DJ
144682003-09-29 Daniel Jacobowitz <drow@mvista.com>
14469
14470 * ChangeLog: Correct an entry command.exp -> commands.exp.
14471 * gdb.base/commands.exp (bp_deleted_in_command_test)
14472 (temporary_breakpoint_commands): Check noargs.
14473
79c2c32d
DC
144742003-09-25 David Carlton <carlton@kealia.com>
14475
14476 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
14477 of some print tests, where appropriate. Add tests for C::D::cd,
14478 E::ce, F::cXfX, G::XgX.
14479 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
14480
594e6d67
RE
144812003-09-25 Richard Earnshaw <rearnsha@arm.com>
14482
14483 * lib/java.exp (java_init): Import target_alias before using it.
14484
10f0d451
DC
144852003-09-25 David Carlton <carlton@kealia.com>
14486
14487 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
14488
274bcba0
EZ
144892003-09-23 Elena Zannoni <ezannoni@redhat.com>
14490
d63a86f8 14491 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 14492 weirdness.
274bcba0 14493
cdbf20f7
MC
144942003-09-17 Michael Chastain <mec@shout.net>
14495
14496 * gdb.cp/gdb1355.exp: New file.
14497 * gdb.cp/gdb1355.c: New file.
14498
71e06f80
CV
144992003-09-15 Corinna Vinschen <vinschen@redhat.com>
14500
14501 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
14502 * gdb.asm/sh.inc: New file.
14503
5c4e30ca
DC
145042003-09-11 David Carlton <carlton@kealia.com>
14505
bd45b7af
DC
14506 * gdb.cp/namespace.exp: Add tests for namespace types.
14507 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
14508 (test_namespace): New.
14509
1c199746
EZ
145102003-09-11 Elena Zannoni <ezannoni@redhat.com>
14511
a9c64011 14512 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 14513 * gdb.stabs/weird.exp: Ditto.
1c199746 14514
04ed252f
MC
145152003-09-08 Michael Chastain <mec@shout.net>
14516
14517 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
14518
d8a2d9e7
MC
145192003-09-07 Michael Chastain <mec@shout.net>
14520
14521 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
14522 'parse error'.
14523
161afb24
MK
145242003-09-07 Mark Kettenis <m.kettenis@osp.nl>
14525
14526 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
14527
49f2741a
MC
145282003-08-30 Michael Chastain <mec@shout.net>
14529
14530 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
14531 * gdb.gdb/observer.exp: Ditto.
14532 * gdb.gdb/xfullpath.exp: Ditto.
14533
8afa723e
MK
145342003-08-29 Mark Kettenis <kettenis@gnu.org>
14535
14536 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
14537 *-*-*bsd*.
14538
f31dfe3b
JJ
145392003-08-28 Jeff Johnston <jjohnstn@redhat.com>
14540
14541 * gdb.base/dump.exp: Skip for ia64.
14542
4630e498
JJ
145432003-08-25 Jeff Johnston <jjohnstn@redhat.com>
14544
14545 * gdb.asm/asm-source.exp: Add ia64 support.
14546 * gdb.asm/ia64.inc: New file.
14547
1105b7ef
MC
145482003-08-22 Michael Chastain <mec@shout.net>
14549
14550 * gdb.cp: New directory.
14551 * gdb.cp/*: Copy from gdb.c++/*.
14552 * gdb.c++/*: Remove.
14553 * Makefile.in: Change gdb.c++ to gdb.cp.
14554 * configure.in: Ditto.
14555 * configure: Regnerate.
14556
c945b932
MK
145572003-08-18 Mark Kettenis <kettenis@gnu.org>
14558
14559 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
14560 * gdb.arch/i386-prologue.c (gdb1338): Add function.
14561
2b66634b
DJ
145622003-08-17 Daniel Jacobowitz <drow@mvista.com>
14563
14564 * mi-var-display.exp (-var-list-children weird): Accept function
14565 pointers with argument types.
14566 * mi1-var-display.exp (-var-list-children weird): Likewise.
14567 * mi2-var-display.exp (-var-list-children weird): Likewise.
14568
a356f73b
DJ
145692003-08-17 Daniel Jacobowitz <drow@mvista.com>
14570
14571 * gdb.base/annota3.exp: Add missing newline.
14572
483417b8
MC
145732003-08-06 Michael Chastain <mec@shout.net>
14574
14575 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
14576
c99c59c3
MS
145772003-08-12 Michael Snyder <msnyder@redhat.com>
14578
14579 * gdb.base/float.exp: Add test for SH.
14580
55ed7501
MK
145812003-08-10 Mark Kettenis <kettenis@gnu.org>
14582
14583 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
14584
1a371f2e
EZ
145852003-08-07 Elena Zannoni <ezannoni@redhat.com>
14586
14587 * gdb.base/completion.exp: Remove reduntant completion test
14588 on filename.
14589
e0f353ce
EZ
145902003-08-07 Elena Zannoni <ezannoni@redhat.com>
14591
a9c64011
AS
14592 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
14593 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
14594 gdb.trace/save-trace.exp: Make sure that full pathnames are
14595 escaped correctly.
e0f353ce 14596
5710a1af 145972003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 14598
a9c64011
AS
14599 * configure.in: Don't generate config.h from config.hin.
14600 * configure: Regenerate.
14601 * config.hin: Remove file.
14602 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
14603 * gdb.threads/pthreads.c: Ditto.
5710a1af 14604
dcd81ce9
DJ
146052003-08-07 Daniel Jacobowitz <drow@mvista.com>
14606
14607 From Kei Sakamoto <sakamoto.kei@renesas.com>:
14608 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
14609 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
14610 Replace ld24 with seth/add3.
14611
6009d884
AC
146122003-08-02 Andrew Cagney <cagney@redhat.com>
14613
14614 * gdb.base/annota3.exp: New file.
14615 * gdb.base/annota3.c: New file.
14616 * gdb.c++/annota3.exp: New file.
14617 * gdb.c++/annota3.cc: New file.
14618
51514e06
MC
146192003-07-29 Michael Chastain <mec@shout.net>
14620
14621 * gdb.threads/tls.c (spin): Check errno only if sem_wait
14622 actually failed.
14623 (do_pass): Likewise.
14624 * gdb.threads/tls.exp: Always initialize no_of_threads.
14625
4ee6625b
DJ
146262003-07-27 Daniel Jacobowitz <drow@mvista.com>
14627
14628 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
14629 pattern.
14630 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
14631 * gdb.threads/tls.exp: Recognize one case of the host library not
14632 supporting TLS.
14633
225f2bf6
AC
146342003-07-27 Andrew Cagney <cagney@redhat.com>
14635
14636 * gdb.base/fileio.exp: Use SH when running commands using
14637 remote_exec.
14638
bcb27c9f
DJ
146392003-07-24 Daniel Jacobowitz <drow@mvista.com>
14640
14641 From Kei Sakamoto <sakamoto.kei@renesas.com>:
14642 * gdb.base/relocate.c (dummy): New padding array.
14643
3d67be83
MS
146442003-07-22 Michael Snyder <msnyder@redhat.com>
14645
d63a86f8 14646 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
14647
14648 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
14649 patterns to be more general, accepting old and new output.
14650 Some output chars (such as '+') also must be quoted.
d63a86f8 14651 Some addresses are displayed numerically instead of
3d67be83
MS
14652 symbolically.
14653
57ba3b85
MS
146542003-07-23 Michael Snyder <msnyder@redhat.com>
14655
686d097c
MS
14656 * gdb.base/return2.exp: Don't test long-long return.
14657
57ba3b85
MS
14658 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
14659 * gdb.disasm/t01_mov.exp: Ditto.
14660 * gdb.disasm/t02_mova.s: Ditto.
14661 * gdb.disasm/t02_mova.exp: Ditto.
14662 * gdb.disasm/t03_add.s: Ditto.
14663 * gdb.disasm/t03_add.exp: Ditto.
14664 * gdb.disasm/t04_sub.s: Ditto.
14665 * gdb.disasm/t04_sub.exp: Ditto.
14666 * gdb.disasm/t05_cmp.s: Ditto.
14667 * gdb.disasm/t05_cmp.exp: Ditto.
14668 * gdb.disasm/t06_ari2.s: Ditto.
14669 * gdb.disasm/t06_ari2.exp: Ditto.
14670 * gdb.disasm/t07_ari3.s: Ditto.
14671 * gdb.disasm/t07_ari3.exp: Ditto.
14672 * gdb.disasm/t08_or.s: Ditto.
14673 * gdb.disasm/t08_or.exp: Ditto.
14674 * gdb.disasm/t09_xor.s: Ditto.
14675 * gdb.disasm/t09_xor.exp: Ditto.
14676 * gdb.disasm/t10_and.s: Ditto.
14677 * gdb.disasm/t10_and.exp: Ditto.
14678 * gdb.disasm/t11_logs.s: Ditto.
14679 * gdb.disasm/t11_logs.exp: Ditto.
14680 * gdb.disasm/t12_bit.s: Ditto.
14681 * gdb.disasm/t12_bit.exp: Ditto.
14682 * gdb.disasm/t13_otr.s: Ditto.
14683 * gdb.disasm/t13_otr.exp: Ditto.
14684
e00759ef
EZ
146852003-07-22 Elena Zannoni <ezannoni@redhat.com>
14686
14687 * gdb.threads/tls.exp :Add kfail for 'info address' case.
14688
8bc2021f
EZ
146892003-07-22 Elena Zannoni <ezannoni@redhat.com>
14690
a9c64011
AS
14691 * gdb.threads/tls.c : New file.
14692 * gdb.threads/tls.exp : New file.
14693 * gdb.threads/tls-main.c : New file.
14694 * gdb.threads/tls-shared.c : New file.
14695 * gdb.threads/tls-shared.exp : New file.
8bc2021f 14696
89320c4c
AS
146972003-07-22 Andreas Schwab <schwab@suse.de>
14698
14699 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
14700
180dea7c
AS
147012003-07-20 Andreas Schwab <schwab@suse.de>
14702
14703 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
14704 due to insn reordering.
14705
0714963c
AC
147062003-07-15 Andrew Cagney <cagney@redhat.com>
14707
14708 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
14709
98a23b3f
MC
147102003-07-15 Michael Chastain <mec@shout.net>
14711
14712 * gdb.base/gdb1250.exp: New file.
14713 * gdb.base/gdb1250.c: New file.
14714
27e417a2
ML
147152003-07-09 Michal Ludvig <mludvig@suse.cz>
14716
14717 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
14718 expansion of size_t to 'unsigned long', not only to 'unsigned'.
14719
8bc2021f
EZ
147202003-07-09 Elena Zannoni <ezannoni@redhat.com>
14721
a9c64011
AS
14722 * gdb.threads/tls.c: New file.
14723 * gdb.threads/tls.exp: New file.
14724 * gdb.threads/tls-main.c: New file.
14725 * gdb.threads/tls-shared.c: New file.
14726 * gdb.threads/tls-shared.exp: New file.
8bc2021f 14727
d99968dc
EZ
147282003-07-09 Elena Zannoni <ezannoni@redhat.com>
14729
14730 * gdb.base/annota1.exp: Make sure that we properly escape the
14731 full path of the source file. Xfail more permissive patterns,
d63a86f8 14732 due to a compiler debug info problem.
d99968dc 14733
83876b3b
AS
147342003-07-07 Andreas Schwab <schwab@suse.de>
14735
2705e972
AS
14736 * gdb.asm/m68k.inc: New file.
14737 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
14738
83876b3b
AS
14739 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
14740 arguments"): Also match negative number.
14741
14742 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
14743
3a871b37
DJ
147442003-07-03 Daniel Jacobowitz <drow@mvista.com>
14745
14746 * gdb.base/store.c (charest): New typedef.
14747 (add_char): Rename to add_charest, update.
14748 (wack_char): Rename to wack_charest, update types. Return l + r
14749 to keep r live across the call.
14750 (wack_short, wack_int, wack_long, wack_longest, wack_float)
14751 (wack_double, wack_doublest): Return l + r to keep r live across
14752 the call.
14753 * gdb.base/store.exp: Accomodate store.c changes.
14754
b2a7f303
DC
147552003-06-30 David Carlton <carlton@kealia.com>
14756
14757 * gdb.c++/maint.exp (test_invalid_name): New.
14758 (test_first_component): Add tests for invalid names.
14759
3c6cb4a1
MC
147602003-06-29 Michael Chastain <mec@shout.net>
14761
14762 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
14763 output of '<VTT for class>' for virtual base classes.
14764
f1c2644b
DJ
147652003-06-29 Daniel Jacobowitz <drow@mvista.com>
14766
14767 * gdb.base/completion.exp: Tab-complete "complet" instead of
14768 "compl".
14769 * gdb.base/complex.exp, gdb.base/complex.c: New files.
14770
18080350
DJ
147712003-06-29 Daniel Jacobowitz <drow@mvista.com>
14772
14773 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
14774 * gdb.base/volatile.exp: Likewise.
14775
f56973f8
DJ
147762003-06-29 Daniel Jacobowitz <drow@mvista.com>
14777
14778 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
14779 gdb/1265.
14780
147812003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
14782 Daniel Jacobowitz <drow@mvista.com>
14783
14784 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
14785 initial line count of 'captured_main' from 26 to 32.
14786 (test_with_self): Allow xmalloc call to be interleaved with the
14787 preceding two lines.
14788
e766d4d6
JB
147892003-06-24 Joel Brobecker <brobecker@gnat.com>
14790
14791 * gdb.base/bang.exp: New testcase.
14792
f125c9a4
JB
147932003-06-23 Joel Brobecker <brobecker@gnat.com>
14794
14795 * gdb.base/langs.exp: Add some tests for the "minimal" language
14796 support.
14797
6e25beaf
EZ
147982003-06-23 Elena Zannoni <ezannoni@redhat.com>
14799
14800 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
14801 the testcase.
14802
2f816dda
DJ
148032003-06-22 Daniel Jacobowitz <drow@mvista.com>
14804
14805 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14806 offset.
14807
db5a5748
DJ
148082003-06-22 Daniel Jacobowitz <drow@mvista.com>
14809
14810 * gdb.c++/pr-1210.cc: New file.
14811 * gdb.c++/pr-1210.exp: New file.
14812
1df0c130
DJ
148132003-06-21 Daniel Jacobowitz <drow@mvista.com>
14814
14815 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14816 000-exec-continue.
14817
a92feac0
MK
148182003-06-15 Mark Kettenis <kettenis@gnu.org>
14819
14820 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14821 on *-*-*bsd* instead of *-*-freebsd*.
14822
81a58f5b
AC
148232003-06-14 Andrew Cagney <cagney@redhat.com>
14824
14825 * gdb.base/store.exp: Test longest and doublest. Test all
14826 parameters. Weaken return statement match.
14827 * gdb.base/store.c: Add longest and doublest - aka long long and
14828 long double functions. Put all parameters into local register
14829 variables. Use negative values.
14830
b257a0d3
AC
148312003-06-14 Andrew Cagney <cagney@redhat.com>
14832
14833 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14834 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14835 exit status.
14836 * gdb.base/fileio.exp: Disable target when nointerrupts and
14837 noinferiorio, instead of limiting it to remote. Use remote_exec
14838 instead of system.
d63a86f8 14839
21c38304
JJ
148402003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14841
14842 * gdb.base/float.exp: Add ia64 support.
14843
1bcdb424
CV
148442003-06-12 Corinna Vinschen <vinschen@redhat.com>
14845
14846 * gdb.base/fileio.exp: Run only on remote targets.
14847
6aeb981f
CV
148482003-06-10 Corinna Vinschen <vinschen@redhat.com>
14849
14850 * gdb.base/fileio.c: New file, testing File-I/O.
14851 * gdb.base/fileio.exp: Ditto.
14852
53df362e
RG
148532003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14854
14855 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14856 shared objects after relocation at load time (gdb PR/1132).
14857 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 14858 as above, part of the shared object relocation test.
53df362e 14859
ffee1b46
MK
148602003-06-08 Mark Kettenis <kettenis@gnu.org>
14861
b5ca3722
MK
14862 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14863 fully filled history list.
14864 * gdb.base/gdb_history: New file.
14865
03ed860d
MK
14866 * gdb.base/signals.exp: XFAIL "continue to func1" on
14867 i*86-*-freebsd*.
14868
ffee1b46
MK
14869 * gdb.base/attach.exp: When trying to attach to a nonexistent
14870 process, make it possible to specify the PID based on the target,
14871 and do so for *-*-freebsd*.
14872
d80dbb52
RH
148732003-06-02 Richard Henderson <rth@redhat.com>
14874
14875 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14876
6dd77b81
RH
148772003-06-02 Richard Henderson <rth@redhat.com>
14878
14879 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14880
f6347e16
RH
148812003-06-02 Richard Henderson <rth@redhat.com>
14882
14883 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14884
2c161407
DJ
148852003-06-01 Daniel Jacobowitz <drow@mvista.com>
14886
14887 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14888 of globalvar.
14889
572eb746
MK
148902003-06-01 Mark Kettenis <kettenis@gnu.org>
14891
14892 * gdb.asm/asm-source.exp: Check for memory read errors in
14893 disassembler test on *BSD too.
14894
9e9617a5
RH
148952003-06-01 Richard Henderson <rth@redhat.com>
14896
14897 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14898 for .frame.
14899 (gdbasm_call): Lose ldgp.
14900 (gdbasm_startup): Add frame information.
14901 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14902
7b34ad4e
MK
149032003-05-31 Mark Kettenis <kettenis@gnu.org>
14904
14905 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14906 i?86-*-*.
14907
10059fdf
MK
149082003-05-30 Mark Kettenis <kettenis@gnu.org>
14909
14910 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14911 FreeBSD.
14912
acf4b816
RH
149132003-05-29 Richard Henderson <rth@redhat.com>
14914
14915 * gdb.asm/alpha.inc: New file.
14916 * gdb.asm/asm-source.exp: Use it.
14917
e9ecd949
JB
149182003-05-29 Jim Blandy <jimb@redhat.com>
14919
14920 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14921 'core.PID'.
14922
e3e5a4f3
JB
149232003-05-22 Jim Blandy <jimb@redhat.com>
14924
14925 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14926 backtrace.
d63a86f8 14927
72fe3d25
DC
149282003-05-20 David Carlton <carlton@math.stanford.edu>
14929
14930 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14931 this time.
14932
58da2eb2
DC
149332003-05-19 David Carlton <carlton@bactrian.org>
14934
14935 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14936 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14937
1fcb5155
DC
149382003-05-19 David Carlton <carlton@bactrian.org>
14939
14940 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14941 namespace tests.
14942 Bump copyright date.
14943 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14944 (main): Call C::D::marker2.
14945 * gdb.c++/namespace1.cc: New file.
14946
85e85163
JJ
149472003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14948
14949 Roland McGrath <roland@redhat.com>
d63a86f8 14950 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
14951 there is no manager thread.
14952
a25fbfec
JJ
149532003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14954
d63a86f8
RM
14955 * gdb.threads/schedlock.exp: Remove assumption that all threads
14956 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
14957 in one of the child threads rather than the main thread.
14958
be375bae
JB
149592003-05-07 Jim Blandy <jimb@redhat.com>
14960
09bf6082
JB
14961 Add support for assembly source testing on the s390x.
14962 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14963 architecture.
14964 * gdb.asm/s390x.inc: New file.
14965
be375bae
JB
14966 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14967 succession of 'if' statements.
14968
00905d52
AC
149692003-05-05 Andrew Cagney <cagney@redhat.com>
14970
14971 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14972
b1e29e33
AC
149732003-05-05 Andrew Cagney <cagney@redhat.com>
14974
14975 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14976 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14977
e33d66ec
EZ
149782003-05-02 Elena Zannoni <ezannoni@redhat.com>
14979
14980 * gdb.base/charset.exp: Update based on new behavior of set/show
14981 charset commands.
14982
2b6fd0d8
AC
149832003-05-01 Andrew Cagney <cagney@redhat.com>
14984
14985 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14986 variable do not give memory errors.
14987
130cacce
AF
149882003-04-30 Adam Fedor <fedor@gnu.org>
14989
14990 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14991 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14992 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14993 gdb.objc/basicclass.m: : New files
14994
14995 * lib/gdb.exp (gdb_compile_objc): New procedure.
14996
bea71854
DJ
149972003-04-27 Daniel Jacobowitz <drow@mvista.com>
14998
14999 * gdb.base/signals.exp: Make backtrace tests more specific.
15000
0f20eeea
DC
150012003-04-23 David Carlton <carlton@bactrian.org>
15002
15003 * gdb.c++/maint.exp (test_first_component): Add tests for
15004 'operator' in more locations.
15005
c8c4d8dc
KB
150062003-04-16 Kevin Buettner <kevinb@redhat.com>
15007
15008 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
15009
3fe60e3c
EZ
150102003-04-16 Elena Zannoni <ezannoni@redhat.com>
15011
15012 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 15013 func marke' instead. Update test name.
3fe60e3c 15014
9219021c
DC
150152003-04-15 David Carlton <carlton@math.stanford.edu>
15016
15017 * gdb.c++/maint.exp: New file.
15018
5dd55bdd
EZ
150192003-04-14 Elena Zannoni <ezannoni@redhat.com>
15020
15021 * gdb.threads/schedlock.c: Change type of thread function argument
15022 to long, to avoid warnings on 64-bit platforms.
15023
00890572
EZ
150242003-04-14 Elena Zannoni <ezannoni@redhat.com>
15025
a9c64011
AS
15026 * gdb.base/attach.exp: Add new message from ptrace in case of
15027 attaching to nonexistent process.
d63a86f8 15028
93201743
JB
150292003-04-11 Jim Blandy <jimb@redhat.com>
15030
15031 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15032 gdb.c++/userdef.cc: Place comments on the lines to which the
15033 marker function might return.
15034 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15035 gdb.c++/userdef.exp: Look for those comments to check that we've
15036 returned to the right place, instead of checking line numbers.
15037
2a11c64d
EZ
150382003-04-11 Elena Zannoni <ezannoni@redhat.com>
15039
a9c64011
AS
15040 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
15041 match on sourcefile name, instead of directory name.
2a11c64d 15042
68ab8fc5
EZ
150432003-04-10 Elena Zannoni <ezannoni@redhat.com>
15044
d63a86f8 15045 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
15046 working directory name.
15047
5624293a
JB
150482003-04-09 Jim Blandy <jimb@redhat.com>
15049
15050 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15051 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
15052 after an inferior function call, report the failure, but allow the
15053 test to continue.
15054
f1f02ee4
SC
150552003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15056
15057 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15058 with -DPROTOTYPES.
15059
6eb79af0
SC
150602003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15061
15062 * gdb.base/break.exp: Revert last patch.
15063
8dfb4cf0
SC
150642003-04-04 Stephane Carrez <stcarrez@nerim.fr>
15065
15066 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15067 with -DPROTOTYPES.
15068
ed4c619a
AC
150692003-04-02 Andrew Cagney <cagney@redhat.com>
15070
15071 * gdb.base/callfuncs.exp: Make "print add" messages unique.
15072 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
15073 matching directories by the name breakpoint.
15074 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
15075 Make "continue to marker1" consistent.
15076 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
15077 message consistent.
15078 * lib/gdb.exp: Put "the program is no longer running", and "the
15079 program exited" in parenthesis.
15080 * lib/mi-support.exp: Ditto.
d63a86f8 15081
4e35d5f0 150822003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 15083
4e35d5f0
BR
15084 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
15085
71900fe8
AC
150862003-03-29 Andrew Cagney <cagney@redhat.com>
15087
15088 * gdb.base/sizeof.c (main): Print the value of '\377'.
15089 * gdb.base/sizeof.exp: Check the sign of '\377'.
15090
c0655a16
MC
150912003-03-27 Michael Chastain <mec@shout.net>
15092
15093 * gdb.base/gdb1090.exp: New file.
15094 * gdb.base/gdb1090.cc: New file.
15095
5b2a3989
JB
150962003-03-27 J. Brobecker <brobecker@gnat.com>
15097
15098 * gdb.gdb/observer.exp: New regression test.
15099
79876890
MC
151002003-03-27 Michael Chastain <mec@shout.net>
15101
15102 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
15103 * gdb.base/ptype.exp: Likewise.
15104
6eac95e3
CV
151052003-03-27 Corinna Vinschen <vinschen@redhat.com>
15106
15107 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
15108
e8c71839
MC
151092003-03-26 Michael Chastain <mec@shout.net>
15110
15111 * gdb.base/ptype.exp: Actually use some typedef'd types.
15112
71b10041
SC
151132003-03-21 Stephane Carrez <stcarrez@nerim.fr>
15114
15115 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
15116 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
15117
2512cf80
CV
151182003-03-20 Corinna Vinschen <vinschen@redhat.com>
15119
15120 * gdb.base/default.exp: Fix regular expression.
15121
0d195a4f
CV
151222003-03-20 Corinna Vinschen <vinschen@redhat.com>
15123
15124 * gdb.base/args.exp: Fix regular expression.
15125
8a2dbca8
CV
151262003-03-20 Corinna Vinschen <vinschen@redhat.com>
15127
15128 * gdb.base/help.exp: Allow Win32 child process.
15129
bf028682
CV
151302003-03-20 Corinna Vinschen <vinschen@redhat.com>
15131
15132 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
15133 when stepping out of main().
15134
182dbe85
CV
151352003-03-20 Corinna Vinschen <vinschen@redhat.com>
15136
15137 * gdb.base/default.exp: Check for win32 specific message when calling
15138 "run" without executable.
15139
d67a6ba5
CV
151402003-03-20 Corinna Vinschen <vinschen@redhat.com>
15141
15142 * gdb.base/args.exp: Expect .exe in output.
15143
a955b5bb
CV
151442003-03-20 Corinna Vinschen <vinschen@redhat.com>
15145
15146 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
15147 Cygwin native.
15148
bf6bad4b
AC
151492003-03-17 Andrew Cagney <cagney@redhat.com>
15150
15151 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
15152 vector registes.
15153 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
15154 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
15155
293e9a31
DC
151562003-03-17 David Carlton <carlton@math.stanford.edu>
15157
15158 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
15159 test, for PR breakpoints/38.
15160 Call test_watchpoint_and_breakpoint.
15161 * gdb.base/watchpoint.c (func3): New function.
15162 (main): Call func3.
15163
5330f2db
DC
151642003-03-04 David Carlton <carlton@math.stanford.edu>
15165
15166 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
15167 Garply<Garply<char> >:: garply".
15168 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
15169 with respect to PR c++/1111; note also PR c++/1113.
15170 (test_template_breakpoints): KFAIL "constructor breakpoint" with
15171 respect to PR c++/1062.
15172 KFAIL "destructor breakpoint" with respect to PR c++/1112.
15173
6ece72da
DC
151742003-03-03 David Carlton <carlton@math.stanford.edu>
15175
15176 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
15177 with respect to PR c++/57.
15178 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
15179 c++/826.
15180 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
15181 respect to PR c++/57.
15182
85ca1584
DC
151832003-03-03 David Carlton <carlton@math.stanford.edu>
15184
15185 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
15186 respect to PR c++/33 into FAILs.
15187
98e9c5b8
MC
151882003-03-03 Michael Chastain <mec@shout.net>
15189
7bedbf27
MC
15190 * configure.in: Update copyright years.
15191
151922003-03-03 Michael Chastain <mec@shout.net>
15193
15194 * Makefile.in: Update copyright years.
98e9c5b8 15195
f683e100
DC
151962003-02-28 David Carlton <carlton@math.stanford.edu>
15197
15198 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
15199 print class instead of struct and/or superfluous protection
15200 specifiers, as long as the resulting output is equivalent to the
15201 source code.
15202 Delete FIXME from end of messages on tests that don't need
15203 fixing.
15204
a9e0cf2c
DC
152052003-02-28 David Carlton <carlton@math.stanford.edu>
15206
15207 * gdb.c++/templates.exp (do_tests): Allow const in the two
15208 Foo<volatile char *>::foo tests.
15209
e8d359df
MS
152102003-02-27 Michael Snyder <msnyder@redhat.com>
15211
d63a86f8 15212 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
15213 will be consistant.
15214
0b71dc91
DC
152152003-02-26 David Carlton <carlton@math.stanford.edu>
15216
15217 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
15218 char *>::foo" test with respect to PR c++/33. Create a new test
15219 which is identical to that one except that it doesn't put the
15220 space between the "char" and the "*"; KFAIL it, too.
15221
dd14ab43
DC
152222003-02-26 David Carlton <carlton@math.stanford.edu>
15223
15224 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
15225 template types into either PASSes or KFAILs (corresponding to PR
15226 c++/57). Tweak indentation. Update copyright.
15227
1146c7f1
SC
152282003-02-23 Stephane Carrez <stcarrez@nerim.fr>
15229
15230 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
15231
74641dfb
MC
152322003-02-13 Michael Chastain <mec@shout.net>
15233
15234 * gdb.base/exprs.exp: Remove i960 remnants.
15235 * gdb.base/funcargs.exp: Likewise.
15236 * gdb.base/list.exp: Likewise.
15237 * gdb.base/ptype.exp: Likewise.
15238
559cd2d0
DC
152392003-02-14 David Carlton <carlton@math.stanford.edu>
15240
15241 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
15242 pEe->D::vg()" from XFAIL to KFAIL.
15243
c4f90d87
JM
152442003-02-13 Jason Molenda (jmolenda@apple.com)
15245
15246 * gdb.base/maint.exp: Update maint print statistics regexp to include
15247 new entries.
15248
cbc4d97c
MC
152492003-02-13 Michael Chastain <mec@shout.net>
15250
15251 * gdb.c++/inherit.exp: Remove call to get_debug_format.
15252
40f235b7
MC
152532003-02-12 Michael Chastain <mec@shout.net>
15254
15255 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
15256 * gdb.c++/inherit.exp: Likewise.
15257 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
15258 * gdb.c++/templates.exp: Likewise.
15259 * gdb.c++/virtfunc.exp: Likewise.
15260
c56716b0
JM
152612003-02-06 Jason Molenda (jason-cl@molenda.com)
15262
15263 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
15264 why the code is written that way.
15265
070afcf8
MC
152662003-02-05 Michael Chastain <mec@shout.net>
15267
15268 * gdb.base/dump.exp: Add missing copyright line.
15269
5d0331e5
JM
152702003-02-05 Jason Molenda (jason-cl@molenda.com)
15271
f7ae6d3e 15272 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
15273 at the beginning so the breakpoint doesn't get set on the loop.
15274
92851186
MC
152752003-02-05 Michael Chastain <mec@shout.net>
15276
15277 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
15278 output for configurations with gcc 2.95.3.
15279
cbf1e085
AC
152802003-02-05 Keith Seitz <keiths@redhat.com>
15281 Andrew Cagney <ac131313@redhat.com>
15282
15283 * gdb.mi/mi-cli.exp: New file.
d63a86f8 15284
29518e1e
MC
152852003-02-04 Michael Chastain <mec@shout.net>
15286
15287 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
15288 Call perror and then continue.
15289
5af1d5f3
MC
152902003-02-03 Michael Chastain <mec@shout.net>
15291
15292 * gdb.c++/pr-1023.cc: New file.
15293 * gdb.c++/pr-1023.exp: New file.
15294
6b549786
JB
152952003-02-05 Jim Blandy <jimb@redhat.com>
15296
15297 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
15298 it's local to foobar. Check for it there, and check that it's not
15299 present in main.
15300 * gdb.c++/local.cc (marker2): New function.
15301 (foobar): Call marker1.
15302 (main): Call marker2 instead of marker1.
15303
67f16606
AC
153042003-02-04 Andrew Cagney <ac131313@redhat.com>
15305
15306 * gdb.disasm/mn10200.exp: Obsolete file.
15307 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
15308 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
15309 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
15310
1c5cb38e
DC
153112003-02-04 David Carlton <carlton@math.stanford.edu>
15312
15313 * gdb.c++/overload.exp: Test intToChar(1).
15314 * gdb.c++/overload.cc (intToChar): New.
15315 (main): Call intToChar.
15316
d1fe6965
DC
153172003-02-03 David Carlton <carlton@math.stanford.edu>
15318
15319 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
15320 'might_kfail' arg.
15321 KFAIL some of the continue_to_bp_overloaded calls, according to
15322 PR c++/1025.
15323
9ba61c5d
MC
153242003-02-01 Michael Chastain <mec@shout.net>
15325
15326 * gdb.base/advance.c (marker1): New marker function.
15327 * gdb.base/advance.exp: When the 'advance' command lands on the
15328 return breakpoint, it can legitimately stop on either the
15329 current line or the next line. Accommodate both outcomes.
15330 * gdb.base/until.exp: Likewise.
15331
e7494ffb
AC
153322003-02-02 Andrew Cagney <ac131313@redhat.com>
15333
15334 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
15335 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
15336 now a list, not a tuple.
15337 * gdb.mi/mi-var-display.exp: Ditto.
15338 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 15339
075559bc
AC
153402003-02-01 Andrew Cagney <ac131313@redhat.com>
15341
15342 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
15343 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
15344 stack backtraces.
15345 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 15346
2bd4c7b1
MK
153472003-02-01 Mark Kettenis <kettenis@gnu.org>
15348
15349 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15350 gdb.mi/mi1-pthreads.exp: Return instead of calling
15351 gdb_suppress_entire_file.
15352
eabd8992
MS
153532003-02-01 Mark Salter <msalter@redhat.com>
15354
15355 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
15356
71469e2f
MS
153572003-01-31 Mark Salter <msalter@redhat.com>
15358
15359 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
15360 Support empty arg.
15361
38a94d44
MC
153622003-01-30 Michael Chastain <mec@shout.net>
15363
15364 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
15365 This was a workaround for a UTF-8 bug in readline 4.3. The bug
15366 has been fixed in gdb/readline on 2003-01-09.
15367
19ea9e73
MS
153682003-01-29 Michael Snyder <msnyder@redhat.com>
15369
e8d359df
MS
15370 * gdb.base/maint.exp: Allow for leading underscore in symbol.
15371 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
15372 * gdb.base/args.exp: Skip if target does not support args passing.
15373
2307bd6a
DJ
153742003-01-22 Daniel Jacobowitz <drow@mvista.com>
15375
19ea9e73 15376 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
15377 gdb_test. Accept a list of expect arguments as the third
15378 parameter.
15379 (gdb_test): Use it.
15380
f2dd3617
EZ
153812003-01-20 Elena Zannoni <ezannoni@redhat.com>
15382
15383 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
15384 allow for different test tree configurations. Update some
15385 tescases accordingly.
15386 * gdb.arch/altivec-regs.exp: Ditto.
15387 * gdb.asm/asm-source.exp: Ditto.
15388 * gdb.base/advance.exp: Ditto.
15389 * gdb.base/display.exp: Ditto.
d63a86f8 15390 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
15391 * gdb.base/mips_pro.exp: Ditto.
15392 * gdb.base/overlays.exp: Ditto.
15393 * gdb.base/relocate.exp: Ditto.
15394 * gdb.base/setshow.exp: Ditto.
15395 * gdb.base/step-line.exp: Ditto.
15396 * gdb.base/step-test.exp: Ditto.
15397 * gdb.base/until.exp: Ditto.
15398 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
15399
c71cdefd
DC
154002003-01-17 David Carlton <carlton@math.stanford.edu>
15401
15402 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
15403 corresponding to PR c++/945.
15404 Update copyright.
15405
fdba05d7
DC
154062003-01-17 David Carlton <carlton@math.stanford.edu>
15407
15408 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
15409 corresponding to PR c++/68.
15410
154112003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
15412
15413 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
15414 (test_paddr_hairy_functions): Call print_addr_2_kfail for
15415 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
15416
c362c33a
EZ
154172003-01-15 Elena Zannoni <ezannoni@redhat.com>
15418
0fbc361c
EZ
15419 * gdb.base/break.exp: Fix change of default location, because of
15420 removal of until tests.
15421 * gdb.base/help.exp: Update test for new 'until' help message.
15422 Add test for help on 'advance'.
a9c64011 15423 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 15424
dabf8a35
MK
154252003-01-15 Mark Kettenis <kettenis@gnu.org>
15426
15427 * gdb.base/default.exp: Adapt "info float" test for recent changes
15428 to that command. Add test for "info vector".
15429 * gdb.base/float.exp: New file. Add test for "info float" that
15430 resembles the old test in gdb.base/default.exp.
15431
a1769aca
DC
154322003-01-15 David Carlton <carlton@math.stanford.edu>
15433
15434 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
15435
82025e13
EZ
154362003-01-15 Elena Zannoni <ezannoni@redhat.com>
15437
15438 * gdb.base/break.exp: Move the tests of until command from here...
15439 * gdb.base/until.exp: ... to here. New file. Add other tests.
15440 * gdb.base/advance.c: New file.
15441 * gdb.base/advance.exp: New file.
15442
8f9ab801
EZ
154432003-01-14 Elena Zannoni <ezannoni@redhat.com>
15444
a9c64011
AS
15445 * gdb.base/args.c: New file.
15446 * gdb.base/args.exp: New file.
8f9ab801 15447
9ae66589
DJ
154482003-01-14 Daniel Jacobowitz <drow@mvista.com>
15449
15450 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
15451
8d77e5c3
DJ
154522003-01-14 Daniel Jacobowitz <drow@mvista.com>
15453
15454 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
15455
12d2f0a1
DJ
154562003-01-14 Daniel Jacobowitz <drow@mvista.com>
15457
15458 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
15459 dates.
15460
6ca37014
DJ
154612003-01-13 Daniel Jacobowitz <drow@mvista.com>
15462
15463 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
15464
b0023472
DJ
154652003-01-13 Daniel Jacobowitz <drow@mvista.com>
15466
15467 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
15468 (ptype &*"foo").
15469 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
15470
607fbc54 154712003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
15472
15473 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
15474 * gdb.mi/mi1-console.exp: Likewise.
15475
607fbc54 154762003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
15477
15478 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
15479 * gdb.mi/mi1-console.exp: Likewise.
15480
a1fb14a2
DJ
154812003-01-13 Daniel Jacobowitz <drow@mvista.com>
15482
15483 * gdb.c++/overload.exp: Remove some fixed XFAILs.
15484
c4cf40b7
DJ
154852003-01-09 Daniel Jacobowitz <drow@mvista.com>
15486
15487 * gdb.base/detach.exp: New test.
15488
696d5a5b
DJ
154892003-01-09 Daniel Jacobowitz <drow@mvista.com>
15490
15491 * Makefile.in (ALL_SUBDIRS): New variable.
15492 (subdirs, clean, distclean): Use it.
15493 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
15494 regenerating Makefile, since it is generated from the top level.
15495 * gdb.asm/Makefile.in: Likewise.
15496 * gdb.base/Makefile.in: Likewise.
15497 * gdb.c++/Makefile.in: Likewise.
15498 * gdb.disasm/Makefile.in: Likewise.
15499 * gdb.java/Makefile.in: Likewise.
15500 * gdb.mi/Makefile.in: Likewise.
15501 * gdb.threads/Makefile.in: Likewise.
15502 * gdb.trace/Makefile.in: Likewise.
15503
754533e4
DC
155042003-01-09 David Carlton <carlton@math.stanford.edu>
15505
15506 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
15507 Add copyright year 2003.
15508
d8b3e9ee
MC
155092003-01-06 Michael Chastain <mec@shout.net>
15510
15511 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
15512 When selecting a thread, 'line' and 'file' are optional.
15513 * gdb.mi/mi1-pthreads.exp: Likewise.
15514
8e9e0fe6
AS
155152003-01-06 Andreas Schwab <schwab@suse.de>
15516
15517 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
15518 failures.
15519
b5ab8ff3
DJ
155202003-01-04 Daniel Jacobowitz <drow@mvista.com>
15521
15522 Fix PR gdb/844
15523 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
15524 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
15525
15526 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
15527 instead of calling gdb_suppress_entire_file.
15528 * gdb.threads/print-threads.exp: Likewise.
15529 * gdb.threads/schedlock.exp: Likewise.
15530
15531 * gdb.threads/killed.exp: Return instead of calling
15532 gdb_suppress_entire_file.
15533 * gdb.threads/linux-dp.exp: Likewise.
15534 * gdb.threads/pthreads.exp: Likewise.
15535
1e698235
DJ
155362003-01-04 Daniel Jacobowitz <drow@mvista.com>
15537
15538 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
15539 stabs.
15540 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
15541 * gdb.base/whatis.exp: Always allow (void) after function names.
15542
147ff08c
DJ
155432003-01-04 Daniel Jacobowitz <drow@mvista.com>
15544
15545 * gdb.c++/casts.exp: Correct regexp.
15546
dc62bfc2
MK
155472003-01-04 Mark Kettenis <kettenis@gnu.org>
15548
15549 * configure.in: Call AC_CONFIG_HEADER. Don't call
15550 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
15551 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
15552 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
15553 aforementioned directories in the AC_OUPUT call.
15554 * config.hin: New file.
15555 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15556 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
15557 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
15558 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
15559 pass -I$objdir instead of -I$objdir/$subdir in compilation.
15560 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
15561 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
15562 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
15563 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
15564 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
15565 gdb.threads/configure.in, gdb.threads/configure,
15566 gdb.threads/config.in, gdb.trace/configure.in,
15567 gdb.trace/configure: Removed.
15568
77afa639
MC
155692003-01-03 Michael Chastain <mec@shout.net>
15570
15571 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
15572 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
15573
7634bb6e
DJ
155742003-01-03 Daniel Jacobowitz <drow@mvista.com>
15575
15576 * gdb.base/store.exp: Fix regular expressions.
15577
b39c905e
MK
155782002-12-28 Mark Kettenis <kettenis@gnu.org>
15579
15580 * configure.in: Rewrite.
15581 * configure: Regenerated.
15582
0a8551dd
DC
155832003-01-03 David Carlton <carlton@math.stanford.edu>
15584
15585 * gdb.base/psymtab.exp: New file.
15586 * gdb.base/psymtab1.c: Ditto.
15587 * gdb.base/psymtab2.c: Ditto.
15588
c60b7188
AF
155892002-12-23 Adam Fedor <fedor@gnu.org>
15590
15591 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
15592
ee73db83
DC
155932002-12-23 David Carlton <carlton@math.stanford.edu>
15594
15595 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
15596 and current_directory initialization.
15597
d6c1774e
JB
155982002-12-22 Jim Blandy <jimb@redhat.com>
15599
f0a847b8
JB
15600 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
15601 rather than as part of the output file name.
15602
d6c1774e
JB
15603 * gdb.base/attach.exp: There's no need to copy the test program to
15604 /tmp; that was only ever necessary on HP/UX, and this test is
15605 entirely disabled there anyway.
15606
f0708dbb
JB
156072002-12-21 Jim Blandy <jimb@redhat.com>
15608
4c2acfea
JB
15609 * gdb.c++/psmang.exp: Doc fix.
15610
f0708dbb
JB
15611 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
15612 test.
15613
9579e000
DC
156142002-12-20 David Carlton <carlton@math.stanford.edu>
15615
15616 * gdb.c++/annota2.exp: KFAIL annotate-quit.
15617
d1810171
MC
156182002-12-18 Michael Chastain <mec@shout.net>
15619
15620 * gdb.c++/annota2.exp: Add copyright year 2002.
15621
76565097
DC
156222002-12-17 David Carlton <carlton@math.stanford.edu>
15623
15624 * gdb.c++/try_catch.cc: Add marker comments.
15625 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
15626 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
15627 * gdb.c++/m-static.cc: Ditto.
15628 * gdb.c++/m-static1.cc: Ditto.
15629 * gdb.c++/try_catch.cc: Ditto.
15630
da81390b
JJ
156312002-12-16 Jeff Johnston <jjohnstn@redhat.com>
15632
15633 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
15634 to see whether we are using the new -environment-directory
15635 command which resets via -r or the old version of the command
15636 which may prompt the user. Part of fix for gdb/741.
15637
b304d130
AC
156382002-12-13 Andrew Cagney <ac131313@redhat.com>
15639
15640 * gdb.fortran/types.exp: Update obsolete comment.
15641 * gdb.fortran/exprs.exp: Ditto.
15642 * lib/gdb.exp: Delete obsolete code.
15643 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
15644 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
15645 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
15646 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
15647 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
15648 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
15649 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
15650 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
15651 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
15652 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
15653 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
15654 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
15655 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
15656 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
15657 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
15658 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
15659 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
15660 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
15661 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
15662 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
15663 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
15664 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
15665 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
15666 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
15667 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
15668 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
15669 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
15670 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
15671 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
15672 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
15673 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
15674 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
15675 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
15676 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
15677 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
15678 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
15679 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
15680
a23b6e6a
DC
156812002-12-11 David Carlton <carlton@math.stanford.edu>
15682
15683 * gdb.c++/m-data.exp: Add test for members that shadow global
15684 variables: see PR gdb/804.
15685 * gdb.c++/m-data.cc: Ditto.
15686
6604731b
DJ
156872002-12-10 Daniel Jacobowitz <drow@mvista.com>
15688
15689 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
15690
de46ecd7
DC
156912002-12-06 David Carlton <carlton@math.stanford.edu>
15692
15693 * gdb.base/store.c: Don't declare functions static.
15694
27e829d0
AC
156952002-12-04 Andrew Cagney <ac131313@redhat.com>
15696
15697 * gdb.base/store.exp, gdb.base/store.c: New files.
15698
92806416
DJ
156992002-12-03 Daniel Jacobowitz <drow@mvista.com>
15700
15701 * gdb.base/selftest.exp: Update for current gdb.
15702
3bcbaac5
DJ
157032002-12-03 Daniel Jacobowitz <drow@mvista.com>
15704
15705 * gdb.base/maint.exp: Only dump symbols from one source file
15706 or objfile.
15707
f4f00b1f
DJ
157082002-12-03 Daniel Jacobowitz <drow@mvista.com>
15709
15710 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
15711 function call.
15712
f1c8a949
JB
157132002-11-25 Jim Blandy <jimb@redhat.com>
15714
15715 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
15716 function appearing in error message.
15717
9e297a97
DJ
157182002-11-21 Daniel Jacobowitz <drow@mvista.com>
15719
15720 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
15721
1f312e79
JJ
157222002-11-08 Jeff Johnston <jjohnstn@redhat.com>
15723
d63a86f8
RM
15724 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
15725 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
15726 should be in mi console format. This is part of fix for PR gdb/604.
15727
83c31e7d
FN
157282002-09-18 Fernando Nasser <fnasser@redhat.com>
15729
15730 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
15731 which explicitly prints the zero offset as "+0".
15732
322b3f65
DJ
157332002-10-22 Daniel Jacobowitz <drow@mvista.com>
15734
15735 * gdb.threads/schedlock.c (args): Make unsigned.
15736
157372002-10-21 Daniel Jacobowitz <drow@mvista.com>
15738
15739 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
15740 numbers. Allow "foo2|selected stack frame".
15741 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
15742 * gdb.asm/asmsrc2.s: Likewise.
15743 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
15744 comments.
15745 * gdb.asm/mips.inc: New file.
15746
5e2fe5b8
AF
157472002-10-18 Adam Fedor <fedor@gnu.org>
15748
15749 * gdb.base/default.exp: Update expected output to include 'ObjC'.
15750 * gdb.base/help.exp: Likewise.
15751
abe1a5d0
KB
157522002-10-17 Kevin Buettner <kevinb@redhat.com>
15753
15754 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
15755 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
15756
10abb1d4
JB
157572002-10-02 Jim Blandy <jimb@redhat.com>
15758
15759 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
15760
1f609b42
AC
157612002-10-01 Andrew Cagney <ac131313@redhat.com>
15762
15763 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
15764 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
15765 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
15766 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
15767 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
15768 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
15769 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
15770
0aee02e4
AC
157712002-09-29 Andrew Cagney <ac131313@redhat.com>
15772
15773 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
15774 * mi0-disassemble.exp, mi0-eval.exp: Delete.
15775 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
15776 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
15777 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
15778 * mi0-var-block.exp, mi0-var-child.exp: Delete.
15779 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 15780
6fde09ad
KB
157812002-09-27 Kevin Buettner <kevinb@redhat.com>
15782
15783 * gdb.base/annota1.exp (info break): Make directory components of
15784 path optional since not all compilers emit this debug information.
15785
889bf7c5
PA
15786 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
15787 step ends up stepping out of the function instead of stopping on
15788 the epilogue.
6fde09ad 15789
9e8aab75
KS
157902002-09-26 Keith Seitz <keiths@redhat.com>
15791
15792 * lib/insight-support.exp (gdbtk_start): Figure out where
15793 the insight executable is based on where gdb is. Use this
15794 executable to start insight instead of gdb.
15795
e36180d7
AC
157962002-09-25 Andrew Cagney <cagney@redhat.com>
15797
15798 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
15799
9dd34b2b
AC
158002002-09-24 Andrew Cagney <ac131313@redhat.com>
15801
15802 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15803 test_isolated_complaints.
15804 (test_empty_complaint): New function.
15805 (test_empty_complaints): New function. Check no output when no
15806 complaints.
d63a86f8 15807
dea97812
KB
158082002-09-19 Jim Blandy <jimb@redhat.com>
15809
a9c64011 15810 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 15811
54951bd7
AC
158122002-09-19 Andrew Cagney <ac131313@redhat.com>
15813
15814 * gdb.gdb/complaints.exp: New file.
15815
dec43320
AC
158162002-09-18 Andrew Cagney <ac131313@redhat.com>
15817
15818 * gdb.base/maint.exp: Check `help maint internal-warning'.
15819
e70d6e3f
DC
158202002-09-18 David Carlton <carlton@math.stanford.edu>
15821
15822 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15823 numbers, and replace them by a single breakpoint after the
15824 constructors are all finished.
15825 Add test 4.
15826 * gdb.c++/m-static.cc: Add test 4.
15827 * gdb.c++/m-static.h: New file.
15828 * gdb.c++/m-static1.cc: New file.
15829
15830 * gdb.c++/printmethod.exp: New file.
15831 * gdb.c++/printmethod.cc: New file.
15832
15833 * gdb.c++/pr-574.exp: New file.
15834 * gdb.c++/pr-574.cc: New file.
15835
afb5c968
CV
158362002-09-18 Corinna Vinschen <vinschen@redhat.com>
15837
15838 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15839 embedded targets which never actually exit.
15840
31e45dee
FN
158412002-09-18 Fernando Nasser <fnasser@redhat.com>
15842
15843 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15844 "don't step after run" as unresolved or unsupported, instead of xfail.
15845
a283c5a1
CV
158462002-09-18 Corinna Vinschen <vinschen@redhat.com>
15847
15848 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15849 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15850 Add newline to expected string in "step out of main (status wrapper)"
15851 case.
15852
11350d2a
CV
158532002-09-18 Corinna Vinschen <vinschen@redhat.com>
15854
15855 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15856 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15857
0deec7d6
TT
158582002-09-17 Tom Tromey <tromey@redhat.com>
15859
15860 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15861 \000, not \0, in double-quoted string.
15862
b2b4a1b5
CV
158632002-09-14 Corinna Vinschen <vinschen@redhat.com>
15864
c9d37158 15865 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
15866 string after running the commands execution on breakpoint tests.
15867
1c56143a
CV
158682002-09-13 Corinna Vinschen <vinschen@redhat.com>
15869
15870 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15871
37f8da45
JB
158722002-09-12 Joel Brobecker <brobecker@gnat.com>
15873
15874 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15875
08b468e0
KS
158762002-09-10 Keith Seitz <keiths@redhat.com>
15877
15878 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15879 runto proc.
15880 (mi_run_to_main): Use mi_runto.
15881 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15882
dc360f58
KS
158832002-09-10 Keith Seitz <keiths@redhat.com>
15884
15885 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15886 regexp for stopping at main. Could have multiple event notifications.
15887 Don't assume that main was declared with no parameters.
15888 (mi_next): Use mi_step_to.
15889 (mi_step): Use mi_next_to.
15890
ce3abcfb
CV
158912002-09-09 Corinna Vinschen <vinschen@redhat.com>
15892
15893 * gdb.base/default.exp: Fix expected string in `info float' test.
15894
d1f5b980
BE
158952002-09-09 Ben Elliston <bje@redhat.com>
15896
15897 * config/mips.exp: Update comments.
15898 * config/mips-idt.exp: Likewise.
15899 * config/nind.exp: Likewise.
15900 * config/slite.exp: Likewise.
15901 * config/sparclet.exp: Likewise.
15902 * config/udi.exp: Likewise.
15903 * config/vx.exp: Likewise.
15904 * config/vxworks29k.exp: Likewise.
15905
2f71430b
JB
159062002-09-05 Jim Blandy <jimb@redhat.com>
15907
15908 * gdb.threads/killed.exp: Fix test failure message.
15909
7ddebc7e
KS
159102002-09-04 Keith Seitz <keiths@redhat.com>
15911
15912 * lib/mi-support.exp: Update copyright.
15913 (mi_gdb_test): Increase the priority of the expected pattern
15914 so that it matches gdb_test.
15915
0ae67eb3
KS
159162002-09-03 Keith Seitz <keiths@redhat.com>
15917
15918 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15919 Use integer comparison instead of string comparison for testing
15920 whether binary was built.
15921
38fc42c8
JB
159222002-09-03 Jim Blandy <jimb@redhat.com>
15923
15924 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15925
b6ff0e81
JB
159262002-08-29 Jim Blandy <jimb@redhat.com>
15927
15928 * gdb.threads/pthreads.exp: Move the portable thread compilation
15929 code into a function in lib/gdb.exp, and call that from here.
15930 * lib/gdb.exp (gdb_compile_pthreads): New function.
15931
07c98896
KS
159322002-08-29 Keith Seitz <keiths@redhat.com>
15933
15934 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15935 expect_out so that callers can get at it.
15936
0312286c
DJ
159372002-08-23 Daniel Jacobowitz <drow@mvista.com>
15938
15939 * gdb.threads/print-threads.c: New file.
15940 * gdb.threads/print-threads.exp: New file.
15941 * gdb.threads/schedlock.c: New file.
15942 * gdb.threads/schedlock.exp: New file.
15943
dd039bc4
EZ
159442002-08-22 Elena Zannoni <ezannoni@redhat.com>
15945
a9c64011
AS
15946 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15947 not altivec.c.
dd039bc4 15948
1f36144c
MK
159492002-08-17 Mark Kettenis <kettenis@gnu.org>
15950
15951 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15952 targets. The problem should be fixed now.
15953
16057ec7 159542002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
15955
15956 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15957 2002-07-24 change that removes final dots from error messages.
15958
3c1499ad
TT
159592002-08-13 Tom Tromey <tromey@redhat.com>
15960
15961 * gdb.base/readline.exp: New file.
15962
a20ce2c3
AC
159632002-08-01 Andrew Cagney <ac131313@redhat.com>
15964
15965 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15966 supress message.
15967
db034ac5
AC
159682002-08-01 Andrew Cagney <cagney@redhat.com>
15969
15970 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15971 CHILL_FOR_TARGET and CHILL_LIB.
15972 * configure.in (configdirs): Remove gdb.chill.
15973 * configure: Regenerate.
15974 * lib/gdb.exp: Obsolete references to chill.
15975 * gdb.fortran/types.exp: Ditto.
15976 * gdb.fortran/exprs.exp: Ditto.
15977
3e000b18
KB
159782002-07-30 Kevin Buettner <kevinb@redhat.com>
15979
15980 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15981 set Irix-specific compile and link flags.
15982
28f4966b
KB
159832002-07-29 Kevin Buettner <kevinb@redhat.com>
15984
15985 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15986 source files. The ``-o'' option doesn't work with the ``-E'' option
15987 when using the Irix compiler.
15988
46c0d5a6
DJ
159892002-07-19 Daniel Jacobowitz <drow@mvista.com>
15990
15991 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15992 Improve support for reusing an exec file. Copy exec file
15993 to target, and run gdbserver on the target instead of on the host.
15994
eecf4bed
JB
159952002-07-18 Jim Blandy <jimb@redhat.com>
15996
0f815cdf
JB
15997 * gdb.base/ending-run.exp: Don't expect to see the program end in
15998 some orderly fashion when we're running on a real stand-alone
15999 board.
16000
eecf4bed
JB
16001 * gdb.base/interrupt.exp: Correct logic for skipping tests on
16002 targets that don't support interrupts.
16003
52d309e4
JB
160042002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
16005
16006 * gdb.base/attach.exp: Add patterns to match output from /proc-based
16007 systems.
16008 Move comments in expect statements to inside the actions, so that they
16009 don't get matched against.
16010
ff683d9e
MK
160112002-07-10 Mark Kettenis <kettenis@gnu.org>
16012
16013 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
16014 function when asleep" test.
16015
b5356753
AC
160162002-07-10 Andrew Cagney <ac131313@redhat.com>
16017
16018 * gdb.base/page.exp: Rewrite to handle problems with very long
16019 `info set' output. Update copyright.
16020
6aa4d13a
AC
160212002-06-26 Andrew Cagney <ac131313@redhat.com>
16022
16023 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
16024 gdb.threads-hp.
16025 * gdb.hp/configure: Regenerate.
16026 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
16027 * gdb.hp/gdb.threads-hp/configure: Delete file.
16028 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
16029
8cf8c2b8
AC
160302002-06-22 Andrew Cagney <ac131313@redhat.com>
16031
16032 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
16033 setlocale, bindtextdomain and textdomain.
16034
6827a8f8
JB
160352002-06-11 Jim Blandy <jimb@redhat.com>
16036
919d772c
JB
16037 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
16038 preprocessor macro information is present.
16039
6827a8f8
JB
16040 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
16041 tests.
16042
c15b0d21
MS
160432002-06-06 Michael Snyder <msnyder@redhat.com>
16044
c5984d70
MS
16045 * gdb.base/overlays.exp: Record addresses of overlay
16046 functions in TCL variables rather than in GDB variables,
16047 to avoid having GDB convert them to pointers (with loss
16048 of information).
16049
d63a86f8 16050 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 16051 default linker script changes.
c15b0d21
MS
16052 * gdb.base/long_long.exp: Add check for sizeof (long double).
16053
be26fe0d
ML
160542002-06-06 Michal Ludvig <mludvig@suse.cz>
16055
16056 * gdb.asm/asm-source.exp: Add x86-64 target.
16057 * gdb.asm/x86_64.inc: New.
d63a86f8 16058
258093ca 160592002-05-30 Michael Chastain <mec@shout.net>
258093ca 16060
4b3153f1 16061 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
16062 * gdb.c++/m-static.cc: New file.
16063 * gdb.c++/m-static.exp: New file.
16064
241264c6
MS
160652002-05-28 Michael Snyder <msnyder@redhat.com>
16066
16067 * gdb.base/call-ar-st.exp: Allow for reduced floating point
16068 precision.
16069
9bba8c8f 160702002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 16071
4b3153f1 16072 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
16073 * gdb.c++/m-data.cc: New file.
16074 * gdb.c++/m-data.exp: New file.
16075
160762002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 16077
4b3153f1 16078 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 16079 * gdb.c++/try_catch.cc: New file.
d63a86f8 16080 * gdb.c++/try_catch.exp: New file.
9bba8c8f 16081
def1b996
MC
160822002-05-27 Michael Chastain <mec@shout.net>
16083
16084 * gdb.c++/local.exp: Accept more nested types in output.
16085
522ba268
MC
160862002-05-26 Michael Chastain <mec@shout.net>
16087
16088 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
16089
277254ba
MS
160902002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
16091
16092 * lib/gdb.exp (gdb_wrapper_init): Just because
16093 gdb_wrapper_file exists, this does not mean that the file
16094 should not be rebuilt. That is what gdb_wrapper_initialized
16095 is for.
16096 (default_gdb_init): Reset gdb_wrapper_initialized.
16097
b61a8733
MS
160982002-05-23 Michael Snyder <msnyder@redhat.com>
16099
d63a86f8 16100 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
16101 the precision of the floating point test results.
16102 * gdb.base/call-rt-st.exp: Ditto.
16103
b61a8733
MS
16104 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
16105 * gdb.base/call-rt-st.exp: Ditto.
16106
56f6e910
MC
161072002-05-19 Michael Chastain <mec@shout.net>
16108
16109 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
16110
ad0b0016
EZ
161112002-05-19 Elena Zannoni <ezannoni@redhat.com>
16112
a9c64011
AS
16113 * configure.in (configdirs): Add gdb.arch.
16114 * configure: Regenerate.
ad0b0016 16115
f617d2b6
JB
161162002-05-17 Jim Blandy <jimb@redhat.com>
16117
16118 * gdb.base/completion.exp: Recognize the more detailed error
16119 messages produced by the macro expander's lexical analyzer.
16120
eac2a696
EZ
161212002-05-14 Elena Zannoni <ezannoni@redhat.com>
16122
a9c64011
AS
16123 * gdb.arch/altivec-abi.c: New file.
16124 * gdb.arch/altivec-abi.exp: New file.
16125 * gdb.arch/altivec-regs.c: New file.
16126 * gdb.arch/altivec-regs.exp: New file.
eac2a696 16127
2fdde8f8
DJ
161282002-05-14 Daniel Jacobowitz <drow@mvista.com>
16129
16130 * gdb.base/maint.exp (maint print type): Update for new type
16131 structure.
d63a86f8 16132
e31f1a7c
EZ
161332002-05-14 Elena Zannoni <ezannoni@redhat.com>
16134
16135 * gdb.arch: New directory.
16136 * gdb.arch/configure.in: New file.
16137 * gdb.arch/configure: New file.
16138 * gdb.arch/Makefile.in: New file.
16139
db589741
CV
161402002-05-13 Corinna Vinschen <vinschen@redhat.com>
16141
16142 * gdb.asm/asm-source.exp: Add v850 as supported target.
16143 * gdb.asm/v850.inc: New file.
16144
8ce2a7dc
DJ
161452002-05-13 Daniel Jacobowitz <drow@mvista.com>
16146
16147 * gdb.c++/annota2.exp (annotate-quit): Add comment.
16148
df763c7f
DJ
161492002-05-12 Daniel Jacobowitz <drow@mvista.com>
16150
16151 * gdb.base/break.exp: Check 'break "marker2"'.
16152
377daeed
MS
161532002-05-10 Michael Snyder <msnyder@redhat.com>
16154
16155 * gdb.base/long_long.exp: Fix typo.
16156
c4b7bc2b
JB
161572002-05-10 Jim Blandy <jimb@redhat.com>
16158
ecac9a4e
JB
16159 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
16160 a bug.
16161
c4b7bc2b
JB
16162 * gdb.base/printcmds.exp (test_integer_literals_rejected):
16163 Recognize more detailed error message produced by the macro
16164 expander's lexical analyzer.
16165 * lib/gdb.exp (test_print_reject): Same.
16166
e71019a1
MK
161672002-05-09 Mark Kettenis <kettenis@gnu.org>
16168
16169 * gdb.c++/method.exp: Fix typo.
16170
fedfc8e6
MS
161712002-05-08 Michael Snyder <msnyder@redhat.com>
16172
166a1957
MS
16173 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
16174 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 16175 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
16176 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
16177 Add iftarget clause for strongarm.
d63a86f8 16178
f1c47eb2
MS
161792002-05-06 Michael Snyder <msnyder@redhat.com>
16180
cb9a9d3e
MS
16181 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
16182 (gdb_continue_to_end): Accept output from status wrapper.
16183 * gdb.base/ending-run.exp: Add case for output from status wrapper.
16184 Clean up fail messages to match pass messages.
16185
f1c47eb2
MS
16186 Enable the "needs_status_wrapper" testsuite feature.
16187 * lib/gdb.exp (gdb_wrapper_init): New procedure.
16188 (gdb_compile): Conditionally call gdb_wrapper_init.
16189 * gdb.base/a2-run.exp: Recognize output from status wrapper.
16190 * gdb.c++/method.exp: Recognize output from status wrapper.
16191
6079c749
BE
161922002-05-06 Ben Elliston <bje@redhat.com>
16193From Graydon Hoare <graydon@redhat.com>
16194
16195 * config/sid.exp: Include support for "rawsid" protocol.
16196
188baff3
JB
161972002-05-03 Jim Blandy <jimb@redhat.com>
16198
16199 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
16200 * gdb.c++/hang3.C: New file.
16201
b9c07f0f
AC
162022002-05-04 Andrew Cagney <ac131313@redhat.com>
16203
16204 * gdb.base/default.exp: Remove obsolete code.
16205 * gdb.c++/misc.exp: Ditto. Update copyright.
16206 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
16207 * gdb.base/whatis.exp: Ditto. Update copyright.
16208 * gdb.base/scope.exp: Ditto. Update copyright.
16209 * gdb.base/ptype.exp: Ditto. Update copyright.
16210 * gdb.base/printcmds.exp: Ditto. Update copyright.
16211 * gdb.base/opaque.exp: Ditto. Update copyright.
16212 * gdb.base/list.exp: Ditto.
16213 * gdb.base/funcargs.exp: Ditto. Update copyright.
16214 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
16215 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
16216 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
16217 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
16218 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
16219 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
16220
5c7a0397
MS
162212002-05-02 Michael Snyder <msnyder@redhat.com>
16222
d6dcc264 16223 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
16224 * gdb.base/long_long.exp: Add xscale target.
16225 * gdb.base/default.exp: Add xscale target.
16226
eb7f1c48
JB
162272002-05-01 Jim Blandy <jimb@redhat.com>
16228
16229 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
16230 gdb.c++/hang.exp: New test.
16231
a6befae8
FF
162322002-05-01 Fred Fish <fnf@redhat.com>
16233
16234 * gdb.base/completion.exp: Handle completions of "./Make" for
16235 more than one completion possibility, as is the case when we
16236 build and test in the source tree.
16237
0a310277
AG
162382002-04-29 Anthony Green <green@redhat.com>
16239
16240 * gdb.java/jmisc1.exp: New file.
16241 * gdb.java/jmisc2.exp: New file.
16242
6ff9af88
DJ
162432002-04-24 Daniel Jacobowitz <drow@mvista.com>
16244
16245 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
16246
96b3d632
EZ
162472002-04-23 Elena Zannoni <ezannoni@redhat.com>
16248
16249 * gdb.base/help.exp: Change 'help status' to allow for target
16250 dependent output differences.
16251
5019bb54
MC
162522002-04-22 Michael Chastain <mec@shout.net>
16253
16254 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
16255
a805a116
MC
162562002-04-22 Michael Chastain <mec@shout.net>
16257
16258 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
16259
a1706bfd
DM
162602002-04-17 David S. Miller <davem@redhat.com>
16261
16262 * gdb.asm/sparc64.inc: New file.
16263 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
16264
a73a20a2
EZ
162652002-04-19 Elena Zannoni <ezannoni@redhat.com>
16266
16267 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
16268 instruction file directly into the build tree. Clean up at end of
16269 test.
16270
ba678339
DM
162712002-04-18 David S. Miller <davem@redhat.com>
16272
16273 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
16274 handle 64-bit platforms correctly.
16275 * gdb.base/maint.exp: Likewise.
16276
b03399da
KB
162772002-04-18 Kevin Buettner <kevinb@redhat.com>
16278
16279 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
16280 ``-fpic'' when compiling files comprising a shared library, but
16281 it does need additional linker flags in order to find shared
16282 libraries at run time.
16283
e2004992
KB
162842002-04-18 Kevin Buettner <kevinb@redhat.com>
16285
16286 * gdb.base/cvexpr.c (use): New function.
16287 (main): Invoke use() on all global variables to prevent
16288 some linkers from deleting these otherwise unused symbols.
16289
d8937120
MC
162902002-04-17 Michael Chastain <mec@shout.net>
16291From David S. Miller <davem@redhat.com>
16292
16293 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
16294 handle 64-bit platforms correctly.
16295
ffd61a58
MS
162962002-04-12 Michael Snyder <msnyder@redhat.com>
16297From Jim Blandy <jimb@redhat.com>
a9c64011 16298 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
16299 script can handle this instead.
16300 * gdb.base/bar.c (barx): Same.
16301 * gdb.base/baz.c (bazx): Same.
16302 * gdb.base/grbx.c (grbxx): Same.
16303
16304 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
16305 manager doesn't automatically unmap overlays unnecessarily.
16306
6b8426a6
MH
163072002-04-10 Martin M. Hunt <hunt@redhat.com>
16308
16309 * gdb.base/ending-run.exp: Fix pattern for Mips targets
16310 stepping out of main.
16311
34af4875
MC
163122002-04-09 Michael Chastain <mec@shout.net>
16313
16314 * gdb.c++/local.cc (main): Move call to marker1() inside nested
16315 scope so that the nested scope tests will make sense.
16316 * gdb.c++/local.exp: Write patterns that actually work with gcc
16317 (the HP patterns "were never known to work with gcc").
16318 Keep the old aCC patterns too.
16319
2d1676a0
DJ
163202002-04-09 Daniel Jacobowitz <drow@mvista.com>
16321
16322 * gdb.base/attach.exp: Correct target board test.
16323
3a63e3f9
MC
163242002-04-08 Michael Chastain <mec@shout.net>
16325
16326 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
16327 in a const method. Add some xfail and fail cases for configurations
16328 that do not emit the "const ...".
16329
f18dabd2
MC
163302002-04-07 Michael Chastain <mec@shout.net>
16331
16332 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
16333 Accept "A * const" and "const A * const" as type of "this".
16334 Fix spelling of getFunky throughout. Make messages uniform.
16335
0fcddd82
EZ
163362002-04-07 Elena Zannoni <ezannoni@redhat.com>
16337
a9c64011 16338 Work around for PR gdb/285:
0fcddd82
EZ
16339 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
16340
16a8534a
EZ
163412002-04-07 Elena Zannoni <ezannoni@redhat.com>
16342
16343 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
16344 instructions file at run time instead of configure time.
16345 Sometimes we run the test in a directory that is not the one we
16346 configured in.
16347 * gdb.asm/configure.in: Delete creation of symlink.
16348 * gdb.asm/configure: Regenerate.
16349
24181d81
JB
163502002-04-05 J. Brobecker <brobecker@gnat.com>
16351
16352 * gdb.gdb/xfullpath.exp: New test, to exercise the new
16353 xfullpath () function.
16354
7cdb7107
DJ
163552002-04-04 Daniel Jacobowitz <drow@mvista.com>
16356
16357 * gdb.asm/Makefile.in: Correct dependencies.
16358
16359 * gdb.asm/powerpc.inc: New file.
16360 * gdb.asm/asm-source.exp: Add PowerPC.
16361 * gdb.asm/configure.in: Likewise.
16362 * gdb.asm/configure: Regenerated.
16363
a7d17088
DJ
163642002-04-04 Daniel Jacobowitz <drow@mvista.com>
16365
16366 * gdb.base/relocate.exp: New file.
16367 * gdb.base/relocate.c: New file.
16368
cd721503
FF
163692002-04-04 Fred Fish <fnf@redhat.com>
16370
16371 * gdb.base/step-test.exp: Update comment regarding stopping in
16372 memcpy/bcopy calls inserted as part of the compiler runtime.
16373
b22ad7a7
MS
163742002-04-04 Michael Snyder <msnyder@redhat.com>
16375
16376 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
16377
5f279fa6
DJ
163782002-04-03 Daniel Jacobowitz <drow@mvista.com>
16379
16380 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
16381 (gdb_expect): Remove $notransfer hack.
16382
dd0fd3ce
DJ
163832002-04-02 Daniel Jacobowitz <drow@mvista.com>
16384
16385 * gdb.c++/classes.exp ("calling method for small class"): Match
16386 updated register output.
16387
1e50cda1
DJ
163882002-03-30 Daniel Jacobowitz <drow@mvista.com>
16389
16390 Fix PR gdb/452
16391 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
16392 when finished. Make gdb_file_cmd send "exec-file" when
16393 appropriate.
16394
24015922
DJ
163952002-03-30 Daniel Jacobowitz <drow@mvista.com>
16396
16397 * gdb.base/attach.exp: Remove extra setup_xfail.
16398
dd7dfd64
MS
163992002-03-26 Michael Snyder <msnyder@redhat.com>
16400
16401 * gdb.base/default.exp: Add tests for dump, append, and restore.
16402 * gdb.base/help.exp: Add tests for dump, append, and restore.
16403 * gdb.base/dump.exp: New file, test dump, append and restore.
16404 * gdb.base/dump.c: New file.
16405
48b2f8d7
MS
164062002-03-27 Michael Snyder <msnyder@redhat.com>
16407
d63a86f8 16408 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
16409 clean-ups in help messages.
16410
05b4d525
FF
164112002-03-26 Fred Fish <fnf@redhat.com>
16412
16413 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
16414 have debugging info for those functions and the compiler uses them
16415 internally to copy structs around.
16416
d7679631
FF
164172002-03-26 Fred Fish <fnf@redhat.com>
16418
16419 * gdb.base/list.exp: Revert the change made yesterday and add note
16420 about why we don't list the default lines for remote targets.
16421
523ac3f9
MS
164222002-03-25 Michael Snyder <msnyder@redhat.com>
16423
16424 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
16425
754b2b8d
FF
164262002-03-25 Fred Fish <fnf@redhat.com>
16427
16428 * gdb.base/list.exp: This test works on remote targets so remove
16429 the short circuit for remote targets. Update copyright.
16430
33c3e192
FF
164312002-03-25 Fred Fish <fnf@redhat.com>
16432
16433 * gdb.base/attach.exp: Fix logic error that was suppressing this
16434 test for all non hppa*-*-hpux* targets, instead of the hp target.
16435 Move comments closer to the suppression point. Also now need to
16436 check that we are running natively.
16437
d43e73ee
MS
164382002-03-22 Michael Snyder <msnyder@redhat.com>
16439
882c8f02
MS
16440 * gdb.base/default.exp: Add test for gcore. Update copyright.
16441 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 16442
04c12f60
FF
164432002-03-06 Fred Fish <fnf@redhat.com>
16444
16445 * gdb.base/funcargs.c: Remove extraneous ';' character.
16446 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
16447
b43df995
MC
164482002-03-04 Michael Chastain <mec@shout.net>
16449
16450 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
16451 accommodate gcc v3 function signature.
16452 * gdb.mi/mi0-var-cmd-exp: Ditto.
16453
92362027
AC
164542002-02-24 Andrew Cagney <ac131313@redhat.com>
16455
16456 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
16457 ``GNU/Linux'' or ``Linux kernel''
16458 * testsuite/gdb.threads/pthreads.c: Ditto.
16459
258ad32d
MC
164602002-02-24 Michael Chastain <mec@shout.net>
16461
16462 * gdb.threads/pthreads.c (thread1): Add a return statement.
16463 (thread2): Likewise.
16464 (foo): Likewise.
16465
04c3b3d4
MC
164662002-02-23 Michael Chastain <mec@shout.net>
16467
16468 * gdb.threads/linux-dp.c (philosopher): Add a return statement
16469 to placate gcc.
16470
5a2a0a20
MC
164712002-02-23 Michael Chastain <mec@shout.net>
16472
16473 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
16474 test "ptype bint". The test passes on all my stabs configurations.
16475
a640f7fc
JB
164762002-02-21 Jim Blandy <jimb@redhat.com>
16477
27924826
JB
16478 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
16479 filename at a time, and watch for the ones we want to see.
16480
a640f7fc
JB
16481 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
16482 types of pointers to prototyped functions.
16483
edcc8c75
AC
164842002-02-20 Andrew Cagney <ac131313@redhat.com>
16485
16486 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
16487 signed, unsigned and straight char.
16488 (padding_char, padding_short, padding_int, padding_long,
16489 padding_long_long, padding_float, padding_double,
16490 padding_long_double): New global variables.
16491 (fill, fill_structs): New functions.
16492
16493 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
16494 for correctly sized writes. Update copyright.
16495 (get_valueof): New procedure.
16496 (get_sizeof): Call get_valueof.
16497 (check_valueof): New procedure.
16498 (check_padding): New procedure.
16499
ac57ea44
MC
165002002-02-20 Michael Chastain <mec@shout.net>
16501
16502 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
16503 to setup_xfail. Document some of the remaining calls.
16504
7a10c941
MC
165052002-02-18 Michael Chastain <mec@shout.net>
16506
16507 * gdb.c++/userdef.exp: Update copyright year.
16508
fb8acdcc
DJ
165092002-02-18 Daniel Jacobowitz <drow@mvista.com>
16510
16511 * gdb.c++/userdef.exp: Test overloaded operators properly.
16512 Remove xfails.
16513
fda6ae12
MS
165142002-02-14 Michael Snyder <msnyder@redhat.com>
16515
16516 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
16517
676a0442
DJ
165182002-02-14 Daniel Jacobowitz <drow@mvista.com>
16519
16520 * gdb.base/a2-run.exp: Check for a remote target properly.
16521 * gdb.base/annota1.exp: Likewise.
16522 * gdb.base/list.exp: Likewise.
16523 * gdb.base/reread.exp: Likewise.
16524 * gdb.base/scope.exp: Likewise.
16525 * gdb.base/shlib-call.exp: Likewise.
16526 * gdb.base/term.exp: Likewise.
16527 * gdb.c++/annota2.exp: Likewise.
16528
78b4f468
RE
165292002-02-13 Richard Earnshaw <rearnsha@arm.com>
16530
16531 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
16532
9a81ba51
MC
165332002-02-10 Michael Chastain <mec@shout.net>
16534
16535 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
16536 (call_after_alloca): Ditto.
16537
004af6c7
DJ
165382002-02-10 Daniel Jacobowitz <drow@mvista.com>
16539
16540 * gdb.base/ending-run.exp: Guard "cont" test with
16541 gdb_skip_stdio_test.
16542
37225f62
JB
165432002-02-06 Jim Blandy <jimb@redhat.com>
16544
16545 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
16546 from here...
16547 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
16548 To here. Disable this test on non-HP platforms. Add big comment.
16549
fe6fdd96
MS
165502002-02-04 Michael Snyder <msnyder@redhat.com>
16551
16552 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
16553 other than d10v and m32r.
16554
036fad3f
RE
165552002-02-02 Richard Earnshaw <rearnsha@arm.com>
16556
16557 * gdb.base/default.exp: Rewrite test patterns to reduce time
16558 taken to match them.
16559
7148ab62
DJ
165602002-01-30 Daniel Jacobowitz <drow@mvista.com>
16561
16562 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
16563 Allow a start function above main.
16564 * gdb.threads/linux-dp.exp: Fix copyright date.
16565
396cc255
DJ
165662002-01-30 Daniel Jacobowitz <drow@mvista.com>
16567
a9c64011
AS
16568 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
16569 (check_philosopher_stack): Check for manager thread before checking
16570 for a just-starting thread.
396cc255 16571
f038d31b
DJ
165722002-01-30 Daniel Jacobowitz <drow@mvista.com>
16573
16574 From Neil Booth <neil@daikokuya.demon.co.uk>:
16575 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
16576 warnings.
16577
b3ff9d9a
FF
165782002-01-21 Fred Fish <fnf@redhat.com>
16579
16580 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
16581 not caller.
16582
39ad761d
JB
165832002-01-21 Jim Blandy <jimb@redhat.com>
16584
16585 * gdb.base/reread.exp: Check that GDB properly re-reads the
16586 executable file when it changes while no inferior is running.
16587
aaf320fa
FF
165882002-01-21 Fred Fish <fnf@redhat.com>
16589
a9c64011
AS
16590 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
16591 optionally accept the "shlib events" variation.
aaf320fa 16592
808a31f5
JB
165932002-01-21 Jim Blandy <jimb@redhat.com>
16594
16595 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
16596 call `fflush' after every `printf', so that the output is produced
16597 at predictable points, regardless of whatever buffering does (or
16598 doesn't) take place.
16599 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
16600 at different points.
16601
4420d5e2
DJ
166022002-01-20 Daniel Jacobowitz <drow@mvista.com>
16603
16604 * gdb.c++/inherit.exp: Update copyright years.
16605 * gdb.c++/method.exp: Likewise.
16606
3e36a0f4
DJ
166072002-01-20 Daniel Jacobowitz <drow@mvista.com>
16608
16609 * gdb.c++/classes.exp: Update for improved v3 support and skipping
16610 artificial methods/arguments.
16611 * gdb.c++/derivation.exp: Likewise.
16612 * gdb.c++/inherit.exp: Likewise.
16613 * gdb.c++/method.exp: Likewise.
16614 * gdb.c++/virtfunc.exp: Likewise.
16615
b4ceaee6
AC
166162002-01-18 Andrew Cagney <ac131313@redhat.com>
16617
16618 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
16619 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
16620 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
16621 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
16622 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
16623 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
16624
ecace851
JB
166252002-01-17 Jim Blandy <jimb@redhat.com>
16626
16627 * gdb.asm/asm-source.exp (info symbol): Take another shot at
16628 anchoring the pattern matching the entry point symbol's name.
16629
375fc983
AC
166302002-01-17 Andrew Cagney <ac131313@redhat.com>
16631
16632 * gdb.base/maint.exp: Update ``maint internal-error'' to match
16633 continue/quit query. Update copyright.
16634
fe6fdd96
MS
166352002-01-14 Michael Snyder <msnyder@redhat.com>
16636
16637 * gdb.base/gcore.exp: Remove extra debugging output.
16638
e017c81f
DJ
166392002-01-13 Daniel Jacobowitz <drow@mvista.com>
16640
16641 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
16642 for slightly dubious v2 mangled string.
16643
37ab3bf8
DJ
166442002-01-13 Daniel Jacobowitz <drow@mvista.com>
16645
16646 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
16647
1bc05c3a 166482002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 16649
1bc05c3a 16650 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 16651
1bc05c3a
JM
16652 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
16653 constructors.
16654 * gdb.c++/derivation.exp: Likewise.
16655 * gdb.c++/templates.exp: Likewise.
16656 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 16657
1bc05c3a
JM
166582002-01-10 Michael Snyder <msnyder@redhat.com>
16659
16660 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 16661
a911c360
MS
166622002-01-08 Michael Snyder <msnyder@redhat.com>
16663
16664 * gdb.base/gcore.exp: New test for generate-core-file command.
16665 * gdb.base/gcore.c: Testcase for above.
16666 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
16667
ea2119ec
JM
166682002-01-08 Jason Merrill <jason@redhat.com>
16669
16670 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
16671
68203136
FF
166722002-01-07 Fred Fish <fnf@redhat.com>
16673
16674 * gdb.c++/overload.exp: Remove unconditional xfails for:
16675 print foo_instance1.overloadargs(1)
16676 print foo_instance1.overloadargs(1, 2)
16677 print foo_instance1.overloadargs(1, 2, 3)
16678 print foo_instance1.overloadargs(1, 2, 3, 4)
16679 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
16680 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
16681 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
16682 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
16683 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
16684 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
16685 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
16686 print foo_instance1.overload1arg()
16687 print foo_instance1.overload1arg((char)arg2)
16688 print foo_instance1.overload1arg((signed char)arg3)
16689 print foo_instance1.overload1arg((unsigned char)arg4)
16690 print foo_instance1.overload1arg((int)arg7)
16691 print foo_instance1.overload1arg((unsigned int)arg8)
16692 print foo_instance1.overload1arg((float)arg11)
16693 print foo_instance1.overload1arg((double)arg12)
d63a86f8 16694
21b9b5b1
MS
166952002-01-07 Michael Snyder <msnyder@redhat.com>
16696
16697 * gdb.base/huge.exp: New test. Print a very large target data object.
16698 (skip_huge_test): New test variable. Define if you want to skip this
16699 test. The test reads an 8 megabyte data object from the target, so it
16700 might be very time consuming on remote targets with a slow connection.
16701 * gdb.base/huge.c: New file. Test case for above.
16702
725f922e
FF
167032002-01-07 Fred Fish <fnf@redhat.com>
16704
16705 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
16706 g_instance.bfoo, and g_instance.cfoo.
16707
889bf7c5 167082002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 16709
889bf7c5
PA
16710 * gdb.base/break.c (multi_line_if_conditional): New function.
16711 (multi_ilne_while_conditional): Likewise.
16712 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
16713 IF or WHILE condition puts the breakpoint at the start of
16714 the condition.
f286b2c3 16715
634d57ec
JL
16716 * gdb.base/selftest.exp (backtrace through signal handler): Remove
16717 hppa*-*-hpux* expected failure.
16718 * gdb.base/structs.exp (do_function_calls): Similarly.
16719
16720 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
16721 watchpoints.
16722
9fbfe2dc
AC
167232002-01-06 Andrew Cagney <ac131313@redhat.com>
16724
16725 Fix PR gdb/66.
16726 * gdb.base/structs.exp: Replace skip for a29k with skip for
16727 gdb,cannot_call_functions.
16728 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
16729 * gdb.base/callfuncs.exp: Ditto.
16730 * gdb.base/call-rt-st.exp: Ditto.
16731 * gdb.base/call-strs.exp: Ditto.
16732 * gdb.base/callfwmall.exp: Ditto.
16733 * gdb.base/scope.exp: Obsolete xfail a29k.
16734 * gdb.c++/misc.exp: Ditto.
16735 * gdb.c++/cplusfuncs.exp: Ditto.
16736 * gdb.base/ptype.exp: Ditto.
16737 * gdb.base/printcmds.exp: Ditto.
16738 * gdb.base/opaque.exp: Ditto.
16739 * gdb.base/list.exp: Ditto.
16740 * gdb.base/funcargs.exp: Ditto.
16741 * gdb.base/default.exp: Ditto.
16742
8ddad156
MS
167432002-01-04 Michael Snyder <msnyder@redhat.com>
16744
ca4976a6 16745 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
16746 * gdb.base/maint.exp: Add tests for maint info sections options.
16747
1b074332
JL
16748Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
16749
16750 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
16751
7d159115
CV
167522001-12-20 Corinna Vinschen <vinschen@redhat.com>
16753
16754 * gdb.asm/arm.inc: New file.
16755 * gdb.asm/asm-source.exp: Add arm targets.
16756 * gdb.asm/configure.in: Ditto.
16757 * gdb.asm/configure: Recreated from configure.in.
16758
8fb87725
JL
16759Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
16760
afabe08c
JL
16761 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
16762 with HP's compiler.
16763 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16764 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16765 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16766 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16767
16768 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
16769 either HP's compilers or GCC.
16770
db521deb
JL
16771 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
16772 a SIGBUS or SIGSEGV.
16773
16774 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
16775
16776 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
16777 can be compiled with either HP's compiler or GCC.
16778
cfa88ab7
JL
16779 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
16780 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
16781 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
16782
ca344dff
JL
16783 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
16784 to match current gdb output. Update due to using auto-solib-limit
16785 for limiting instead of overloading auto-solib-add.
16786 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
16787 test program.
16788
3f3c6e55 16789 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
16790 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
16791 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16792 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16793 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16794 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16795 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
16796 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
16797 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
16798 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
16799 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
16800 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
16801 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 16802
8fb87725
JL
16803 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16804 a SIGTRAP to the inferior.
16805
cf599fa7
CV
168062001-12-19 Corinna Vinschen <vinschen@redhat.com>
16807
16808 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16809 Substitute call to target_link by call to gdb_compile.
16810
2cd045cd
JL
16811Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16812
a9c64011
AS
16813 * gdb.base/break.exp: Fix HP specific search string when testing
16814 backtracing in a called function.
2cd045cd 16815
a9c64011
AS
16816 * gdb.base/constvars.exp: Only set lang to C++ if we're
16817 compiling the test with HP's compilers.
16818 * gdb.base/volatile.exp: Similarly.
2cd045cd 16819
99ebe9ac
JB
168202001-12-19 Jim Blandy <jimb@redhat.com>
16821
16822 * gdb.base/printcmds.exp: Expect the null character to be printed
16823 as '\0', and the '\013' to be printed as '\v'.
16824 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16825 * gdb.base/setvar.exp: Same.
16826
b9891b29
JB
168272001-12-17 Jim Blandy <jimb@redhat.com>
16828
0eba65ab
JB
16829 * gdb.base/completion.exp: Rather than completing very long
16830 filenames, which can make the readline library produce output we
16831 don't recognize, cd to the directory first, and then complete
16832 using nice, short relative paths.
16833
6970b5b1
JB
16834 * gdb.base/completion.exp: On some systems, there is, in fact, a
16835 variable named `b' in scope, since GDB treats all static
a9c64011
AS
16836 variables as being in scope. So use `no_var_named_this'
16837 instead of `b'.
6970b5b1 16838
b9891b29 16839 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 16840 can't find the core file's registers as a failure.
b9891b29 16841
e6ccd35f
JSC
168422001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16843
a9c64011
AS
16844 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16845 test expect string more specific.
e6ccd35f 16846
105ba819
CV
168472001-12-13 Corinna Vinschen <vinschen@redhat.com>
16848
16849 * gdb.asm/asm-source.exp: Add support for xstormy16.
16850 * gdb.asm/configure.in: Ditto.
16851 * gdb.asm/configure: Rebuild.
16852 * gdb.asm/xstormy16.inc: New file.
16853
e9e79dd9
FF
168542001-12-10 Fred Fish <fnf@redhat.com>
16855
16856 * gdb.base/maint.exp: Update to match changes in type dumping code.
16857
347dc97d
JB
168582001-12-10 Jim Blandy <jimb@redhat.com>
16859
16860 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
16861 matching the entry point symbol's name at the beginning of the
16862 line.
347dc97d 16863
5178b9d6
DJ
168642001-12-07 Daniel Jacobowitz <drow@mvista.com>
16865
16866 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16867 gdb.c++/inherit.exp, gdb.c++/method.exp,
16868 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16869 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16870 and class layout support.
16871
af890c52
DJ
168722001-12-07 Daniel Jacobowitz <drow@mvista.com>
16873
16874 * gdb.c++/classes.exp: Add test for static member function.
16875 * gdb.c++/misc.cc: Add class with static member function.
16876
7a345fb3
JB
168772001-12-07 Jim Blandy <jimb@redhat.com>
16878
f2e54a80 16879 If GDB says it can't find the struct the function returned, report
8032bf31
JB
16880 those tests as `unsupported'.
16881 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16882 Rewrite subsequent tests to use it.
16883
16884 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
16885 those tests as `unsupported'.
16886 * gdb.base/structs.exp (call_struct_func): New function.
16887 (do_function_calls): Use call_struct_func to call the functions
16888 returning structs.
16889
0bc69509
JB
16890 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16891 whether functions are prototyped or not, so we can't possibly pass
16892 arguments to t_float_values2 properly.
16893
7a345fb3
JB
16894 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16895 value of `timeout' for targets other than the mips*tx39-*.
16896
edb6ede1
MS
168972001-12-06 Michael Snyder <msnyder@redhat.com>
16898
d63a86f8 16899 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
16900 and detect whether the start symbol has a leading underscore.
16901
2d842f13
JB
169022001-12-04 Jim Blandy <jimb@redhat.com>
16903
16904 * gdb.base/completion.exp: Clarify indentation.
16905
68550daf
JB
169062001-12-03 Jim Blandy <jimb@redhat.com>
16907
16908 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16909 variables on the S/390, not `.word'.
16910
cd5195a8
JB
169112001-11-30 Jim Blandy <jimb@redhat.com>
16912
16913 Add assembly-source tests for s390-ibm-linux.
16914 * gdb.asm/s390.inc: New file.
16915 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16916 the S/390 architecture.
a9c64011 16917 * gdb.asm/configure: Regenerated.
cd5195a8 16918
ca9efc90
MS
169192001-11-30 Michael Snyder <msnyder@redhat.com>
16920
16921 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16922 next, info source, info sources, info line, global and static
16923 variables, and static functions.
16924 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16925 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16926 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16927 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16928 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16929 (gdbasm_leave): Restore frame pointer.
16930 (gdbasm_startup): Copy stack set-up from crt0.S.
16931
d0e66976
FN
169322001-11-26 Fernando Nasser <fnasser@redhat.com>
16933
16934 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16935 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16936 to a local (non-static) variable. Copy tstruct.a to a static buffer
16937 and return a pointer to that buffer.
16938 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16939
e2334072
MK
169402001-11-24 Mark Kettenis <kettenis@gnu.org>
16941
16942 * gdb.asm/configure.in: Fix recognition of ix86 target.
16943 * gdb.asm/configure: Regenerate.
16944
756caa3d
MS
169452001-11-21 Michael Snyder <msnyder@redhat.com>
16946
16947 * gdb.asm/sparc.inc: New file.
16948 * gdb.asm/asm-source.exp: Recognize sparc target.
16949 * gdb.asm/configure.in: Recognize sparc target.
16950 * gdb.asm/configure: Regenerate.
d63a86f8 16951
9a4d72d5
MS
169522001-11-21 Michael Snyder <msnyder@redhat.com>
16953
16954 * gdb.asm/m32r.inc: New file.
16955 * gdb.asm/asm-source.exp: Recognize m32r target.
16956 * gdb.asm/configure.in: Recognize m32r target.
16957 * gdb.asm/configure: Regenerate.
16958
a773d1cd
MS
169592001-11-20 Michael Snyder <msnyder@redhat.com>
16960
017ac23d
MS
16961 * gdb.asm/i386.inc: New file.
16962 * gdb.asm/asm-source.exp: Recognize ix86 target.
16963 * gdb.asm/configure.in: Recognize ix86 target.
16964 * gdb.asm/configure: Regenerate.
16965
a773d1cd
MS
16966 * gdb.c++/namespace.exp: Fix quotes in output messages.
16967
bb632afb
MS
169682001-11-14 Michael Snyder <msnyder@redhat.com>
16969
25d559ca 16970 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
16971 qualifier in a type cast expression, to designate an address
16972 in the instruction space (Harvard architecture).
16973
4749e309
MS
169742001-11-13 Michael Snyder <msnyder@redhat.com>
16975
16976 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16977 Tests for expressions using 'const' and 'volatile'.
16978
25050984
CV
169792001-11-13 Corinna Vinschen <vinschen@redhat.com>
16980
16981 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16982
1902c51f
DJ
169832001-11-12 Daniel Jacobowitz <drow@mvista.com>
16984
16985 * lib/mi-support.exp (mi_run_to_helper): Move comments
16986 outside of gdb_expect.
16987
dcf95b47
DJ
169882001-11-11 Daniel Jacobowitz <drow@mvista.com>
16989
16990 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16991 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16992 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16993 mi0_run_to): New functions.
16994 * gdb.mi/mi-simplerun.exp: Use them.
16995 * gdb.mi/mi0-simplerun.exp: Likewise.
16996 * gdb.mi/mi-var-cmd.exp: Likewise.
16997 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 16998
45b074e1
AC
169992001-11-10 Andrew Cagney <ac131313@redhat.com>
17000
17001 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
17002 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
17003
bf50d346
AC
170042001-11-09 Andrew Cagney <ac131313@redhat.com>
17005
17006 * gdb.base/restore.exp: Include $expected value in restored test
17007 message.
17008
9383332c
AC
170092001-11-09 Andrew Cagney <ac131313@redhat.com>
17010
17011 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
17012 implemented.
17013
db62520a
MS
170142001-11-08 Michael Snyder <msnyder@redhat.com>
17015
17016 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
17017 Add pass/fail message for stop at breakpoint in call dummy function.
17018
b5703437
MS
170192001-11-07 Michael Snyder <msnyder@redhat.com>
17020
d63a86f8
RM
17021 * gdb.c++/templates.exp (test_template_breakpoints):
17022 If we get an overload menu, but it does not match what
760f6330 17023 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
17024 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
17025 making the whitespace optional. Argument for "new" may be
17026 "unsigned" as well as "unsigned int/long".
d63a86f8 17027 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
17028 making the whitespace optional. Also replace "(void) with
17029 "((void|)), making the keyword "void" optional.
d63a86f8 17030 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
17031 making the whitespace optional. Also replace "(void) with
17032 "((void|)), making the keyword "void" optional.
3bf40917
MS
17033 * gdb.base/callfuncs.c (t_float_values): This function must
17034 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 17035 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
17036 can be tested against both cases. Usually one case involves
17037 promotion of float to double, while the other does not.
17038 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
17039 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
17040 includes a stack frame for "start".
17041
c8ab4e6d
JB
170422001-11-05 Jim Blandy <jimb@redhat.com>
17043
17044 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
17045 pointers are 32 bits long, and that offsets of relocs are always
17046 stored in the data (REL-style), and not in the reloc entry itself
17047 (RELA-style).
17048 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
17049 stabs.
17050
3f08ced9
MS
170512001-11-01 Michael Snyder <msnyder@redhat.com>
17052
17053 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
17054 and regular expression operators by using quoting.
17055
cbfa24cd
MS
170562001-10-31 Michael Snyder <msnyder@redhat.com>
17057
17058 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
17059 depending on what the symbol table contains.
17060 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
17061 the output of the ptype command. Similarly, accept both "const &"
17062 and "const&".
17063
aaa68313
CV
170642001-10-31 Corinna Vinschen <vinschen@redhat.com>
17065
17066 * gdb.base/miscexprs.c (main): Add usage of preprocessor
17067 symbol `STORAGE' to allow to choose the storage class of
17068 the local datastructures.
17069 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
17070 compiler directive.
17071
91740388
MS
170722001-10-30 Michael Snyder <msnyder@redhat.com>
17073
17074 * gdb.base/jump.exp: Allow it to run for all targets.
17075
1b7c05e7
CV
170762001-10-29 Corinna Vinschen <vinschen@redhat.com>
17077
17078 * gdb.base/call-ar-st.c (print_double_array): Match for loop
17079 with new double_array size.
17080 (main): Change storage class of all local variables to static.
17081 Reduce size of double_array to 9.
17082 * gdb.base/call-ar-st.exp: Increase timeout value.
17083 Change expected output for double array to match new size in
17084 call-ar-st.c.
17085
36a22261
CV
170862001-10-29 Corinna Vinschen <vinschen@redhat.com>
17087
17088 * gdb.base/ending-run.exp: Create identical output when passing
17089 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 17090 Stormy16 target.
36a22261 17091
92b8ae91
MK
170922001-10-28 Mark Kettenis <kettenis@gnu.org>
17093
17094 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
17095 that we catch the expected failure under Linux/x86.
17096
cb135b83
OF
170972001-10-29 Orjan Friberg <orjanf@axis.com>
17098
17099 * gdb.base/setvar.exp: Escape curly braces.
17100 * gdb.stabs/weird.exp: Ditto.
17101
6884aa54
DJ
171022001-10-27 Daniel Jacobowitz <drow@mvista.com>
17103
17104 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
17105 * gdm.mi/mi0-hack-cli.exp: Likewise.
17106
0398c9aa
AC
171072001-10-25 Andrew Cagney <ac131313@redhat.com>
17108
17109 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
17110 messages.
17111
d20bf2e8
AC
171122001-10-21 Andrew Cagney <ac131313@redhat.com>
17113
17114 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
17115 checking MI enabled.
17116
03dd63aa
CV
171172001-10-09 Corinna Vinschen <vinschen@redhat.com>
17118
17119 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
17120
1d9d99f3
FCE
171212001-10-04 Frank Ch. Eigler <fche@redhat.com>
17122
17123 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
17124 if gdb child process crashes, just signal an error.
17125
838ae6c4
JB
171262001-10-02 Jim Blandy <jimb@redhat.com>
17127
17128 * lib/gdb.exp (test_xfail_format): Simplify.
17129
17130 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
17131 front of the variable name `format'. Simplify `if'.
17132
8f0cbc1c
DJ
171332001-10-01 Daniel Jacobowitz <drow@mvista.com>
17134
17135 * gdb.threads/pthreads.exp: Wait for output and delay
17136 before sending ^C.
17137
1f08dafd
DJ
171382001-10-01 Daniel Jacobowitz <drow@mvista.com>
17139
17140 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
17141 some incorrect output instead of timing out.
17142 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
17143
674f90ff
CV
171442001-09-28 Corinna Vinschen <vinschen@redhat.com>
17145
17146 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
17147 check to allow additional `int'.
17148
9b284272
DJ
171492001-09-27 Daniel Jacobowitz <drow@mvista.com>
17150
17151 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
17152 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
17153
b55a4771
MS
171542001-09-27 Michael Snyder <msnyder@redhat.com>
17155
17156 * lib/gdb.exp (test_debug_format): New proc.
17157 (setup_xfail_format): Use new proc test_debug_format.
17158 * gdb.base/constvars.exp (local_compiler_xfail_check): New
17159 proc; use new service proc test_debug_format.
17160 Replace all other "gcc_compiled" tests with this test.
17161 * gdb.base/volatile.exp (local_compiler_xfail_check): New
17162 proc; use new service proc test_debug_format.
17163 Replace all other "gcc_compiled" tests with this test.
17164
171652001-09-27 Michael Snyder <msnyder@redhat.com>
17166
17167 * gdb.base/cvexpr.exp: New file.
17168 * gdb.base/cvexpr.c: New file
17169 Test for expressions using const and volatile keywords.
17170
4e6667ac
CV
171712001-09-26 Corinna Vinschen <vinschen@redhat.com>
17172
17173 * gdb.base/constvars.exp: Check for different orders of keywords
17174 and additional "int" strings in output.
17175
4f337972
AC
171762001-09-22 Andrew Cagney <ac131313@redhat.com>
17177
17178 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
17179 responses from "help maint".
17180
2015650d
FCE
171812001-09-19 Frank Ch. Eigler <fche@redhat.com>
17182
17183 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
17184 to localhost:NNN instead of :NNN, in case Xvfb is listening
17185 only on TCP.
17186
f3bcedc1
CV
171872001-09-19 Corinna Vinschen <vinschen@redhat.com>
17188
17189 * gdb.base/recurse.exp: When checking leaving the watchpoint
17190 scope, recognize when gdb is in function's epilogue and pass.
17191
6b819c92
KS
171922001-09-18 Keith Seitz <keiths@redhat.com>
17193
17194 * lib/insight-support.exp (_gdbtk_export_target_info): Add
17195 support for running tests against sid targets.
17196 (gdbtk_done): Ditto.
17197
a10c9419
CV
171982001-09-18 Corinna Vinschen <vinschen@redhat.com>
17199
17200 * gdb.base/ending-run.c (main): Set stdout buffersize
17201 to the same reasonable value for any target.
17202 * gdb.base/ending-run.exp: Add a regular expression
17203 to make testsuite happy on Sanyo Stormy16 target.
17204
739d0d99
CV
172052001-09-17 Corinna Vinschen <vinschen@redhat.com>
17206
17207 * gdb.base/display.c (do_loops): Add float variable `f'.
17208 Increment f in loop.
17209 * gdb.base/display.exp: Increment timeout by 60 seconds.
17210 Change float display test to use variable `f'.
17211
1b8947f0
JB
172122001-09-17 Jim Blandy <jimb@redhat.com>
17213
17214 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
17215 overflowing the limited breakpoint tables on some ROM monitors
17216 (like the ROM68K).
17217
9890ac81
FCE
172182001-09-15 Frank Ch. Eigler <fche@redhat.com>
17219
17220 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
17221 the "-ac" (disable access control) flag.
17222
6db765ea
JH
172232001-08-30 Jeff Holcomb <jeffh@redhat.com>
17224
17225 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
17226 ints.
17227
4c32cc04
KS
172282001-08-30 Keith Seitz <keiths@redhat.com>
17229
17230 * lib/gdb.exp: Move all insight-related functionality into
17231 separate file.
17232 * lib/insight-support.exp: New file.
17233
8d6e6f81
FCE
172342001-08-29 Frank Ch. Eigler <fche@redhat.com>
17235
17236 * config/sid.exp (sid_start): Never set sid verbosity; disable
17237 expect_background {} that consumed its stdout; tolerate </dev/null.
17238 Attempt to set endianness override in "sid" protocol mode. Cleanup.
17239
6a90e1d0
AC
172402001-08-18 Andrew Cagney <ac131313@redhat.com>
17241
17242 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
17243 CLI jump command to start it.
17244 (mi_run_to_main): Fail immediatly when unexpected output.
17245
1759b3c3
AC
172462001-08-18 Andrew Cagney <ac131313@redhat.com>
17247
17248 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
17249 beginning of function. Fix PR gdb/191.
17250
61d11d80
FCE
172512001-08-16 Frank Ch. Eigler <fche@redhat.com>
17252
17253 * config/sid.exp (sid_start): Don't warn if we cannot figure out
17254 what to force sid endianness to.
17255
942a4df2
KS
172562001-08-15 Keith Seitz <keiths@redhat.com>
17257
17258 * lib/gdb.exp (gdbtk_start): Don't set environment
17259 variables for TCL_LIBRARY and friends. Insight will
17260 now figure these out for itself.
17261
0521c418
MS
172622001-08-02 Michael Snyder <msnyder@redhat.com>
17263
17264 * gdb.base/completion.exp: Remove the symbol "a64l" from
17265 the expect string; this is target-specific, and not related
17266 to what is being tested.
17267
74a9a58a
DB
172682001-08-02 Dave Brolley <brolley@redhat.com>
17269
17270 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
17271
c70819fa
MS
172722001-07-25 Michael Snyder <msnyder@redhat.com>
17273
c2b8fa57
MS
17274 * gdb.base/consecutive.exp: New file. Test stepping over
17275 breakpoints on consecutive instructions.
17276 * gdb.base/consecutive.c: New file.
17277
c70819fa
MS
17278 * gdb.base/call-rt-st.exp: Use double-backslash to quote
17279 curly braces in regular expressions.
17280
2b1a1355
MS
172812001-07-25 Michael Snyder <msnyder@redhat.com>
17282
17283 * gdb.base/ending-run.exp: Accept "Program exited normally" as
17284 legitimate output from stepping out of main.
17285
413eca6f
KS
172862001-07-22 Keith Seitz <keiths@redhat.com>
17287
17288 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
17289 the empty string, do not run the tests.
17290
7e5a9322
SC
172912001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17292
17293 * gdb.base/long_long.exp: Detect size of pointer. Take into
17294 account 2-byte pointers when testing for p/a results.
17295
de58f10f
SC
172962001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17297
d63a86f8 17298 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
17299 and defined to 1K for m68hc11.
17300 (random_data): Reduce table to 1K for embedded platforms (68hc11).
17301 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
17302 (sizeof_random_data): New variable to tell the size of the data table;
17303 don't test past this size; always run to main.
17304
d6f5fea1
SC
173052001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17306
17307 * gdb.base/return2.exp: return of long long and double fails for
17308 68HC11; don't execute these tests on that platform.
17309 * gdb.base/return.exp: Return of a double fails for 68hc11.
17310
c477543d
SC
173112001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17312
17313 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
17314 tests that print a float.
17315 * call-rt-st.exp: Likewise.
17316
63cf1c79
MK
173172001-07-12 Mark Kettenis <kettenis@gnu.org>
17318
17319 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
17320 running this test on Linux.
17321
112f9ab5
MC
173222001-06-24 Michael Chastain <chastain@redhat.com>
17323
17324 * gdb.base/arithmet.exp: Remove some tests to make all test names
17325 unique.
17326
4970cb0f
MS
173272001-07-03 Michael Snyder <msnyder@redhat.com>
17328
17329 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
17330 the output of the ptype command.
17331
d85da69f
MS
173322001-07-02 Michael Snyder <msnyder@redhat.com>
17333
4c8a82de
MS
17334 * gdb.base/completion.exp: Don't assume that break.c is the only
17335 source file that may contain functions named "marker".
d85da69f
MS
17336 * gdb.base/corefile.exp: Quote the curly braces in regexp.
17337
8afc772b
AC
173382001-06-28 Andrew Cagney <ac131313@redhat.com>
17339
17340 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
17341 of files to delete.
17342
17343 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
17344 * gdb.disasm/h8300s.exp: New file.
17345 gdb.disasm/h8300s.s: Likewise.
17346
cff22675
AC
173472001-06-27 Andrew Cagney <ac131313@redhat.com>
17348
17349 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
17350 empty breakpoint tables.
17351
68c81b54
AC
173522001-06-25 Andrew Cagney <ac131313@redhat.com>
17353
17354 * lib/mi-support.exp: Update args=... part of stop-reason
17355 patterns. Accept either a list or a tuple.
17356
2dd62704
AC
173572001-06-23 Andrew Cagney <ac131313@redhat.com>
17358
17359 * lib/mi-support.exp: Remove local emacs variable defining
17360 change-log-default-name.
17361
b4127474
MC
173622001-06-22 Michael Chastain <chastain@redhat.com>
17363
17364 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
17365 This is operationally compatible with the previous version.
17366
8dbfb380
JB
173672001-06-13 Jim Blandy <jimb@redhat.com>
17368
17369 * lib/gdb.exp (gdb_test): Doc fix.
17370
f2d8c86d
MC
173712001-06-10 Michael Chastain <chastain@redhat.com>
17372
17373 * gdb.base/exprs.exp: Remove a duplicate test.
17374
81564d34
JB
173752001-06-06 Jim Blandy <jimb@redhat.com>
17376
17377 * gdb.base/return2.exp (main): Use values to test float and double
17378 returns that are not NaN's, to avoid being confused by IEEE
17379 comparison rules.
17380
da55addb
MS
173812001-06-04 Michael Snyder <msnyder@redhat.com>
17382
17383 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 17384 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
17385 rather than wait for 12 more tests to time out.
17386
42c65987
JB
173872001-06-06 Jim Blandy <jimb@redhat.com>
17388
b18bced9 17389 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 17390 Don't forget to match the GDB prompt.
b18bced9 17391
42c65987
JB
17392 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
17393
5b41e5f0
JB
173942001-06-04 Jim Blandy <jimb@redhat.com>
17395
17396 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
17397 command.
17398
015e046f
KB
173992001-05-31 Kevin Buettner <kevinb@redhat.com>
17400
17401 * gdb.base/annota1.exp (info break): Match four or more spaces
17402 after "Address".
17403
fb1ffbbe
MC
174042001-05-31 Michael Chastain <chastain@redhat.com>
17405
17406 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
17407 (dm_type_int_star): Likewise.
17408 (dm_type_long_star): Likewise.
17409 (dm_type_void_star): Likewise.
17410
5ea2a32c
KB
174112001-05-29 Kevin Buettner <kevinb@redhat.com>
17412
17413 * gdb.base/completion.exp (INPUTRC): Set this environment variable
17414 to a known value in order to get consistent results regardless
17415 of the setting of INPUTRC or the presence or contents of .inputrc.
17416
ae23c492
MS
174172001-05-24 Michael Snyder <msnyder@redhat.com>
17418
ac55707e
MS
17419 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
17420 Don't require that the main thread and the manager thread are the
17421 first in the list.
17422
ae23c492
MS
17423 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
17424 debugging. If test fails, issue an "unsupported" not a "fail".
17425
400071f1
JB
174262001-05-24 Jim Blandy <jimb@redhat.com>
17427
17428 Don't assume that short is shorter than int.
17429 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
17430 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 17431 this isn't true.
400071f1
JB
17432 ("print unsigned char == (~0)"): Add test that verifies that ~0,
17433 an int, is not equal to ~0 stored in an unsigned char. This tests
17434 the same thing that the previous test meant to, but works on
17435 16-bit machines, too.
17436 ("print unsigned char != (~0)"): Same test, complemented.
17437
0816a3e5
MS
174382001-05-24 Michael Snyder <msnyder@redhat.com>
17439
17440 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 17441 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
17442 and prevents dejagnu getting out of step.
17443
f6dc23a9
KB
174442001-05-23 Kevin Buettner <kevinb@redhat.com>
17445
17446 * gdb.base/finish.exp (finish_void): Revise pattern for
17447 stopping on the call statement to not permit stopping at
17448 the start of the instructions comprising the call sequence.
17449
7dbd117d
MC
174502001-05-19 Michael Chastain <chastain@redhat.com>
17451
17452 * gdb.base/callfuncs.exp: Make all test names unique.
17453 * gdb.base/commands.exp: Make all test names unique.
17454 * gdb.base/condbreak.exp: Make all test names unique.
17455 * gdb.base/dbx.exp: Make all test names unique.
17456 * gdb.base/default.exp: Make all test names unique.
17457 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
17458 and TIMEOUT messages to their corresponding PASS message.
17459 * gdb.base/ending-run.exp: Make all test names unique.
17460 * gdb.base/long_long.exp: Remove duplicate test.
17461
6b0b0a9e
KB
174622001-05-21 Kevin Buettner <kevinb@redhat.com>
17463
17464 * gdb.base/finish.exp (finish_void): Allow "finish" command to
17465 stop on the call statement as well as the statement after the
17466 call.
17467
2caa35cb
MS
174682001-05-21 Michael Snyder <msnyder@redhat.com>
17469
17470 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
17471
40713331
EZ
174722001-05-10 Elena Zannoni <ezannoni@redhat.com>
17473
a9c64011
AS
17474 * gdb.base/completion.exp: Revamp test. Make it execute on all
17475 platforms.
40713331 17476
c2c1be8d
EZ
174772001-05-10 Elena Zannoni <ezannoni@redhat.com>
17478
a9c64011
AS
17479 * config/gdbserver.exp (gdb_load): Handle the case
17480 in which the arguments to gdbserver are given in the
17481 baseboard configuration file.
17482 Also handle the case in which the server needs to do a
17483 load.
2c9cd303 17484
9671de48
KS
174852001-05-07 Keith Seitz <keiths@cygnus.com>
17486
a9c64011
AS
17487 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
17488 set up the display for testing.
17489 (gdbtk_start): Convert all paths to paths that tcl will like.
17490 Export target information to environment.
17491 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
17492 necessary.
17493 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
17494 (to_tcl_path): New proc to convert a given pathname into
17495 a path acceptible as an argument to a tcl command.
17496 (_gdbtk_export_target_info): New proc to export target info
17497 into the environment for gdbtk testing.
17498 (gdbtk_done): New proc to signal end-of-test.
9671de48 17499
5a360f47
JB
175002001-05-06 Jim Blandy <jimb@redhat.com>
17501
17502 * restore.c: Make the code of caller0 correspond to its comment.
17503
66c756c6
MS
175042001-05-03 Michael Snyder <msnyder@redhat.com>
17505
17506 * config/sid.exp (gdb_target_sid): Check for error messages.
17507 On error or timeout, don't make expect exit (which will terminate
17508 all subsequent tests); instead just make gdb exit.
d63a86f8 17509 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
17510 return a negative value.
17511
a966fde5
JB
175122001-04-24 Jim Blandy <jimb@redhat.com>
17513
851c18e0
JB
17514 * gdb.c++/templates.exp: If we see the prompt for the overload
17515 list, but we haven't recognized any of the longer patterns,
17516 arrange for this test to fail, not hang.
17517
a966fde5
JB
17518 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
17519 variations.
17520
db144853
MC
175212001-04-22 Michael Chastain <chastain@redhat.com>
17522
17523 * gdb.c++/local.exp: Use the 'runto' library function.
17524 * gdb.c++/namespace.exp: Likewise.
17525 * gdb.c++/overload.exp: Likewise.
17526
3207ec21
KB
175272001-03-26 Kevin Buettner <kevinb@redhat.com>
17528
17529 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
17530 * gdb.base/step-line.exp: New file. Test step/next in presence of
17531 #line directives.
17532 * gdb.base/step-line.c: New file. Test program for the above.
17533 * gdb.base/step-line.inp: New file. We pretend that this file has
17534 been transformed by some other tool into step-line.c.
17535
13b57657
JB
175362001-03-21 Jim Blandy <jimb@redhat.com>
17537
17538 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
17539 unmangled operator names.
17540
754cbe1c
JB
175412001-03-20 Jim Blandy <jimb@redhat.com>
17542
17543 * gdb.threads/linux-dp.exp: Recognize an additional message
17544 generated by GDB when it doesn't understand how to debug threads
17545 on the target system.
17546
177495c9
AC
175472001-03-19 Andrew Cagney <ac131313@redhat.com>
17548
17549 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
17550
f266096b
MC
175512001-03-12 Michael Chastain <chastain@redhat.com>
17552
17553 * gdb.c++/derivation.exp: Use the 'runto' library function.
17554
cac3c2ff
MC
175552001-03-12 Michael Chastain <chastain@redhat.com>
17556
17557 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
17558
b6c11a24
MC
175592001-02-24 Michael Chastain <chastain@redhat.com>
17560
17561 * gdb.c++/ref-types.exp: Change handwritten code to library
17562 function 'runto'.
17563
6bae5bce
OF
175642001-03-16 Orjan Friberg <orjanf@axis.com>
17565
17566 * gdb.base/signals.exp: Set count to 0 explicitly.
17567
0015fd9a
MS
175682001-03-15 Mark Salter <msalter@redhat.com>
17569
17570 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
17571 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
17572 (gdb_load): Add support for additional target_info: gdb_download_size
17573 and gdb_load_timeout.
0015fd9a 17574
fc33412a
DT
17575Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
17576
17577 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
17578 file -- to prevent failing when the compile fails but we have no
17579 intention of running the tests anyway.
fc33412a
DT
17580
17581 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
17582 tests if set.
17583
17584 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 17585 integers.
fc33412a
DT
17586
17587 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
17588 * gdb.c++/namespace.exp: Ditto.
17589
115f06de
OF
175902001-03-07 Orjan Friberg <orjanf@axis.com>
17591
17592 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
17593 * gdb.base/pointers.exp: Relax pattern match of decimals.
17594
b6ba6518
KB
175952001-03-06 Kevin Buettner <kevinb@redhat.com>
17596
17597 * Makefile.in, config/abug.exp, config/cfdbug.exp,
17598 config/cpu32bug.exp, config/dve.exp, config/est.exp,
17599 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
17600 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
17601 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
17602 config/sh.exp, config/sid.exp, config/slite.exp,
17603 config/sparclet.exp, config/udi.exp, config/unknown.exp,
17604 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
17605 config/vxworks.exp, config/vxworks29k.exp,
17606 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
17607 gdb.base/all-bin.exp, gdb.base/annota1.exp,
17608 gdb.base/arithmet.exp, gdb.base/assign.exp,
17609 gdb.base/async.exp, gdb.base/attach.exp,
17610 gdb.base/bitfields.exp, gdb.base/bitops.exp,
17611 gdb.base/break.exp, gdb.base/call-ar-st.exp,
17612 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
17613 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
17614 gdb.base/commands.exp, gdb.base/completion.exp,
17615 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17616 gdb.base/constvars.exp, gdb.base/corefile.exp,
17617 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
17618 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
17619 gdb.base/ending-run.exp, gdb.base/environ.exp,
17620 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17621 gdb.base/finish.exp, gdb.base/foll-exec.exp,
17622 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
17623 gdb.base/funcargs.exp, gdb.base/help.exp,
17624 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
17625 gdb.base/logical.exp, gdb.base/long_long.exp,
17626 gdb.base/maint.exp, gdb.base/mips_pro.exp,
17627 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
17628 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
17629 gdb.base/pointers.exp, gdb.base/printcmds.exp,
17630 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
17631 gdb.base/regs.exp, gdb.base/relational.exp,
17632 gdb.base/remote.exp, gdb.base/reread.exp,
17633 gdb.base/restore.exp, gdb.base/return2.exp,
17634 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
17635 gdb.base/selftest.exp, gdb.base/setshow.exp,
17636 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
17637 gdb.base/sigall.exp, gdb.base/signals.exp,
17638 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
17639 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17640 gdb.base/step-test.exp, gdb.base/structs.c,
17641 gdb.base/structs.exp, gdb.base/structs2.exp,
17642 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
17643 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
17644 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
17645 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17646 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
17647 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
17648 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
17649 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
17650 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
17651 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
17652 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
17653 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
17654 gdb.fortran/types.exp, gdb.java/jmisc.exp,
17655 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17656 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
17657 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17658 gdb.trace/circ.exp, gdb.trace/collection.exp,
17659 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
17660 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17661 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
17662 gdb.trace/report.exp, gdb.trace/save-trace.exp,
17663 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17664 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17665 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
17666 notices.
17667
dc96c6c7 176682001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
17669
17670 * gdb.base/varargs.c (find_max_double): Fix printf format string:
17671 first arg is int not float.
17672
dc96c6c7 176732001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
17674
17675 * gdb.base/reread.exp: Unsupported for non-native targets;
17676 doesn't work for remote debugging.
17677
9b0c4aeb
FN
176782001-02-19 Fernando Nasser <fnasser@redhat.com>
17679
17680 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
17681 * gdb.base/ending-run.exp: Properly handle the BSP state when
17682 stepping past the end of main.
9b0c4aeb 17683
02aa71d5
MC
176842001-02-19 John Moore <jmoore@redhat.com>
17685
17686 * gdb.base/commands.exp (infrun_breakpoint_command_test):
17687 Converted HPUX fix for non-expected items following multiple
17688 step commands into general solution for all platforms.
17689
1fa449a4
MC
176902001-02-18 Michael Chastain <chastain@redhat.com>
17691
17692 * gdb.c++/classes.exp (do_tests): Change runto statements
17693 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17694 statements demangler agnostic.
17695 * gdb.c++/virtfunc.exp (do_tests): Likewise.
17696 (gdb_virtfunc_restart): Likewise.
17697
b2f9ec70
MC
176982001-02-14 Michael Chastain <chastain@redhat.com>
17699
17700 * gdb.c++/inherit.exp (do_tests): Change runto statements
17701 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17702 statements demangler agnostic.
17703
cf74b8ca
AC
17704Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
17705
17706 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
17707 ``continue to bkpt at common_routine in thread 2'' and ``stopped
17708 before calling common_routine 15 times'' tests.
cf74b8ca 17709
99f78f56
MC
177102001-02-11 Michael Chastain <chastain@redhat.com>
17711
17712 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
17713 Helps the test script figure out which demangler is in use.
17714 (dm_type_foo_ref): Ditto.
17715 (dm_type_int_star): Ditto.
17716 (dm_type_long_star): Ditto.
17717 (dm_type_unsigned_int): Ditto.
17718 (dm_type_void): Ditto.
17719 (dm_type_void_star): Ditto.
99707966 17720 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
17721 Probe the gdb demangler and set variables to accommodate
17722 formatting differences.
17723 (info_func_regexp): New function. Same as info_func, but
17724 matches against a regexp.
17725 (info_func): Match against a literal string.
17726 (print_addr_2): New function. Match against a literal string,
17727 which can be different from the input to gdb.
17728 (print_addr): Simply call print_addr_2 with the same argument twice.
17729 (test_lookup_operator_functions): Use demangler formatting variables.
17730 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
17731 the tests in the same order as the C++ class declaration.
17732 (test_paddr_operator_functions): Ditto.
17733 (test_paddr_overloaded_functions): Ditto.
17734 (test_paddr_hairy_functions): Use demangler formatting variables.
17735 Add reference to gdb/19 for related tests.
17736 (do_tests): Call probe_demangler.
17737
1de8f023
KB
177382001-01-30 Kevin Buettner <kevinb@redhat.com>
17739
17740 * gdb.c++/templates.cc (printf): Remove unused function definition.
17741
ca3f91ed
MS
177422001-01-26 Felix Lee <flee@redhat.com>
17743
17744 * sid.exp (sid_exit): Pass host, not target, to remote_close.
17745
177462001-01-25 matthew green <mrg@redhat.com>
17747
17748 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
17749 up sid.
17750 (sid_exit): Call `remote_pop_conn' after GDB is gone.
17751
177522001-01-25 matthew green <mrg@redhat.com>
17753
17754 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 17755 Deprecate $sid_spawn_id.
ca3f91ed
MS
17756 (sid_exit): Remove code necessary only for `spawn.'
17757
177582001-01-25 matthew green <mrg@redhat.com>
17759
17760 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
17761
fb18ec4a
MC
177622001-01-28 Michael Chastain <chastain@redhat.com>
17763
17764 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
17765 to call when tests fail. It takes gdb out of the overloaded
17766 function choice menu back to the main prompt, so that the test
17767 program stays synchronized.
17768 (set_bp_overloaded): New proc to collect all the common
17769 code for setting a breakpoint on an overloaded name. Calls
17770 take_gdb_out_of_choice_menu when needed.
17771 (menu_overload1arg): New variable to collect the repeated
17772 instances of the expected menu for an overloaded name. Change
17773 the regular expression to handle changes in g++ type encoding:
17774 "void" can be either "void" or "", and "unsigned int" can be
17775 either "unsigned int" or "unsigned".
17776 (continue_to_bp_overloaded): Change regular expressions to handle
17777 changes in g++ type encoding.
17778 (no proc): Call take_gdb_out_of_choice_menu when needed.
17779 Remove redundant calls to "info break". Accept either "canceled"
17780 or "cancelled". Change regular expressions in "info break"
17781 calls to handle changes in g++ type encoding. Give all tests
17782 unique strings.
17783
9c646a6e
BE
177842001-01-17 Ben Elliston <bje@redhat.com>
17785
17786 * config/sid.exp: New file.
17787
9549d9c1
AC
17788Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
17789
17790 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
17791
dc96c6c7 177922000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
17793
17794 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
17795 Add a RE to accept a non-ascii char if one is ever presented.
17796
b4df4f68
FN
177972000-12-20 Fernando Nasser <fnasser@redhat.com>
17798
297dd0fd 17799 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 17800
dc96c6c7 178012000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 17802
d63a86f8 17803 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
17804 in regexp. One '\' does not suffice on Linux.
17805
4a7bddb6
MC
178062000-12-09 Michael Chastain <chastain@redhat.com>
17807
17808 * gdb.base/break.exp (test_clear_command): Use a marker function
17809 rather than 'main' for the test function. Also move this
17810 test to an execution point where the marker function names are
17811 guaranteed to be bound to functions. (Executing tests after a
17812 'finish' from main runs into name conflicts with local names
17813 in __libc_start_main).
17814
dc96c6c7 178152000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
17816
17817 * gdb.base/finish.exp: New test for gdb's "finish" command.
17818 * gdb.base/return2.exp: New test for gdb's "return" command.
17819 * gdb.base/return2.c: New source file for above.
17820
dc96c6c7 178212000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
17822
17823 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17824 * gdb.base/miscexprs.exp: Ditto.
17825 * gdb.base/pointers.exp: Ditto.
17826 * gdb.c++/derivation.exp: Ditto.
17827 * gdb.c++/local.exp: Ditto.
17828 * gdb.c++/namespace.exp: Ditto.
17829 * gdb.c++/overload.exp: Ditto.
17830 * gdb.c++/ref-types.exp: Ditto.
17831
dc96c6c7 178322000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
17833
17834 * gdb.base/constvars.exp: Test result of "up" command.
17835 * gdb.base/miscexprs.exp: Ditto.
17836 * gdb.base/pointers.exp: Ditto.
17837 * gdb.base/scope.exp: Ditto.
17838 * gdb.c++/derivation.exp: Ditto.
17839 * gdb.c++/local.exp: Ditto.
17840 * gdb.c++/namespace.exp: Ditto.
17841 * gdb.c++/overload.exp: Ditto.
17842 * gdb.c++/ref-types.exp: Ditto.
17843
44097287
FN
178442000-11-22 Michael Chastain <chastain@redhat.com>
17845
17846 * mips_pro.exp: Accept either "middle -> top -> main" or
17847 "middle -> main" in the backtrace, because gcc can optimize
17848 tail calls to jumps. Remove setup_xfail for the hppa case.
17849 Add a comment with the original warning messages from PR 3016,
17850 which was filed in 1993, to preserve them for posterity.
17851
9d2e1bab
ND
178522000-11-17 Nick Duffek <nsd@redhat.com>
17853
17854 * lib/gdb.exp (gdb_test): Override timeout with board info.
17855
1aca8eb7
ND
178562000-11-17 Nick Duffek <nsd@redhat.com>
17857
17858 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17859 the second kill and detach messages.
17860
93076499
ND
178612000-11-17 Nick Duffek <nsd@redhat.com>
17862
17863 * configure.in: Add AC_EXEEXT.
17864 * configure: Regenerate.
17865 * Makefile.in (just-check): Export EXEEXT.
17866 * lib/gdb.exp ($EXEEXT): Import from environment.
17867 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17868 expect "maint dump-me" on Cygwin.
17869 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17870 $EXEEXT.
17871
30e87cd3
ND
178722000-11-17 Nick Duffek <nsd@redhat.com>
17873
17874 * gdb.base/break.exp: Test backtrace and finish from called
17875 function on all platforms, not just HP-UX.
17876
dc96c6c7 178772000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
17878
17879 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17880 code from gdb_target_monitor, so it can be used independantly
17881 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 17882
dc96c6c7 178832000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
17884
17885 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17886 * gdb.base/corefile.exp: Expect the message "Program is being
17887 debugged already" when we send the "corefile" command, since
17888 the preceeding gdb_load may have connected gdb to a remote target.
17889 * gdb.base/display.exp: Disable hardware watchpoints if new
17890 board info variable "no_hardware_watchpoints" is true.
17891 Replace single-letter commands with more readable ones.
17892 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17893 if new board info variable "no_hardware_watchpoints" is true.
17894 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17895 to see if stdio (printf) testing is possible.
17896 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17897 board info variable "no_hardware_watchpoints" is true. Use new
17898 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17899
39124dea
FN
179002000-11-13 Fernando Nasser <fnasser@redhat.com>
17901
17902 From Orjan Friberg <orjanf@axis.com>:
17903 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17904 in array print pattern match.
17905
a9e2e984
FN
179062000-11-09 Fernando Nasser <fnasser@redhat.com>
17907
17908 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17909 spelling "cancelled" to U.S. spelling "canceled" to match changes
17910 made to gdb.
17911 * gdb.c++/ovldbreak.exp: Ditto.
17912
c7db355b
PS
179132000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17914
17915 * gdb.base/callfuncs.c (main): Moved to end of file, call
17916 t_double_values to initialize the FPU before inferior calls are made.
17917 * gdb.base/callfuncs.exp: Test for register preservation after calling
17918 inferior functions. Add tests for continuining, finishing and
17919 returning from a stop in a call dummy.
17920
dc96c6c7 179212000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
17922
17923 * gdb.base/commands.exp: Break up long lines, and re-indent.
17924
dc96c6c7 179252000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
17926
17927 * config/gdbserver.exp: Rewritten from the ground up, to make it
17928 compatible with the current dejagnu tree, and to make it work with
17929 the new "gdbserver" in libremote.
17930
dc96c6c7 179312000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
17932
17933 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17934 * gdb.base/varargs.exp: Skip entire test if no printf support.
17935 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17936 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17937
dc96c6c7 179382000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
17939
17940 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17941 no floating point support.
17942 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17943 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17944 * gdb.base/call-rt-st.exp: Ditto.
17945 * gdb.base/call-strs.exp: Ditto.
17946
bac5fc66
JG
179472000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17948
17949 * gdb.base/sizeof.c: include <stdio.h>.
17950
17951 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
17952 'finish', otherwise uncaptured gdb_prompt would potentially
17953 throw remaining test points out of sync.
bac5fc66 17954
b22a6027
SB
179552000-07-26 Scott Bambrough <scottb@netwinder.org>
17956
17957 * gdb.base/recurse.exp: Run tests for all targets.
17958 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17959 gnu-oldld case on ARM.
17960 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17961 for ARM targets.
d63a86f8 17962
d8231941
AG
17963Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17964
17965 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17966 * gdb.java/configure: Rebuild.
17967
8caabe69
AG
17968Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17969
17970 * gdb.java/jv-exp.exp: New file.
17971
9d273ca3
AG
17972Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17973
17974 * configure: Rebuilt.
17975 * configure.in (configdirs): Add gdb.java.
17976 * gdb.java/jmisc.java: New file.
17977 * gdb.java/jmisc.exp: New file.
17978 * gdb.java/Makefile.in: New file.
17979 * gdb.java/configure: Rebuilt.
17980 * gdb.java/configure.in: New file.
17981 * lib/java.exp: New file.
17982
4f823a66
AC
17983Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17984
17985 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 17986 underflow.
4f823a66 17987
2391e11d
AC
17988Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17989
17990 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 17991 and the compilers sizes.
2391e11d 17992
54602222
ND
179932000-07-09 Nick Duffek <nsd@redhat.com>
17994
17995 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17996 (use_methods): New function.
17997 (main): Call use_methods().
17998 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17999 (do_tests): Call test_method_param_class.
18000
2bec0572
ND
180012000-07-09 Nick Duffek <nsd@redhat.com>
18002
18003 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
18004 spelling.
18005 (test_enums): New procedure. Move enum tests from end of script
18006 to here. Set breakpoint on function name instead of line number.
18007 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
18008 (enums2): New marker function.
18009 (enums1): New function.
18010 (main): Call enums1(). Move enum tests to enums1().
18011
78492fde
AC
18012Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
18013
18014 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 18015 compile/link program. Update line numbers.
78492fde
AC
18016 * gdb.asm/d10v.inc: Define ``startup''.
18017 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 18018
49a2cef8
AC
18019Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
18020
18021 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
18022
3e6c8688
EZ
180232000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18024
18025 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 18026 of 'help maint print' command.
3e6c8688 18027
9ff5cbe9
AC
18028Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
18029
18030 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 18031 they use gdb_expect_list.
9ff5cbe9 18032
17c579bd
AC
18033Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
18034
18035 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
18036 memory-read-packet-size'' instead of ``set endian big'' to test
18037 long commands.
17c579bd 18038
e6d71bf3
DB
180392000-06-03 Daniel Berlin <dan@cgsoftware.com>
18040
18041 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 18042 g++, and stop skipping them.
e6d71bf3
DB
18043
18044 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
18045 work under g++.
18046
d63a86f8 18047 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
18048 initialization.
18049
dc96c6c7 180502000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
18051
18052 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
18053 the regular expression: accept an (almost) arbitrary sequence of
18054 "frames-invalid" and "breakpoints-invalid" messages both before
18055 and after the "starting" message.
18056
dc96c6c7 180572000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
18058
18059 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 18060
dc96c6c7 180612000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
18062
18063 * gdb.base/annota1.exp (annotate-signal-handler-caller):
18064 Relax the regular expression a little, make it pass on Solaris 8.
18065
8216cda9
KB
180662000-05-12 Kevin Buettner <kevinb@redhat.com>
18067
18068 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 18069 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
18070 Instead, it is permissible for gdb to stop on the line of the
18071 call itself.
18072
1a570b2f
MS
180732000-05-12 Michael Snyder <msnyder@.cygnus.com>
18074
18075 * gdb.base/break.exp (bp on small function, optimized file):
18076 Add a second pass pattern. The behavior differs here between stabs
18077 and dwarf for one-line functions. Stabs preserves two line symbols
18078 (one before the prologue and one after) with the same line number,
18079 but dwarf regards these as duplicates and discards one of them.
18080 Therefore the address after the prologue (where the breakpoint is)
18081 has no exactly matching line symbol, and GDB reports the breakpoint
18082 as if it were in the middle of a line rather than at the beginning.
18083
dc96c6c7 180842000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 18085
d63a86f8 18086 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
18087 rather than "send_gdb" (for consistancy).
18088
7d418785
AC
18089Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
18090
18091 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
18092 * gdb.c++/templates.cc: Properly check for GCC version number.
18093 * lib/compiler.cc: Likewise
18094
dc96c6c7 180952000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 18096
d63a86f8 18097 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
18098 gdb may not stop at the first line of main, due to code motion.
18099
dc96c6c7 181002000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
18101
18102 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
18103 This test depends on parsing the printf output from the target.
18104 Since the sparclet stub doesn't do stdio, this will never work.
18105 * gdb.base/call-rt-st.exp: ditto.
18106 * gdb.base/call-strs: ditto.
18107
dc96c6c7 181082000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
18109
18110 * gdb.base/miscexprs.exp: make sizeof long array test portable.
18111
18112 * gdb.base/ending-run.exp: After connecting to a remote target,
18113 but before running, the target will appear to be in a random
18114 location. Specify both a file and a line for breakpoints.
18115 Also, the function that calls main may be called 'init'
18116 rather than 'start'.
18117
a5a51225
EZ
181182000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18119
18120 * gdb.base/help.exp: Update output for add-symbol-file command.
18121
7930cc7c
FN
181222000-04-10 Fernando Nasser <fnasser@cygnus.com>
18123
18124 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18125 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
18126
23e37ab1
C
181272000-04-07 J.T. Conklin <jtc@redback.com>
18128
e93c542c
C
18129 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
18130
23e37ab1
C
18131 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
18132
591b8fa3
PDM
18133Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
18134
18135 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 18136 values that can be represented exactly.
591b8fa3
PDM
18137 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
18138 above change, and to not check against the directory part of the source
18139 file name.
18140 (step into print_long_arg_list): Likewise.
18141 (print print_small_structs from print_long_arg_list): Likewise.
18142 (print print_long_arg_list): Likewise.
18143
7a495180
EZ
181442000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18145
30b53638 18146 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 18147
beb998c6
AC
18148Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
18149
18150 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
18151
1c689132
DB
181522000-03-25 Daniel Berlin <dan@cgsoftware.com>
18153
18154 * gdb.base/commands.exp (deprecated_command_test): Add test for
18155 deprecate with no arguments.
18156
c1790a9d
JL
181572000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
18158
18159 * gdb.base/break.exp: Add new test for setting breakpoints on
18160 optimized code so we can test breakpoints work even when function
18161 prologues may be optimized away
18162
003ba290
FN
181632000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
18164
18165 From David Whedon <dwhedon@gordian.com>
a9c64011 18166 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 18167
6837a0a2
DB
181682000-03-22 Daniel Berlin <dan@cgsoftware.com>
18169
18170 * gdb.base/help.exp: Added test for new apropos command.
18171
b9593231
KB
181722000-03-21 Kevin Buettner <kevinb@redhat.com>
18173
18174 * gdb.base/pointers.c (usevar): New function.
18175 (main): Make sure that global variables v_int_pointer2, rptr,
18176 and y are all referenced someplace in the program by calling
18177 usevar() on them. [Some linkers delete symbols which are
18178 never referenced. The space remains, but there's no way to
18179 get a (symbolic) handle on the variable from the debugger.]
18180
751a959b
EZ
181812000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18182
18183 * gdb.base/printcmds.c: Add typedeffed arrays.
18184
18185 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 18186 procedure to test arrays that are typedef'd.
751a959b 18187
73a93a32
JI
181882000-03-13 James Ingham <jingham@leda.cygnus.com>
18189
18190 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 18191 the library directories.
73a93a32 18192
fb40c209
AC
18193Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
18194
18195 * configure.in (configdirs): Add sub directory gdb.mi.
18196 * configure: Re-generate.
18197
18198 * gdb.mi: New directory.
d63a86f8 18199
ee4dd2c9
AC
182002000-02-25 Scott Bambrough <scottb@netwinder.org>
18201
18202 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 18203 a long long value as a double on ARM platforms.
ee4dd2c9 18204
70f0cc22
JB
182052000-02-16 Jim Blandy <jimb@redhat.com>
18206
18207 * gdb.base/break.exp ("breakpoint line number"): Make sure the
18208 default source file is set properly before running this test.
18209
853819b8
EZ
182102000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18211
18212 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 18213 gdbtk/library directory, not in gdbtcl2.
853819b8 18214
dfcd3bfb
JM
182152000-02-04 Jim Blandy <jimb@redhat.com>
18216
18217 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
18218 backslash from regexp pattern.
18219
18220 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
18221 procedure. Use it to run all the "continue to bp overloaded"
18222 tests. Note that this changes the names of the tests slightly.
18223 If the breakpoint hit message includes a hex PC value, because
18224 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
18225 from the real source code, still consider that a pass.
18226
18227 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
18228 XFAIL here if the breakpoint message contains a hex address. Note
18229 similar change on 1999-11-02.
18230
18231 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
18232
18233 * gdb.base/ptype.exp: Establish a default source file before
18234 calling get_debug_format.
18235
182362000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
18237
18238 * gdb.base/watchpoint.exp: Remove duplication of test messages.
18239
8b93c638
JM
182402000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18241
18242 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
18243 of successive stepi commands -- while in the prologue we should see
18244 the function entry bracket.
18245
182462000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18247
18248 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
18249 reach __change_mode() when stepping through the end of main().
18250
c5394b80
JM
182512000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
18252
18253 * gdb.base/default.exp: Fix expected pattern.
18254 * gdb.base/help.exp: Same.
18255
0d06e24b
JM
182562000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18257
18258 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 18259 Don't use xfail's because that affects only the following test.
d63a86f8 18260
0d06e24b 18261 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 18262 solaris or linux.
0d06e24b
JM
18263
18264 * gdb.base/selftest.exp: Update to reflect changes to main.c.
18265
dc96c6c7 182662000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 18267
d63a86f8 18268 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
18269 "A syntax error" rather than "A parse error". Accept both.
18270
182712000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
18272
18273 * gdb.base/default.exp: Remove OS dependent string from "target
18274 remote" test.
18275 * gdb.base/help.exp: Same for "help target remote" test.
18276
c3f6f71d
JM
182772000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18278
18279 From Jim Kingdon <kingdon@redhat.com>:
18280
18281 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
18282 prompt (cleanup rather than necessity, but still might keep output
18283 from spilling to next test).
c3f6f71d
JM
18284
182852000-01-02 Fred Fish <fnf@cygnus.com>
18286
18287 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
18288 AIX, which defines them in <sys/types.h>.
18289
ed9a39eb 182901999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 18291
ed9a39eb 18292 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 18293 float" test.
ed9a39eb
JM
18294
182951999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 18296
ed9a39eb 18297 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
18298
18299 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
18300 outermost frame disallowed".
18301
183021999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
18303
18304 * gdb.base/setvar.exp: New tests for setting the value of a struct
18305 with a constant list.
18306
183071999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18308
18309 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
18310 require the user to type a cast before setting the value of a struct.
18311
de57eccd
JM
183121999-12-06 Jim Blandy <jimb@cygnus.com>
18313
18314 * gdb.base/default.exp: Expect the new 'info float' command on
18315 all i386 platforms.
18316
18317 * gdb.threads/linux-dp.exp: Expand our ability to recognize
18318 LinuxThreads libraries that don't support debugging.
18319
c2d11a7d
JM
18320Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18321
18322 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
18323 Change the buffer type to ``unsigned char'' to simplify size
18324 arithmetic.
c2d11a7d
JM
18325
18326 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
18327 stub only handles 400-1 byte packets. Verify that the download
18328 worked.
c2d11a7d
JM
18329
183301999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
18331
18332 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
18333 tests, using UNRESOLVED for the untested cases. Also, does not wait
18334 for a timeout if the prompt was received before a recognizable pattern.
18335
183361999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
18337
18338 * lib/gdb.exp (gdb_expect_list): Fix spelling.
18339
183401999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18341
18342 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 18343 watchpoints.
c2d11a7d
JM
18344
183451999-11-24 Jason Merrill <jason@casey.cygnus.com>
18346
18347 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
18348
18349 * gdb.c++/local.exp: Be more flexible in recognizing local class
18350 name mangling. Don't allow horribly truncated method names.
18351 * gdb.c++/derivation.exp: Expect protected inheritance.
18352 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
18353 * gdb.c++/virtfunc.exp: Likewise.
18354 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
18355 when printing a nested enum.
18356
183571999-11-22 Jim Blandy <jimb@cygnus.com>
18358
18359 * gdb.base/step-test.exp: Properly await GDB's response to setting
18360 a breakpoint on the call to large_struct_by_value.
18361
18362 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
18363 just because we have debug info for the `start' function.
18364
183651999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
18366
18367 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
18368 "Unknown signal" messages, which indicate (on LinuxThreads) that
18369 GDB doesn't know how to debug threads on this system. This is
18370 better than hanging while philosopher 0 dumps chatter into gdb.log.
18371
183721999-11-18 Tom Tromey <tromey@cygnus.com>
18373
18374 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
18375
183761999-11-18 Fred Fish <fnf@cygnus.com>
18377
18378 * gdb.base/coremaker2.c: Add sample program for generating
18379 cores that is more self contained than coremaker.c. Eventually
18380 I'll add more code to this and tie it into the testsuite.
18381
4ce44c66
JM
183821999-11-12 Stan Shebs <shebs@andros.cygnus.com>
18383
18384 * gdb.base/dollar.exp: Remove, now in gdb.hp.
18385
183861999-11-10 Jimmy Guo <guo@cup.hp.com>
18387
18388 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 18389 from $srcdir/lib/.
4ce44c66 18390 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 18391 and gdb.c++/.
4ce44c66
JM
18392
18393 * gdb.c++/derivation.exp: remove redundant get compiler info code.
18394
d63a86f8 18395 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
18396 'continue with watch' test point.
18397
183981999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
18399
18400 Merged from p2linux-990323-branch:
d63a86f8 18401
4ce44c66
JM
18402 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
18403
11cf8741
JM
18404Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
18405
18406 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 18407 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
18408
18409Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
18410
18411 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 18412 gdb_expect_list.
11cf8741
JM
18413
18414Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
18415
18416 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
18417
184181999-11-03 Mark Salter <msalter@cygnus.com>
18419
18420 * gdb.base/break.exp: Fix "stub continue" pattern.
18421
184221999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
18423
18424 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
18425
184261999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
18427
18428 * gdb.base/display.exp ("finish"): Add timeout clause.
18429
18430 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
18431 plain prompt clause, so this doesn't have to time out in order to
18432 fail.
18433
18434 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 18435 breakpoint hit messages include an address.
11cf8741
JM
18436
18437 * gdb.base/display.exp: Don't forget to escape parens in regular
18438 expressions. Unix regexp notatation sucks.
18439
184401999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18441
18442 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 18443 order for 'signalled' message.
11cf8741 18444
5c44784c
JM
184451999-11-01 Stan Shebs <shebs@andros.cygnus.com>
18446
18447 From Jimmy Guo <guo@cup.hp.com>:
18448 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
18449 * gdb.base/annota1.c: Add code for tests to work with.
18450
184511999-10-26 Frank Ch. Eigler <fche@cygnus.com>
18452
18453 * gdb.base/remote.exp: New test for remote downloading settings.
18454 * gdb.base/remote.c: New file with large .data.
18455
917317f4
JM
184561999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
18457
18458 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
18459 for LinuxThreads support, merged from the Code Fusion branch.
18460
18461Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
18462
18463 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
18464 containing exp_continue into a while within an expect. Don't
18465 attempt a start more than three times. Check return value from
18466 gdb_load.
d63a86f8 18467
2df3850c
JM
18468Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
18469
18470 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 18471 a pass case.
2df3850c 18472
2acceee2
JM
184731999-10-01 Kevin Buettner <kevinb@cygnus.com>
18474
18475 * gdb.base/break.c (main): Added a statement that we can step
18476 off of.
18477 * gdb.base/break.exp: Added tests for setting a breakpoint
18478 at an offset and stepping onto a breakpoint.
18479
184801999-10-01 Fred Fish <fnf@cygnus.com>
18481
d63a86f8 18482 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
18483 gdb output.
18484
c2c6d25f
JM
184851999-09-18 Jim Blandy <jimb@cris.red-bean.com>
18486
18487 * gdb.base/break.exp: Code locations are in hex, don't forget!
18488 (For HP-UX.)
18489
184901999-09-17 Stan Shebs <shebs@andros.cygnus.com>
18491
18492 * condbreak.exp: Use break.c as test program.
18493 * condbreak.c: Remove, redundant with break.c.
18494
184951999-09-15 Stan Shebs <shebs@andros.cygnus.com>
18496
18497 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 18498 Z-packets if the target needs it.
c2c6d25f
JM
18499
185001999-09-13 James Ingham <jingham@leda.cygnus.com>
18501
18502 * gdb.c++/overload.exp: Added tests for listing overloaded
18503 functions with function pointers in the arg, explicitly calling
18504 out the version you want.
18505
cff3e48b
JM
185061999-09-09 Stan Shebs <shebs@andros.cygnus.com>
18507
18508 * long_long.exp: Add variations of test cases that work for
18509 targets with 16-bit ints and 32-bit doubles.
18510
d4f3574e
SS
185111999-09-08 Stan Shebs <shebs@andros.cygnus.com>
18512
18513 * break.c (main): Compare a possibly-uninitialized argc with an
18514 unlikely value that fits in 16 bits.
18515
185161999-09-07 Stan Shebs <shebs@andros.cygnus.com>
18517
18518 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
18519 0xfeeb, don't want negative numbers if ints are 16 bits.
18520
18521 * lib/gdb.exp (skip_cplus_tests): New proc.
18522 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
18523 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
18524 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
18525 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
18526 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
18527 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
18528 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
18529 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
18530
18531 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
18532
18533Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
18534
18535 * gdb.base/corefile.exp (up): Allow a parameter to appear
18536 in the frame that we're going up to.
18537
18538 From Jim Blandy <jimb@cygnus.com>:
18539
18540 * gdb.base/default.exp (info float): Expect some output now.
18541
18542 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
18543 returning floating-point values to fail on the x86.
18544 * gdb.base/callfwmall.exp (do_function_calls): Same.
18545
18546 * gdb.base/list.exp (test_listsize): Correct expectations for
18547 listing line 1 with listsize 2. Also, listing a single line
18548 works now, as does listing three lines. [Kevin's note: There
18549 were a number of other cases fixed too where the expectations
18550 differed...]
18551
185521999-09-02 Stan Shebs <shebs@andros.cygnus.com>
18553
18554 * gdb.base/selftest.exp: Add case for when version prints as
18555 constant string instead of char pointer.
18556
104c1213
JM
185571999-08-25 Stan Shebs <shebs@andros.cygnus.com>
18558
18559 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 18560 stepping out of main.
104c1213
JM
18561
18562 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
18563 G++ used.
18564
18565 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 18566 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
18567
18568 * gdb.c++/ovldbreak.exp: Update match string in test that
18569 includes a warning of multiple breakpoints.
18570
185711999-08-24 Stan Shebs <shebs@andros.cygnus.com>
18572
18573 * gdb.base/display.exp: Improve precision of step-after-finish
18574 added yesterday.
18575
18576 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 18577 test.
104c1213
JM
18578
18579 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
18580 configs when using G++, not just hppa*.
18581
185821999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18583
18584 * gdb.base/async.c: New file.
18585 * gdb.base/async.exp: New file.
18586
18587Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
18588
18589 * gdb.base/break.exp: Tweak PA specific tests to properly handle
18590 PA64.
18591
53a5351d
JM
18592Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
18593
104c1213
JM
18594 * gdb.base/display.exp: "finish" can leave us mid-line on many
18595 targets, deal with it. Add a small constant to main, instead of
18596 1000 since main+1000 may not be a valid address in the target.
18597
53a5351d
JM
18598 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
18599 on hpux11.
18600
18601 * gdb.base/attach.exp: Handle another hpux11 error message variant
18602 when attaching to a process that does not exist.
18603
186041999-08-19 J.T. Conklin <jtc@redback.com>
18605
18606 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 18607 characters in 'continue to 1241' test.
53a5351d
JM
18608
186091999-08-17 Stan Shebs <shebs@andros.cygnus.com>
18610
18611 * gdb.base/call-ar-st.exp: Add a shorter match case for the
18612 stop in print_long_arg_list, define and use a whitespace
18613 variable in print_small_structs test, add an XFAIL for Solaris.
18614 * gdb.base/dbx.exp: XFAIL func commands until somebody is
18615 interested enough to fix.
18616
7be570e7
JM
186171999-08-13 Keith Seitz <keiths@cygnus.com>
18618
18619 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
18620 (dbx_gdb_load): Remove. Use gdb_load instead, since that
18621 proc knows about targets other than the natives.
18622 (test_assign): Use "gdb_run_cmd" to "run" the target.
18623 Check that we've actually hit the breakpoint at main.
18624 When we attempt to assign a value to a local variable, check
18625 that the variable is in the current scope, i.e., don't use
18626 a test with an empty result.
18627
18628Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
18629
18630 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 18631 command.
7be570e7
JM
18632
186331999-08-09 Stan Shebs <shebs@andros.cygnus.com>
18634
18635 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18636 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
18637 gdb.compat, gdb.threads-hp.
18638 gdb.hp/configure, gdb.hp/configure.in: New files.
18639 gdb.hp/Makefile.in: Recurse into new subdirs.
18640 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
18641 gdb.hp/gdb.objdbg: New directory, tests for debugging info
18642 in object files.
18643 gdb.hp/tools: New directory, aux tools for HP-specific tests.
18644
96baa820
JM
186451999-08-05 Stan Shebs <shebs@andros.cygnus.com>
18646
18647 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 18648 funky printf, remove a bogus p/a test.
96baa820
JM
18649
186501999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18651
18652 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
18653 connected to the target. This is necessary when running not
18654 natively.
96baa820
JM
18655
186561999-08-03 Stan Shebs <shebs@andros.cygnus.com>
18657
18658 * gdb.base/step-test.exp: Removed some extraneous messages.
18659
18660 * gdb.base/long_long.exp: Don't run memory examination tests
18661 on little-endian targets (they will need a different set of
18662 results to match).
18663
186641999-08-02 Stan Shebs <shebs@andros.cygnus.com>
18665
18666 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
18667 until somebody decides to fix GDB.
18668
18669 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 18670 constant as "ULL".
96baa820
JM
18671 * gdb.base/long_long.exp: Loosen x/c test, add partial result
18672 matches for a couple x/2 commands.
18673
a0b3c4fd
JM
186741999-07-30 Stan Shebs <shebs@andros.cygnus.com>
18675
18676 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
18677 by merging in ref-types2 tests.
18678 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
18679
18680 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18681 * gdb.c++/Makefile.in: Add standard actions.
18682 (EXECUTABLES): Rename from PROGS, update list.
18683 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
18684 from gdb.hp.
18685 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
18686 foo and bar locals.
18687 * gdb.c++/anon-union.exp: Fix tests to match.
18688 * gdb.c++/classes.exp: Run if HP compiler used, add extra
18689 expect matches to handle output variations.
18690 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
18691 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 18692 output, add HP alternatives for new and delete prints.
a0b3c4fd 18693 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 18694 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
18695 * gdb.c++/demangle.exp: Use $style when reporting failure.
18696 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
18697 * gdb.c++/inherit.exp: Run if HP compiler used, add some
18698 match alternatives.
18699 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 18700 compilers.
a0b3c4fd
JM
18701 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
18702 * gdb.c++/method.exp: Add match alternatives.
18703 * gdb.c++/misc.cc: Add bool types.
18704 * gdb.c++/misc.exp: Add tests for bool types.
18705 * gdb.c++/overload.exp: Add xfails.
18706 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
18707 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
18708 add some more template parameter tests (only for HP currently).
18709 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
18710 * gdb.c++/virtfunc.cc: Add return type and value for main.
18711 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
18712 match alternatives.
d63a86f8 18713
a0b3c4fd
JM
187141999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18715
18716 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
18717
187181999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
18719
18720 * gdb.base/signals.exp: Don't expect getting a backtrace from
18721 within a signal handler to fail on Linux.
18722
187231999-07-29 Stan Shebs <shebs@andros.cygnus.com>
18724
18725 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18726 * lib/gdb.exp: Remove some gratuitious semicolons.
18727 (delete_breakpoints): Increase timeout.
18728 (gdb_expect): Add -notransfer option.
18729 (gdb_test): Use -notransfer option.
18730 (get_compiler_info): Add f77 case.
18731 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 18732 case.
a0b3c4fd
JM
18733 (gdb_preprocess): Call get_compiler.
18734
18735 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
18736 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
18737 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
18738 gdb.base/long_long.exp, gdb.base/printcmds.exp,
18739 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
18740 third arg to gdb_test.
a0b3c4fd
JM
18741 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
18742 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 18743 HP-UX xfails, add others.
a0b3c4fd
JM
18744 * gdb.base/completion.exp: Reflect name change of self-test.
18745 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
18746 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
18747 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
18748 HP failure number.
a0b3c4fd
JM
18749 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
18750 useless HP-UX 10.30 references.
18751 * gdb.base/maint.exp: Loosen matches.
18752 * gdb.base/pointers.c (main): Declare more_code.
18753 * gdb.base/pointers.exp: Match on output of a `next'.
18754 * gdb.base/structs.c: Add prototypes.
18755 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
18756 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
18757
187581999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18759
18760 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 18761 command.
a0b3c4fd
JM
18762
187631999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18764
18765 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
18766 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
18767
18768 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
18769 debug info. Deal with lack of signal hanlder info in stack.
18770
a9c64011 18771 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
18772 * gdb.base/annota1.exp: If printf has debug info, deal with it.
18773
5a2468f5
JM
187741999-07-19 Stan Shebs <shebs@andros.cygnus.com>
18775
18776 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 18777 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 18778
adf40b2e
JM
18779Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18780
18781 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 18782 a1-selftest.exp.
adf40b2e
JM
18783 * gdb.base/configure: Re-generate.
18784
187851999-07-12 Stan Shebs <shebs@andros.cygnus.com>
18786
18787 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
18788 in trying to run first and name is too long.
18789
18790 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
18791 pointers2.c and pointers2.exp, respectively.
18792 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
18793 doschk happier.
18794
43e526b9
JM
187951999-07-08 Stan Shebs <shebs@andros.cygnus.com>
18796
18797 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
18798 callfuncs2.c and callfuncs2.exp.
18799
18800 * gdb.base/list.exp: Remove mistaken xfails.
18801 * gdb.base/list0.h: Add optional prototypes.
18802
9846de1b
JM
18803Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18804
a9c64011 18805 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 18806 calling malloc.
a9c64011
AS
18807 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18808 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 18809 use.
9846de1b
JM
18810
188111999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18812
18813 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18814 * gdb.base/annota2.cc, annota2.exp: Move from here.
18815 * gdb.c++/annota2.cc, annota2.exp: To here.
18816 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18817
43ff13b4
JM
18818Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18819
18820 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 18821 a consistent format.
43ff13b4 18822
085dd6e6
JM
188231999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18824
18825 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18826 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18827 HP compilers, also set the globals $true and $false.
18828
18829 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
18830 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18831 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18832 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18833 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18834 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18835 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18836 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18837 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18838 whatis.c} Add C++ compatible function definitions and return
18839 types, add includes for library functions.
085dd6e6
JM
18840 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18841 * gdb.base/step-test.c (myglob): Rename from glob.
18842 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
18843 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18844 files, move here from gdb.hp.
085dd6e6 18845 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
18846 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18847 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18848 Adjust line numbers in regexps.
085dd6e6
JM
18849
18850 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18851 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18852 instead of 0/1.
18853
18854 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18855 foll-vfork.exp: New files, move here from gdb.hp.
18856 * gdb.base/page.exp: New file, test of pagination command.
18857
18858 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18859 recursion test.
18860 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18861
18862 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 18863 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
18864
18865 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 18866 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 18867 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 18868 watchpoint test.
085dd6e6
JM
18869 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18870 them work.
18871 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18872 expressions properly.
18873 * gdb.base/corefile.exp: Loosen the match slightly.
18874 * gdb.base/default.exp: Allow "Error accessing memory" message
18875 also.
18876 * gdb.base/display.exp: Skip over x/0 j if PA64.
18877 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18878 * gdb.base/interrupt.exp: Ditto.
18879 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18880 in use.
18881 * gdb.base/list.exp: Add xfails for HP-UX.
18882 * gdb.base/long_long.exp: Refine some of the numeric matches.
18883 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18884 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18885 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18886 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18887 * gdb.base/ptype.exp: Succeed on more varieties of output.
18888 * gdb.base/scope.exp: Add xfails for HP-UX.
18889 * gdb.base/sect-cmd.exp: Add more cases.
18890 * gdb.base/setvar.exp: Add xfails for HP-UX.
18891 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18892 * gdb.base/signals.exp: Match on void symbolically.
18893 * gdb.base/step-test.exp: Add case for PA64.
18894 * gdb.base/term.exp: Add exit and restart.
18895 * gdb.base/twice.exp: Clean up after self.
18896 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18897 * gdb.base/whatis.exp: Allow more ways to pass tests.
18898
18899 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 18900 no longer useful.
085dd6e6
JM
18901
18902Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18903
18904 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 18905 list of patterns.
085dd6e6 18906 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
18907 print_double_array(double_array)", "continuing to breakpoint
18908 1018", "print print_double_array(array_d)" and "continuing to
18909 1034" tests.
d63a86f8 18910
085dd6e6
JM
189111999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18912
a9c64011 18913 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
18914
189151999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18916
18917 * config/mt-*: Remove, these haven't been used since 1996.
18918
189191999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18920
18921 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 18922 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
18923 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18924
9e0b60a8
JM
189251999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18926
18927 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18928 simpler match case for the ptype of the big class.
18929
189301999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18931
18932 * gdb.exp: Fix test for gdb_prompt existence.
18933
189341999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18935
18936 * gdb.exp (gdb_test): Add fail after calls to perror.
18937
189381999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18939
18940 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18941
189421999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18943
18944 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18945
0f71a2f6
JM
18946Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18947
18948 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 18949 malloc() is linked in.
0f71a2f6
JM
18950
189511999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18952
18953 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18954 step at end.
18955
18956 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18957
189581999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18959
18960 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18961
cce74817
JM
18962Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18963
18964 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18965 * gdb.base/mips_pro.exp: Likewise.
18966
189671999-06-02 Keith Seitz <keiths@cygnus.com>
18968
18969 * gdb.c++/templates.cc: Change all "new" operators to throw
18970 an exception.
18971 * gdb.c++/cplusfuncs.cc: Likewise.
18972
18973 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18974
18975Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18976
18977 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
18978 * gdb.base/ending-run.exp: When stepping out of main, accept a
18979 step into an arbitrary assembler file.
cce74817 18980
392a587b
JM
189811999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18982
d63a86f8 18983 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 18984 "breakpoint-invalid" to be printed.
d63a86f8 18985 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
18986 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18987 * gdb.base/annota2.cc: Initialize a.x to 0.
18988
9e086581
JM
189891999-05-17 Keith Seitz <keiths@cygnus.com>
18990
18991 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18992 when "skip_float_tests" set.
18993 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18994 "print print_ten_doubles", and "step into print_long_arg_list".
18995 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18996 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18997 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18998 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18999 "skip_float_tests" is set.
19000 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
19001 when "skip_float_tests" set.
d63a86f8 19002
cd0fc7c3
SS
190031999-05-06 Keith Seitz <keiths@cygnus.com>
19004
19005 * gdb.base/annota2.cc: Include stdio.h.
19006
19007Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
19008
19009 * gdb.base/crossload.exp: Remove, this has been disabled ever
19010 since BFD stopped including all targets, and cross-GDB gets
19011 plenty of testing anyway.
19012 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
19013 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
19014 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
19015 * gdb.base/README: Remove, was doc for this.
19016 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 19017 needed.
cd0fc7c3 19018
b83266a0
SS
190191999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19020
19021 * gdb.base/call-ar-st.exp: Fix one regular expression in test
19022 output.
19023
19024 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
19025 * gdb.base/annota2.exp: New file. More annotation tests.
19026 * gdb.base/annota1.c: New file. Source file for annota1.exp.
19027 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
19028
190291999-04-23 Angela Marie Thomas <angela@cygnus.com>
19030
19031 * config/cfdbug.exp: New file.
19032
7a292a7a
SS
190331999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
19034
19035 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
19036 Marcus Daniel's and Dale Hawkins's demangler crashes.
19037
19038 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
19039 test_lucid_style_demangling, test_arm_style_demangling,
19040 test_hp_style_demangling): Try Tom Tromey's core-dumping
19041 identifier under each demangling style.
7a292a7a
SS
19042
190431999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
19044
19045 * gdb.c++/demangle.exp: Include the current demangling style
19046 in all test names.
19047 (current_demangling_style): New global variable.
19048 (set_demangling_style, test_demangling_core, test_demangling,
19049 test_demangling_exact): New functions.
19050 (test_gnu_style_demangling, test_lucid_style_demangling,
19051 test_arm_style_demangling, test_hp_style_demangling): Use those,
19052 instead of calling gdb_test and gdb_test_exact directly.
19053 (catch_demangling_errors): New function, which reports errors
19054 signalled by the demangling test functions in an orderly way.
19055 (do_tests): Use catch_demangling_errors.
19056
190571999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
19058
19059 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 19060 grouping in expressions, not {}.
7a292a7a
SS
19061
19062 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 19063 initialized yet.
7a292a7a
SS
19064
190651999-04-01 Stan Shebs <shebs@andros.cygnus.com>
19066
19067 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
19068 are listed.
19069
190701999-03-26 Stan Shebs <shebs@andros.cygnus.com>
19071
19072 * gdb.stabs/weird.exp: Test for CC being defined before
19073 looking at its value.
19074
190751999-03-25 Stan Shebs <shebs@andros.cygnus.com>
19076
19077 * gdb.base/call-ar-st.exp: Remove stray '#'.
19078 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
19079 "short int" and "long int".
19080 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 19081 change, to mollify finicky HP compiler.
7a292a7a
SS
19082 * gdb.hp/reg-test.exp (testfile): Fix file name.
19083 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 19084
7a292a7a
SS
19085 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
19086 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
19087 alternate form of enum ptype.
19088
c906108c
SS
190891999-03-23 Stan Shebs <shebs@andros.cygnus.com>
19090
7a292a7a
SS
19091 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
19092 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
19093 passing skip_hp_tests, so as not to waste time on guaranteed
19094 failure.
7a292a7a 19095
c906108c
SS
19096 * gdb.c++/overload.cc: Pass string instead of char addr, always
19097 init ccpfoo.
19098 * gdb.c++/templates.cc: Fix syntax error.
19099
7a292a7a
SS
19100Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19101
19102 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 19103 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
19104 command.
19105
191061999-03-18 James Ingham <jingham@cygnus.com>
19107
19108 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
19109
19110 * gdb.c++/method.exp: It was testing an uninitialized int on the
19111 stack and assuming it was positive.
19112
19113 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
19114
19115 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 19116 keep it from killing the rest of the tests.
7a292a7a
SS
19117 Use gdb_continue_to_end.
19118
19119 * gdb.base/sigall.exp: use gdb_continue_to_end.
19120
19121 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
19122
19123 * gdb.base/display.exp: use runto_main, not run.
19124
d63a86f8
RM
19125 * gdb.base/default.exp: Check for the current error message in the
19126 r abbreviation test.
7a292a7a
SS
19127 Add strongarm to the targets that know info float.
19128
d63a86f8 19129 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
19130 run which doesn't work with monitors.
19131
19132 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
19133
19134 * gdb.base/break.exp: use the gdb_continue_to_end proc.
19135
19136 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
19137 program. Traps the case (in Cygmon) when the program never really
19138 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
19139 more places, so I used my name. Sorry Mark...
19140
19141 * config/monitor.exp (gdb_target_monitor): added another
19142 target_info parameter: remotebinarydownload. This will set the
19143 remotebinarydownload flag if this is causing some boards trouble.
19144
191451999-03-18 Mark Salter <msalter@cygnus.com>
19146
19147 * lib/gdb.exp (continue_to_exit): New function.
19148
19149 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
19150 * gdb.base/ending-run.exp: Ditto.
19151 * gdb.base/step-test.exp: Ditto.
19152
191531999-03-16 Stan Shebs <shebs@andros.cygnus.com>
19154
19155 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
19156 (suggested by Art Haas <ahaas@neosoft.com>).
19157
191581999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
19159
889bf7c5 19160 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
19161
19162Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
19163
19164 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 19165 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
19166
191671999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
19168
19169 * gdb.base/call-strs.exp: Don't assume that `step' will step over
19170 a call to strlen; sometimes we do have sources.
19171
191721999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
19173
19174 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 19175 character, so GDB won't print garbage after its end.
d63a86f8 19176
c906108c
SS
19177 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
19178 breakpoint there instead. Sometimes GCC emits memcpy to handle
19179 the large structures being passed by value, so we step into that
19180 instead of sum_array_print, which obscures what we're really testing.
19181 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
19182 the bizarre steps into memcpy, so do that here. Add check for
19183 stepping into function calls that pass large structures by value.
19184 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
19185 Remove all references to specific line numbers.
19186 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
19187 New type and function.
19188 (main): Call large_struct_by_value, passing it a large struct by value.
19189 * lib/gdb.exp (gdb_get_line_number): New function.
19190
19191 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
19192 more portable.
19193
7a292a7a
SS
191941999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19195
c906108c
SS
19196 * lib/gdb.exp: Doc fixes.
19197
7a292a7a
SS
191981999-03-05 Nick Clifton <nickc@cygnus.com>
19199
d63a86f8 19200 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
19201
192021999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
19203
c906108c 19204 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
19205 commands. They're not germane to this test, and they don't work
19206 that way on remote targets.
c906108c 19207
3fc11d3e
JM
192081999-03-01 James Ingham <jingham@cygnus.com>
19209
19210 * Changelog entries merged over from gdb development branch.
19211
3fc11d3e
JM
19212 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
19213
19214 * lib/gdb.exp (gdbtk_analyze_results): Generic function
19215 for outputting results of test run.
19216
2d4a1622 19217 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
19218
19219 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 19220
7a292a7a
SS
192211999-02-25 Felix Lee <flee@cygnus.com>
19222
19223 * lib/gdb.exp (debug_format): initialize
19224
c906108c
SS
192251999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
19226
19227 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
19228 * gdb.base/call-rt-st.c: Ditto.
19229
c906108c
SS
192301999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
19231
19232 * gdb.threads/pthreads.exp (horiz): New variable.
19233 (test_startup): Fix regexps that capture thread numbers.
19234
192351999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
19236
19237 * gdb.base/smoke.exp: Disambiguate two test case names (both
19238 called ``print'').
19239
19240Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19241
19242 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 19243 compilation.
c906108c
SS
19244
192451999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19246
19247 * gdb.base/miscexprs.exp: Change patterns to match GDB's
19248 actual output formatting.
19249 * gdb.base/smoke.exp: GDB removes leading 0's.
19250 * gdb.base/volatile.exp: Don't check type of remuneration;
19251 that variable is no longer defined in constvars.c.
19252 * gdb.base/step-test.c (main): Exit with explicit exit code.
19253 * gdb.base/step-test.exp: Remove two nexti checks--they are
19254 not portable.
19255
192561999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19257
19258 * gdb.base/help.exp ("help delete display"): Fix test to match
19259 gdb's output.
19260
19261 * gdb.base/long_long.c (known_types): Initialize values to zero.
19262 * gdb.base/long_long.exp: Step one more line
19263 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
19264 leading zeros. Explicitly ask for hex formatting. Use
19265 unique test case names.
c906108c
SS
19266
19267Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19268
d63a86f8 19269 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
19270
19271 * gdb.c++/method.exp: Add missing close brace.
19272
192731999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
19274
19275 * gdb.base/maint.exp: Use 'set height 0' to disable page
19276 prompting, not 'set height 400'.
19277
19278 Fix a bunch of timeouts.
19279 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
19280 four separate tests, so expect doesn't take forever to match a ton
19281 of text against a regexp with lots of .* forms.
19282 ("maint print psymbols", "maint print symbols"): Make some of
19283 these greps more selective, so that expect doesn't try to wade
19284 through huge piles of output and time out.
19285
19286 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
19287
19288 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
19289 tests: one which doesn't expect shlib events to be reported, and
19290 another which does, but is XFAIL for all platforms other than
19291 HP/UX.
c906108c
SS
19292
19293 * gdb.base/break.exp: Teach the test suite that the `catch
19294 fork', `catch vfork', and `catch exec' commands produce error
19295 messages on platforms that don't provide these features.
19296
19297Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19298
19299 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
19300 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
19301 (shortening names from solib_threshold.exp etc), won't run on
19302 anything but HP-UX for the foreseeable future.
c906108c 19303 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 19304 reflect move.
c906108c
SS
19305
19306Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
19307
19308 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 19309 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
19310
19311Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
19312
19313 * gdb.base/shlib-call.exp: add test cases to verify that gdb
19314 successfully re-sets breakpoints in shared libraries.
19315 * gdb.base/shmain.c (main): return 0, don't fall off the end.
19316
19317Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19318
d63a86f8
RM
19319 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
19320 and compiled w/o GCC.
c906108c
SS
19321
19322 * gdb.hp/watch-cmd.exp: ditto.
19323
19324 * gdb.hp/watch-hp.exp: ditto.
19325
19326 * gdb.hp/xdb1.exp: ditto.
19327
19328 * gdb.hp/xdb2.exp: ditto.
19329
19330 * gdb.hp/dbx.exp: ditto.
19331
19332Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
19333
19334 * constvars.c: Remove C++-isms.
19335 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 19336 with GCC.
c906108c
SS
19337
19338Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
19339
19340 The following changes are part of the HP merge.
19341
19342 * gdb.base/break.exp: new tests to verify that catchpoints for
19343 fork, vfork, and exec don't trigger inappropriately.
19344
19345 * gdb.base/opaque.exp: compile one file at a time, then link.
19346
19347 * gdb.base/signals.exp: be more restrictive about which hppa
19348 systems receive a setup_xfail. new tests.
19349
19350 * gdb.base/solib_threshold.build: new file.
19351 * gdb.base/solib_threshold.exp: new file.
19352 * gdb.base/solib_threshold.link_opts: new file.
19353 * gdb.base/solib_threshold.mk: new file.
19354 * gdb.base/gen_solib_threshold.c: new file.
19355
19356 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
19357 tests. New tests for enums inside classes.
19358
19359 * gdb.c++/compiler.cc: indicate support of template debugging.
19360
19361 * gdb.c++/demangle.exp: run hp style demangling tests.
19362
19363 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
19364 tests.
19365
19366 * gdb.c++/misc.cc: changes to support new tests.
19367
19368 * gdb.c++/templates.cc: changes to support HP's compiler; changes
19369 to support new tests.
19370
19371 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
19372 gcc, then skip these tests.
19373
19374Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
19375
19376 The following files are part of the HP merge; some had longer
19377 names at HP, but have been renamed to be no more than 14
19378 characters in length.
19379
19380 * gdb.hp/ambiguous.cc: new file.
19381 * gdb.hp/ambiguous.exp: new file.
19382 * gdb.hp/attach.exp: new file.
19383 * gdb.hp/attach2.exp: new file.
19384 * gdb.hp/classes-hp.exp: new file.
19385 * gdb.hp/ctti.exp: new file.
19386 * gdb.hp/ctti-add.cc: new file.
19387 * gdb.hp/ctti-add1.cc: new file.
19388 * gdb.hp/ctti-add2.cc: new file.
19389 * gdb.hp/ctti-add3.cc: new file.
19390 * gdb.hp/dbx.exp: new file.
19391 * gdb.hp/exception.cc: new file.
19392 * gdb.hp/exception.exp: new file.
19393 * gdb.hp/foll-exec.c: new file.
19394 * gdb.hp/foll-exec.exp: new file.
19395 * gdb.hp/foll-fork.c: new file.
19396 * gdb.hp/foll-fork.exp: new file.
19397 * gdb.hp/foll-vfork.c: new file.
19398 * gdb.hp/foll-vfork.exp: new file.
19399 * gdb.hp/inherit-hp.exp: new file.
19400 * gdb.hp/more-steps.exp: new file.
19401 * gdb.hp/namespace.cc: new file.
19402 * gdb.hp/namespace.exp: new file.
19403 * gdb.hp/optimize.exp: new file.
19404 * gdb.hp/pxdb.c: new file.
19405 * gdb.hp/pxdb.exp: new file.
19406 * gdb.hp/quicksort.exp: new file.
19407 * gdb.hp/reg-test.exp: new file.
19408 * gdb.hp/reg-test.s: new file.
19409 * gdb.hp/sized-enum.c: new file.
19410 * gdb.hp/sized-enum.exp: new file.
19411 * gdb.hp/start-stop.exp: new file.
19412 * gdb.hp/templ-hp.cc: new file.
19413 * gdb.hp/templ-hp.exp: new file.
19414 * gdb.hp/thr-lib.c: new file.
19415 * gdb.hp/thr-lib.exp: new file.
19416 * gdb.hp/thr-lib.h: new file.
19417 * gdb.hp/thr-liblib.c: new file.
19418 * gdb.hp/virtfun-hp.c: new file.
19419 * gdb.hp/virtfun-hp.exp: new file.
19420 * gdb.hp/watch-cmd.exp: new file.
19421 * gdb.hp/watch-hp.exp: new file.
19422 * gdb.hp/xdb1.exp: new file.
19423 * gdb.hp/xdb2.exp: new file.
19424 * gdb.hp/xdb3.exp: new file.
19425
19426Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
19427
19428 The following files are part of the HP merge; some had longer
19429 names at HP, but have been renamed to be no more than 14
19430 characters in length.
19431
19432 * gdb.base/ss.h: new file.
19433 * gdb.base/call-ar-st.c: new file.
19434 * gdb.base/call-ar-st.exp: new file.
19435 * gdb.base/call-rt-st.c: new file.
19436 * gdb.base/call-rt-st-exp: new file.
19437 * gdb.base/call-strs.exp: new file.
19438 * gdb.base/ena-dis-br.exp: new file.
19439 * gdb.base/environ.exp: new file.
19440 * gdb.base/long_long.exp: new file.
19441 * gdb.base/sect-cmd.exp: new file.
19442 * gdb.base/shlib-cl2.exp: new file.
19443 * gdb.base/smoke.exp: new file.
19444 * gdb.base/so-impl-ld.c: new file.
19445 * gdb.base/so-impl-ld.exp: new file.
19446 * gdb.base/so-indr-cl.c: new file.
19447 * gdb.base/so-indr-cl.exp: new file.
19448 * gdb.base/varargs.exp: new file.
19449 * gdb.base/volatile.exp: new file.
19450 * gdb.base/whatis-exp.exp: new file.
7a292a7a 19451 * gdb.base/display.exp: new file.
c906108c
SS
19452 * gdb.c++/derivation.exp: new file.
19453 * gdb.c++/local.exp: new file.
19454 * gdb.c++/member-ptr.exp: new file.
19455 * gdb.c++/overload.exp: new file.
19456 * gdb.c++/ovldbreak.exp: new file.
19457 * gdb.c++/ref-types.exp: new file.
19458 * gdb.c++/ref-types2.exp: new file.
19459 * gdb.c++/userdef.exp: new file.
d63a86f8 19460
c906108c
SS
19461Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
19462
19463 * gdb.base/default.exp: Reflect wording change in remote.c.
19464
dc96c6c7 19465Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19466
19467 * gdb.base/help.exp: Update to reflect current text.
19468
19469Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
19470
19471 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
19472 they're stack variables and contain garbage.
19473 * gdb.c++/anon-union.exp: new file.
19474
19475 The following changes were made by David Taylor
889bf7c5
PA
19476 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19477 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19478 in changes by HP.
c906108c
SS
19479
19480 * gdb.base/bitops.exp: new file.
19481 * gdb.base/default.exp: change expected messages for catch and
19482 info catch tests to reflect HP merge changes.
19483 * gdb.base/enable-disable-break.exp
19484 * gdb.base/ending-run.c: new file.
19485 * gdb.base/long_long.c: new file.
19486 * gdb.base/maint.exp: new file.
19487 * gdb.base/pointers2.exp: new file.
19488 * gdb.base/shlib-call2.exp: new file.
19489 * gdb.base/solib.exp: new file.
19490 * gdb.base/step-test.c: new file.
19491 * gdb.c++/anon-union.cc: new file.
19492 * gdb.c++/local.cc: new file.
19493 * gdb.c++/member-pointer.cc: new file.
19494 * gdb.c++/method.cc: new file.
19495 * gdb.c++/ref-types.cc: new file.
19496 * gdb.c++/ref-types2.cc: new file.
19497 * gdb.c++/userdef.cc: new file.
d63a86f8 19498
c906108c
SS
19499 * gdb.base/scope.exp: compile one file at a time, then link.
19500 * gdb.base/langs.exp: ditto.
19501 * gdb.base/list.exp: ditto.
d63a86f8 19502
c906108c
SS
19503Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
19504
19505 The following changes were made by David Taylor
889bf7c5
PA
19506 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19507 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19508 in changes by HP.
d63a86f8 19509
c906108c
SS
19510 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
19511 skip tests. When compiling pass c++ flag to gdb_compile.
19512 * gdb.c++/
d63a86f8 19513
c906108c
SS
19514 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
19515 test for on hppa*-*-hpux*; use args to see if c++ was specified.
19516 (skip_hp_tests): new function.
19517 (gdb_preprocess): new function.
19518
19519 * configure.in (hpdir): decide whether to configure gdb.hp.
19520 * configure: regenerated.
19521
19522 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
19523 to delete on clean.
19524 (EXECUTABLES): update to reflect new additions.
19525 * gdb.base/commands.exp: update message expected.
19526 * gdb.base/default.exp: add copyright notice.
19527 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
19528 * gdb.base/help.exp: update messages to reflect current text.
19529 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
19530 targets for recurse tests.
19531 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
19532 skip this file.
19533
19534 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
19535 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
19536 compilation.
19537 * gdb.c++/misc.exp: ditto.
19538 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
19539 run the tests. tell gdb_compile that it's a c++ compilation.
19540
19541 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 19542
c906108c
SS
19543 * gdb.base/all-bin.exp: new file.
19544 * gdb.base/arithmet.exp: new file.
19545 * gdb.base/assign.exp: new file.
19546 * gdb.base/completion.exp: new file.
19547 * gdb.base/cond-expr.exp: new file.
19548 * gdb.base/condbreak.exp: new file.
19549 * gdb.base/define.exp: new file.
19550 * gdb.base/dollar.exp: new file.
19551 * gdb.base/environment.exp: new file.
19552 * gdb.base/eval-skip.exp: new file.
19553 * gdb.base/jump.exp: new file.
19554 * gdb.base/logical.exp: new file.
19555 * gdb.base/pointers.exp: new file.
19556 * gdb.base/relational.exp: new file.
19557 * gdb.base/section_command.exp: new file.
19558 * gdb.base/whatis-expr.exp: new file.
19559
19560 * gdb.base/all-types.c: new file.
19561 * gdb.base/call-array-struct.c: new file.
19562 * gdb.base/call-return-struct.c: new file.
19563 * gdb.base/call-strings.c: new file.
19564 * gdb.base/callfuncs2.c: new file.
19565 * gdb.base/condbreak.c: new file.
19566 * gdb.base/constvars.c: new file.
19567 * gdb.base/display.c: new file.
19568 * gdb.base/int-type.c: new file.
19569 * gdb.base/jump.c: new file.
19570 * gdb.base/miscexprs.c: new file.
19571 * gdb.base/pointers.c: new file.
19572 * gdb.base/pointers2.c: new file.
19573 * gdb.base/shmain.c: new file.
19574 * gdb.base/shr1.c: new file.
19575 * gdb.base/shr2.c: new file.
19576 * gdb.base/solib.c: new file.
19577 * gdb.base/solib1.c: new file.
19578 * gdb.base/solib2.c: new file.
19579 * gdb.base/varargs.c: new file.
19580 * gdb.c++/derivation.cc: new file.
19581 * gdb.c++/overload.cc: new file.
19582 * gdb.c++/ovldbreak.cc: new file.
19583 * gdb.hp/attach.c: new file.
19584 * gdb.hp/attach2.c: new file.
19585 * gdb.hp/average.c: new file.
19586 * gdb.hp/compiler.c: new file.
19587 * gdb.hp/compiler.cc: new file.
19588 * gdb.hp/execd-program.c: new file.
19589 * gdb.hp/follow-exec.c: new file.
19590 * gdb.hp/follow-fork.c: new file.
19591 * gdb.hp/follow-vfork-and-exec.c: new file.
19592 * gdb.hp/misc-hp.cc: new file.
19593 * gdb.hp/more-steps.c: new file.
19594 * gdb.hp/optimize.c: new file.
19595 * gdb.hp/quicksort.c: new file.
19596 * gdb.hp/run-hp.c: new file.
19597 * gdb.hp/start-stop.c: new file.
19598 * gdb.hp/sum.c: new file.
19599 * gdb.hp/templates-hp.cc: new file.
19600 * gdb.hp/thread-local-in-lib.c: new file.
19601 * gdb.hp/thread-local-in-lib.h: new file.
19602 * gdb.hp/thread-local-in-lib.lib.c: new file.
19603 * gdb.hp/vforked-program.c: new file.
19604 * gdb.hp/virtfunc-hp.cc: new file.
19605 * gdb.hp/watchpoint-hp.c: new file.
19606 * gdb.hp/xdb.c: new file.
19607 * gdb.hp/xdb0.c: new file.
19608 * gdb.hp/xdb0.h: new file.
19609 * gdb.hp/xdb1.c: new file.
19610
19611Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
19612
19613 The following change was made by Edith Epstein
889bf7c5
PA
19614 <eepstein@cygnus.com> as part of a project to merge in changes
19615 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
19616
19617 * gdb.c++/demangle.exp: changed the expected output for some
19618 ARM-style mangling -- removed second reference to datatype.
889bf7c5 19619 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 19620 T1<char>::~T1<char>(void)
c906108c 19621 becomes,
a9c64011
AS
19622 maint demangle __dt__11T1__pt__2_cFv
19623 T1<char>::~T1(void)
c906108c 19624
889bf7c5 19625 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 19626
c906108c
SS
19627Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
19628
19629 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
19630 * gdb.trace/backtrace.exp: Likewise.
19631 * gdb.trace/circ.exp: Likewise.
19632 * gdb.trace/collection.exp: Likewise.
19633 * gdb.trace/deltrace.exp: Likewise.
19634 * gdb.trace/infotrace.exp: Likewise.
19635 * gdb.trace/limits.exp: Likewise.
19636 * gdb.trace/packetlen.exp: Likewise.
19637 * gdb.trace/passc-dyn.exp: Likewise.
19638 * gdb.trace/passcount.exp: Likewise.
19639 * gdb.trace/report.exp: Likewise.
19640 * gdb.trace/save-trace.exp: Likewise.
19641 * gdb.trace/tfind.exp: Likewise.
19642 * gdb.trace/tracecmd.exp: Likewise.
19643 * gdb.trace/while-dyn.exp: Likewise.
19644 * gdb.trace/while-stepping.exp: Likewise.
19645
196461998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
19647
19648 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
19649
19650Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
19651
19652 From Brendan Kehoe:
19653 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
19654 int return types.
19655
19656Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
19657
19658 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 19659 remote dos host testing right.
c906108c
SS
19660
19661Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
19662
19663 * gdb.base/corefile.exp: remove some xfails.
19664
19665Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
19666
19667 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 19668 have different timestamps.
c906108c
SS
19669
19670Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
19671
19672 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 19673 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
19674
19675Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
19676
19677 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 19678 delta.
c906108c
SS
19679
19680Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
19681
19682 * gdb.base/default.exp: Add brace missing from previous delta.
19683
19684Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
19685
19686 * gdb.base/default.exp: Support test for info float for all
19687 varieties of arm toolchain.
19688
dc96c6c7 19689Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19690
19691 * gdb.trace/*.exp: remove "remote_download" command.
19692
dc96c6c7 19693Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19694
19695 * gdb.trace/*.exp: remove -gdwarf from compile.
19696
19697Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
19698
19699 * gdb.trace/configure.in(AC_INIT): typo
19700 * gdb.trace/configure: regenerated
19701
dc96c6c7 19702Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19703
19704 * config/m68k-emc.exp: New file.
19705 * lib/<emc-support.exp trace-support.exp}: New files.
19706 * configure.in: add new test directory gdb.trace.
19707 * gdb.trace/{configure configure.in Makefile.in}: New files.
19708 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
19709 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
19710 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
19711 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
19712 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
19713 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
19714 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 19715
dc96c6c7 19716Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19717
19718 * gdb.c++/classes.exp: Change all regular expressions to match
19719 arbitrary combinations of newline/carriage-return, so that they
19720 will work equally well on Unix and Windows.
19721 * gdb.c++/inherit.exp: ditto.
19722 * gdb.c++/virtfunc.exp: ditto.
19723
197241998-08-11 Dawn Perchik <dawn@cygnus.com>
19725
19726 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
19727
c2d11a7d
JM
19728Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
19729
19730 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
19731 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
19732 to use a0-a3/d0-d3 as needed.
19733
19734Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
19735
19736 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
19737 * gdb.disasm/am33.exp: Corresponding changes.
19738
c906108c
SS
197391998-07-11 Felix Lee <flee@cygnus.com>
19740
19741 * gdb.base/callfuncs.exp: add cmp10 test.
19742 * gdb.base/callfuncs.c (cmp10): new function.
19743
19744Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
19745
d63a86f8 19746 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
19747 into two parts to get around a synchronization problem in expect.
19748
3fc11d3e
JM
19749Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
19750
19751 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
19752
19753 * configure.in: Add options for gdbtk testsuite.
19754
19755 * configure: Regenerate.
19756
19757 * gdb.gdbtk: New directory to hold gdbtk tests.
19758
c906108c
SS
19759Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19760
19761 * gdb.fortran/types.exp: Escape brackets in expect patterns
19762 for test_float_literal_types_accepted tests.
19763 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
19764 before run test.
19765
c2d11a7d
JM
19766Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
19767
19768 * am33.exp: Just compile, do not link the testcase.
19769 * am33.s: Add ".am33" pseudoop to force am33 mode.
19770
c906108c
SS
197711998-06-25 Felix Lee <flee@cygnus.com>
19772
19773 * gdb.base/setshow.exp: make sure $pc is sane.
19774
19775 * gdb.stabs/weird.exp: split expect patterns properly.
19776
c2d11a7d
JM
19777Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
19778
19779 * gdb.disasm/am33.s: New disassembler testfile for the am33.
19780 * gdb.disasm/am33.exp: Run it.
19781
dc96c6c7 19782Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19783
19784 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
19785 match processing (and eliminate spurious timeouts when running).
19786
dc96c6c7 19787Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19788
19789 * gdb.base/signals.exp (test_handle_all_print): put back Mach
19790 exception test, but conditionalize it on target [mach | gnu].
19791
dc96c6c7 19792Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19793
19794 * gdb.base/overlays.exp: fixup compile line for linker script.
19795
19796Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
19797
19798 * gdb.fortran/types.exp: don't guess at float size.
19799
19800Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
19801
19802 * gdb.base/exprs.exp: delete test that depends on int size.
19803
19804Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19805
19806 * config/sim.exp: Removed checks for target triplets.
19807 (gdb_target_sim): Use gdb,target_sim_options.
19808
19809Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19810
19811 * gdb.base/reread.exp: New file.
19812 * gdb.base/reread1.c: New file.
19813 * gdb.base/reread2.c: New file.
19814
19815Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19816
19817 * config/sim.exp: Use 'target sim -sparclite' when running
19818 SPARClite programs.
19819
19820Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19821
19822 * gdb.base/structs2.exp: New file.
19823 * gdb.base/structs2.c: New file.
19824
19825Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19826
19827 * gdb.asm/common.inc: New file.
19828 * gdb.asm/d10v.inc: New file.
19829 * asm-source.exp: Pass -I's to gas to find .inc files.
19830 Update line numbers in expected output.
19831 * asmsrc1.s: Rewrite.
19832 * asmsrc2.s: Rewrite.
19833 * configure.in: Create arch.inc symlink.
19834 * configure: Regenerate.
19835 * Makefile.in (distclean): Delete arch.inc.
19836
19837Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19838
19839 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
19840 (t_enum_value2): ditto
19841 (t_enum_value3): ditto
19842 (main): ditto
c906108c
SS
19843Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19844
19845 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19846 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19847 change.
19848 Use gdb_test instead of send_gdb/gdb_expect sequences.
19849
19850Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19851
19852 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19853 not void.
19854
19855Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19856
19857 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
19858 subroutines. Used to test gdbs ability to single step through PC
19859 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
19860
19861Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19862
19863 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19864 more rigorous EGCS C++ error checking.
19865
19866Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19867
a9c64011
AS
19868 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19869 tests.
19870 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19871 function when asleep.
19872 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19873 for i*86 Linux and SVR4 signal handling problems.
19874 Remove linux xfail for `next to handler in signals_tests_1', fixed
19875 by recent infrun.c change.
19876 Limit backtrace to 10 frames to avoid timeout problems with infinite
19877 stack backtraces.
19878 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19879 target.[ch] change.
c906108c
SS
19880
19881Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19882
19883 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19884 for a newline from gdb before continuing.
19885 (default_gdb_exit): Just look for y or n.
19886 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19887 it does, fail the rests of the tests in the file.
19888
19889Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19890
19891 * config/cygmon.exp: New file.
19892
19893Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19894
19895 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 19896 main" test on remote targets.
c906108c
SS
19897
19898 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19899 run test on remote targets.
19900
19901Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19902
19903 * gdb.asm: New directory.
19904 * configure.in: Configure it.
19905 * configure: Regenerate.
19906 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19907 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19908
19909Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19910
19911 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19912
dc96c6c7 19913Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 19914
a9c64011
AS
19915 * gdb.base/overlays (several files): Merge the two overlay
19916 managers into one. Change variables (foox, barx, bazx, grbxx)
19917 back into ints but force them to load in their proper sections.
c906108c
SS
19918
19919Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19920
19921 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 19922 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
19923 (D10VCopy): Handle memory regions crossing 16k boundaries.
19924 (D10VCopy): Transfer data in 32 bit chunks.
19925
19926Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19927
19928 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 19929 correct.
c906108c
SS
19930
19931 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 19932 map. Include space for printf in .text segment.
c906108c
SS
19933
19934 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 19935 updated d10v memory VMA/LMA map.
c906108c 19936 (D10VCopy): Call D10VTranslate.
d63a86f8 19937
c906108c
SS
19938Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19939
19940 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19941
19942 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
19943 that it won't be put into the .sdata - small data -
19944 section. Update reference.
c906108c
SS
19945 * gdb.base/baz.c (bazx, baz): Ditto.
19946 * gdb.base/foo.c (foox, foo): Ditto.
19947 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19948
19949 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 19950 to be arrays.
d63a86f8 19951
dc96c6c7 19952Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 19953
a9c64011
AS
19954 * gdb.base/overlays.exp: fix up and get working again.
19955 Add tests for backtraces from an overlay function.
d63a86f8 19956
c906108c
SS
19957Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19958
19959 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19960 "calling function with watchpoint enabled".
19961
19962Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19963
19964 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 19965 gdb_suppress_tests for d10v-*-*.
c906108c
SS
19966 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19967 pending review of whether it is useful or not.
19968
19969Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19970
19971 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19972
19973Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19974
19975 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19976 * config/dve.exp: New file to support Densan boards.
19977
19978Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19979
19980 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 19981 reads and BSD.
c906108c
SS
19982
19983Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19984
19985 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19986 response.
19987
19988 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19989
19990Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19991
19992 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 19993 test.
c906108c
SS
19994
19995 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 19996 target_sizeof_long and target_bigendian_p.
c906108c 19997 (structs_by_value, structs_by_reference): Check values according
889bf7c5 19998 to targets word size and endianess.
d63a86f8 19999
c906108c
SS
20000Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
20001
20002 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 20003 output.
c906108c
SS
20004
20005Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
20006
20007 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 20008 Update test of set args help to match source change.
c906108c
SS
20009
20010Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
20011
20012 * gdb.base/default.exp: Expect help system output to be in
20013 alphabetical order.
20014 * gdb.base/help.exp: Ditto.
20015
20016Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
20017
20018 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
20019 "i*86-pc-linux-gnu*".
20020 * gdb.base/interrupt.exp: Ditto.
20021 * gdb.base/corefile.exp: Ditto.
20022
20023 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 20024 define vxworks when building the testcase.
c906108c
SS
20025
20026 * gdb.base/ptype.exp: Fix testnames to be unique.
20027 * gdb.base/radix.exp: Ditto.
20028 * gdb.base/term.exp: Ditto.
20029 * gdb.base/whatis.exp: Ditto.
20030 * gdb.c++/classes.exp: Ditto.
20031
20032Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
20033
20034 * gdb.base/callfuncs.exp: Fix indentation.
20035
20036 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
20037 suppress_flag has been set.
20038 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
20039 target feature.
20040
20041Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
20042
20043 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
20044 the testcase.
20045
20046 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 20047 set_debug_traps() and breakpoint().
c906108c
SS
20048 * gdb.c++/misc.cc (main): Ditto.
20049 * gdb.c++/templates.cc (main): Ditto.
20050 * gdb.c++/virtfunc.cc (main): Ditto.
20051
20052Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
20053
20054 * lib/gdb.exp(gdb_step_for_stub): New function.
20055 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
20056 exists, reload the executable and do a "continue" instead of
20057 doing a jump.
20058 (runto_main): Use gdb_step_for_stub.
d63a86f8 20059
c906108c 20060 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 20061 tests to have unique names.
c906108c
SS
20062 * gdb.base/callfuncs.exp: Ditto.
20063 * gdb.base/commands.exp: Ditto.
20064 * gdb.base/default.exp: Ditto.
20065 * gdb.base/help.exp: Ditto.
20066 * gdb.base/list.exp: Ditto.
20067 * gdb.base/opaque.exp: Ditto.
20068 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
20069 similar tests.
d63a86f8 20070
c906108c
SS
20071 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
20072 * gdb.c++/cplusfuncs.cc: Ditto.
20073 * gdb.c++/virtfunc.cc: Ditto.
20074
20075 * config/monitor.exp: Keep track of the last file we saw, rather
20076 than trying to get the info from gdb.
20077
20078 * gdb.fortran/types.exp: Move comment to previous line.
20079
20080Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
20081
20082 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 20083 target mode.
c906108c
SS
20084
20085Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
20086
20087 From Bob Manson:
20088 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 20089 string from GDB when it connects.
c906108c
SS
20090
20091 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
20092
20093Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
20094
20095 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
20096 if we can't get a debug format from GDB (we may be testing an
20097 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
20098
20099 * gdb.stabs/weird.exp: Fix quoting.
20100
20101 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
20102
20103Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
20104
20105 * config/arm-ice.exp: New file.
20106
20107Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
20108
20109 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 20110 until it has been modified to work with the new testsuite.
c906108c 20111
99707966 20112 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
20113 testcase won't compile, cause all of the testcases in the file to
20114 fail instead.
c906108c
SS
20115
20116 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
20117 (gdb_clear_suppressed): New procedure.
20118 (gdb_stop_suppressing_tests): Only clear suppress_flag if
20119 it contains a positive value.
20120
20121Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
20122
20123 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
20124
20125 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
20126
20127Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
20128
20129 * lib/gdb.exp (setup_xfail_format): New function.
20130 (get_debug_format): New function to get debug format.
20131 (debug_format): New global variable to hold last value set
20132 by get_debug_format.
20133 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 20134 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
20135 * gdb.c++/ptype.exp: Ditto.
20136 * gdb.c++/classes.exp: Ditto.
20137 * gdb.c++/cplusfuncs.exp: Ditto.
20138 * gdb.c++/inherit.exp: Ditto.
20139 * gdb.c++/templates.exp: Ditto.
20140 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 20141
c906108c
SS
20142Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
20143
20144 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
20145 host doesn't have a currently-open connection.
20146
20147 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
20148 any gdb stub target. Handle cases where gdb doesn't respond when
20149 interrupted in a sane fashion.
c906108c
SS
20150
20151 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 20152 same thing in a totally different way.
c906108c
SS
20153
20154 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 20155 setting "timeout".
c906108c 20156 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 20157 default_gdb_init now.
c906108c
SS
20158
20159Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
20160
20161 * gdb.base/printcmds.exp: Fix "check for floating addition"
20162 regexp to accept results within approx +/- .01 of exact value.
20163 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
20164
20165Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
20166
20167 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 20168 properly.
c906108c
SS
20169 (gdb_expect): Add optional timeout parameter, and add timeout
20170 value to various calls.
20171 (gdb_suppress_tests): Only give one warning message per group.
20172
20173Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
20174
20175 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
20176 global variables. Handle getting a value for $timeout more
20177 gracefully.
c906108c
SS
20178
20179Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20180
20181 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 20182 initialize.
c906108c 20183 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 20184 by a target configuration file.
c906108c
SS
20185 (gdb_expect): Pass the timeout to remote_expect.
20186
20187 * config/monitor.exp(gdb_load): Fix typo in regexp.
20188
20189Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
20190
20191 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
20192
20193Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
20194
20195 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
20196 here. Call gdb_target_exec before rebooting the target, to make
20197 sure the connection to the target is closed.
c906108c
SS
20198 (gdb_load): Pass the name of the executable to gdb_target_monitor.
20199 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
20200 Also detect "Timeout reading from remote" error.
20201
20202 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
20203 gdb_target_monitor. Don't call gdb_file_cmd here; let
20204 gdb_target_monitor do it.
c906108c
SS
20205
20206 * gdb.disasm/hppa.exp: Don't use exec_output.
20207
20208Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
20209
20210 * gdb.base/list.exp: If we're debugging a non-native target,
20211 try to set the pc register to point to the start of the
20212 program before doing the first list command.
20213
20214 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 20215 test_calls after restarting.
c906108c
SS
20216
20217 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 20218 reloading.
c906108c
SS
20219
20220 * gdb.base/watchpoint.exp: Fix typo.
20221
20222 * gdb.base/setshow.exp: Check for use_gdb_stub.
20223
20224 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 20225 stub case.
c906108c
SS
20226 * gdb.base/langs.exp: Ditto.
20227
20228 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
20229 gdb_load_offset. If we weren't given a file to load, figure out
20230 what the current file is and use it.
c906108c
SS
20231
20232 * config/i386-bozo.exp: New file.
20233
20234Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
20235
20236 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
20237 feature.
20238
20239 * config/proelf.exp: New entry.
20240
20241Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
20242
20243 * lib/gdb.exp: Remove spurious .* patterns at the beginning
20244 of regexps.
20245
20246 * gdb.base/watchpoint.exp: Don't run the test_stepping
20247 tests if gdb can't call functions on the target.
20248
20249 * gdb.base/setshow.exp: Don't run the set prompt tests if
20250 the board has gdb_prompt set.
20251
20252Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
20253
20254 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
20255 * gdb.base/commands.exp: Likewise.
20256 * gdb.base/setshow.exp: Likewise.
20257
20258Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
20259
20260 * config/monitor.exp(gdb_start): Look for gdb_prompt target
20261 feature.
20262
20263 * config/i960.exp: New file.
20264
20265Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
20266
20267 * gdb.base/funcargs.exp: Check for gdb,short_int target
20268 feature instead of looking for explicit target triplets.
20269
dc96c6c7 20270Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 20271
d63a86f8 20272 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
20273 "p 123DEADBEEF", to check parse_number.
20274 * top.c: change "to enable to enable" to "to enable" in a couple
20275 of help strings.
20276
20277Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
20278
20279 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
20280 on the mn10300.
d63a86f8 20281
c906108c
SS
20282Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
20283
20284 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
20285 where the test executable is run with explicit args.
20286 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
20287
20288Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
20289
20290 * gdb.base/run.c: Use FAKEARGV to build test executable that
20291 does not require a command line arg, since most simulators
20292 don't currently support passing such an arg into the simulated
20293 program.
20294 * gdb.base/commands.exp: Change tests to insert the proper
20295 value as the arg to the first recursive factorial call. Change
20296 compilation line to define FAKEARGV at compile time.
20297
20298Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
20299
20300 * gdb.base/recurse.exp: Enable these tests for the mn10300.
20301 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
20302 function with watchpoint enabled" test.
20303
20304Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
20305
20306 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 20307 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
20308
20309 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 20310 "Tests restarted" messages.
c906108c
SS
20311
20312Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
20313
20314 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
20315
dc96c6c7 20316Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20317
20318 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
20319 for INFO SYMBOL; add help tests for OVERLAY commands.
20320 * gdb.base/default.exp: add tests for INFO SYMBOL command;
20321 add tests for OVERLAY commands
20322 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
20323 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
20324 * gdb.base/sigall.c: add usestubs code frag
20325 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 20326
c906108c
SS
20327Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
20328
20329 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
20330 failures.
20331 (gdb_stop_suppressing_tests): Note that tests have restarted.
20332
20333Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
20334
20335 * config/h8300.exp: New file.
20336
20337Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
20338
20339 * gdb.base/setshow.exp: Check for the existence of a
20340 feature, not its value.
20341
20342Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
20343
20344 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
20345
20346 * gdb.base/scope.exp: It's now init0(), not init().
20347
20348 * gdb.base/scope0.c: For now, change init() to be init0().
20349
20350 * config/monitor.exp: Use gdb_serial in preference to serial
20351 or netport.
20352
20353 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 20354 and it's not already set.
c906108c
SS
20355
20356Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
20357
20358 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 20359 isn't using a stub and if it supports argument passing.
c906108c
SS
20360
20361Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
20362
20363 * config/udi.exp(gdb_start): Make sure UDICONF is set
20364 properly before starting gdb.
20365
20366Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
20367
20368 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
20369 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
20370 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
20371
20372Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
20373
20374 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 20375 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
20376
20377 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
20378
20379 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
20380
20381 * config/monitor.exp: Make sure we disconnect from the target.
20382 Also, try a reboot/reload cycle instead of failing if the
20383 load fails.
20384
20385Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
20386
20387 * gdb.base/default.exp: Don't set match_max.
20388 * gdb.base/help.exp: Ditto.
20389 * gdb.base/list.exp: Ditto.
20390 * gdb.base/signals.exp: Ditto.
20391
20392 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
20393 set, use remote_ld to download the testcase instead of
20394 the GDB loader.
20395
20396Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
20397
20398 * config/vr5000.exp: New file.
20399
20400 * config/monitor.exp(gdb_target_monitor): Add pattern for
20401 "Ending remote" to detect errors in connecting.
20402
20403 * gdb.base/setshow.exp: Add .* within auto language test.
20404
20405 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
20406 target feature.
20407
20408 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 20409 and reboot the board if necessary.
c906108c
SS
20410
20411 * gdb.base/setvar.exp(test_set): Handle multiple prints within
20412 a set of tests. Remove print.* from the patterns being checked.
20413
20414Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
20415
20416 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
20417 refer to gdb_spawn_id.
20418
20419 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
20420 longer used.
20421 * config/sparclet.exp: Ditto.
20422 * config/sparclet-old.exp: Ditto.
20423 * config/slite.exp: Ditto.
20424 * config/sim.exp: Ditto.
20425 * gdb.base/funcargs.exp: Ditto.
20426
20427 * lib/gdb.exp:Remove references to gdb_spawn_id.
20428 (gdb_expect): Move to remote.exp.
20429
20430Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
20431
20432 * config/monitor.exp: Detect the "Couldn't establish connection"
20433 message from GDB.
20434
20435Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
20436
20437 * gdb.base/bitfields.exp: Use runto instead of explicit
20438 gdb_run_cmd/gdb_expect sequences.
20439
20440 * gdb.base/break.exp(text_next_with_recursion): Add match for
20441 gdb_expect call.
20442
20443 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
20444 We also need to handle the "A program is being debugged already"
20445 prompt from gdb. Use gdb_test to set the baud rate.
20446
20447 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
20448 to 20000. Really. I mean it.
20449
20450Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20451
20452 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
20453 fails. If suppress_flag is set, skip perror message about not
20454 being able to send to GDB.
c906108c 20455 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 20456 GDB.
c906108c
SS
20457 (gdb_expect): If suppress_flag is set, always fail immediately.
20458 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
20459 (gdb_init): Call gdb_stop_suppressing_tests.
20460 (default_gdb_exit): Ditto.
20461 (default_gdb_start): Ditto.
20462
20463 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 20464 gdb_stop_suppressing_tests as appropriate.
c906108c 20465 * gdb.base/break.exp: Ditto.
889bf7c5 20466 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
20467 * gdb.base/commands.exp: Ditto.
20468 * gdb.base/exprs.exp: Ditto.
889bf7c5 20469 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
20470 * gdb.base/list.exp: Ditto.
20471 * gdb.base/recurse.exp: Ditto.
889bf7c5 20472 * gdb.base/scope.exp: Ditto.
c906108c
SS
20473 * gdb.base/structs.exp: Ditto.
20474 * gdb.c++/inherit.exp: Ditto.
20475
20476Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
20477
20478 * config/vr4300.exp: New file.
20479
99707966 20480 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 20481
99707966 20482 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
20483
20484Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
20485
20486 * lib/gdb.exp(gdb_init): New function.
20487
20488 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 20489 for each individual variable set.
c906108c
SS
20490
20491 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
20492 name.
20493
20494 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
20495
20496 * gdb.base/scope.exp: Use gdb_test.
20497
20498 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
20499 aborting; the testsuite driver will do that for us (see
20500 gdb_finish). Also, use gdb_test in a few more places.
20501
20502Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
20503
20504 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
20505
20506Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
20507
20508 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
20509 and "add_tests" are not at the same address.
20510
20511Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
20512
20513 * gdb.base/ptype.exp: Use gdb_test.
20514
20515Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
20516
20517 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
20518 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
20519 left in. No longer expect them to fail.
20520
20521 * gdb.stabs/*.mt; Deleted, no longer used.
20522 * gdb.stabs/configure.in: Remove references to target makefile
20523 frags.
20524 * gdb.stabs/configure: Rebuilt.
20525
20526 * gdb.disasm/*.mt: Deleted, no longer used.
20527 * gdb.disasm/configure.in: Remove references to target makefile
20528 frags. Use "sh3.s" as the unique filename for this directory.
20529 * gdb.disasm/configure: Rebuilt.
20530
20531 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
20532 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
20533 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
20534
20535Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
20536
20537 * config/udi.exp: Use mondfe,name instead of remote_host.
20538
20539Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
20540
20541 * gdb.base/watchpoint.exp: Don't expect a failure when calling
20542 a function with a watchpoint enabled on the mn10200.
20543
20544 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
20545 before trying to create it!
20546
20547Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
20548
20549 * config/vx.exp: Use hostname instead of netport.
20550
20551 * config/vxworks.exp: New file.
20552
20553 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
20554
20555 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 20556 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
20557 occurs.
20558
20559 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
20560 $gdb_spawn_id directly.
20561 (gdb_run_cmd): Try _start as well as start. Use the target feature
20562 gdb,start_symbol as the symbol to start from when jumping.
20563
20564Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
20565
20566 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
20567 redundant) test.
20568
20569 * gdb.base/recurse.exp: Relax final value test for 'b' so that
20570 it doesn't lose for 16bit integer systems.
20571
20572Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
20573
20574 * gdb.fortran/types.exp: If the target doesn't support "double"
20575 data types, then expect "real" types to only be 4 bytes.
20576
20577 * gdb.c++/virtfunc.exp: Expect failure for virtual function
20578 call tests if the target doesn't support inferior function calls.
20579
20580 * gdb.base/printcmds.exp: Allow minor deviation in FP values
20581 in printf tests.
20582
20583Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
20584
20585 * gdb.base/help.exp: Disable "help set", "help show", and
20586 "help support". Simplify regexp for "help stack".
20587
20588 * gdb.base/default.exp: Set match_max to 5000 and the timeout
20589 to 60 seconds. Temporarily set match_max to 15000 around the
20590 "info copying" test.
20591
20592 * gdb.base/nodebug.exp: Don't try to do an inferior function
20593 call if the target doesn't support them.
20594 * gdb.base/printcmds.exp: Likewise.
20595 * gdb.base/setvar.exp: Likewise.
20596 * gdb.base/structs.exp: Likewise.
20597 * gdb.c++/templates.exp: Likewise.
20598 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
20599
20600 * gdb.base/recurse.exp: Enable for the mn10200.
20601
20602 * configure.in: Do configure gdb.stabs directory for *-*-elf
20603 targets.
20604 * configure: Rebuilt.
20605
20606 * gdb.base/break.exp: Check for gdb,noresults before testing
20607 exit status and/or results from the target.
20608 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
20609 * lib/gdb.exp: Remove old (now bogus) initialization of
20610 noinferior, noargs, noresults and nosignals.
20611
20612Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
20613
20614 * config/sh.exp: New file.
20615
20616 * config/slite.exp: Try to connect multiple times to the board
20617 before rebooting. Only send a "monitor run" if need_monitor_run
20618 is set.
20619
20620 * gdb.base/break.exp: Don't do the "stub continue" test if
20621 the target has gdb_stub set.
20622
20623 * gdb.base/callfuncs.exp: Increase the timeout.
20624
20625 * gdb.base/interrupt.exp: Don't even try to compile the testcase
20626 if the target has gdb,noinferiorio set.
20627
20628 * gdb.base/list.exp: Increase match_max to 10000 characters.
20629
20630 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
20631
20632 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
20633 target.
20634
20635 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
20636
20637Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
20638
20639 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
20640 trying to delete the copy of gdb. Catch the file delete so we
20641 don't die if the delete fails; also, the file should be copied to
20642 the host, not to the build.
c906108c
SS
20643
20644Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
20645
20646 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 20647 parenthesis in case it contains multiple regexps separated
c906108c
SS
20648 with |.
20649
20650 * gdb.base/watchpoint.exp: Use gdb_test.
20651 * gdb.base/default.exp: Ditto.
20652
20653Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
20654
99707966 20655 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 20656
c906108c
SS
20657 * gdb.base/scope.exp: Use gdb_test.
20658 * gdb.c++/classes.exp: Ditto.
20659 * gdb.c++/inherit.exp: Ditto.
20660
20661Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
20662
20663 * gdb.base/crossload.exp: Don't use execute_anywhere, use
20664 remote_exec instead.
20665 * gdb.base/corefile.exp: Don't be ridiculous.
20666 * gdb.base/*.c: Add missing stub invocations.
20667
20668Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
20669
20670 * config/slite.exp: Miscellaneous fixes.
20671
20672 * lib/gdb.exp: Fix runto.
20673
20674 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
20675 the target.
20676
20677 * gdb.base/watchpoint.exp: Fix regexp.
20678
20679 * lib/gdb.exp(default_gdb_exit): Add a catch to the
20680 close and wait commands, as the descriptor may now be
20681 invalid. Always call "remote_close host".
20682
20683Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
20684
20685 Major rewrite for testsuite revision.
d63a86f8 20686
c906108c
SS
20687 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
20688 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
20689 instead of relying on spawn_id to always contain a valid
20690 spawn id.
20691 (get_compiler_info): New procedure to build the ${binfile}.ci
20692 file, instead of replicating this in N different places.
20693 (gdb_compile): New procedure.
d63a86f8 20694
c906108c 20695 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
20696 appropriate arguments) instead of compile. Use gdb_test in a lot
20697 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
20698 at the start of a testcase, as this is no longer done magically.
20699
20700 config/*-gdb.exp: Rename without the -gdb suffix.
20701
20702 config/mips.exp: Use remote_close instead of exit_remote_shell.
20703 config/monitor.exp: Use target_info instead of looking at
20704 baud, timeout, etc.
20705 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
20706
20707Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20708
20709 * gdb.c++/templates.exp (test_ptype_of_templates),
20710 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
20711 Update expect patterns for destructors and assignment operators
20712 to match corresponding c-typeprint.c changes.
20713 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
20714 to destructor breakpoint test, GDB should be able to set the
20715 destructor breakpoint without specifying arguments.
20716
20717Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
20718
20719 * gdb.threads/pthreads.exp: Change result for failure to compile due
20720 to lack of pthreads runtime support from an error to simply an
20721 unsupported test, per dejagnu standards.
20722
20723Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20724
20725 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
20726 where GDB exits to reduce pattern match time.
20727 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
20728
20729 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
20730
dc96c6c7 20731Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20732
20733 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
20734 * gdb.base/default.exp: ditto.
20735 * gdb.base/nodebug.exp: ditto.
20736 * gdb.base/printcmds.exp: ditto.
20737 * gdb.base/ptype.exp: ditto.
20738 * gdb.base/setvar.exp: ditto.
20739 * gdb.base/structs.exp: ditto.
20740 * gdb.base/setshow.c: Guard against uninitialized values of argc.
20741
20742Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
20743
20744 * configure, */configure: Rebuild with autoconf 2.12.
20745
20746Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
20747
20748 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
20749 use new i*86-pc-linux*-gnu quads.
20750 * gdb.base/corefile.exp: Ditto.
20751 * gdb.base/signals.exp: Ditto.
20752 * gdb.base/sigall.exp: Ditto.
20753 * gdb.base/interrupt.exp: Ditto.
20754
20755 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
20756 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
20757 RedHat 4.0.
d63a86f8 20758
c906108c 20759 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
20760 linux. This allows the test case to at least compile on latest
20761 linux, but still not run due to missing the threads runtime library.
c906108c
SS
20762
20763Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20764
20765 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
20766 directory to search gdb directory. Accept and step over conditional
20767 stack alignment code. Consume $prompt in failure cases.
20768 Reset timeout to $oldtimeout instead of some arbitrary value.
20769 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
20770 timeout problems with infinite stack backtraces.
20771 * gdb.base/ptype.exp (ptype struct link, union tu_link):
20772 Accept function parameters for linkfunc member.
20773
20774Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
20775
20776 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
20777 (CXXFLAGS): Remove, unreferenced.
20778 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
20779 previous -B options and also add -B option to pick up cross compiled
20780 runtime.
c906108c
SS
20781 (TARGET_INCLUDES): Add for -I options and add code to initialize when
20782 doing cross compiles.
20783 (target_alias): Declare global.
20784 (xgcc): Set variable to full path of gcc in build tree. Use findfile
20785 to verify that gcc exists in build tree, and if so set CC to that
20786 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 20787
c906108c
SS
20788Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
20789
20790 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
20791 ptype test for anonymous union. Fixup testcase to match
20792 current gcc debug output.
20793
20794Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
20795
20796 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
20797 force argument to an unsigned long type.
20798
20799Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
20800
20801 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 20802 tests and anonymous union print/ptype tests.
c906108c
SS
20803 * gdb.base/list.exp (test_forward-search): Increase timeout by
20804 5 minutes for the "search extremely long line" case.
20805 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20806 completely optional and that the pass/fail messages use the command as
20807 the message if that third arg is a null string.
20808 (gdb_test_exact): Arrange that a null string pattern means match a
20809 null string output rather than any output, which might include random
889bf7c5 20810 errors.
c906108c
SS
20811 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20812 backtrace test.
20813 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20814 always failing and failure is now exposed by gdb.exp changes.
20815
20816Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20817
20818 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20819 weren't being noted.
20820
20821Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20822
20823 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20824 * gdb.stabs/weird.exp: Remove v_comb xfails.
20825
dc96c6c7 20826Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20827
20828 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 20829 list.exp scope.exp watchpoint.exp]
c906108c 20830 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 20831
dc96c6c7 20832Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20833
20834 * config/monitor.exp: Increase download timeout to 1000 seconds.
20835
dc96c6c7 20836Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20837
20838 * config/m32r.exp: Increase timeout to 120 seconds.
20839
20840Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20841
20842 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20843 and accept older ordering as obsolescent gcc or gdb.
20844 * gdb.c++/templates.exp: Ditto.
20845 * gdb.c++/virtfunc.exp: Ditto.
20846
20847Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20848
20849 * gdb.base/coremaker.c: Add code to mmap some data so we
20850 can check that it ends up in the core file.
20851 * gdb.base/corefile.exp: Add test to read mmapped data
20852 from core file.
20853
dc96c6c7 20854Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20855
20856 * config/m32r.exp: New file.
20857
20858Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20859
20860 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20861 that cflags can contains -gstabs, and work correctly for other tests.
20862
dc96c6c7 20863Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20864
20865 * gdb.base/setshow.exp: New file, tests show and set.
20866 * gdb.base/setshow.c: New file, tests show and set.
20867 * gdb.base/help.exp: Add test for help set|show annotate.
20868 * gdb.base/default.exp: Add test for set|show annotate.
20869
20870Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20871
20872 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20873 errors unique.
20874 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20875 explicitly.
20876
20877Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20878
20879 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20880 and width commands. This is done elsewhere.
20881 * (gdb_start): Don't call gdb_start_sim here. That's already
20882 done in gdb_load. This fixes lots of failures in default.exp.
20883
20884Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20885
20886 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20887 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20888 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20889 in the same we we treat other failures (since it may be an expected
889bf7c5 20890 condition), rather than as an error.
c906108c
SS
20891 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20892 old test format.
20893
20894Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20895
20896 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20897 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 20898 twice. Nuke the duplicates.
c906108c 20899 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 20900 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
20901 Remove config.h along with other config files.
20902
20903Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20904
20905 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20906 "p func1 ()" and note that rests of tests are skipped.
20907 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 20908 setup_xfails for "print func2::coremaker_local".
c906108c
SS
20909 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20910 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20911 affected by the previous run test.
20912 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20913 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20914 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20915 "pass int powerset tuple" and "pass modeless int powerset tuple".
20916 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20917 "real write 4" and "real write 8".
20918 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 20919 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
20920 "print \$i after tuple assign 2", and
20921 "print vs2 after tuple assign 2".
20922 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20923 meaningful error message and return -1 so the caller can
20924 suppress further tests and avoid a cascade of errors.
d63a86f8 20925
c906108c
SS
20926Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20927
20928 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20929 format for printing version.
20930 * gdb.base/default.exp: Ditto.
20931 * gdb.base/interrupt.exp: Fix problem with cascade of
20932 errors if child process dies while calling a function.
d63a86f8 20933
c906108c
SS
20934Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20935
20936 * Makefile.in (VPATH): Add
20937 * Makefile.in (Makefile, config.status): Fix rules so things get
20938 remade when necessary.
20939
20940Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20941
20942 * Makefile.in (just-check): Add path to sibling expect dir
20943 to environment variable specified by RPATH_ENVVAR.
20944
20945Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20946
20947 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20948 (just-check): Add shared library paths for libstdc++, tk,
20949 tcl, bfd, and opcodes to the environment variable specified
20950 in RPATH_ENVVAR.
20951 * configure.in: Add support to recognize --enable-shared flag
20952 and generate correct value for RPATH_ENVVAR.
20953 * configure: Regenerated with autoconf.
20954
20955Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20956
20957 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 20958 include all osf versions.
c906108c
SS
20959 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20960 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20961 when target is linux. When failing to build pthreads test
20962 executable, give more meaningful message.
20963 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20964 arg for pthread_create.
d63a86f8 20965
c906108c
SS
20966Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20967
20968 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 20969 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 20970 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 20971 and -lpthreads (everybody else).
c906108c
SS
20972 (test_startup): Fail gracefully if threads are not supported.
20973 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20974 "p/c array_index("abcdef",2)" when not gcc compiled.
20975 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20976 "print func2::coremaker_local" when not gcc compiled.
20977 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20978 "ptype on opaque struct tagname (statically)",
20979 "ptype on opaque struct tagname (dynamically) 1", and
20980 "ptype on opaque struct tagname (dynamically) 2"
20981 for not compiled with gcc.
20982 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20983 backtrace when compiled with gcc.
d63a86f8 20984 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
20985 than always return success.
20986
20987Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20988
20989 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20990
20991Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20992
20993 * gdb.base/structs.exp: Undo last change.
20994
20995Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20996
20997 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20998 encapsulate all the steps/nexts done during self test, starting
20999 at main, and makes them less sensitive to optimization issues.
21000 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
21001 signal handler" test.
21002 * gdb.threads/pthreads.exp: Only run this for native configs.
21003 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
21004 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
21005 tests.
21006 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
21007 for "runto test_calls(void)" test.
d63a86f8 21008
c906108c
SS
21009Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
21010
21011 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
21012 and don't expect address info in breakpoint confirmations.
21013
21014Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
21015
21016 * gdb.base/list.exp (test_forward_search): Increase timeout
21017 temporarily by 60 seconds for searching extremely long line,
889bf7c5 21018 and then reset to old value when done. Increase expect input
c906108c
SS
21019 buffer to 10000.
21020
21021Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
21022
21023 * gdb.base/list.exp (test_forward_search): Fix to handle very
21024 long source line without overflowing expect's input buffer.
21025
21026Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
21027
21028 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
21029 "buffer_full".
21030
21031 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
21032 "buffer_full".
21033
21034 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
21035 "buffer_full".
21036
21037 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
21038 "buffer_full".
21039
21040Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
21041
21042 * configure.in (configdirs): Add gdb.threads.
21043 * configure: Regenerated with autoconf.
21044 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
21045 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
21046 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 21047
c906108c
SS
21048Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
21049
21050 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
21051
21052Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
21053
21054 * gdb.base/signals.exp (test_handle_all_print): Test separately for
21055 each signal's status in the output of "handle all print".
21056 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
21057 the \r\n sequence that immediately precedes the gdb prompt.
21058 * gdb.base/a1-selftest.exp: Save original timeout and restore
21059 after test.
21060
21061Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
21062
21063 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
21064 symbol.
21065
21066Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
21067
21068 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
21069
21070Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
21071
21072 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
21073 timeout by 60 seconds.
21074
21075Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
21076
21077 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
21078 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
21079 error return.
21080
21081Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
21082
21083 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
21084 gdb initialization, also report how long dejagnu waited. Restore
21085 old timeout before doing error return. Temporarily increase timeout
889bf7c5 21086 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
21087
21088Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
21089
21090 * lib/gdb.exp: Report timeout value for verbosity level 2.
21091 * config/gdbserver.exp: Ditto.
21092 * config/hppro.exp: Ditto.
21093 * config/mips-gdb.exp: Ditto.
21094 * config/monitor.exp: Ditto.
21095 * config/netware.exp: Ditto.
21096 * config/sim-gdb.exp: Ditto.
21097 * config/slite-gdb.exp: Ditto.
21098 * config/udi-gdb.exp: Ditto.
21099 * config/unix-gdb.exp: Ditto.
21100 * config/vx-gdb.exp: Ditto.
21101 * gdb.base/a1-selftest.exp: Ditto.
21102 * gdb.base/a2-run.exp: Ditto.
21103 * gdb.base/break.exp: Ditto.
21104 * gdb.base/corefile.exp: Ditto.
21105 * gdb.base/list.exp: Ditto.
21106 * gdb.base/recurse.exp: Ditto.
21107 * gdb.base/scope.exp: Ditto.
21108 * gdb.base/signals.exp: Ditto.
21109
21110Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21111
21112 * gdb.threads/Makefile.in (docdir): Removed.
21113
21114Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21115
21116 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 21117 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 21118 @srcdir@.
d63a86f8 21119 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
21120 autoconf 2.5 or higher.
21121 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
21122
21123Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
21124
21125 * configure: Regenerated.
21126 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
21127 avoid name clashes with SunOS headers.
21128
21129Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
21130
21131 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
21132
21133Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
21134
21135 * gdb.base/callfuncs.exp: Finish last change -- make sure the
21136 prototype information ends up in the compiler info file.
21137
21138Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
21139
21140 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
21141 attempting to regenerate it. Eliminate use of a temporary file
21142 and just generate the info file directly. Source it immediately,
21143 for consistency of use.
21144 * gdb.base/corefile.exp: Ditto
21145 * gdb.base/exprs.exp: Ditto.
21146 * gdb.base/funcargs.exp: Ditto.
21147 * gdb.base/langs.exp: Ditto.
21148 * gdb.base/list.exp: Ditto.
21149 * gdb.base/mips_pro.exp: Ditto.
21150 * gdb.base/nodebug.exp: Ditto.
21151 * gdb.base/opaque.exp: Ditto.
21152 * gdb.base/ptype.exp: Ditto.
21153 * gdb.base/scope.exp: Ditto.
21154 * gdb.base/setvar.exp: Ditto.
21155 * gdb.base/signals.exp: Ditto.
21156 * gdb.base/whatis.exp: Ditto.
21157 * gdb.c++/templates.exp: Ditto.
21158 * gdb.c++/virtfunc.exp: Ditto.
21159 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 21160 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
21161
21162Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21163
21164 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
21165 it got fixed by the recent lookup_minimal_symbol_by_pc change.
21166 Increase timeout, a lot of single stepping might be needed if the
21167 target has no hardware watchpoints.
21168
21169Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
21170
21171 * gdb.base/break.exp: Ignore compiler warnings when compiling
21172 break.c.
21173 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
21174 * gdb.base/default.exp: Add h8300 xfails. Handle messages
21175 from remote-sim.
21176 * gdb.base/exprs.exp: Add h8300 xfails.
21177 * gdb.base/funcargs.exp: Likewise.
21178 * gdb.base/nodebug.exp: Likewise.
21179 * gdb.base/printcmds.exp: Likewise.
21180 * gdb.base/ptype.exp: Likewise.
21181 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
21182 h8300 xfails.
d63a86f8 21183 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
21184 on the h8300.
21185 * gdb.base/funcargs.c: Explicitly make last constant argument to
21186 call_after_alloca_subr an unsigned long type.
21187 * gdb.base/return.c: Include stdio.h.
21188
21189Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
21190
21191 * config/abug.exp: New file for the older Motorola Bug monitor
21192 that runs on the mvme13x series VME boards.
21193 * config/monitor.exp: Use the new config array for target settings
21194 if they exist.
21195
21196Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
21197
21198 * sim-gdb.exp: Make the SH simulator allocate less space when
21199 it is targeted.
21200
21201Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
21202
21203 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
21204 test.
21205
21206Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
21207
21208 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
21209 "rs6000-*-*" for "list function in include file" when gcc compiled.
21210 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
21211 for "p ctable1[120]".
21212 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
21213 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
21214 Remove setup_xfail for "rs6000-*-*" for
21215 "print 'scope0.c'::filelocal before run".
21216 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
21217 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
21218 since some compilers don't allow both options to be given
21219 on the same command line. Create object file and move it.
d63a86f8 21220
c906108c
SS
21221Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
21222
21223 * gdb.base/corefile.exp: Always regenerate the core file, since
21224 we always regenerate the coremaker program. Detect special case
21225 where registers cannot be read from core file.
d63a86f8 21226
c906108c
SS
21227Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
21228
21229 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
21230 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
21231 * gdb.c++/templates.exp: Only match on basename of file since
21232 some formats like xcoff don't encode directory information.
21233 * gdb.stabs/weird.exp: Use the right sed script for powerpc
21234 and rs6000 AIX xcoff targets.
21235 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
21236 * configure: Regenerate.
21237 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
21238 here, rather than in distclean.
d63a86f8 21239
c906108c
SS
21240Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
21241
21242 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
21243 defined, and use it to compile the test case with -O2. The
21244 native compilation still uses no optimization.
21245 * gdb.base/mips_pro.c: Remove inline assembly code since
21246 it is compiled PIC by default, which results in assembler
21247 warnings that make the testsuite think the compilation
21248 was unsuccessful.
21249
21250Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
21251
21252 * gdb.c++/misc.exp: Add note to message for
21253 "print s.a for foo struct" that this is a known gcc 2.7.2
21254 and earlier bug.
21255
21256Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
21257
21258 * gdb.base/break.exp: Fix pattern for matching "Delete all
21259 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
21260 setup_xfail for deleting all breakpoints test. Fix various
21261 timeout messages to include "(timeout)".
21262 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
21263 for "p t_float_values2(3.14159,float_val2)".
21264 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
21265 for "continue to call2g" when gcc compiled.
21266 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
21267 "up to foo in langs.exp", "show language at foo in langs.exp",
21268 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
21269 and "show language at fsub in langs.exp".
21270 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
21271 "list line 1 in include file", "list message for lines past EOF",
21272 "list function in include file", "list list0.h:foo", and
21273 "list filename:function; nonexistant function".
21274 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
21275 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
21276 and "ptype t_char_array" to be for native cc only.
d63a86f8 21277
c906108c
SS
21278Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
21279
d63a86f8 21280 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 21281 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 21282 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
21283
21284Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
21285
21286 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
21287 "bt in signals.exp". This problem only appears when running
21288 the testsuite, and then only intermittently.
21289
21290Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
21291
21292 * gdb.base/return.exp (return_tests): Differentiate between
21293 two tests of continuing.
21294
21295Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
21296
21297 * */Makefile.in (maintainer-clean): Remove config.log.
21298 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
21299 * gdb.c++/Makefile.in (PROGS): Add inherit.
21300 (clean): Remove *.ci.
21301
21302Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
21303
21304 * gdb.c++/misc.cc: Add test code from Mike Stump.
21305 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
21306
21307Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
21308
21309 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
21310 to "alpha-*-osf2*" and add comment.
21311 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
21312 setup_xfail for "step over execarg initialization" and
21313 "step over corearg initialization".
c906108c
SS
21314 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
21315 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
21316 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 21317 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
21318 "print func2::coremaker_local", and "backtrace in corefile.exp".
21319 * gdb.base/signals.exp: Build and source signals.ci.
21320 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
21321 to be for gcc only.
21322 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 21323
c906108c
SS
21324Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21325
21326 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
21327 Feb 3 procfs.c change.
21328
21329Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
21330
21331 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
21332
21333Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
21334
21335 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
21336 from dejagnu's apparent default of 10 seconds, which gives random
21337 results when running the tests over NFS on moderately loaded systems.
21338 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
21339
21340Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
21341
21342 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
21343 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 21344 result reports.
c906108c
SS
21345
21346Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
21347
21348 * configure.in (CY_AC_PATH_TCLH): Remove.
21349 * configure: Regenerate.
21350
21351Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
21352
21353 * gdb.c++/Makefile.in (clean): Add missing '{'.
21354
21355Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
21356
21357 * lib/gdb.exp: Provide a default value for noinferior.
21358
21359 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
21360 Load libgloss.exp.
21361
21362Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
21363
21364 * gdb.disasm/hppa.exp: Compile directly into an executable, use
21365 the executable, not the .o to run the tests from.
21366
21367Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
21368
21369 * gdb.base/break.exp: Don't test for program exit or exit status
21370 if $noresults if nonzero.
21371 * gdb.base/langs.exp: Likewise.
21372 * gdb.base/watchpoint.exp: Likewise.
21373
21374 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
21375 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
21376 trying to compile the testcase.
21377
21378Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
21379
21380 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
21381 * gdb.base/signals.exp (continue to handler): Likewise.
21382
21383Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
21384
21385 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
21386
21387 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
21388
21389Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
21390
21391 * gdb.base/corefile.exp: Recognize "not found" as failure
21392 when trying to determine if a core file was generated.
21393 If no core file was generate the first time, try again without
21394 the ulimit -c to work around braindamaged shells.
21395
21396Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
21397
21398 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
21399 [] tests with "test" and enclose string in quotes.
21400 * gdb.stabs/configure: Rebuild
d63a86f8 21401
c906108c
SS
21402Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
21403
21404 Changes in sync with expect:
21405 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
21406 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
21407 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
21408 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
21409 argument to AC_REQUIRE.
21410 * configure: Regenerated.
21411
21412Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
21413
21414 * gdb.base/corefile.exp: When generating a core, discard any
21415 error messages about ulimit not found and the "core dumped"
21416 message from the shell that runs the coredumper.
21417
21418Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
21419
21420 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
21421
21422 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
21423 which sed script to run. Expect failure for v_comb test
21424 on PA targets too.
d63a86f8 21425
c906108c
SS
21426Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
21427
21428 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 21429 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
21430
21431Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
21432
21433 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
21434 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 21435 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
21436 * lib/gdb.exp (default_gdb_start): Fix typo.
21437 * gdb.base/corefile.exp: Allow "Core was generated by ..."
21438 messages to not include the full program name that caused
21439 the core dump since some systems (such as solaris) apparently
21440 truncate this path to about 80 characters.
21441 When generating a core file first try increasing the core file
21442 size limit to unlimited since some systems may default it to
21443 zero, and it is harmless to try it. Move the test for failing
21444 to generate a core file to where it will actually get executed.
21445 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
21446 new gdb result from g++ debug info improvements and make old
21447 pattern obsolescent. Also account for size_t differences
21448 (may be int or long).
21449 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
21450 initialization before function call is placed in the delay slot
21451 and thus appears to be skipped over by commands such as "next".
21452
21453Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
21454
21455 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
21456
21457Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
21458
21459 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
21460 input source file; fix code to compile test to deal with this
21461 convention.
21462 * gdb.c++/*.exp: Likewise.
21463
21464Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
21465
21466 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
21467 "bt in signals.exp".
21468
21469Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
21470
21471 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
21472 "step over execarg initialization" and
889bf7c5 21473 "step over corearg initialization".
c906108c
SS
21474
21475Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
21476
21477 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
21478 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
21479
21480Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
21481
21482 From Rob Savoye (rob@poseidon.cygnus.com)
21483 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
21484 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
21485 configure.in}, gdb.disasm/{Makefile.in, configure.in},
21486 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
21487 configure.in}: Major reworking for autoconfig.
c906108c
SS
21488 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
21489 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 21490 New files.
c906108c
SS
21491 * config/unix-gdb.exp: Make GDB global.
21492 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
21493 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
21494 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
21495 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
21496 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
21497 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 21498 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
21499 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
21500 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
21501 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
21502 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 21503 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
21504 to returns as necessary, arrange for test to compile own testcase
21505 executable.
c906108c 21506 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 21507
c906108c
SS
21508Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
21509
21510 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 21511 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
21512 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
21513 "backtrace through signal handler".
21514
21515Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21516
21517 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
21518 continuing from a job control stop signal.
21519 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
21520
21521Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
21522
21523 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
21524 * gdb.base/corefile.exp: Likewise.
21525 * gdb.base/funcargs.exp: Likewise.
21526
21527Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
21528
21529 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
21530 * config/monitor.exp: Add support for setting baud rate.
21531
21532Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
21533
21534 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
21535 i*86-*-linux* xfails for "backtrace through signal handler".
21536 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
21537 "print func2::coremaker_local".
21538 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 21539 alpha-dec-osf2* xfail for
c906108c
SS
21540 "delete all breakpoints when none".
21541
21542Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
21543
21544 * gdb.base/break.exp: Change test that deletes all breakpoints
21545 when no user breakpoints are installed. A post 4.15 change
21546 causes gdb to no longer prompt in this case.
21547
21548Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
21549
21550 * gdb.base/return.exp (return_tests): Change xfail for test
21551 "correct value returned double test" to stop xfailing at
21552 Solaris 2.5. Apparently the bug has been fixed.
21553
21554Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
21555
21556 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
21557 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
21558
21559Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
21560
21561 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
21562 * gdb.disasm/hppa.s: Corresponding changes.
21563
21564Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
21565
21566 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
21567 makefile fragment.
21568 * config/mt-hpux: Deleted.
21569
21570Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
21571
d63a86f8 21572 * Many files: When warning about suppressed tests due to a
c906108c
SS
21573 nonexistant test binary, avoid incrementing the warning count.
21574
21575Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
21576
21577 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 21578
c906108c
SS
21579Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21580
21581 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
21582 "sparc-*-solaris2*".
21583
21584Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21585
21586 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
21587 Add global and local variables and initialize them.
21588 * gdb.base/corefile.exp: Test correct mapping of corefile sections
21589 by printing variables. Remove rs6000 and powerpc xfails, BFD now
21590 extracts the file name and terminating signal from the core file.
21591 * TODO: Remove note about tests for correct mapping of corefile.
21592 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
21593 from optimizing it away.
21594 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
21595 handles common blocks.
21596
21597Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
21598
21599 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
21600 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
21601
21602Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
21603
21604 * Makefile.in (maintainer-clean): New target, synonym for
21605 realclean.
21606 * gdb.base/Makefile.in (maintainer-clean): Likewise.
21607 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
21608 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
21609 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
21610 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
21611 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
21612
21613Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
21614
21615 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
21616 xfails when not gcc compiled for "print foo::funclocal".
21617 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
21618 "print foo::funclocal at foo",
21619 "print 'scope1.c'::foo::funclocal at foo",
21620 "print foo::funclocal_bss at foo",
21621 "print 'scope1.c'::foo::funclocal_bss at foo",
21622 "print foo::funclocal_ro at foo",
21623 "print 'scope1.c'::foo::funclocal_ro at foo",
21624 "print bar::funclocal at foo" and
21625 "print 'scope1.c'::bar::funclocal at foo".
21626 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
21627 gcc compiled for "print foo::funclocal at bar".
21628 Expand all messages to ensure that they identify that
21629 the test is at bar().
21630 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
21631 gcc compiled for:
21632 "ptype on opaque struct pointer (statically)",
21633 "ptype on opaque struct tagname (statically)",
21634 "ptype on opaque struct pointer (dynamically) 1",
21635 "ptype on opaque struct tagname (dynamically) 1",
21636 "ptype on opaque struct pointer (dynamically) 2" and
21637 "ptype on opaque struct tagname (dynamically) 2
21638 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
21639 gcc compiled for:
21640 "p datalocal"
21641 "whatis datalocal",
21642 "ptype datalocal",
21643 "p bsslocal",
21644 "whatis bsslocal", and
21645 "ptype bsslocal".
21646 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
21647 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
21648 when not gcc compiled.
21649 * gdb.base/funcargs.exp (float_and_integral_args): Add
21650 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
21651 compiled.
21652 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
21653 "backtrace from call6a" when not gcc compiled.
21654 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
21655 "backtrace from call7a" when not gcc compiled.
21656 * gdb.base/callfuncs.exp (do_function_calls):
21657 Add "hppa*-*-hpux*" xfail when not gcc compiled for
21658 "p t_char_array_values(char_array_val2,char_array_val1)",
21659 "p t_char_array_values(char_array_val1,char_array_val2)",
21660 "p t_char_array_values("carray 1","carray 2")",
21661 "p t_char_array_values("carray 1",char_array_val2)",
21662 "p t_char_array_values(char_array_val1,"carray 2")",
21663 "p sum_args(1,{2})",
21664 "p sum_args(2,{2,3})",
21665 "p sum_args(3,{2,3,4})",
21666 "p sum_args(4,{2,3,4,5})"
21667 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
21668 "backtrace in corefile.exp" when not gcc compiled.
21669
21670Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21671
21672 * gdb.base/signals.exp: Rewrite `handle all print' test as
21673 a procedure. Accept blanks or TABs as whitespace, increase
21674 timeout and expect input buffer size for the large output
21675 from the command. Remove "i*86-*-bsdi2.0" xfail.
21676
21677Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21678
21679 * gdb.base/setvar.exp: Add new testcases for truncation when
21680 assigning invalid values to bitfields.
21681
21682Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
21683
d63a86f8 21684 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
21685 mips-sgi-irix* xfail for
21686 "call inferior func with struct - returns char *"
21687 and fix test so that an optional (unsigned char *) cast is
889bf7c5 21688 accepted in the result.
c906108c
SS
21689
21690Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
21691
21692 * gdb.base/funcargs.exp (float_and_integral_args): Remove
21693 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21694 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
21695 * gdb.base/signals.exp: Remove duplicate "handle all print" test
21696 that accidentally got checked in.
21697
21698Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
21699
d63a86f8 21700 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
21701 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
21702 compiled test.
21703 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
21704 Add mips-sgi-irix5* xfail for not gcc compiled.
21705 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
21706 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
21707 "p top", "whatis top", "p middle", and "whatis middle".
21708 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
21709 "whatis signed char" for not gcc compiled.
21710 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
21711 "set variable signed char=-1 (-1)" and
21712 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
21713 * gdb.base/funcargs.exp (float_and_integral_args):
21714 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
21715 Add mips-sgi-irix* xfail when not gcc compiled for
21716 "continue to call2b".
21717 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
21718 "continue to call2g".
21719 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
21720 "backtrace from call6a"
21721 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
21722 "backtrace from call7k".
21723 Add mips-sgi-irix5* xfail when not gcc compiled for
21724 "backtrace from call7a".
21725 (localvars_after_alloca): Fix gdb_test cmds for
21726 "print * after runto ...".
21727 Remove rs6000-*-* xfails for
21728 "print i after runto localvars_after_alloca" and
21729 "print l after runto localvars_after_alloca"
21730 for all compilers.
21731 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 21732 when not compiled with gcc, for:
c906108c
SS
21733 "print signed char == (minus)",
21734 "print signed char != (minus)",
21735 "print signed char < (minus)",
21736 "print signed char > (minus)".
21737 * gdb.base/callfuncs.exp (do_function_calls):
21738 Add mips-sgi-irix* xfail, when compiled with native compiler, for
21739 "call inferior func with struct - returns char *".
d63a86f8 21740 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
21741 "correct value returned double test" to include Solaris 2.4.
21742 * gdb.base/funcargs.exp (float_and_integral_args):
21743 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 21744
c906108c
SS
21745Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21746
21747 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
21748 enumeration bitfields if compiling with GNU C.
21749 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
21750 to empty' prompt.
21751
21752Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
21753
21754 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
21755 test for PRO targets.
21756
21757 * gdb.base/funcargs.exp: Avoid ever setting more than 8
21758 breakpoints in the inferior at any given time by making
21759 two groups of breakpoints for call2*, call6* and call7*
21760 tests.
21761
21762Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21763
21764 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
21765 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
21766 from optimizing it away.
21767 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
21768 "call inferior func with struct".
21769
21770Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
21771
21772 * configure.in: Only configure gdb.chill for particular targets.
21773
21774Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
21775
21776 * gdb.base/Makefile.in: Add action to .c.o transformation
21777 rule that generates a .ci file for each .o file and remove
21778 explicit .c.o rules except for callfuncs.o.
21779 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
21780 generates a .ci file for each .o file and remove explicit
21781 .cc.o rules.
21782 (clean): Remove *.tmp *.ci files.
21783 (EXECUTABLES): Remove templ-info.exp.
21784 * gdb.base/compiler.c: New file.
21785 * gdb.c++/compiler.cc: New file
21786 * gdb.base/scope.exp: Source gdb.base/scope.ci.
21787 Change rs6000-*-* xfail for
21788 "print 'scope0.c'::filelocal_ro" and
21789 "print 'scope1.c'::filelocal" and
21790 "print 'scope1.c'::filelocal_bss" and
21791 "print 'scope1.c'::filelocal_ro" and
21792 "print 'scope1.c'::foo::funclocal" and
21793 "print 'scope1.c'::foo::funclocal_ro" and
21794 "print 'scope1.c'::bar::funclocal" and
21795 "print 'scope0.c'::filelocal_ro" and
21796 "print 'scope1.c'::filelocal at foo" and
21797 "print 'scope1.c'::filelocal_bss at foo" and
21798 "print 'scope1.c'::filelocal_ro at foo" and
21799 "print 'scope1.c'::foo::funclocal at foo" and
21800 "print 'scope1.c'::foo::funclocal_bss at foo" and
21801 "print 'scope1.c'::foo::funclocal_ro at foo" and
21802 "print 'scope1.c'::bar::funclocal at foo" and
21803 "print 'scope0.c'::filelocal_ro" and
21804 "print 'scope1.c'::filelocal" and
21805 "print 'scope1.c'::filelocal_bss" and
21806 "print 'scope1.c'::filelocal_ro" and
21807 "print 'scope1.c'::foo::funclocal" and
21808 "print 'scope1.c'::foo::funclocal_bss" and
21809 "print 'scope1.c'::foo::funclocal_ro" and
21810 "print 'scope1.c'::bar::funclocal" and
21811 "print 'scope1.c'::bar::funclocal_bss"
21812 to only be xfail'd when not compiled with gcc.
d63a86f8 21813 Add rs6000-*-* xfail for
c906108c
SS
21814 "print 'scope0.c'::filelocal_bss before run"
21815 when compiled with gcc.
21816 (test_at_main): Add rs6000-*-* xfail for
21817 "print filelocal_ro in test_at_main"
21818 when compiled with gcc.
21819 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 21820 Add rs6000-*-aix* xfail for
c906108c
SS
21821 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21822 "ptype t_char_array", not compiled with gcc.
21823 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21824 xfail for "list foo (in include file)" when gcc compiled.
21825 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 21826 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
21827 "run to call0a" if not compiled with gcc.
21828 (unsigned_integral_args): Add rs6000-*-* xfail for
21829 "run to call1a" if not compiled with gcc.
21830 (float_and_integral_args): Add rs6000-*-* xfail for
21831 "run to call2a" if not compiled with gcc and for
21832 "continue to call2b" for any compiler.
21833 Add rs6000-*-* xfail to
21834 "print f1 after run to call2a" for gcc compiled.
21835 (discard_and_shuffle): Add rs6000-*-* xfail for
21836 "run to call6a".
21837 (shuffle_round_robin): Add rs6000-*-* xfail for
21838 "backtrace from call7a" if not compiled with gcc.
21839 Add rs6000-*-* xfail for
21840 "backtrace from call7b" if compiled with gcc.
21841 (call_after_alloca): Add rs6000-*-* xfail for
21842 "print c in call_after_alloca" and
21843 "print s in call_after_alloca" and
21844 "backtrace from call_after_alloca_subr"
21845 if not compiled with gcc.
21846 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21847 "print c in localvars_in_indirect_call" and
21848 "print c in localvars_in_indirect_call" and
21849 "backtrace in indirectly called function" and
21850 "stepping into indirectly called function"
21851 if not compiled with gcc.
21852 (localvars_after_alloca): Add rs6000-*-* xfail for
21853 "print c after runto localvars_after_alloca" and
21854 "print s after runto localvars_after_alloca" and
21855 "print i after runto localvars_after_alloca" and
21856 "print l after runto localvars_after_alloca"
21857 for all compilers.
21858 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21859 than whatis-info.exp.
21860 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21861 than opaque-info.exp.
21862 Setup rs6000-*-* xfail for
d63a86f8 21863 "ptype on opaque struct pointer (statically)" and
c906108c
SS
21864 "ptype on opaque struct pointer (dynamically)" when
21865 not compiled with gcc.
21866 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21867 rather than callf-info.exp.
21868 (do_function_calls): Add clear_xfail for rs6000-*-* for
21869 "p t_float_values2(3.14159,float_val2)". Seems to work
21870 fine there, both with xlc and gcc. Need to find out what
21871 it is doing right and fix other platforms.
21872 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21873 "call inferior func with struct - returns int",
21874 "call inferior func with struct - returns long",
21875 "call inferior func with struct - returns float",
21876 "call inferior func with struct - returns double",
21877 "call inferior func with struct - returns char *",
21878 but only if not gcc compiled (presumes xlc compiled).
21879 Change rs6000-*-* xfails for
21880 "call inferior func with struct - returns char" and
21881 " call inferior func with struct - returns short" to only
21882 xfail if not using gcc.
21883 (clean mostlyclean): Remove *.ci and *.tmp files.
21884 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21885 than templ-info.exp.
21886 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21887 Add rs6000-*-* xfail for "up to foo in langs.exp"
21888 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 21889 when not gcc compiled.
d63a86f8 21890
c906108c
SS
21891Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21892
21893 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21894 * gdb.base/corefile.exp: Likewise.
21895 * gdb.base/list.exp: Likewise.
21896 * gdb.base/scope.exp: Likewise.
21897 * gdb.base/siganls.exp: Likewise.
21898
21899 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21900 compiler output.
21901 * gdb.base/whatis.exp: Likewise.
21902
21903Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21904
21905 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21906 failure (opcode table has been fixed to match reality).
21907
21908Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21909
21910 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21911 "call inferior func with struct - returns char",
21912 "call inferior func with struct - returns short"
21913
21914 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21915 "print 'scope0.c'::filelocal at main",
21916 "print 'scope0.c'::filelocal_bss in test_at_main",
21917 "print 'scope0.c'::filelocal at foo",
21918 "print 'scope0.c'::filelocal_bss in test_at_foo",
21919 "print 'scope0.c'::filelocal at bar",
21920 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 21921
c906108c
SS
21922 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21923 in source file 1". This bug seems to have been fixed with both
21924 gcc and native cc (was native assembler bug?).
21925
21926Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21927
21928 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21929 "backtrace through signal handler" to "i*86-*-sysv4*".
21930 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21931 continue" case. Add "known SVR4 bug" to fail message.
21932 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21933 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21934 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21935 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21936 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21937 "up to foo in langs.exp", "show language at foo in
21938 langs.exp", "up to cppsub_ in langs.exp", "show
21939 language at cppsub_ in langs.exp", "up to fsub in
21940 langs.exp", and "show language at fsub in langs.exp".
21941 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21942 "bactrace in corefile.exp".
21943 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21944 "call inferior function with struct - returns float" and
21945 "call inferior function with struct - returns double".
d63a86f8 21946
c906108c
SS
21947Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21948
21949 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21950 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21951 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21952 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21953
21954Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21955
21956 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21957 (or overriden) "CHILL" macro rather then bare "gcc".
21958 Also look for ../../gcc/xgcc since that is what we will
21959 actually need, not "Makefile". Remove following assignment
21960 of CHILL to CHILL_FOR_TARGET because that results in
21961 recursive definition.
21962
21963Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21964
21965 * gdb.base/corefile.exp: Change xfail for backtrace in
21966 corefile.exp from linuxaout to all linux.
21967 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21968 cases where we miss the breakpoint at the signal handler
21969 for some reason. Setup xfail for linuxoldld/linuxaout and
21970 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21971 hitting SIGURG breakpoint.
21972 * gdb.base/signals.exp: Setup xfail for "next" acting like
21973 continue to add linuxoldld. Setup xfail for all linux for
21974 "next to handler in signals_tests_1", "backtrace in
21975 signals_tests_1", "continue to func1", "pass SIGUSR1",
21976 and continue to handler".
21977
21978Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21979
21980 * Update all FSF addresses except those in COPYING* files.
21981
21982Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21983
21984 * gdb.base/a2-run.exp: Change messages to be more explicit about
21985 the status of args, and quote binfile in results.
21986
21987Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21988
21989 * gdb.base/callfuncs.exp: Add tests for passing structs to
21990 inferior functions and return various types.
21991 * gdb.base/callfuncs.c: Add functions to receive a struct
21992 and return a member of the struct, in various types.
21993
21994Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21995
21996 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21997
21998Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21999
22000 * config/vxworks29k.exp: New file, sources vxworks.exp.
22001
22002Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22003
22004 * config/gdbremote.exp: New file. Testing framework using
22005 gdbserver.
22006
22007Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
22008
22009 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
22010 "call function when asleep" and "send end of file".
22011 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
22012 for "backtrace in corefile.exp".
22013 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
22014 for "backtrace through signal handler".
22015 * gdb.base/corefile.exp: Make sure we actually generate a core file
22016 before trying the core tests. Some systems allow the user to suppress
22017 generation of core files and default to that (linux for example).
22018 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
22019 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
22020
22021Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22022
22023 * gdb.threads: New directory with some crude multi-threaded
22024 gdb tests (step.exp and step2.exp).
22025 * config/mt-lynx (STEP_EXECUTABLE): Define.
22026 (THREADFLAGS): Define.
22027
22028Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
22029
22030 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
22031
22032 * gdb.base/signals.exp: Disable whole file for lynx until
22033 further notice.
22034
22035 * gdb.base/signals.exp: xfail test where "next" acts like
22036 "continue" for lynx.
22037
22038 * gdb.base/interrupt.exp: xfail test for calling function while
22039 inferior is asleep for lynx.
22040
22041 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
22042 than one cr-lf after each command.
22043
22044Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22045
22046 * configure.in: Reinstate setting of stabsdirs variable, fix
22047 typo in setting up configdirs for native builds.
22048
22049 * gdb.base/return.exp: Fix typo in return double test.
22050 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
22051 compiler from optimizing them away.
22052
22053Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
22054
22055 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
22056 sequences to be echo'd by gdb when using gdb_test.
22057 * gdb.chill/chexp.exp: Likewise.
22058 * gdb.fortran/exprs.exp: Likewise
22059
22060Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22061
22062 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
22063 after the inferior gdb has started.
22064
22065 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
22066 after each command.
22067 * gdb.base/funcargs.exp: Likewise.
22068 * gdb.base/gdbvars.exp: Likewise.
22069 * gdb.base/interrupt.exp: Likewise.
22070 * gdb.base/list.exp: Likewise.
22071 * gdb.base/watchpoint.exp: Likewise.
22072 * gdb.c++/demangle.exp: Likewise.
22073 * gdb.c++/inherit.exp: Likewise.
22074 * gdb.chill/chexp.exp: Likewise.
22075 * gdb.fortran/exprs.exp: Likewise.
22076
22077 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
22078 test if we can't handle IO to/from the inferior.
22079
22080 * gdb.c++/misc.exp: Always check for a program already being
22081 started after sending a "run" command to gdb.
22082
22083 * gdb.base/twice.exp: Start with a fresh gdb.
22084
22085 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
22086 only depend on gdb's expression code, not the chill runtime.
22087
22088 * gdb.base/return.c: Put return values into variables so we
22089 can have gdb print them rather than depending on the program
22090 to print them.
22091 * gdb.base/return.exp: Corresponding changes.
22092
22093 * lib/gdb.exp: Provide default value for noinferiorio.
22094 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
22095 the inferior.
22096
22097 * gdb.base/break.exp: Always check for a program already being
22098 started after sending a "run" command to gdb.
22099 (text_next_with_recursion): Don't check the output from the
22100 program's printf statement. Instead just make sure the program
22101 exited.
22102
22103 * gdb.base/commands.exp: Protect tests which need arguments with
22104 $noargs conditionals.
22105
22106Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22107
22108 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
22109 of structure member arrays to match gdb/valops.c:value_addr change.
22110
22111Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
22112
22113 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
22114 cases.
22115
22116Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
22117
22118 * configure.in (configdirs): Remove gdb.chill from default list
22119 of subdirs and then add it back in only if doing a native build.
22120 The current chill compiler does not yet work in any cross build.
22121 * Revert all signal changes from Jul 6.
22122 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
22123 for sh-hms targets, allowing these tests to link, with no other
22124 changes. Testing is suppressed by setting "nosignals" in site.exp.
22125
22126Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
22127
22128 * configure.in (signaldirs): Define and add to configdirs for all
22129 targets except some specific ones that are known to not support signals.
22130 Also clean up formatting.
22131 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
22132 (signals, sigall): Remove rules to build.
22133 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
22134 Moved to new gdb.signals directory.
22135 * gdb.signals: New test directory.
22136 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
22137 signals.c signals.exp}: New or moved files.
22138
22139Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
22140
22141 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
22142
22143Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
22144
22145 * gdb.base/return.exp: Xfail `return double' test failure
22146 on at least Solaris 2.3 and handle future/past versions on
22147 a case by case basis as appropriate. Also update message
22148 to include i*86 failures.
22149
22150Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22151
22152 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
22153
22154 * lib/gdb.exp: Fix comment which erroneously identified
22155 gdb_file_cmd as gdb_load (the 19 May change was in fact to
22156 gdb_file_cmd not gdb_load).
22157 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
22158
22159 * gdb.base/setvar.exp: Make test names consistent between pass and
22160 fail cases. Use gdb_test more.
22161
22162Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22163
22164 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
22165
22166Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22167
22168 * gdb.base/help.exp: Fix expected help string for `show commands'.
22169
22170Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
22171
22172 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
22173
22174 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
22175 of a text section.
22176
22177Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
22178
22179 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
22180 that loop eventually terminates. Fix Connection refused logic so
22181 that testsuite will expire nicely.
22182
22183Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
22184
22185 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
22186 config/rom68k.exp: New tcl glue for the appropriate monitors.
22187 These all just end up calling monitor.exp.
22188 * config/monitor.exp (gdb_target_monitor): Handle `Connection
22189 refused' by retrying. Cleanup some timeout issues.
22190 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
22191 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
22192 callers don't have to set/restore global timeout variable.
22193
22194 * The following set of changes centralizes management of the global
22195 timeout variable. This way, it can be set in one target dependent
22196 place instead of dozens of places scattered throughout the test suite.
22197 If you need to lengthen a timeout, then you should either set timeout
22198 in one of the config/{target}.exp files, or multiply it by a factor.
22199 Setting it to an absolute value is always going to lose for some
22200 targets.
22201 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
22202 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
22203 * gdb.base/funcargs.exp: Don't set timeout.
22204 * gdb.base/list.exp (test_forward_search): Only use local timeout.
22205 * gdb.base/printcmds.exp (test_print_string_constants
22206 test_print_array_constants): Don't set timeout.
22207 * gdb.base/ptype.exp: Don't set timeout.
22208 * gdb.base/recurse.exp: Don't set timeout.
22209 * gdb.base/return.exp: Don't set timeout.
22210 * gdb.base/watchpoint.exp: Don't set timeout.
22211 * gdb.c++/classes.exp (do_tests): Don't set timeout.
22212 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
22213
22214Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
22215
22216 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
22217
22218Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22219
22220 * lib/gdb.exp: Disable chill tests for irix5.
22221
22222Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22223
22224 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
22225 each test pass or fail.
22226
22227Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22228
22229 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
22230 xlc not gcc.
22231
22232Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
22233
22234 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
22235
22236Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
22237
22238 * config/est.exp: Fix copyright and comments. Remove dead code.
22239 Use targetname, serialport and baud variables instead of fixed
22240 constants.
22241 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
22242 * config/cpu32bug.exp: New file to support cpu32bug monitors.
22243
22244Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22245
22246 * gdb.base/watchpoint.exp: Don't run
22247 test_watchpoint_triggered_in_syscall for sunos.
22248
22249Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22250
22251 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
22252 they don't seem to exist. Do include stdio.h.
22253
22254Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22255
22256 * gdb.base/a1-selftest.exp: Add alpha xfail.
22257
22258Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22259
22260 * gdb.base/watchpoint.c (main): Prompt before calling read().
22261 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22262 Revise accordingly. Remove cruft about sending "123" several
22263 times, until it gets noticed. Clean up the "print buf[0]" stuff
22264 so that it passes or fails, and waits for prompts in the usual way.
22265
22266Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22267
22268 * gdb.base/recurse.exp: Fix comment.
22269
22270 * TODO: Remove item about printing variables in nodebug.exp. Add
22271 item about enabling tests which are only run on some targets.
22272
22273 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
22274 fail, make test names unique, use new gdb_test convention
22275 regarding pattern, use gdb_test more, etc.).
22276
22277 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
22278 fail, make test names unique, etc.).
22279
22280Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22281
22282 * gdb.base/nodebug.c: Change return type of top and middle to
22283 short.
22284 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
22285 are fixed by the recent mdebugread.c changes. Allow `short ()'
22286 as type for top and middle.
22287
22288Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22289
22290 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
22291 nearly as I can tell, the whole thing was an accident in Stu's
22292 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
22293 to replace a send/expect pair with gdb_test, but ended up only
22294 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
22295 of 30 Mar 1995 took care of it, but left this vestigial comment
22296 which I am now nuking.
22297
22298Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22299
22300 * gdb.base/break.exp: Look for different line number for
22301 breakpoint at main depending on usestubs.
22302
22303Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22304
22305 * gdb.base/list.exp: Adjust some alternate expect patterns to
22306 match recent list0.c change. Add alternate expect pattern for
22307 output from `list default lines around main' for optimizing
22308 compilers.
22309
22310Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22311
22312 * lib/gdb.exp: If nosignals is not set, set it to 0.
22313
22314Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
22315
22316 * config/slite-gdb.exp: Responds to load symbol table prompt.
22317 * gdb.base/break.exp: Adjust line number, fix rerun.
22318 * gdb.base/langs0.c: Add #ifdef usestubs.
22319
22320Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
22321
22322 * gdb.base/list.exp: Adjust line contents after adding new lines in
22323 list0.c. Also fix a syntax error.
22324
22325 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
22326 * gdb.base/break.exp: ditto.
22327 * gdb.base/list.exp: ditto.
22328 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
22329 * gdb.base/run.c: ditto.
22330 * gdb.base/list0.c: ditto.
22331 * gdb.base/funcargs.c: ditto.
22332
22333Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
22334
22335 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
22336 $targetname, $serialport and $baud instead of hardwired variables.
22337 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
22338 target doesn't support signals.
22339
22340Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
22341
22342 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
22343
22344Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22345
22346 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
22347 Don't rely on the value of an auto variable before it has been
22348 initialized. Use gdb_test more.
22349
22350Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22351
22352 * lib/gdb.exp (default_gdb_version): A version number must start
22353 with a digit, but other than that contains all characters up to
22354 the first whitespace character.
22355
22356Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22357
22358 * gdb.base/commands.exp (breakpoint_command_test): New tests.
22359
22360Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22361
22362 * gdb.c++/*.exp: Warn if executable does not exist. The original
22363 reason for skipping the warning was that configure.in sometimes
22364 intentionally skipped building the executables but the tcl code
22365 had no way of knowing. That (a) was always bogus with respect to
22366 error handling, (b) is no longer true (right now there is no way
22367 to skip C++ tests).
22368
22369 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
22370
22371Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22372
22373 * gdb.base/list.exp: Add expect patterns for output from
22374 SunPRO compiled executables.
22375 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
22376 types.
22377
22378Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22379
22380 * gdb.base/break.exp (test_next_with_recursion): Accept any line
22381 number (we are already testing that the correct source line text
22382 gets printed).
22383
22384 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
22385 that is what is intended, but something needed to be done to get
22386 sunos4 native working again.
22387
22388 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
22389
22390 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
22391 apparently went with a (very) old xfail.
22392
22393Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
22394
22395 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
22396 runto_main is a proc in gdb.exp that will do 'step' for target use
22397 stubs.
22398 * gdb.base/exprs.exp: ditto.
22399 * gdb.base/interrupt.exp: ditto.
22400 * gdb.base/opaque.exp: ditto.
22401 * gdb.base/printcmds.exp: ditto.
22402 * gdb.base/ptype.exp: ditto.
22403 * gdb.base/scope.exp: ditto.
22404 * gdb.base/setvar.exp: ditto.
22405 * gdb.base/signals.exp: ditto.
22406 * gdb.base/twice.exp: ditto.
22407 * gdb.c++/classes.exp: ditto.
22408 * gdb.c++/inherit.exp: ditto.
22409 * gdb.c++/templates.exp: ditto.
22410 * gdb.base/break.exp: no run and hit main for stubs. Change line
22411 numbers for breakpoints and info breakpoint.
22412 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
22413 breakpoint().
22414 * gdb.base/callfuncs.c: ditto.
22415 * gdb.base/exprs: ditto.
22416 * gdb.base/interrupt.c: ditto.
22417 * gdb.base/opaque0.c: ditto.
22418 * gdb.base/printcmds.c: ditto.
22419 * gdb.base/ptype.c: ditto.
22420 * gdb.base/scope0.c: ditto.
22421 * gdb.base/setvar.c: ditto.
22422 * gdb.base/signals.c: ditto.
22423 * gdb.base/twice.c: ditto.
22424 * gdb.c++/misc.cc: ditto.
22425 * gdb.c++/templates.cc: ditto.
22426
22427Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22428
22429 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
22430
22431 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
22432 somewhere between `read' and `main.c'. I'm pretty sure the
22433 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
22434 and it isn't particularly useful.
22435
22436 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
22437
22438Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22439
22440 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
22441
22442Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
22443
22444 * config/mt-slite: add LIBS and -nostdlib.
22445 * config/slite-gdb.exp: add this new file to support sparclite target.
22446
22447Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
22448
22449 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
22450
22451 * gdb.base/a2-run.exp: Change argument to istarget from
22452 "*-*-vxworks" to "*-*-vxworks*".
22453 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
22454
22455Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
22456
22457 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
22458 will not runto main but do a 'step' to step out of breakpoint().
22459 * config/mt-slite: add -Dusestubs.
22460
22461Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22462
22463 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
22464 instead of just @.
22465
22466 * gdb.base/signals.exp: Add test for "handle all print".
22467 * TODO: Remove "handle all print". Also remove item about
22468 checking copyright date (I don't like the idea of a spurious FAIL
22469 based on when we run the tests).
22470
22471 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
22472 for SunOS4 (reason for failure not investigated). Remove
22473 redundant test for $binfile.
22474
22475 * gdb.base/nodebug.c (array_index): Call malloc.
22476
22477 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
22478
22479Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
22480
22481 * gdb.base/recurse.exp: Update gdb_test invocation to use new
22482 conventions and slightly simplify the matching regexp.
22483
22484Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22485
22486 * gdb.base/break.exp: Update gdb_test invocation to use new
22487 convention.
22488
22489 * lib/gdb.exp: If noargs is not set, set it to 0.
22490
22491 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
22492 tests unique.
22493
22494 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
22495
22496Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22497
22498 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
22499 one argument of type "<non-float parameter>".
22500
22501Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
22502
22503 * config/rom68k.exp: New file to support Motorola IDP board.
22504 * gdb.base/a2-run.exp: Skip this file if noargs is set.
22505 * gdb.base/break.c: Change things around so that this program
22506 doesn't depend upon args. This is necessary to make remote
22507 targets work (in general, they can't take args).
22508 * gdb.base/break.exp: Don't try to send args to program. Don't
22509 expect output. Also, replace lots of code with gdb_test.
22510
22511Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22512
22513 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
22514 printing of '\'' (which is what the comment says we are testing,
22515 even though we were not), not '''.
22516 (test_integer_literals_rejected): Test that printing ''' is an error.
22517
22518 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22519 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
22520 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
22521 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
22522 Use gdb_test not test_print_accept.
22523 * lib/gdb.exp: Remove test_print_accept.
22524
22525 * gdb.base/signals.exp (signal_tests_1): Make pass message
22526 consistent with fail message.
22527
22528 * gdb.base/whatis.exp: Remove xfails for printing char vs.
22529 unsigned char; the bug (PR 1821) is fixed.
22530
22531 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
22532
22533 * gdb.base/scope.exp (test_at_localscopes): Call pass for
22534 successful tests--makes xfailing them work right.
22535
22536Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22537
22538 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
22539 only \r\n, not .*. The test can pass .* as the last thing in
22540 $pattern if that is what it wants. In addition to providing this
22541 flexibility, this change should speed up pattern matching in cases
22542 where the pattern already ended with .* (there were a number of
22543 them). This change also helps catch bad patterns--in the old
22544 scheme the typo "char \*" instead of "char \\*" would pass. Now
22545 it is caught.
22546 * Many .exp files: Update callers.
22547
22548 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
22549 clearer and does not spuriously match multiple ('s. Likewise for
22550 ) and *.
22551
22552 * gdb.base/nodebug.exp: Test ability to call a function and pass
22553 it a string (even with no debugging info).
22554
22555 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
22556 "p '\'", which is the same as "p ''" once tcl gets done with
22557 quoting, to "p '\\'", which I suspect is what is intended (one
22558 backslash gets sent to GDB).
22559
22560 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
22561
22562Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22563
22564 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
22565 1817) was fixed literally years ago.
22566
22567Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22568
22569 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
22570 test, it causes stepping out of call_after_alloca_subr with
22571 optimizing compilers.
22572 (localvars_in_indirect_call): Consume GDB prompt if `finish'
22573 fails.
22574
22575 * gdb.c++/templates.exp: Source templ-info.exp only if
22576 the templates executable exists.
22577
22578 * gdb.c++/misc.cc (class Contains_static_instance,
22579 class Contains_nested_static_instance),
22580 gdb.c++/classes.exp (test_static_members): Test printing of
22581 a class that contains a static instance of the class.
22582
22583Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22584
22585 * gdb.base/langs2.c (cppsub_): Don't prototype.
22586 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
22587 only, I believe).
22588
22589Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22590
22591 * lib/gdb.exp (skip_chill_tests): New procedure.
22592
22593 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
22594
22595Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
22596
22597 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
22598 each expect pattern. Cuts runtime from 12 to about 4 seconds.
22599
22600Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22601
22602 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
22603
22604 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
22605 disassemble 8, not 16, instructions for part 4.
22606
22607 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
22608 support the latter anymore.
22609
22610 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
22611 -DNO_PROTOTYPES.
22612 * gdb.base/callfuncs.c: Control use of prototypes based on
22613 NO_PROTOTYPES, not __STDC__.
22614 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
22615 t_float_values2 tests if prototypes in use.
22616
22617 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
22618 t_double_values): When checking differences against DELTA, check
22619 that difference is within the range (-DELTA,DELTA), not just
22620 (-infinity,DELTA).
22621
22622Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
22623
22624 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
22625 'file' command firts, then 'target', then 'load', this is due to gdb
22626 target set up.
22627 * config/mips-gdb.exp: Fix a couple regular exp bugs.
22628
22629Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
22630
22631 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
22632 FP load/store variants.
22633 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
22634
22635Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
22636
22637 * gdb.base/term.exp: Do not give a warning if not native, it is
22638 not an abnormal condition.
22639
22640Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
22641
22642 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
22643 t_char_array".
22644
22645Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
22646
22647 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
22648 are getting the version number.
22649
22650 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
22651 if not native, it is not an abnormal condition.
22652
22653Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22654
22655 * lib/gdb.exp: Just use "file exists", rather than undocumented
22656 dejagnu procedure "findfile".
22657
22658Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
22659
22660 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
22661 (LDFLAGS): Set to -Xlinker -Ur.
22662
22663 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
22664 Removed, these values are set by lib/gdb.exp.
22665
22666 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
22667
22668Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
22669
22670 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
22671 of replicating gdb startup code.
22672
22673 * config/mt-vxworks (LDFLAGS): Set to -r.
22674 (CFLAGS_FOR_TARGET): Removed.
22675
22676 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
22677 (gdb) and gdb for vxworks uses (vxgdb).
22678
22679 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
22680 executable is not in the tree and host != target, use sed and
22681 program_transform_name to determine the gdb name used by the
22682 target.
22683
22684 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
22685 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
22686
22687Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22688
22689 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
22690 floats, chars, and shorts where there are ANSI-style function
22691 definitions.
22692
22693 * gdb.base/langs.exp, gdb.base/langs*: New test.
22694 * gdb.base/Makefile.in: Build it.
22695 * TODO: Remove item about checking that C names don't get C++
22696 demangling applied; this test tests it.
22697
22698Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22699
22700 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
22701 went with the const70 xfail. The xfail went away a year ago.
22702
22703 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
22704
22705 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
22706 for hp300.
22707
22708 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
22709
22710 * gdb.base/a1-selftest.exp: Don't run on hp300.
22711
22712Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22713
22714 * Makefile.in (site.exp): Set host_alias and target_alias as well
22715 as host_triplet and target_triplet.
22716
22717Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22718
22719 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
22720
22721 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
22722 places as other ecoff systems).
22723
22724 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
22725 ultrix.
22726
22727Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22728
22729 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
22730 remove them.
22731 * gdb.base/nodebug.exp: Accept "function" in addition to "text
22732 variable and "variable" in addition to "data variable".
22733 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
22734
22735 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
22736 2.
22737 * gdb.base/list1.c (long_line): Add additional statement at start
22738 of function.
22739 * gdb.base/list.exp (test_forward_search): Update line number to
22740 reflect new statement.
22741
22742Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22743
22744 * gdb.base/signals.exp: Reinitialize searched source directories
22745 after gdb_start call.
22746
22747Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
22748
22749 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
22750 * gdb.stabs/Makefile.in: Likewise.
22751
22752 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
22753 change. Instead split the tests into smaller pieces.
22754 * gdb.disasm/hppa.s: Corresponding changes.
22755
22756Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22757
22758 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22759 Quote ^C when passing it to stty. For some shells ^ is a pipe.
22760
22761 * gdb.base/funcargs.exp: Modify many tests so that every test
22762 either passes or fails. Make some test names unique.
22763
22764Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22765
22766 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22767 Call stty to set interrupt character.
22768
22769 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
22770 for HP assembler versus GNU assembler based on actual behavior of
22771 $(CC), rather than assuming that $(AS) is always the GNU assembler.
22772
22773 * TODO: Suggest a few more stepping tests.
22774
22775Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
22776
22777 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
22778 restart GDB for h8300 after a continue.
22779 (return): Add pattern to match a29k-udi behavior.
22780 * gdb.base/nodebug.exp: Remove obsolete comment.
22781 * gdb.base/regs.exp: New file, testing of register displays.
22782 * gdb.base/return.exp: Fix typo in reference to $objdir.
22783 * gdb.base/whatis.exp: Always start with a fresh GDB.
22784
22785Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22786
22787 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
22788 higher, these tests generate a lot of output.
22789
22790Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22791
22792 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
22793 code following the catch silently ignored some errors; without the
22794 catch they should be thrown like any other tcl error. Also, the
22795 catch used "" instead of {} which meant all the callers who wanted
22796 to include one of the characters "[]$ had to quote it an extra time.
22797 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
22798 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
22799 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
22800 Remove extra quoting.
22801
22802Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22803
22804 * gdb.base/commands.exp: Make test names unique; every test either
22805 passes or fails. Update some comments.
22806
22807 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22808
22809Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22810
22811 The following fixes a FAIL caused by the fact that the alpha stabs
22812 configuration didn't use the ".if alpha" code in weird.def.
22813 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22814 bit pointer, so the 32 bit version works even on the alpha.
22815 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22816 Remove the stuff which allowed us to have separate versions for
22817 alpha and everything else.
22818
22819 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22820 regexp which "info func operator\[\](" is supposed to match. Fix
22821 string to send to GDB. Note that GDB still doesn't work right. Add a
22822 new test for "info func .perator\[\](" which GDB does handle correctly.
22823
22824 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22825
22826Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22827
22828 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22829 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22830 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22831 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22832 it makes the tests harder to understand and confuses test-o-matic.
22833 The preferred style is that each test provides a PASS or a FAIL,
22834 and has a unique message (e.g. "continue #54" not just "continue")
22835 which is the same for the pass and the fail.
22836 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22837 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22838 to lib/gdb.exp.
22839 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22840 prt_accept which was basically the same thing. Likewise for
22841 test_print_reject and prt_reject.
22842 * lib/gdb.exp (test_print_reject): Add some more error message
22843 patterns to match from the former printcmds.exp (prt_reject).
22844 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22845 One defect of the passcount stuff is that some of it failed to
22846 report XPASS where appropriate.
22847 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22848 stuff before and after arg in expected pattern.
22849 (test_paddr_operator_functions): Re-do test without print_addr_of;
22850 this is the only test which seems to want extra stuff there.
22851
22852Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22853
22854 * gdb.base/nodebug.exp: Update new tests to reflect improved
22855 wording of gdb output.
22856
22857 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22858 and "ptype" work on variables in files compiled without -g.
22859 Replaces commented out "maint print msymbol" tests.
22860
22861Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22862
22863 * gdb.base/setvar.c (dummy): Call malloc.
22864
22865 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22866 losing with the irix4 sed.
22867
22868 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22869 ALRM" on irix4.
22870
22871Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22872
22873 * TODO: Remove items about corefile.exp testing new exec-file and
22874 backtrace; both are now done. Add items about printing enums.
22875
22876Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22877
22878 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22879 "get signal $thissig" test fails.
22880
22881 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22882
22883Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22884
22885 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22886 compiler warning with dec alpha compiler.
22887
22888 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22889 extra \n from gdb_test call (this explains why the prompt test
22890 that I removed yesterday was there).
22891 (user_defined_command_test): Remove extra \n and prompt test.
22892
22893 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22894 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22895 doesn't exist.
22896 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22897 Also remove alpha workaround, which turns out to be because
22898 SIGABRT == SIGLOST.
22899
22900 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22901
22902 * gdb.base/help.exp: Don't test "help show".
22903
22904Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22905
22906 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22907 "set print address" is on.
22908 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22909 pass prompt to gdb_test; gdb_test already looks for the prompt.
22910
22911 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22912
22913 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22914 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22915 was to make sure that gdb can read a core file. But (a) the "read
22916 the corefile" part didn't make it to a1-selftest.exp, we just
22917 delete the corefile after creating it, and (b) we test reading
22918 corefiles in corefile.exp anyway. Also, this test left around a
22919 xgdb process on Solaris.
22920
22921 * gdb.base/corefile.exp: Also test backtrace.
22922
22923Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22924
22925 * gdb.base/commands.exp: Test a simple user defined command with
22926 arguments and if/while statements; verify the full user command is
22927 printed by "show user".
22928
22929 * gdb.base/commands.exp: Test if/while commands as part of a
22930 breakpoint command list; verify they appear in breakpoint
22931 information.
22932
22933Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22934
22935 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22936 than by dividing by zero.
22937
22938Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22939
22940 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22941 performing an inferior call with watchpoints enabled.
22942 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22943 call.
22944
22945Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22946
22947 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22948 of "file" command.
22949
22950 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22951 Add additional pattern for when "int operator int(void);" appears
22952 in a different order.
22953
22954Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22955
22956 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22957
22958 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22959 and "signal" with ".*".
22960
22961Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22962
22963 * TODO: Add note about "handle all nostop".
22964
22965 * gdb.base/{sigall.c, sigall.exp}: New test.
22966 * gdb.base/Makefile.in: Add it.
22967
22968Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22969
22970 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22971 when invoking GDB, suppresses any windowing interface.
22972
22973Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22974
22975 * config/sim-gdb: New file, simulator testing support.
22976
22977Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22978
22979 * gdb.base/interrupt.exp: Test calling func1 twice.
22980
22981Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22982
22983 * gdb.base/list.exp (test_forward_search): Set timeout higher
22984 when we'll be getting lots of output from gdb.
22985
22986 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22987 "init_malloc" to after the expect statement. Run it if that
22988 regexp is taken, but also for two others which happen if source
22989 cannot be found.
22990
22991Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22992
22993 * gdb.base/printcmds.exp: New test, for printing register before
22994 program is running.
22995
22996Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22997
22998 * gdb.base/list.exp: Correct some alternate expect patterns
22999 to reflect changes in list1.c.
23000
23001Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23002
23003 * TODO: Add item regarding large frames.
23004
23005 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
23006
23007 * TODO: Remove item about enabling return.exp; it
23008 is enabled. Suggest a few more "return" tests.
23009
23010Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23011
23012 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
23013 anonymous unions.
23014
23015Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23016
23017 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
23018 and pr-5646.o, so "make" is the same as "make all", not "make
23019 pr-4975.o".
23020
23021Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
23022
23023 * gdb.base/list.exp: Adjust expectations to reflect changes in
23024 list1.c.
23025 (test_forward_search): New test proc.
23026 * gdb.base/list1.c (long_line): New function, has long source line.
23027
23028Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
23029
23030 * gdb.base/a1-selftest.exp: Change initial stepping to know about
23031 additional line of code that was added.
23032
23033Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
23034
23035 * gdb.disasm/hppa.s: Break the large branching tests into smaller
23036 tests so as not to overflow expect's input buffers.
23037 * gdb.disasm/hppa.exp: Corresponding changes.
23038
23039Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23040
23041 Beginnings of template debugging tests.
23042 * gdb.c++/templ-info.cc: New file to test for template
23043 debugging capability of the compiler.
23044 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
23045 templ-info.cc.
23046 * gdb.c++/templates.cc: Add explicit template instantiations
23047 to enable compiling with -fno-implicit-templates. Add destructor
23048 and 'value' method to T5 class for template tests.
23049 * gdb.c++/templates.exp: Add testcases for printing of template
23050 types, setting breakpoints on template methods and calling a
d63a86f8 23051 template method.
c906108c
SS
23052
23053Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
23054
23055 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
23056 branch target since some assemblers (gas-2.5) may emit a
23057 relocation for the branch instead of resolving it in the
23058 assembler.
23059
23060Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23061
23062 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
23063 through signal handler.
23064
23065Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23066
23067 * configure.in (*-*-netware): Use config/mt-netware.
23068
23069 * config/mt-netware: New file.
23070 * config/mt-i386-netware: Removed, separate configs for different
23071 netware architectures are no longer needed now that we have
23072 --with-headers.
23073
23074Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23075
23076 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
23077 by the recent changes to use ANSI C arithmetic conversions.
23078
23079Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23080
23081 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
23082 bug involving using inferior_pid to figure out whether to select a
23083 frame.
23084
23085Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
23086
23087 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
23088 match the current disassembler output.
23089
23090Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
23091
23092 * gdb.fortran/exprs.exp: Expect VOID instead of void.
23093 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
23094 types, expect "int" as type of integer values (for now).
23095
23096Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
23097
23098 * gdb.base/commands.exp: New tests for if/while commands.
23099
23100Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
23101
23102 * lib/gdb.exp (runto): Replace sub-pattern for hex value
23103 by .*, since hex values have different syntax in Chill mode.
23104
23105Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23106
23107 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
23108 linefeed from expect pattern for repeated types with indices > 9.
23109
23110Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
23111
23112 First part of Fortran test suite.
23113 * gdb.fortran: New directory.
23114 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
23115
23116Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23117
23118 * gdb.base/default.exp: Update expect pattern for load command
23119 without arguments.
23120
23121Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
23122
23123 * configure.in: Change i386 to i[345]86.
23124 * gdb.base/configure.in: Likewise.
23125 * gdb.c++/configure.in: Likewise.
23126 * gdb.chill/configure.in: Likewise.
23127
23128Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
23129
23130 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
23131 patterns, since that is not a valid context for comments.
23132
23133Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
23134
23135 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
23136 repeated types and repeated types with indices > 9.
23137
23138Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
23139
23140 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
23141 2417; old bug has been fixed.
23142
23143Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
23144
23145 * gdb.base/interrupt.exp: When trying to wake up the inferior,
23146 send the newline ourselves instead of assuming gdb_test will do
23147 so when passed an empty input string.
23148
23149 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
23150 stabs testcode.
23151
23152Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23153
23154 * lib/gdb.exp (gdb_test): Don't send anything if the first
23155 argument is an empty string. This makes cases where we want to
23156 match output that is already in expect's buffers (for example,
23157 matching a breakpoint after gdb_run_cmd has been called) work
23158 reliably.
23159
23160Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23161
23162 * config/netware.exp: New file.
23163
23164Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23165
23166 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
23167 the -B and -L prefixes so we can find the debugging stub.
23168
23169 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
23170 there and we are using the gcc from the tree.
23171
23172 * gdb.base/types.c: Removed.
23173
23174 * gdb.base/configure.in: Look for makefile fragments in ../config.
23175 Recognize i386-*-netware.
23176 * gdb.c++/configure.in: Likewise.
23177
23178Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23179
23180 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
23181 the correct TCL syntax.
23182
23183Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23184
23185 * gdb.base/opaque.exp: use runto instead of messing around with
23186 breakpoints. Simplify by using gdb_test.
23187
23188 * gdb.base/bitfields.exp: restart between tests on netware targets
23189 because breakpoints aren't relocated after target death. Run
23190 processes to completion.
23191
23192 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
23193
23194Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
23195
23196 * Makefile.in: Remove extra tabs that confuse some versions
23197 of "make". Use the newly built gdb to test with by default,
23198 rather than the first one in the tester's search path.
23199
23200Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
23201
23202 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
23203
23204 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
23205 condition help.
23206
23207Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23208
23209 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
23210
23211 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
23212 running.
23213 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
23214 * gdb.base/funcargs.exp: Likewise.
23215
23216 * gdb.base/bitfields.exp: Simplify by using gdb_test.
23217 * gdb.base/funcargs.exp: Likewise.
23218
23219 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
23220 message is "".
23221
23222Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23223
23224 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
23225 return,signals,twice}.exp: Handle non-existant binaries
23226 consistantly.
23227
23228 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
23229 * gdb.base/Makefile.in: Don't try to generate a core dump, we
23230 might testing a cross development system.
23231
23232Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23233
23234 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
23235 runtest script is relative to ${srcdir}, not ${rootdir}.
23236
23237Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
23238
23239 * gdb.base/signals.exp: Allow for optionality of breakpoint
23240 address.
23241
23242Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23243
23244 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
23245
23246Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23247
23248 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
23249 for size_t definition.
23250 * gdb.c++/templates.cc: Likewise
23251
23252 * config/mt-i386-netware: New file.
23253
23254 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
23255 defined.
23256
23257 * gdb.base/Makefile.in: Added support for systems that name core
23258 files by appending "core" to the program name.
23259 * gdb.base/a1-selftest.exp: Likewise.
23260
23261Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23262
23263 * gdb.base/return.exp: Add comment and message for `return double'
23264 test failure on Sparc Solaris.
23265
23266Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
23267
23268 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
23269
23270Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23271
23272 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
23273 from optimizing them away.
23274 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
23275 patterns to include default constructors and assignment operators,
23276 to match gcc versions beyond 2.5.8. Accept any cplus demangling
23277 character in the output of the virtual base pointer.
23278
23279Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23280
23281 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
23282 expression match in print_addr_of to avoid unintented matches.
23283 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
23284 versions up to 2.5.8.
23285
23286Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23287
23288 * gdb.base/list.exp: Tweak alternate pattern for listing of an
23289 included file to run under newer versions of expect.
23290 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
23291 consecutive >'s in templates to accomodate recent cplus-dem.c change.
23292 Remove xfail for the virtual table of BDDHookV.
23293
23294Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
23295
23296 * lib/gdb.exp (string_to_regexp): Set a default result.
23297 (default_gdb_start): Fix misleading message.
23298
23299Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
23300
23301 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
23302 Remove all CC, etc definitions.
23303 * config/mt-hpux: New file.
23304 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
23305 (CFLAGS, LDFLAGS): Define.
23306 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
23307
23308 * Makefile.in (site.exp): Don't insert host_os, etc.
23309 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
23310 (distclean): Check existence of subdir.
23311 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
23312 * gdb.base/Makefile.in: General cleanup and simplification.
23313 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23314 to build executables. Use default rule to build .o files.
23315 (EXPECT, RUNTEST, CC): Fix relative pathname.
23316 (site.exp): Don't insert host_os, etc.
23317 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
23318 and/or SIGUSR1 defined.
23319 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
23320 * gdb.c++/Makefile.in: General cleanup and simplification.
23321 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23322 (CFLAGS): Remove.
23323 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
23324
23325Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
23326
23327 * gdb.base/recurse.exp: Misc changes to get tests running again
23328 after Kung's changes to the watchpoint code.
23329 * gdb.base/watchpoint.exp: Likewise.
23330
23331Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
23332
23333 * lib/gdb.exp (string_to_regexp): Convert {\} also.
23334
23335Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
23336
23337 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
23338 * lib/gdb.exp (default_gdb_start): Define.
23339 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
23340 gdb.base/funcargs.exp, gdb.base/opaque.exp,
23341 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
23342 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
23343 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
23344 Don't call gdb_target_udi in between tests.
23345
23346Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23347
23348 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
23349 (which was basically just a local version of the same thing). In
23350 addition to avoiding duplication, gdb_test_exact is faster.
23351 * lib/gdb.exp (gdb_test_exact): Fix typo.
23352
23353 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
23354 don't give an error.
23355
23356 * gdb.base/term.exp: Call delete_breakpoints before starting.
23357
23358 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
23359 (t10): Add comment.
23360
23361Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23362
23363 Reorganization of the GDB Test Suite.
23364
23365 * gdb.base: New directory, contains all the basic tests.
23366 * gdb.c++: New directory, tests specific to C++.
23367 * gdb.chill: New directory, tests specific to Chill.
23368 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
23369 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
23370 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
23371 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
23372 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
23373 t30-31 to chill).
23374 * */gdbme.*: Rename to match appropriate expect scripts.
23375 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
23376 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
23377 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
23378 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
23379 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
23380 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
23381 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
23382 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
23383 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
23384 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
23385 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
23386 gdb.c++/virtfunc.cc: New names of C++ files.
23387 * gdb.chill/chillvars.ch: New name of Chill file.
23388 * gdb.base/configure.in, gdb.c++/configure.in,
23389 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
23390 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
23391 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
23392 * configure.in (configdirs): Update to reflect directory changes.
23393 (target_abbrev): No longer define for any configuration.
23394 * Makefile.in: Cosmetic improvements to header comments.
23395
23396Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
23397
23398 Various changes to gdb.t31:
23399
23400 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
23401 * gdbme.ch: Make all key-words and predefineds be upper-case.
23402 * chillvars.exp: Expect key-words and predefinds in upper-case.
23403
23404 * chillvars.exp: Use gdb_test_exact many places.
23405 Change expected output for arrays (which now includes index labels).
23406
23407 * pr-5020.exp, gdme.ch (module PR_5020):
23408 New test, for PR-5020.
23409
23410Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
23411
23412 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
23413 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
23414
23415Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
23416
23417 * Makefile.in: Fix bit-rot in definitions of CHILL,
23418 CHILL_FOR_TARGET and Chill_LIB.
23419 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
23420 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
23421 CHILL, and CHILL_LIB.
23422
23423Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
23424
23425 * Revert the previous changes. Please see Rob's directory
23426 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
23427
23428Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
23429
23430 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
23431 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
23432 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
23433 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
23434 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
23435 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
23436 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
23437 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
23438 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
23439 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
23440 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
23441 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
23442 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
23443 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
23444 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
23445 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
23446 changes from 94Q1.
23447
23448Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
23449
23450 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
23451 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
23452 Rob's new testing fragments.
23453
23454Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
23455
23456 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 23457 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
23458
23459Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23460
23461 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
23462 version also, match on casted version strings, and match on
23463 gdb startup case where the line numbers might be messed up.
23464
23465Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
23466
23467 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 23468 (CFLAGS): Delete it from here.
c906108c
SS
23469
23470Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
23471
23472 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
23473
23474Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
23475
23476 * Makefile.in (RUNTEST): Default to just "runtest".
23477
23478Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23479
23480 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
23481 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
23482 the code has been restructured.
23483
23484Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23485
23486 * gdb.t00/default.exp (set write): Allow any number of \r and/or
23487 \n, not just one of each.
23488
23489 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
23490 /bin/cc gives a warning if you do.
23491
23492Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
23493
d63a86f8 23494 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
23495 __t10ListS_link1ZUiRCUiPT0
23496
23497Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23498
23499 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
23500 on local variables in recursive functions.
23501
23502 * gdb.t07/Makefile.in: Build the new test.
23503
23504Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23505
23506 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
23507 directly. Instead compare the return values from actual calls.
23508
23509Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
23510
23511 * Makefile.in (check): Set TCL_LIBRARY for runtest.
23512
23513Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23514
23515 * From Peter Schauer with minor modifications.
a9c64011
AS
23516 * gdb.t15/return.exp (return_tests): Handle targets where "return"
23517 stops in mid-line in the caller. Add xfail for returning a float
23518 value on X86 targets.
c906108c
SS
23519
23520Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23521
23522 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
23523 to avoid expect lossage.
23524 (fmem_LRbug_tests): Likewise.
23525 * gdb.disasm/hppa.s: Corresponding changes.
23526
23527 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
23528 conditions to work with latest dejagnu/expect.
23529
23530 * gdb.t15/funcargs.exp (finish from indirect call): No longer
23531 expected to fail on the PA.
23532 (backtrace in call with trampolines): Explicitly require main
23533 to be frame #1 (no trampolines should show up in backtrace).
23534
23535 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
23536 "continue -expect".
23537 * gdb.t06/break.exp: Likewise.
23538 * gdb.t07/watchpoint.exp: Likewise.
23539 * gdb.t13/bitfields.exp: Likewise.
23540 * gdb.t15/{funcargs,return}.exp: Likewise.
23541 * gdb.stabs/weird.exp: Likewise.
23542 * config/{mips,udi}-gdb.exp: Likewise.
23543
23544 * hppa.sed: Enclose comments within a sed command to avoid
23545 losing with the old OSF1 sed.
23546
23547Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23548
23549 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
23550 sequent dynix.
23551 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
23552 * gdb.t15/funcargs.exp: Conditionally step again to really
23553 finish from marker_call_with_trampolines. Handle the case where
23554 the first step from within call_with_trampolines already steps
23555 us back to main.
23556 * gdb.t15/gdbme.c: Add comment to closing brace of
23557 call_with_trampolines for funcargs.exp.
23558
23559Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23560
d63a86f8 23561 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
23562 Fix typo(s).
23563
23564Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23565
23566 * gdb.t07/gdbme.c: More code for watchpoint testing.
23567
23568 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
23569 "Hardware watchpoint" throughout file.
23570 (test_watchpoint_triggered_in_syscall): New test.
23571 (test_complex_watchpoint): New test.
23572
23573Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23574
23575 * gdbme.c (call_with_trampolines): New function to try and step
23576 into. Tests trampoline problems on the PA.
23577
23578 * funcargs.exp (localvars_in_indirect_call): No longer expect
23579 stepping into indirect call to fail on PAs.
23580 (test_stepping_over_trampolines): New test.
23581
23582Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23583
23584 * TODO: Add suggestions for static member function tests, and
23585 completion tests.
23586
23587Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23588
23589 * TODO: Add suggestions for "p/a" tests.
23590
23591 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
23592 (default_gdb_exit): Replace all the hair with sending "quit" to
23593 the process with a simple close.
23594
23595Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23596
23597 * TODO: Add suggestions for shared library tests.
23598
23599Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23600
23601 * TODO: Add suggestions for x/s tests.
23602
23603Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23604
23605 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
23606 "enable once", and "enable breakpoints once" with ".*".
23607
23608Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23609
23610 * TODO: Add suggestions about structure passing tests.
23611
23612Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23613
23614 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
23615 the primary1 test, use work around if __GNUC__ < 2.
23616 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
23617 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
23618 Test for bad output rather than waiting for timeout. Issue
23619 second continue only if first continue failed.
23620
23621Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23622
23623 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
23624 operator[] test with gdb_test because the old code didn't seem to
23625 be getting the quoting right with the new dejagnu.
23626
23627Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
23628
23629 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
23630 one from the path.
23631 * Makefile.in: Use a fresh expect if there is one, use runtest
23632 from the src tree if there is one.
d63a86f8 23633
c906108c
SS
23634Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23635
23636 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
23637 next over recursive call. Revise the tests from that point on
23638 (which had been skipped) to match GDB's actual (correct) output.
23639
23640 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
23641 with next over a breakpoint whose condition is false.
23642
23643 * gdb.t00/help.exp: Comment out "help set print" tests just like
23644 (and for same reason as) "help set" test.
23645
23646Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23647
23648 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
23649 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
23650
23651Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23652
23653 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
23654 necessary gdb_target_udi.
23655
23656 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
23657
23658 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
23659 1838 and 2417; they are fixed.
23660
23661 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
23662 gdb.t03/ptype.exp (ptype structure, ptype union):
23663 Remove xfails; the test is looser than when the xfails were added.
23664
23665 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
23666 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
23667
23668 * gdb.t01/run.exp: Only run shell test if isnative.
23669
23670 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
23671 since "run" automatically loads if necessary. Call gdb_target_udi
23672 after the "file" since "file" kills any execution target.
23673
23674 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
23675 GDB. GDB doesn't work that way (not anymore at least) on UDI.
23676 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
23677 argument for UDI.
23678
23679Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23680
23681 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
23682
23683 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
23684
23685Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23686
23687 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
23688 properly quoting regexps. This makes the second argument to
23689 demangle a fixed string, which matches the callers, instead of a
23690 shell-style pattern which is what the previous implementation
23691 used. Update some of the callers.
23692
23693Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23694
23695 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
23696 (comib_nullified_tests): Fix typo.
23697 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
23698 strings. No longer expected to fail.
23699
23700 * gdb.disasm/hppa.s (addib_tests): Fix typo.
23701 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
23702 strings. No longer expected to fail.
23703
23704 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
23705 string. No longer expected to fail.
23706
23707Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23708
23709 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
23710 No longer expected to fail.
23711
23712 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
23713 string. No longer expected to fail.
23714
23715Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23716
23717 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
23718 only in the names (I probably got most of them). I was even
23719 generous with some which differed in underscores in names, and
23720 probably missed a few, and I *still* was able to remove almost a
23721 third of the file with almost no impact on testsuite coverage.
23722
23723Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23724
23725 * gdb.t00/default.exp: Match udi_attach error message as well as
23726 the one from child_attach.
23727
23728 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
23729
23730 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
23731
23732 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
23733 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
23734
23735 * Move test with enums and partial symbols back to
23736 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
23737 Reverts the change of 26 May 93. Per today's change to
23738 stabs.texinfo, the behavior that weird.exp was expecting was
23739 unreasonable; what is important is that the compiler+gdb get
23740 things right, which happens with a recent gcc. Also fix the test
23741 to deal with native compilers which put out the stab gdb can't
23742 deal with.
23743
23744Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23745
23746 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
23747 in the names. The main thing these accomplish is to slow things down.
23748 Many more such duplicates surely remain.
23749
23750 * gdb.t00/help.exp: Comment out "help support" test just like
23751 (and for same reason as) "help set" test.
23752
23753Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
23754
23755 * gdb.t06/break.exp: Remove setup_xfails for
23756 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
23757 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
23758 about known bug in gcc to include up through 2.5.8.
23759 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
23760 well as "_vb$".
23761 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
23762 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
23763 with latest gcc and gdb.
23764 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
23765 well as "_vb$".
23766
23767Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23768
23769 * configure.in (hppa*-*-*): Also configure and build stabs-only
23770 tests.
23771
23772Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23773
23774 * gdb.t10/hppa.mt: A makefile fragment for the PA.
23775 * gdb.t10/configure.in (hppa*-*-*): Use it.
23776
23777Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23778
23779 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
23780
23781Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23782
23783 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
23784 versions prior to 1.13.5.
23785
23786Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23787
23788 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
23789 the prompt is at the start of a line.
23790
23791Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23792
23793 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
23794 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
23795 in the copr tests now.
23796 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
23797 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
23798 expected to fail.
23799
23800Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
23801
23802 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23803 gdb.t31/chillvars.exp, lib/gdb.exp:
23804 Tweak to run under either version of expect.
23805 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23806 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23807 * gdb.t11/list.exp: Remove extraneous whitespace.
23808
23809Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23810
23811 * gdb.t16/printcmds.exp (test_print_strings): Accept
23812 "(unsigned char *) " before the string.
23813
23814 * TODO: Add notes about printing of fancy types and GDB expressions.
23815
23816Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23817
23818 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23819 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 23820 if doing mips-idt-ecoff.
c906108c
SS
23821
23822Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23823
23824 * Most .exp files: Tweak to run under either version of expect.
23825
23826Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23827
23828 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23829 xfails; I'm not sure why they are failing, but not because of PR 1806.
23830
23831Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23832
23833 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23834 defined in lib/gdb.exp.
23835
23836Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23837
23838 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23839 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23840 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23841 have to be typeless.
23842
23843Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23844
23845 * TODO: Add suggestion for copyright year test.
23846
23847Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23848
23849 * configure.in (*-*-lynxos*): Add stabs tests.
23850
23851Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23852
23853 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23854 so insert a tab before any assembler directive in column zero.
23855
23856 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23857 stores.
23858 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23859 stores.
23860 (fpu_short_memory_tests): Likewise.
23861
23862Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23863
23864 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23865 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23866 .stabs directives in comments.
23867
23868Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23869
23870 * TODO: New file, describing tests we could write.
23871 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23872
23873Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23874
23875 * gdb.t06/signals.exp: Add kludge to force re-sync.
23876
23877 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23878 to xgdb instead of gdb, get out of gdb.
23879
23880Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23881
23882 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23883 for info.
23884
23885Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23886
23887 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23888 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23889 * gdb.stabs/hppa.sed: New sed script for the PA.
23890
23891Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23892
23893 * gdb.stabs: Re-write weird.def and configuration to use sed
23894 instead of cpp. sed is portable and POSIX; cpp is neither.
23895
23896Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23897
23898 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23899
23900Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23901
23902 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23903
23904Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23905
23906 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23907 "_vb$".
23908 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23909 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23910
23911Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23912
23913 * lib/gdb.exp: Comment out code which depends on non-existent
23914 `transform' procedure.
23915
23916Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23917
23918 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23919 * lib/gdb.exp: Transform tool name.
23920 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23921 1.1's new error handling system.
23922
23923Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23924
23925 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23926
23927Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23928
23929 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23930 They made pattern matching so slow that timeouts happened on
23931 heavily loaded systems. Now any output from "show print" which
23932 gets us back to the GDB prompt is a PASS.
23933
23934Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23935
23936 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23937
23938Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23939
23940 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23941
23942 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23943 It is not from PR 3220.
23944
23945Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23946
23947 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23948 just started failing because they depended on the order the
23949 subcommands are presented, or exact docstring text. This kind of
23950 test is a pain and has minimal benefit.
23951
23952Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23953
23954 * gdb.t09/corefile.exp: At end of test, use "core" command with
23955 no arguments.
23956
23957Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23958
23959 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23960 17}/Makefile.in: Make it possible to run the testsuite with Sun
23961 make and CC = cross gcc by adding explicit build rules for .o
23962 files.
23963
23964Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23965
23966 * gdb.t15/funcargs.exp: Don't put comments on same line as
23967 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 23968
c906108c
SS
23969Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23970
23971 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23972
23973Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23974
23975 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23976 * gdb.t20/inherit.exp: remove three dumplicate entries.
23977
23978Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23979
23980 * gdb.t06/break.exp: For "next over recursive call", fail on any
23981 incorrect output, not just on "factorial (value=2)".
23982
23983Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23984
23985 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23986 working now. Add an xfail if accesing a bss variable causes
23987 a memory error if the target is not yet run.
23988
23989Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23990
23991 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23992 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23993 name of __st* demangling (2 strings). Did Kung really get the
23994 more than 95 others right without testing them?
23995
23996Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23997
23998 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23999
24000Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
24001
24002 * configure.in (configdirs): Add gdb.disasm
24003 * gdb.disasm: New directory for GDB disassembler tests.
24004 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
24005
24006Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24007
24008 * gdb.t00/help.exp: Don't test "help set".
24009
24010 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
24011 from within expect statements. None of these happen anymore and
24012 they cause regressions to be silently unnoticed.
24013
24014 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
24015 messages) about known failures with gcc cygnus-2.4.5-930417.
24016
24017 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
24018 comp-info.exp so it gets built if it doesn't exist.
24019
24020 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
24021 it is no longer used.
24022 * gdb.t13/comp-info.c: Removed.
24023
24024Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24025
24026 * gdb.t06/signals.exp: Add xfail for sun3.
24027
24028Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24029
24030 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
24031 relevant because ^C doesn't get sent but failure can be reproduced
24032 interactively).
24033
24034Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24035
24036 * gdb.stabs/alpha.mt: New configuration file for alpha.
24037 * gdb.stabs/configure.in: Use it.
24038 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
24039 sharing with alpha.mt, redefine long to word via preprocessor.
24040 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
24041 for alpha.
24042 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
24043 native cc.
24044 * gdb.t00/teststrategy.exp: Change expect string so that we
24045 consume the `(xgdb)' from the command echo and from the gdb prompt.
24046 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
24047 gdb currently compares all values as long, so this failure probably
24048 applies to any configuration where LONGEST is bigger than a target int.
24049 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
24050 with gcc.
24051 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
24052 to handle opaque pointers, gcc is.
24053 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
24054 as first argument. Include <sys/types.h> and change all operator
24055 new definitions to use size_t.
24056 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
24057 now that we use size_t.
24058
24059Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24060
a9c64011 24061 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 24062 a long or float array cast all array members to the same type.
a9c64011 24063 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 24064 with 64 bit longs.
a9c64011 24065 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 24066 on alpha.
a9c64011 24067 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
24068
24069Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24070
24071 * gdb.t24 (demangle.exp): Constructors of templates have names like
24072 vector<int>::vector(int) not vector<int>::vector<int>(int). See
24073 section 14.6 of the ARM.
24074
24075 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
24076 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
24077 accomplish little and slow down the testsuite.
24078
24079 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
24080 Accept spaces various places.
24081
24082Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24083
24084 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
24085 with watchpoint enabled.
24086
24087 * Makefile.in: Remove definition of CC and remove the second
24088 definition of CXX (the "CXX = gcc" one remains). These definitions
24089 were causing backquotes to be expanded within backquotes, which
24090 doesn't work.
24091
24092Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
24093
24094 * gdb.t17/callfuncs.exp: Add "return 0" to end.
24095
24096Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24097
a9c64011
AS
24098 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
24099 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
24100 by mips cc and contains no stabs entries.
24101
24102Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
24103
24104 * config/vx-gdb.exp: Use fake device to load files rather than
24105 NFS.
24106 * lib/gdb.exp: New proc to do "file" command.
24107 * config/unix-gdb.exp: Use new "file" proc.
24108
24109Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
24110
24111 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
24112 Rework board rebooting slightly.
24113 (gdb_exit): Don't exit from the remote shell; there isn't one.
24114 * gdb.stabs/weird.exp: If a program is being debugged already,
24115 kill it.
24116 * gdb.t04/setvar.exp: Stop and restart gdb.
24117 * gdb.t05/expr.exp: Likewise.
24118 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
24119 restart gdb and reload the program.
24120 * gdb.t08/opaque.exp: Likewise.
24121 * gdb.t12/scope.exp: Likewise.
24122 * gdb.t13/bitfields.exp: Likewise.
24123 * gdb.t15/funcargs.exp: Likewise.
24124 * gdb.t20/classes.exp: Likewise.
24125 * gdb.t03/ptype.exp: Increase timeout.
24126 * gdb.t16/printcmds.exp (test_print_string_constants,
24127 test_print_array_constants): Likewise.
24128 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
24129 * gdb.t20/classes.exp (do_tests): Likewise.
24130 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
24131
24132Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
24133
24134 * gdb.stabs: Renamed *wierd* to *weird*.
24135
24136Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24137
24138 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
24139 for timeout. Add "known gcc 2.4.5 bug" to failure message.
24140
24141Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24142
24143 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
24144 (do_tests): Remove xfail for whatis on one_var and two_var.
24145
24146Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
24147
24148 * Makefile.in: Made cross building work better by adding
24149 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
24150
24151Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24152
24153 * gdb.t15/{return.c,return.exp,Makefile.in}:
24154 New test, currently commented out.
24155
24156Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
24157
24158 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
24159 still running and removes the leftover named socket so GDb can do
24160 clean restarts.
24161
24162Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
24163
24164 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
24165 console, not GDB.
24166 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
24167 cross testing works better with "make check"
24168 * config/unix-gdb: Use default procedures for exit and version.
24169 * config/vx-gdb.exp: Cleaned up and massaged back to working order
24170 with the newest VxWorks.
24171
24172Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24173
24174 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
24175 old form.
24176
24177 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
24178 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
24179
24180 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
24181
24182 * config/unix-gdb.exp: Remove this version of gdb_exit
24183 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
24184 Rob says he'll look at it when he gets back to testing boards.
24185
24186Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
24187
24188 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
24189 an expected fail for certain ptype commands.
24190
24191 * gdb.t20/classes.exp: Update expected results of "ptype class
24192 Base1" to account for the constructor that now appears in the type.
24193
24194Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
24195
24196 * configure.in (configdirs): Restore gdb.t04, which mysteriously
24197 disappeared from list.
24198 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
24199 "alldone" proc with call to cleanup and exit.
24200 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
24201 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
24202 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
24203 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
24204 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
24205 "alldone" proc with simple returns that suppress remaining
24206 tests. The alldone proc went away many months ago.
24207
24208Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24209
24210 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
24211
24212 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
24213
24214Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24215
24216 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
24217 as vax gdb will display them.
24218
24219Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24220
24221 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
24222 optimizers.
24223
24224 * scope.exp: Change "bad value for localval" messages so each one
24225 is unique.
24226
24227 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
24228 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
24229
24230 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
24231
24232Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24233
24234 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
24235 doesn't exist (due to optimization).
24236
24237Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24238
24239 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
24240 contains \r because the filename is long.
24241
24242 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
24243 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
24244
24245Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24246
24247 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
24248 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
24249 Ultrix.
24250 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
24251 int tests.
24252 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
24253
24254Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
24255
24256 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
24257
24258 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 24259 to match does not match the passing case but still matches the
c906108c
SS
24260 failing case.
24261
24262Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24263
24264 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
24265
24266Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
24267
24268 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
24269 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
24270 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
24271 Remove various versions of gdb_exit.
24272 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
24273 gdb_exit.
24274 * config/unix-gdb.exp: gdb_exit remains here, and should override
24275 the generic version, since it's doing a lot of wierd stuff that
24276 the other versions aren't. FIXME, fold it in, or abandon this
24277 version.
24278
24279Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24280
24281 * gdb.t24/demangle.exp: Add tests for PR 3220.
24282
24283Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24284
24285 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
24286
24287Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
24288
24289 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
24290 "i386-*-*". Works for i486 as well.
24291
24292 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
24293 bug, and expand domain of xfail to all SVR4 systems, since the
24294 actual problem is likely to be in generic SVR4 /proc support.
24295
24296Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24297
24298 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
24299
24300Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
24301
24302 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
24303 xfails for other systems. Match a missing 'Continuing.' as an
24304 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
24305
24306 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
24307 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
24308 Only issue warning for missing executables if -all option is used.
24309
24310 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
24311 file if -all option is used. It's like an unpredictable XFAIL.
24312
24313Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24314
24315 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
24316 for dynamically linked binaries.
24317
24318 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
24319
24320Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24321
24322 * gdb.t20/inherit.exp: Change message for "print tagless struct"
24323 to state that this is a known bug in old versions of g++.
24324
24325Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24326
24327 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
24328 while waiting for `Continuing'.
24329
24330Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
24331
24332 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
24333 in text, data, and bss.
24334 * gdb.t10/nodebug.c: Add local and global test variables for
24335 initialized and uninitialized data.
24336
24337Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24338
24339 * config/unix-gdb.exp (gdb_exit): Add "wait".
24340
24341Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24342
24343 * gdb.t06/signals.exp: xfail the continue from the handler for all
24344 targets.
24345
24346 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
24347 function with watchpoints enabled, the i386 call dummy starts with
24348 a call.
24349
24350 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
24351 386 bsd names its corefiles.
24352
24353Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
24354
24355 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
24356 compilers don't grok it.
24357 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
24358 with small octal ints rather than character constants, which
24359 are signed and might not fit if first promoted to int.
24360
24361Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
24362
24363 * gdb.t09/Makefile.in (clean): Remove corefile.
24364
24365Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24366
24367 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
24368
24369Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24370 and Jim Kingdon (kingdon@cygnus.com)
24371
24372 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
24373 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
24374 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
24375
24376Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24377
24378 * gdb.t17/interrupt.exp: Add xfail for hppa.
24379
24380Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24381
24382 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
24383 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
24384 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
24385 to determine signed-ness of bitfields and use the result to setup
24386 the xfail.
24387 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
24388 * gdb.t15/funcargs.exp: Use them to step until the second indirect
24389 call line is reached if necessary.
24390
24391Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24392
24393 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
24394
24395Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24396
24397 * gdb.t06/break.exp: Also test `clear' command.
24398
24399Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24400
24401 * gdb.t00/teststrategy.exp: Remove extra quote.
24402
24403 * gdb.t07/watchpoint.exp: Change xfail for calling function with
24404 watchpoint enabled to be for all non-68k machines.
24405
24406 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
24407
24408Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24409
24410 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
24411 targets use aout.mt instead of ecoff.mt as gas understands
24412 standard aout format.
24413
24414Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24415
24416 * lib/gdb.exp (runto): Don't insist that function we are running to
24417 was compiled with -g.
24418
24419 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
24420
24421 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
24422 to get back into the read system call.
24423 Accept leading newline in case where we woke it up.
24424
24425Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24426
24427 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
24428 to make the stabs test work on ecoff systems using gcc and -with-stabs.
24429 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
24430 enable ecoff configuration.
24431
24432Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24433
24434 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
24435
24436Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24437
24438 * gdb.t16/printcmds.exp: Add another printf test.
24439
24440Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
24441
24442 * configure.in: If configured -with-stabs on any target, add
24443 stabsdirs to configdirs.
24444
24445Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24446
24447 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
24448 fun" so pattern does not match the command itself.
24449
24450Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24451
24452 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
24453
24454Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24455
24456 * gdb.t17/interrupt.exp: Test for more things.
24457
24458Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24459
24460 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
24461 compiler arranges the code and line numbers.
24462
24463 * gdb.t17/interrupt.exp: Don't send \n after ^C.
24464
24465Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24466
24467 * gdb.t00/help.exp: Increase expect input buffer size.
24468
24469Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24470
24471 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
24472
24473 * gdb.t07/watchpoint.exp: Add xfail for hppa.
24474
24475 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
24476
24477 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
24478 [0-9]*, not just [0-9].
24479
24480Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24481
24482 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
24483
24484 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
24485
24486Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24487
24488 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
24489
24490Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24491
24492 * gdb.t06/signals.c: Add xfails for sun3.
24493
24494 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
24495
24496 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
24497 test_stepping tests.
24498
24499Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24500
24501 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
24502
24503 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
24504
24505 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
24506 rather than actually putting it through cpp twice.
24507
24508 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
24509
24510Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
24511
24512 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
24513 no longer needed.
24514
24515Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24516
24517 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
24518
24519 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
24520 C++ features prints as "struct", make it a pass, not an xfail.
24521
24522Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24523
24524 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
24525 Don't require VA to print as "class" rather than "struct".
24526
24527Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
24528
24529 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
24530
24531Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24532
24533 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
24534
24535Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24536
24537 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
24538 order.
24539
24540Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24541
24542 * gdb.t16/printcmds.exp: Add printf tests.
24543
24544 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
24545
24546 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
24547
24548Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
24549
24550 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
24551 pass counts, to counteract any existing or future setup_xfails.
24552
24553Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24554
24555 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
24556 {BEGIN,END}_COMMON for common block instead of STAB.
24557 * gdb.stabs/wierd.exp: Add xfail for rs6000.
24558
24559 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
24560 intp_var should be N_GSYM not N_LSYM.
24561 wierd-aout.S: Use a label for the value of the N_SO.
24562 wierd.def: Remove all backslashes.
24563 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
24564
24565Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24566
24567 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
24568 get the expected next to inheritance3.
24569
24570Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24571
24572 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
24573 now that gcc-2.4 gets it right.
24574
24575Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24576
24577 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
24578
24579 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
24580 generating comp-info.exp which works for cross-compilation.
24581
24582Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
24583
24584 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
24585 "*-*-sysv4.*".
24586
24587Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
24588
24589 * gdb.t01/run.exp: Start with a fresh gdb.
24590 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
24591 SVR4.x.
24592
24593Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
24594
24595 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
24596 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
24597 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
24598 Makefile.in (distclean, realclean): Remove gdbme.c from list of
24599 things to remove.
24600
24601Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
24602
24603 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
24604 test cases from bug reports.
24605
24606Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
24607
24608 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
24609 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
24610 avoid spurious xfails.
24611 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
24612 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
24613 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
24614
24615Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
24616
24617 * gdb.t00/teststrategy.exp: Rework to provide more useful
24618 description of each test, fix problem with systems that define
24619 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
24620 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
24621 results for "next over recursive call" so timeouts aren't taken
24622 by error.
24623
24624Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
24625
24626 * gdb.t12/scope.exp: Test printing of variables before run.
24627
24628 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
24629 printed in wrong order due to sorting.
24630
24631Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
24632
24633 * gdb.t00/teststrategy.exp: Fix expected results for printing
24634 user entered string constant. Is array of char, prints with no
24635 address.
24636
24637 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
24638 commands.
24639 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
24640 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
24641 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
24642 of struct of char arrays.
24643 * gdb.t00/radix.exp: New tests for radix commands.
24644
24645Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
24646
24647 * gdb.t16/printcmd.exp: Print a variable before running program
24648 (with xfail for AIX).
24649
24650Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
24651
24652 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
24653
24654 * gdb.t16/printcmd.exp: Don't print variables before running program.
24655
24656 * gdb.t06/break.exp: Don't require envp argument to main.
24657
24658 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
24659
24660 * gdb.t02/whatis.exp, gdb.t11/list.exp:
24661 Add xfails for rs6000.
24662
24663 * gdb.t02/whatis.exp: Change other tests not to re-test something
24664 we already tested.
24665
24666 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
24667 each type used has a variable of that type.
24668
24669Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
24670
24671 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
24672
24673Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
24674
24675 * configure.in: change srctrigger to be a file, not a directory
24676
24677Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
24678
24679 * configure.in (mips-idt-ecoff*): Added trailing '*'.
24680
24681 * gdb.t11/list.exp: Fixed a couple of typos.
24682
24683Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
24684
24685 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
24686 is fixed and PR is closed.
24687 * gdb.t16 (gdbme.c): Add simple test string variable.
24688 * gdb.t16 (printcmds.exp): Add tests with simple test string
24689 variable, primarily for boundaries on "set print elements".
24690
24691Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
24692
24693 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
24694 Make leading 0's optional and don't expect a tab in the middle
24695 of the number.
24696
24697 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
24698
24699 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
24700 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
24701 don't end command passed to gdb_test with newline.
24702
24703 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
24704 signed keyword away, don't expect signed bitfields to be signed.
24705
24706 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
24707 printing with only as many 1's as are in the field as well as printing
24708 with 32 1's (see comment).
24709
24710Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
24711
24712 * gdb.t00/default.exp: Start with a fresh gdb.
24713 * configure.in (configdirs): Remove gdb.t31 until the chill
24714 compiler works again. It no longer is able to find chillrt0
24715 since it isn't in libchill.a anymore.
24716 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
24717 wierd.o, make more modular.
24718 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
24719 spurious newlines that caused problems.
24720
24721Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24722
24723 * Move test with enums and partial symbols from gdb.t03/ptype.exp
24724 to gdb.stabs/wierd.exp since GCC has worked around the bug.
24725 gdb.stabs/wierd.{exp,def}: Many new tests.
24726
24727 * gdb.t00/default.exp: update info line for new message.
24728
24729 * gdb.t02/{whatis.exp,gdbme.c}:
24730 Test that "char *" doesn't print as "caddr_t".
24731
24732Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24733
24734 * gdb.t00/help.exp: Use .* in place of some help messages which
24735 just changed.
24736 gdb.t00/default.exp: Update "info frame" test for new message.
24737 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
24738 Remove some xfails
24739
24740Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24741
24742 * gdb.t03/{gdbme.c,ptype.exp}:
24743 Add tests for typedef'd struct and union without tags.
24744 Also check "whatis" on a variable of a typedef'd enum without a tag.
24745
24746 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
24747 PRMS 1823; the bug still exists but isn't reproduced by this test
24748 anymore), and remove rs6000 XFAIL (the bug is fixed).
24749
24750 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
24751 duplicated from whatis.exp. For those that are left, accept
24752 "long", "long int", or "int" for long variables (whatis.exp already
24753 has an XFAIL for "int", so no need to fail it here).
24754
24755 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
24756 Deal with GCC's names for types now that GDB uses the compiler's names.
24757
24758 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
24759 setup_xfail's for sunos4. If we #defined the signed keyword away,
24760 don't expect GDB to know that char it is signed.
24761
24762 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
24763
24764Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
24765
24766 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24767 should work on any system, regardless of debugging format.
24768 * gdb.t21/demangle.exp: Move to gdb.t24.
24769 * gdb.t24/demangle.exp: Move from gdb.t21.
24770 * gdb.t24/{Makefile.in, configure.in}: New files.
24771
24772Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24773
24774 * configure.in: Do gdb.stabs and C++ tests only for stabs.
24775 * gdb.stabs: New directory.
24776
24777Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24778
24779 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
24780 not just "Quit anyway?".
24781
24782Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
24783
24784 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
24785 that all setup_xfails are immediately followed by clear_xfails.
24786
24787Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
24788
24789 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
24790 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
24791 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
24792 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
24793 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
24794 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24795 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24796 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
24797 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
24798 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
24799 gdb.t31/chillvars.exp, lib/gdb.exp:
24800 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
24801 bug-gdb@prep.ai.mit.edu.
24802
24803Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24804
24805 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24806 with 0.0, not integer 0.
24807
24808Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24809
24810 * gdb.t06/break.exp: Update for "Kill the program" message change.
24811
24812Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24813
24814 * Makefile.in (GDBFLAGS): Set to -nx.
24815 * Makefile.in (site.exp): Use GDBFLAGS.
24816
24817Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24818
24819 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24820 Makefiles.
24821 (check): depend on just-check.
24822 (just-check): added so that tests can be run without a noop
24823 build pass.
24824
24825Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24826
24827 Switch to using configure's configdirs.
24828 * Makefile.in (Makefile): add configure.in dependency.
24829 (SUBDIRS): removed redundant assignment.
24830 * configure.in: switch subdirs assignment to configdirs.
24831 * gdb.t*/configure.in: new files.
24832
24833Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24834
24835 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24836 works.
24837
24838Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24839
24840 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24841 in explicit rules. Apparently this is not supported by some makes.
24842
24843Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24844
24845 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24846
24847Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24848
24849 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24850 disappeared.
24851
24852Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24853
24854 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24855
24856Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24857
24858 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24859 watchpoint problem that is now fixed.
24860 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24861 uninitialized convenience variables.
24862 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24863 structures.
24864
24865Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24866
24867 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24868 which causes expect to get out of sync with gdb on long output
24869 from help set.
24870 * gdb.t09/corefile.exp: Make expected pattern for core file
24871 failing signal and frame output format less sun specific.
24872
24873Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24874
24875 * gdb.t31/chillvars.exp: Add and remove initial dummy
24876 breakpoint, so that symbol table is forced in.
24877 (Needed at least on Sunos4, though it seems not SVR4.)
24878 * gdb.t31/chillvars.exp: Update for changed output format.
24879
24880Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24881
a9c64011 24882 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
24883
24884Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24885
24886 * Makefile.in: Added --srcdir when invoking runtest, removed the
24887 need for a local config file. (optional now)
24888
24889Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24890
24891 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24892 failure count used to force early termination. Add some more
24893 expected failures for gnu style demangling.
24894
24895Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24896
24897 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24898 pmi variable from gdb.t20/gdbme to get optimized away.
24899 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24900 Check for written corefile upon timeout _and_ eof.
24901
24902Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24903
24904 * config/unix-gdb.exp: Add missing return 0.
24905
24906Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24907
24908 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24909 test termination.
24910
24911Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24912
24913 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24914 disappeared.
24915
24916Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24917
24918 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24919 time as i860 support works.
24920
d63a86f8 24921 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
24922 "backtrace 100\r" rather than just "backtrace\r", to match last
24923 change.
24924
24925Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24926
24927 * config/udi-gdb.exp (gdb_exit): Remove close command.
24928 (gdb_target_udi): New procedure to set the UDI target.
24929 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24930 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24931 Added waits for prompts after several question responses. Added
24932 some more responses used by a29k-amd-udi-gdb.
24933 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24934 pass different arguments, restart UDI connection after program
24935 completion.
24936 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24937 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24938 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24939 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24940 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24941 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24942 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24943 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24944 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24945 after program completion.
24946 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24947 compiled with a SELECT_VECS setting.
24948 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24949 infinite recursion.
24950
24951 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24952 Added checks for COFF results, and made them expected failures for
24953 all targets. It would be better to make them expected failures
24954 for COFF targets only.
24955
24956Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24957
24958 * Makefile.in: add null dvi target, don't bother to recurse
24959 through test directories for info and install-info; rename
24960 $(datadir) to be dejagnu instead of deja-gnu
24961
24962Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24963
24964 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24965 compiler to coredump.
24966 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24967 code.
24968
24969Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24970
24971 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24972 coredump.
24973 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24974 code.
24975
24976Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24977
24978 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24979 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24980 which in a shell. Deletes xgdb when done.
24981 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24982 Tests the return from the "set height" or "set width" commands.
24983 Added a few return codes where needed.
24984
24985Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24986
24987 * Makefile.in (SUBDIRS): Add gdb.t17.
24988 * configure.in (subdirs): Add gdb.t17.
24989 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24990 files to test gdb's calling of functions in the inferior with
24991 the correct arguments and gdb's ability to retrieve any
24992 result returned.
24993
24994Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24995
24996 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24997 may be called after gdb goes away. Previous versions of expect
24998 needed these to avoid file descriptor leaks, but they cause
24999 errors with the current revision of expect.
25000 * gdb.t00/gdbvars.exp: Use -re on expected output after
25001 setting sevenbit-strings.
25002 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
25003 to set sevenbit-strings consistent across tests.
25004 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
25005 set sevenbit-strings consistent across tests.
25006
25007Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
25008
25009 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
25010 expected output to match current "expect" expectations.
25011
25012Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
25013
25014 * gdb.t00/default.exp: Change expected output for default "source"
25015 command, to match new gdb behavior which requires a filename to
25016 source.
25017
25018Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
25019
25020 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
25021 expected fail for i486-*-* that misses the marker2 function.
25022 * gdb.t10/crossload.exp (bfddefault): Allow successful
25023 recognition of a format to pass even if no symbols are found.
25024 Explicitly catch failures where the format is not recognized
25025 or is ambiguous, and add the reason to the fail message.
25026 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
25027 the cause is and invalid target and add reason to failure message.
25028 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
25029 elf32-i386, elf32-sparc, and elf32-i860.
25030 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
25031 Set up expected failure for 'filename'::variable scope resolution,
25032 which is now apparently broken on all targets.
25033 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
25034 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
25035 gdb.t23/templates.exp: Change failure for missing binfile into
25036 just a warning.
25037 gdb.t21/demangle.exp: Change all cfront references to 'arm'
25038 references.
25039
25040Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
25041
25042 * gdb.t00/default.exp: Add expected output for default "source"
25043 command, to match new gdb behavior.
25044 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
25045
25046Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
25047
25048 * config/*-gdb.exp: returns an error, rather than exiting on
25049 internal errors.
25050
25051Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
25052
25053 * gdb.t03/gdbme.c: Add pointer to struct variable.
25054 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
25055 referencing struct members.
25056
25057Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
25058
25059 * configure.in (mips-idt-ecoff): New target.
25060 * config/mips-gdb.exp: New file for remote board using MIPS remote
25061 debugging protocol.
25062
25063 * Redid configuration scheme. Removed gdb.t*/configure.in.
25064 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
25065 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
25066 distclean targets. Built executables via .o files. Adjusted
25067 tests to account for source files in $(srcdir) rather than
25068 $(objdir).
25069 * lib/gdb.exp (runto): Don't expect () after the function name,
25070 because it may have arguments.
25071
25072Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
25073
25074 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
25075 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
25076 expected failures for mips-idt-* and mips-sgi-*.
25077 * gdb.t00/default.exp (attach): Kill process if requested.
25078 * gdb.t00/help.exp (help target core, help target): Accept a gdb
25079 that does not read core files.
25080 * gdb.t01/run.exp: Removed checks for exit status code.
25081 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
25082 it is linked in.
25083 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
25084 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
25085 appropriate, rather than doing it by hand.
25086 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
25087 execution.
25088 * gdb.t10/crossload.exp: Kill existing program if needed.
25089 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
25090 appropriate, rather than doing it by hand. Always increase
25091 timeout for this test, not just for VxWorks.
25092
25093Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
25094
25095 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
25096 of Chill STRUCT types and STRUCT values.
25097 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
25098 than "char".
25099 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 25100 struct2): New struct definitions and initializations to test
c906108c
SS
25101 simple Chill STRUCT types.
25102
25103Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
25104
25105 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
25106 the null byte at the end of strings.
25107 * gdb.t00/default.exp: Make show version insensitive to copyright
25108 date.
25109 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
25110 to avoid dependencies on target char signedness.
25111 * gdb.t16/printcmds.exp: Update expected results for explicitly
25112 unsigned char.
25113 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
25114 now work.
25115 * gdb.t21/demangle.exp: Add many more patterns for template
25116 demangling, most of them being expected failures.
25117 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
25118 string we are matching for, to match on the whole string.
25119 * gdb.t21/demangle.exp: Add many new test strings to demangle,
25120 and fix a whole bunch that had incorrect expected output but were
25121 passing anyway because of the bug in "proc demangle".
25122 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
25123 type.
25124 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
25125
25126Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
25127
a9c64011
AS
25128 * gdb/testsuite: made modifications to testcases, etc., to allow
25129 them to work properly given the reorganization of deja-gnu and the
25130 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
25131
25132Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
25133
25134 * gdb/testsuite: Initial creation of gdb/testsuite.
25135 Migrated dejagnu testcases and support files for testing nm to
25136 gdb/testsuite from deja-gnu. These files were moved "as is"
25137 with no modifications. This migration is part of a major overhaul
25138 of dejagnu. The modifications to these testcases, etc., which
25139 will allow them to work with the new version of dejagnu will be
25140 made in a future update.
48efe704 25141
8d8cb839 25142 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 25143\f
8d8cb839
EZ
25144;; Local Variables:
25145;; mode: change-log
25146;; left-margin: 8
25147;; fill-column: 74
25148;; version-control: never
25149;; End:
902f2ccb
MC
25150
25151 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 25152 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
25153 Copying and distribution of this file, with or without modification,
25154 are permitted provided the copyright notice and this notice are preserved.