gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8e3b41a9
JK
12011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Implement basic support for DW_TAG_GNU_call_site.
4 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
5 * gdb.arch/amd64-entry-value.cc: New file.
6 * gdb.arch/amd64-entry-value.exp: New file.
7
181cebd4
JK
82011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9
10 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
11 * gdb.dwarf2/implptr-64bit.S: New file.
12 * gdb.dwarf2/implptr-64bit.exp: New file.
13
741f5e3c
JK
142011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15
16 Fix initial language detection with -readnow.
17 * gdb.cp/readnow-language.cc: New file.
18 * gdb.cp/readnow-language.exp: New file.
19
a73d2258
JK
202011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
21
22 Fix printed anonymous struct name.
23 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
24
af369495
JM
252011-10-09 Joseph Myers <joseph@codesourcery.com>
26
27 * gdb.base/solib-symbol.exp: Do not include directories in
28 filenames in expected messages.
29
1fa57852
DE
302011-10-07 Doug Evans <dje@google.com>
31
32 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
33
bd054e06
KP
342011-10-07 Kevin Pouget <kevin.pouget@st.com>
35
36 Allow Python notification of new object-file loadings.
37 * gdb.python/py-events.exp: Test newobjfile event.
38 * gdb.python/py-events.py: Register newobjfile callback.
39 * gdb.python/py-events.c: Add call to shared library
40 * gdb.python/py-events-shlib.c: New file.
41
8031b6f8
JM
422011-10-06 Joseph Myers <joseph@codesourcery.com>
43
44 * gdb.base/fixsection.exp: Do not include directories in filename
45 in expected message.
46
7fea6923
PM
472011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
48
49 Add tests for passing of environment variables to inferior.
50 * gdb.base/testenv.c: New test source.
51 * gdb.base/testenv.exp: New expect test.
52
687f2a88
PK
532011-10-04 Paul Koning <paul_koning@dell.com>
54
55 * gdb.python/py-value.c (main): Break before return.
56
cb6be26b
KP
572011-10-04 Kevin Pouget <kevin.pouget@st.com>
58
59 PR python/12691: Add the inferior to Python exited event
60 * gdb.python/py-events.exp: Test the inferior attribute of exited
61 event with a fork.
62 * gdb.python/py-events.py: Print inferior number on exit.
63 * gdb.python/py-events.c: Fork the inferior.
64
fb213700
EBM
652011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
66
67 * gdb.base/jit.exp: Add testcase name to log message
68
aa2071bd
PK
692011-10-03 Paul Koning <paul_koning@dell.com>
70 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * gdb.python/py-value.exp
73 (python inval = gdb.parse_and_eval('*(int*)0'))
74 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
75 (set argc=2, python print argc_lazy): New tests.
76
dd11a36c
JB
772011-10-02 Joel Brobecker <brobecker@adacore.com>
78
79 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
80
46f886f1
JK
812011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
82 Pedro Alves <pedro@codesourcery.com>
83
84 * gdb.python/py-value.exp (test_value_in_inferior): New variable
85 can_read_0, test for it.
86 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
87 (parse_and_eval with memory error): ... here, make it untested if
88 can_read_0.
89
c5cb204f
MP
902011-09-30 Marek Polacek <mpolacek@redhat.com>
91
92 * gdb.python/python.exp (verify pagination beforehand)
93 (verify pagination afterwards): Fix race by splitting the line.
94
68fb0ec0
JM
952011-09-29 Joseph Myers <joseph@codesourcery.com>
96
97 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
98 for 64-bit multilibs from i?86-* targets.
99
6aee0d90
MP
1002011-09-29 Marek Polacek <mpolacek@redhat.com>
101
102 * lib/gdb.exp: Fix a typo in one of the comments.
103
e9101ff5
MP
1042011-09-29 Marek Polacek <mpolacek@redhat.com>
105
106 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
107 matching pattern.
108
7a81bdbf
PK
1092011-09-28 Paul Koning <paul_koning@dell.com>
110
111 * gdb.python/py-type.c (enum E): New.
112 * gdb.python/py-type.exp (test_fields): Add tests for Python
113 mapping access to fields.
114 (test_enums): New test for field access on enums.
115
6710bf39
SS
1162011-09-27 Stan Shebs <stan@codesourcery.com>
117
118 * gdb.trace/collection.exp: Test collection of $_ret.
119
b2a6bdeb
AT
1202011-09-22 Andreas Tobler <andreast@fgznet.ch>
121
122 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
123 list of compilation switches for <*-*-freebsd*>.
124
3c9057f3
SS
1252011-09-19 Stan Shebs <stan@codesourcery.com>
126
127 * gdb.trace/tspeed.exp: New file.
128 * gdb.trace/tspeed.c: New file.
129
34518530
YQ
1302011-09-18 Yao Qi <yao@codesourcery.com>
131
132 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
133 instructions.
134 (test_adr_32bit, test_pop_pc): Likewise.
135 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
136 Thumb instructions.
137 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
138 in gdb_test_multiple.
139 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
140
ab254057
YQ
1412011-09-17 Yao Qi <yao@codesourcery.com>
142
143 * lib/gdb.exp (can_single_step_to_signal_handler): New.
144 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
145 support single step to signal handler.
146
9c317b71
YQ
1472011-09-17 Yao Qi <yao@codesourcery.com>
148
149 * gdb.base/disp-step-fork.c: New.
150 * gdb.base/disp-step-syscall.exp: New.
151 * gdb.base/disp-step-vfork.c: New.
152
a8123151
JB
1532011-09-16 Joel Brobecker <brobecker@adacore.com>
154
155 * gdb.ada/tasks.exp: Make the expected output for
156 the `info tasks' tests more resilient to spacing
157 changes.
158
63a9aad8
JK
1592011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
160
161 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
162 (reached breakpoint 2, reached breakpoint 3): Update expected output.
163
2aa48337
KP
1642011-09-15 Kevin Pouget <kevin.pouget@st.com>
165
166 PR Python/12692 Add gdb.selected_inferior() to Python interface.
167 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
168
6839b47f
KP
1692011-04-30 Kevin Pouget <kevin.pouget@st.com>
170
171 Handle multiple breakpoint hits in Python interface:
172 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
173 presence.
174 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
175 breakpoint hits.
176
0935723e
JK
1772011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
178 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 * gdb.python/py-events.exp: Remove pretty printing comment.
181 * gdb.python/py-evsignal.exp: New file.
182 * gdb.python/py-evthreads.c: Include signal.h.
183 (thread3): Remove variable count3. Remove variable bad and use raise
184 instead.
185 (thread2): Remove variable count2. Move thread3 pthread_create here,
186 merge pthread_join to a single line.
187 (main): Remove variable count1. Merge pthread_join with pthread_create
188 to a single line.
189 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
190 KFAIL python/12966 for gdbserver. Test return value of
191 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
192 gdb_expect by gdb_test and gdb_test_multiple.
193 (thread 2, thread 3): New tests.
194
4801a9a3
PA
1952011-09-12 Matt Rice <ratmice@gmail.com>
196 Pedro Alves <pedro@codesourcery.com>
197
198 PR gdb/13175
199
200 * gdb.base/interp.exp: New tests.
201 * gdb.base/interp.c: New file.
202
24ece742
DE
2032011-09-12 Doug Evans <dje@google.com>
204
205 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
206 * gdb.dwarf2/typeddwarf.exp: Ditto.
207
7f062217
JK
2082011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
209
210 Fix compatibility with x32 arch.
211 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
212 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
213 is_x86_like_target.
214 * testsuite/gdb.trace/collection.exp: Likewise.
215 * testsuite/gdb.trace/report.exp: Likewise.
216 * testsuite/gdb.trace/unavailable.exp: Likewise.
217 * testsuite/gdb.trace/while-dyn.exp: Likewise.
218 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
219 (is_x86_like_target): Check also is_amd64_regs_target.
220
08711b9a
JK
2212011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
222
223 PR breakpoints/12435
224 * gdb.arch/amd64-prologue-xmm.c: New file.
225 * gdb.arch/amd64-prologue-xmm.exp: New file.
226 * gdb.arch/amd64-prologue-xmm.s: New file.
227
b99b5f66
JK
2282011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
229
230 * gdb.dwarf2/dw2-param-error-main.c: New file.
231 * gdb.dwarf2/dw2-param-error.S: New file.
232 * gdb.dwarf2/dw2-param-error.exp: New file.
233
a391a2f6
PA
2342011-09-08 Pedro Alves <pedro@codesourcery.com>
235
236 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
237 inferior's pid and look for a core dump named core.$pid. Use
238 `remote_file' commands on the host instead of hand coding shell
239 commands on the build.
240 * gdb.base/valgrind-db-attach.exp: Kill the program before
241 finishing the test.
242
7d8e6458 2432011-09-02 Matt Rice <ratmice@gmail.com>
244
245 * lib/prompt.exp: New file for testing the first prompt.
246 * gdb.python/py-prompt.exp: Ditto.
247 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
248
68e77c9e
PA
2492011-09-02 Pedro Alves <pedro@codesourcery.com>
250
251 * gdb.threads/gcore-thread.exp: Set the global core_supported to
252 0, before testing gcore.
253
9655e943
JK
2542011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
255
df6dc84d
JK
256 * dw2-ifort-parameter-debug.S: Update copyright year.
257 * dw2-ifort-parameter.c: Update copyright year.
258 * dw2-ifort-parameter.exp: Update copyright year.
259
9655e943
JK
260 * dw2-ifort-parameter-debug.S: New file.
261 * dw2-ifort-parameter.c: New file.
262 * dw2-ifort-parameter.exp: New file.
263
353d1d73
JK
2642011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
265
266 * gdb.base/commands.exp (error_clears_commands_left): New function.
267 (): Call it.
268
5c07461a
JK
2692011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
272 (C): Initialize `a'.
273 * gdb.mi/mi-inheritance-syntax-error.exp
274 (-data-evaluate-expression $path): Expect `a' as 5.
275
0d932b2f
MK
2762011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
277
278 PR mi/11912
279 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
280 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
281 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
282 keyword in output of -var-info-path-expression.
283
bdb54049
JK
2842011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
287 * gdb.trace/collection.exp: Likewise.
288 * gdb.trace/report.exp: Likewise.
289 * gdb.trace/unavailable.exp: Likewise.
290 * gdb.trace/while-dyn.exp: Likewise.
291
59cde39c
KS
2922011-08-18 Keith Seitz <keiths@redhat.com>
293
294 PR c++/12266
295 * gdb.cp/meth-typedefs.cc: New file.
296 * gdb.cp/meth-typedefs.exp: New file.
297
fa3a4f15
PM
2982011-08-17 Phil Muldoon <pmuldoon@redhat.com>
299
300 * gdb.python/python.exp: Add extended-prompt tests.
301
c1049fca
JK
3022011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
303
304 * gdb.arch/i386-dr3-watch.exp
305 (watchpoint on gap1 does not fit debug registers)
306 (delete all watchpoints): Fix racy expect strings.
307
d93f7b5c
YQ
3082011-08-14 Yao Qi <yao@codesourcery.com>
309
310 * gdb.base/maint.exp: set data_section to ".neardata".
311 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
312 * gdb.base/savedregs.exp: Handle SIGILL.
313 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
314 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
315
457e09f0
DE
3162011-08-12 Doug Evans <dje@google.com>
317
318 * gdb.python/py-symbol.exp: Add test for symbol.type.
319
5d0bb2fb
UW
3202011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
321
322 * gdb.threads/pthreads.exp: Enable on non-native configurations.
323 * gdb.mi/mi-pthreads.exp: Likewise.
324 * gdb.mi/mi2-pthreads.exp: Likewise.
325 * gdb.mi/gdb669.exp.exp: Likewise.
326
fcdfa280
PA
3272011-08-09 Pedro Alves <pedro@codesourcery.com>
328
329 * lib/mi-support.exp (detect_async): Rename to...
330 (mi_detect_async): ... this.
331 * gdb.mi/mi-nonstop-exit.exp: Adjust.
332 * gdb.mi/mi-nonstop.exp: Adjust.
333 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
334 * gdb.mi/mi-nsintrall.exp: Adjust.
335 * gdb.mi/mi-nsmoribund.exp: Adjust.
336 * gdb.mi/mi-nsthrexec.exp: Adjust.
337
9d8fa392
PA
3382011-08-09 Pedro Alves <pedro@codesourcery.com>
339
340 * gdb.base/display.c (do_loops): New `p_i' local.
341 * gdb.base/display.exp: Test displaying a variable that is
342 temporarily at a bad address.
343
b6cede78
JK
3442011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
345
346 * gdb.dwarf2/dw2-op-stack-value.S: New file.
347 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
348
67bedb8c
JK
3492011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
352 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
353 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 354
af6e93b2
PA
3552011-08-05 Pedro Alves <pedro@codesourcery.com>
356
357 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
358 procedure.
359 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
360
1cf0e11f
YQ
3612011-08-05 Yao Qi <yao@codesourcery.com>
362
363 * gdb.base/callfuncs.exp: Set language after main.
364 * gdb.cp/cplusfuncs.exp: Likewise.
365 * gdb.cp/inherit.exp: Likewise.
366
a1e28cb2
UW
3672011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
368
369 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
370 * gdb.base/watch-vfork.exp: Skip on remote targets.
371
d4f5bbb9
UW
3722011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
373
374 * gdb.threads/thread-find.exp: Support remote targets.
375
724f4f80
UW
3762011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
377
378 * gdb.base/jit.exp: Download solib_binfile to target.
379 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
380 and call dlopen without full path name.
381 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
382 dlopen without full path name.
383
934709f0
PW
3842011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
385
386 * gdb.base/break-always.exp: Complete the test
387 with duplicated breakpoints and enabling/disabling them.
388
c26106c4
TT
3892011-08-02 Tom Tromey <tromey@redhat.com>
390
391 PR gdb/11289:
392 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
393
9300444e 3942011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
395
396 PR gdb/13045
397 * gdb.base/float.exp: Add new test case for PR gdb/13045
398 * gdb.base/float.c: New file.
399
00bd41d6
PM
4002011-07-28 Phil Muldoon <pmuldoon@redhat.com>
401
402 * gdb.python/py-mi.exp: Test printers returning string hint, and
403 also not returning a value.
404 * gdb.python/py-prettyprint.c: Add testcase for above.
405 * gdb.python/py-prettyprint.py: Add test printer for above.
406
d24f74ce
JK
4072011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
410 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
411 (.Ldie30) Add as field "data4".
412 (.Ldie32) Rename field "b" to "shl".
413 (abbrev4) Change for the "data4" field.
414 (abbrev5, abbrev6) Remove.
415 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
416 (p &s.shl): ... here. Add comment.
417 (p &s.data4): New.
418
bb7da2bf
JK
4192011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 Fix crash on lval_computed values.
422 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
423
11081198
JK
4242011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 * gdb.base/help.exp (help whatis): Update the expected string.
427
3c6e0cb3
JK
4282011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
431 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
432 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
433 Change the expected string.
434
efa80663
PA
4352011-07-26 Pedro Alves <pedro@codesourcery.com>
436
437 * gdb.base/watchpoint.exp
438 (test_disable_enable_software_watchpoint): New procedure.
439 (top level): Run it.
440
db8e4570
UW
4412011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
442
443 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
444 executable file "${binfile}", C++ version "${binfile}-cxx".
445 * gdb.python/py-prettyprint.exp: Likewise.
446 * gdb.python/py-symbol.exp: Likewise.
447 * gdb.python/py-type.exp: Likewise.
448 * gdb.python/py-value.exp: Likewise.
449 * gdb.python/py-template.exp (test_template_arg): Pass full executable
450 file name instead of just suffix.
451
543305c9
JK
4522011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
453
454 Fix implicit pointer offsets.
455 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
456 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
457 (continue to breakpoint: continue to baz breakpoint for implptr)
458 (sanity check element 0, sanity check element 1)
459 (enter the inlined function, check element 0 for the offset)
460 (check element 1 for the offset)
461 (continue to breakpoint: ignore the second baz breakpoint): New tests.
462 (set foo breakpoint for implptr): Update the breakpoint number.
463
b3215adc
UW
4642011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
465
466 * gdb.python/py-mi.exp: Use different file names for different
467 versions of the executable under test.
468 * gdb.python/py-prettyprint.exp: Likewise.
469 * gdb.python/py-symbol.exp: Likewise.
470 * gdb.python/py-template.exp: Likewise.
471 * gdb.python/py-type.exp: Likewise.
472 * gdb.python/py-value.exp: Likewise.
473
182b9acc
UW
4742011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
475
476 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
477 flag after restarting GDB if necessary.
478
e6052b5d
UW
4792011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
480
481 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
482
1ced966e
PA
4832011-07-22 Pedro Alves <pedro@codesourcery.com>
484
485 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
486 backend doesn't leave used debug registers behind.
487
3543a589
TT
4882011-07-22 Tom Tromey <tromey@redhat.com>
489
490 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
491 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
492 argument.
493 * gdb.dwarf2/typeddwarf-amd64.S: New file.
494
14d15303 4952011-07-21 Matt Rice <ratmice@gmail.com>
496
497 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
498 in mostlyclean rule. Add files ending in .core.
499
9b158ba0 5002011-07-21 Matt Rice <ratmice@gmail.com>
501
502 PR macros/12999
503 * gdb.base/info-macros.c: New test sources.
504 * gdb.base/info-macros.exp: New tests.
505
d17b6f81
PM
5062011-07-21 Phil Muldoon <pmuldoon@redhat.com>
507
508 * gdb.python/python.exp: Add prompt substitution tests.
509
918dd910
JK
5102011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
511
512 Fix crash if referenced CU is aged out.
513 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
514 New.
515 * gdb.dwarf2/implptr.exp: Likewise.
516
0e37a63c
JK
5172011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
518
519 * gdb.dwarf2/implptr.S: Rebuilt.
520 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
521 (bar): Use them for j, k, l.
522 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
523 COMPILE.
524 (print j in implptr:bar): Update for the intp typedef.
525 (print p[0].x in implptr:foo): Use more exact regex.
526
f65cf84c
TT
5272011-07-18 Tom Tromey <tromey@redhat.com>
528
529 * gdb.cp/static-method.exp: Add missing single quote.
530
d5b4a7be
YQ
5312011-07-18 Yao Qi <yao@codesourcery.com>
532
533 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
534 supported.
535 * gdb.mi/mi-nonstop-exit.exp: Likewise.
536 * gdb.mi/mi-nonstop.exp: Likewise.
537 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
538 * gdb.mi/mi-nsintrall.exp: Likewise.
539 * gdb.mi/mi-nsmoribund.exp: Likewise.
540 * gdb.mi/mi-nsthrexec.exp: Likewise.
541 * gdb.python/py-evthreads.exp: Likewise.
542
e9ea2662
JK
5432011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
544
545 Code cleanup.
546 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
547 it. Substitute it instead of test_compiler_info everywhere.
548
ce451573
UW
5492011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
550
551 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
552 remote targets as well.
553
756d88a7
UW
5542011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
555
556 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
557 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
558
31f83dc5
UW
5592011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
560
561 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
562 a remote machine, not the host.
563 (gdb_compile_shlib): Set soname if target is remote.
564
059241a0
PP
5652011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
566
567 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
568
28a0b48c 5692011-07-13 Matt Rice <ratmice@gmail.com>
570
571 * gdb.python/py-objfile-script-gdb.py: Renamed to
572 py-objfile-script-gdb.py.in.
573 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
574 py-objfile-script-gdb.py.
575 * gdb.python/py-objfile-script.exp: Update reference to
576 py-objfile-script-gdb.py.
577
9a771b67
JK
5782011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
579
580 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
581 reference undefined label.
582
04ad99e6
JK
5832011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
584
585 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
586 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
587 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
588 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
589
713389e0
PM
5902011-07-11 Phil Muldoon <pmuldoon@redhat.com>
591
592 PR python/12438
593 * gdb.python/python.exp: Add maint set/show python print-stack
594 deprecated tests. Add set/show python print-backtrace tests.
595
97d146f8
JK
5962011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
597
598 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
599 debug info.
600
facde0e5 6012011-07-06 Matt Rice <ratmice@gmail.com>
602
603 * gdb.python/python.exp: Update filename paths.
604 * gdb.python/py-symtab.exp: Ditto.
605
438640d1
MP
6062011-07-06 Marek Polacek <mpolacek@redhat.com>
607
608 * gdb.python/py-evthreads.exp: Add missing `$'.
609
33a365df
MF
6102011-07-06 Jie Zhang <jie.zhang@analog.com>
611
612 * config/bfin.exp: New file.
613 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
614 * gdb.asm/bfin.inc: New file.
615
8f7ae686
MP
6162011-07-06 Marek Polacek <mpolacek@redhat.com>
617
df46027d 618 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
619 the whole output.
620
eb2a6f42
TT
6212011-07-05 Tom Tromey <tromey@redhat.com>
622
623 * gdb.java/jprint.java (jprint.hi): New field.
624 * gdb.java/jprint.exp: Print string.
625
177b42fe
TJB
6262011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
627
628 * gdb.base/call-sc.c: Fix typos.
629 * gdb.base/ifelse.exp: Likewise.
630 * gdb.base/structs.c: Likewise.
631
3b2a0cf2
JB
6322011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
633
634 * gdb.base/jit-so.exp: New test.
635 * gdb.base/jit-dlmain.c: New file.
636 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
637
46fc714c
JK
6382011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
641 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
642 * gdb.cp/pr9167.exp (p b): Likewise.
643 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
644 (test value of P in inner_m, test type of Z in inner_m): Call
645 setup_xfail for gcc <= 4.5.
46fc714c 646
418c7cf7
JK
6472011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
648
649 * gdb.cp/paren-type.cc: New files.
650 * gdb.cp/paren-type.exp: New files.
651
3d50dd94
JK
6522011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
653
654 Stop on first linespec terminator instead of eating what we can.
655 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
656 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
657 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
658 (break C::f()): ... this one.
659 (break C::operator()()): New test.
660 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
661 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
662 test.
663
dcf9f4ab
JK
6642011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 Fall back linespec to minimal symbols.
667 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
668 error message.
669 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
670 * gdb.cp/minsym-fallback-main.cc: New file.
671 * gdb.cp/minsym-fallback.cc: New file.
672 * gdb.cp/minsym-fallback.exp: New file.
673 * gdb.cp/minsym-fallback.h: New file.
674
3f542ed1
JK
6752011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
676
677 * gdb.cp/no-dmgl-verbose.cc: New file.
678 * gdb.cp/no-dmgl-verbose.exp: New file.
679
6802011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
681
682 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
683 __GI_.
684 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
685 (f): New function.
686 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
687 (complete p 'func<short>(): ... here.
688 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
689 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
690 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
691 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
692 Make them KFAIL gcc/49546.
693
00eb2c4a
JB
6942011-07-01 Joel Brobecker <brobecker@adacore.com>
695
696 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
697
85a20c42
JK
6982011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
699
700 Test GCC PR debug/49546.
701 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
702 (test type of F in k3_m, test value of F in k3_m): New.
703 * gdb.cp/temargs.cc (struct S3, struct K3): New.
704 (main): New variable k3. Call k3.k3_m.
705
d2d43431
JB
7062011-07-01 Jean-Charles Delay <delay@adacore.com>
707
708 * gdb.ada/packed_array.exp: Fix expected outout.
709
54ae186f
JB
7102011-07-01 Jean-Charles Delay <delay@adacore.com>
711
712 * gdb.ada/packed_array.exp: fixed expected output.
713
8f17729f
JB
7142011-07-01 Joel Brobecker <brobecker@adacore.com>
715
716 * gdb.ada/same_enum: New testcase.
717
f5aa6869
JB
7182011-07-01 Joel Brobecker <brobecker@adacore.com>
719
720 * gdb.ada/ptr_typedef: New testcase.
721
828292f2
JB
7222011-07-01 Joel Brobecker <brobecker@adacore.com>
723
724 * gdb.ada/arrayptr.exp: Add ptype test.
725
18920c42
JB
7262011-07-01 Joel Brobecker <brobecker@adacore.com>
727
728 * gdb.ada/char_enum: New testcase.
729
3536d9e3 7302011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
731
732 * gdb.base/dump.exp (capture_pointer_with_type): New.
733 Get value from address instead of name.
734 Start GDB once, and do `dump' and `restore'
735 tests together.
736
db863c42
MF
7372011-06-30 Jie Zhang <jie.zhang@analog.com>
738 Mike Frysinger <vapier@gentoo.org>
739
740 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
741 helper functions for getting/setting remotetimeout variable.
742 * lib/gdb.exp (gdb_load): If the target is remote, set
743 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
744 with $loadtimeout. Set $load_ok to 0 before doing the load.
745 Instead of returning, immediately, set $load_ok to 0. Call
746 set_remotetimeout with $oldremotetimeout, and then return if
747 $load_ok is 1.
748
e9e642a8
AB
7492011-06-30 Andrew Burgess <aburgess@broadcom.com>
750
751 * gdb.python/py-template.exp: Don't run this test if the target
752 does not support c++ tests.
753
32019081
JK
7542011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
755
756 Fix non-only rename list for Fortran modules import.
757 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
758 tests.
759 * gdb.fortran/module.f90 (module moduse): New.
760 (program module): use moduse, test var_x, var_y and var_z.
761
0ecee54c
TT
7622011-06-29 Tom Tromey <tromey@redhat.com>
763
764 PR testsuite/12040:
765 * gdb.fortran/array-element.exp: Use f90, not f77.
766 * gdb.fortran/complex.exp: Use f90, not f77.
767 * gdb.fortran/derived-type.exp: Use f90, not f77.
768 * gdb.fortran/library-module.exp: Use f90, not f77.
769 * gdb.fortran/logical.exp: Use f90, not f77.
770 * gdb.fortran/module.exp: Use f90, not f77.
771 * gdb.fortran/multi-dim.exp: Use f90, not f77.
772 * gdb.fortran/subarray.exp: Use f90, not f77.
773
3b2b8fea
TT
7742011-06-29 Tom Tromey <tromey@redhat.com>
775
776 * gdb.fortran/charset.exp: New file.
777 * gdb.fortran/charset.f90: New file.
778
42159ca5
TT
7792011-06-29 Tom Tromey <tromey@redhat.com>
780
781 PR testsuite/12040:
782 * lib/future.exp: New file, mostly extracted from ada.exp.
783 Rewrote compatibility code to use rename.
784 (gdb_find_gfortran): New proc.
785 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
786 gfortran patch.
787 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
788 Move to future.exp.
789 * lib/gdb.exp: Always load future.exp.
790
af69a5ce
YQ
7912011-06-28 Yao Qi <yao@codesourcery.com>
792
793 * gdb.cp/exception.cc: Don't include iostream.
794 (bar): Remove print statement.
795 (catcher): New.
796 (main): Remove print statements. Call function catcher.
797 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
798 Set breakpoint on catcher, and check the value of parameter.
799
ab5c6a72
YQ
8002011-06-23 Yao Qi <yao@codesourcery.com>
801
802 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
803 1.2 is disabled. KFAIL for uclinux.
804
9497469f
MP
8052011-06-23 Marek Polacek <mpolacek@redhat.com>
806
807 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
808 mi_gdb_test.
809
b9132588
MP
8102011-06-23 Marek Polacek <mpolacek@redhat.com>
811
5d197ed0 812 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 813
e55595ca
MP
8142011-06-23 Marek Polacek <mpolacek@redhat.com>
815
5d197ed0
MP
816 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
817
8182011-06-23 Marek Polacek <mpolacek@redhat.com>
819
820 * gdb.mi/mi2-basics.exp: Fix races. Honour the
821 `test_exec_and_symbol_mi_operatons' return value.
822 (test_mi_interpreter_selection): Use mi_gdb_test instead of
823 gdb_test_multiple.
824 (test_exec_and_symbol_mi_operatons): Likewise.
825 (test_path_specification): Likewise.
e55595ca 826
be777e08
YQ
8272011-06-23 Yao Qi <yao@codesourcery.com>
828
829 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
830 supported.
831 * lib/gdb.exp (support_displaced_stepping): New.
832
615556d6
YQ
8332011-06-23 Yao Qi <yao@codesourcery.com>
834
835 * gdb.threads/execl.exp: Skip on remote target.
836
833b0ca7
MP
8372011-06-21 Marek Polacek <mpolacek@redhat.com>
838
5d197ed0 839 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
840 mi_gdb_test.
841
1ee4023a
MP
8422011-06-20 Marek Polacek <mpolacek@redhat.com>
843
5d197ed0 844 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 845
d0b1d624
MP
8462011-06-20 Marek Polacek <mpolacek@redhat.com>
847
5d197ed0 848 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
849 mi_gdb_test.
850
79aa92c1
MP
8512011-06-20 Marek Polacek <mpolacek@redhat.com>
852
5d197ed0 853 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 854
5ce5db06
YQ
8552011-06-14 Yao Qi <yao@codesourcery.com>
856
857 gdb/testsuite/
858 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
859
533a737e
JK
8602011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
861
862 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
863
d0e53741
TT
8642011-06-10 Tom Tromey <tromey@redhat.com>
865
866 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
867 Add tests for pointer-to-member-function.
868 * gdb.cp/temargs.cc (S::somefunc): New function.
869 (K2): New class.
870 (main): Instantiate K2; call method.
871
b5916bbd
JB
8722011-06-08 Joel Brobecker <brobecker@adacore.com>
873
874 * gdb.python/py-inferior.c (f2): Make str an array rather
875 than a pointer.
876 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
877
5be4dfca
JK
8782011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
879
880 * gdb.base/async-shell.c: New file.
881 * gdb.base/async-shell.exp: New file.
882
9f47e254
PA
8832011-06-06 Pedro Alves <pedro@codesourcery.com>
884
885 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
886
64b9b334
JB
8872011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
888
889 From Stephen Kitt <steve@sk2.org>
890 * gdb.base/help.exp: Adjust following some spelling corrections
891 in GDB.
892
dbc0f131
YQ
8932011-06-01 Yao Qi <yao@codesourcery.com>
894
895 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
896
fd336a18
KS
8972010-05-31 Keith Seitz <keiths@redhat.com>
898
899 PR c++/12750
900 * gdb.cp/static-method.cc: New file.
901 * gdb.cp/static-method.exp: New file.
902
fa8b9902
KS
9032010-05-31 Keith Seitz <keiths@redhat.com>
904
905 PR symtab/12704
906 * gdb.cp/anon-ns.cc: New file.
907 * gdb.cp/anon-ns.exp: New file.
908
0a5b1e09
PA
9092011-05-31 Pedro Alves <pedro@codesourcery.com>
910
911 * gdb.arch/i386-dr3-watch.c: New file.
912 * gdb.arch/i386-dr3-watch.exp: New file.
913
0578b8d1
YQ
9142011-05-30 Yao Qi <yao@codesourcery.com>
915
916 * gdb.base/callfuncs.c (t_structs_fc): New.
917 (t_structs_dc, t_structs_ldc): New.
918 (t_double_many_args):
919 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
920 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
921 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
922 * gdb.base/callfuncs.exp: Call new functions.
923
6680506e
YQ
9242011-05-30 Yao Qi <yao@codesourcery.com>
925
ff4d2c60
YQ
926 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
927 Call rerun_and_prepare for each test to isolate effects.
928
9292011-05-30 Yao Qi <yao@codesourcery.com>
930
931 * gdb.base/varargs.c (find_max_float_real): New.
932 (find_max_double_real, find_max_long_double_real): New.
933 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
934 * lib/gdb.exp (setup_kfail_for_target): New.
935
e43ec454
YQ
9362011-05-30 Yao Qi <yao@codesourcery.com>
937
938 * gdb.base/funcargs.c (callca, callcb, callcc): New.
939 (callcd, callce, callcf, callc1a, callc1b): New.
940 (callc2a, callc2b): New.
941 * gdb.base/funcargs.exp (complex_args): New.
942 (complex_integral_args, complex_float_integral_args): New.
943 * lib/gdb.exp (support_complex_tests): New. Determine
944 whether to run test cases on _Complex types.
945
432b4d03
JK
9462011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 * gdb.threads/leader-exit.c: New file.
949 * gdb.threads/leader-exit.exp: New file.
950
6caf069d
MP
9512011-05-27 Marek Polacek <mpolacek@redhat.com>
952
9497469f 953 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 954
97fce28b
MP
9552011-05-27 Marek Polacek <mpolacek@redhat.com>
956
957 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
958 remove the `supported' variable.
959 * gdb.mi/mi-nonstop.exp: Likewise.
960 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
961 * gdb.mi/mi-nsintrall.exp: Likewise.
962 * gdb.mi/mi-nsmoribund.exp: Likewise.
963 * gdb.mi/mi-nsthrexec.exp: Likewise.
964
9da8c2a0
PA
9652011-05-26 Pedro Alves <pedro@codesourcery.com>
966
967 * gdb.reverse/finish-reverse-bkpt.exp: New test.
968
2c03e5be
PA
9692011-05-26 Pedro Alves <pedro@codesourcery.com>
970
971 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
972
2e21250d
KS
9732011-05-24 Keith Seitz <keiths@redhat.com>
974
975 PR breakpoint/12803
976 * gdb.cp/cmpd-minsyms.cc (a): New method.
977 (b): New method.
978 (c): New method.
979 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
980
cdac0397
PA
9812011-05-24 Pedro Alves <pedro@codesourcery.com>
982
983 * gdb.base/commands.exp (watchpoint_command_test): Check that the
984 watchpoint's command list didn't execute when the watchpoint went
985 out of scope.
986
ee5683ab
PM
9872011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
988
989 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
990 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
991 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
992 * gdb.arch/i386-gnu-cfi.exp: Likewise.
993 * gdb.arch/i386-permbkpt.exp: Likewise.
994 * gdb.arch/i386-prologue.exp: Likewise.
995 * gdb.arch/i386-size-overlap.exp: Likewise.
996 * gdb.arch/i386-size.exp: Likewise.
997 * gdb.arch/i386-unwind.exp: Likewise.
998 * gdb.reverse/i386-precsave.exp: Likewise.
999 * gdb.reverse/i386-reverse.exp: Likewise.
1000 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1001 * gdb.reverse/i387-env-reverse.exp: Likewise.
1002 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1003
c91c8c16
PA
10042011-05-24 Pedro Alves <pedro@codesourcery.com>
1005
1006 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
1007 file doesn't error, using MI.
1008
c50491a7
TT
10092011-05-23 Tom Tromey <tromey@redhat.com>
1010
1011 * gdb.base/charset.exp (string_display): Add tests to assign to
1012 arrays.
1013 * gdb.base/charset.c (short_array, int_array, long_array): New.
1014
4a07b7da
PA
10152011-05-20 Pedro Alves <pedro@codesourcery.com>
1016
1017 Cope with async mode.
1018
4a07b7da
PA
1019 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
1020 into gdb_test + mi_expect_stop.
1021
b275f2d2
PA
10222011-05-20 Pedro Alves <pedro@codesourcery.com>
1023
1024 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
1025 (callme): Remove printf call.
1026
eec52c44
PM
10272011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
1028
1029 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
1030 quote pattern to avoid problems with Cygwin/mingw expect versions.
1031 * gdb.base/default.exp (show convenience): Use double
1032 quote pattern for regular expressions.
1033
b3c8eb43
JK
10342011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 Fix -readnow for -gdwarf-4 unused type units.
1037 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
1038 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
1039
ed731959
JK
10402011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1041
1042 * gdb.base/kill-after-signal.c: New file.
1043 * gdb.base/kill-after-signal.exp: New file.
1044
3b48433d
PA
10452011-05-16 Pedro Alves <pedro@codesourcery.com>
1046
1047 * gdb.ada/start.exp: Call untested with the correct test filename.
1048 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
1049 test filename. Make the test's binary unique.
1050 * gdb.arch/i386-signal.exp: Call untested with the correct test
1051 filename.
1052 * gdb.arch/i386-size-overlap.exp: Ditto.
1053 * gdb.arch/Makefile.in (EXECUTABLES): Update.
1054 * gdb.base/gcore-buffer-overflow.exp: Ditto.
1055 * gdb.cp/call-c.exp: Ditto.
1056 * gdb.mi/mi-reverse.exp: Call untested with the correct test
1057 filename. Make the test's binary unique.
1058 * gdb.mi/Makefile.in (EXECUTABLES): Update.
1059 * gdb.python/py-mi.exp: Ditto.
1060 * gdb.python/Makefile.in (EXECUTABLES): Update.
1061 * gdb.reverse/i386-precsave.exp: Ditto.
1062 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
1063 test filename.
1064 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1065 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
1066 unique.
1067 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
1068 test filename.
1069 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
1070 * gdb.trace/tfile.exp: Ditto.
1071
ba4a8bdd
YQ
10722011-05-14 Yao Qi <yao@codesourcery.com>
1073
1074 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
1075 type.
1076
dbaefcf7
DE
10772011-05-13 Doug Evans <dje@google.com>
1078
1079 * gdb.python/py-objfile-script.exp: New file.
1080 * gdb.python/py-objfile-script.c: New file.
1081 * gdb.python/py-objfile-script-gdb.py: New file.
1082 * testsuite/gdb.python/py-section-script.exp: Test
1083 "info auto-load-scripts".
1084
9930639c
TT
10852011-05-13 Tom Tromey <tromey@redhat.com>
1086
1087 * gdb.dwarf2/clztest.exp: New file.
1088 * gdb.dwarf2/clztest.c: New file.
1089 * gdb.dwarf2/clztest.S: New file.
1090
05272e11
DE
10912011-05-13 Doug Evans <dje@google.com>
1092
cc63ef9b
DE
1093 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
1094 String16 tests.
05272e11 1095
6edba76f
TT
10962011-05-13 Tom Tromey <tromey@redhat.com>
1097
1098 * lib/gdb.exp (is_x86_like_target): New proc.
1099 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
1100 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
1101 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
1102 -nostdlib to compiler.
1103 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
1104 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
1105 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
1106 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
1107 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
1108
028d0ed5
TJB
11092011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1110
1111 * gdb.python/py-function.exp: Test setting a value from a function
1112 which executes a command.
1113
8a9b8146
TT
11142011-05-12 Tom Tromey <tromey@redhat.com>
1115
1116 * gdb.dwarf2/typeddwarf.S: New file.
1117 * gdb.dwarf2/typeddwarf.c: New file.
1118 * gdb.dwarf2/typeddwarf.exp: New file.
1119
10483e8e
MP
11202011-05-12 Marek Polacek <mpolacek@redhat.com>
1121
1122 * gdb.mi/mi-basics.exp: Fix races. Honour the
1123 `test_exec_and_symbol_mi_operatons' return value.
1124 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1125 gdb_test_multiple.
1126 (test_exec_and_symbol_mi_operatons): Likewise.
1127 (test_path_specification): Likewise.
1128
faf067f1
JK
11292011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
1132 (gdb_touch_execfile): Remove catch wrappers. New variable time.
1133 Replace `file copy' and `file rename' by `file mtime'. Twice.
1134
7ff911a3
JK
11352011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1136
1137 * gdb.base/readline-ask.c: New file.
1138 * gdb.base/readline-ask.exp: New file.
1139 * gdb.base/readline-ask.inputrc: New file.
1140
a536c6d7
UW
11412011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
1142
1143 * gdb.cell/bt.exp: Delete breakpoints before running to signal
1144 to avoid race condition.
1145 * gdb.cell/coremaker.c: Use small stack size.
1146 * gdb.cell/ea-standalone.exp: Use file name without path as
1147 argument to c_to.
1148 * gdb.cell/fork.exp: Allow other output when continuing to end.
1149
d472a426
JK
11502011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1151
1152 * gdb.threads/corethreads.c: New file.
1153 * gdb.threads/corethreads.exp: New file.
1154
11552011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
1156
1157 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
1158 Try to compile the test using -Wl,-z,norelro first.
1159 (load_core): New variable libthread_db_seen, initialize it.
1160 (zeroed-threads cannot be listed): Protect it by XFAIL on
1161 !$libthread_db_seen.
1162
8be455d7
JK
11632011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 PR 12573
1166 * gdb.dwarf2/dw2-skip-prologue.S: New file.
1167 * gdb.dwarf2/dw2-skip-prologue.c: New file.
1168 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
1169
1976171a
JK
11702011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1171
1172 * gdb.cp/psymtab-parameter.cc: New file.
1173 * gdb.cp/psymtab-parameter.exp: New file.
1174
7db6f30f
JK
11752011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1176
1177 Fix a race.
1178 * gdb.cp/static-print-quit.exp (print c): Split to ...
1179 (print c - <return>, print c - q <return>, print c - to quit):
1180 ... these. Make the testfile untested on gdb-7.1.
1181
85161e9e 11822011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
1183
1184 * lib/gdb.exp (exec_target_file, exec_symbol_file,
1185 gdb_rename_execfile, gdb_touch_execfile): New.
1186 * gdb.base/reread.exp: Use new procs to handle multiple
1187 exec files.
1188
0c51be18
YQ
11892011-05-05 Yao Qi <yao@codesourcery.com>
1190
1191 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
1192 (test_adr_32bit, test_pop_pc): New.
1193 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
1194 (test_adr_32bit, test_pop_pc): New.
1195
4d393d60
JM
11962011-05-04 Joseph Myers <joseph@codesourcery.com>
1197
1198 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
1199 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
1200 targets.
1201 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
1202 handle targets.
1203
8ffd0459
JK
12042011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 * gdb.base/completion.exp (complete help info wat): Rename to ...
1207 (complete 'help info wat'): ... here.
1208 Remove all `-re ".*' and `-re "^.*' redundant regexes.
1209 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
1210
8e28d804
PA
12112011-05-04 Pedro Alves <pedro@codesourcery.com>
1212
1213 * gdb.base/completion.exp: Use gdb_test_multiple instead of
1214 gdb_test and explicit $gdb_prompt/timeout matches.
1215
3eb2ef34
YQ
12162011-05-04 Yao Qi <yao@codesourcery.com>
1217
1218 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
1219 and __thumb2__.
1220
aaaf81a3
MP
12212011-05-03 Marek Polacek <mpolacek@redhat.com>
1222
1223 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
1224 in place of `gdb_test "delete breakpoints"'. This eliminates two
1225 testcases.
1226
c4cbc0df
PA
12272011-05-02 Pedro Alves <pedro@codesourcery.com>
1228
1229 PR testsuite/12649
1230 Fix races.
1231
1232 * gdb.base/completion.exp: Remove all sleep calls. Remove
1233 unnecessary regexs. Don't explicitly expect anything after the
1234 prompt. Eat the prompt if necessary.
1235
b4cbb4a3
EBM
12362011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
1237
1238 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
1239 accept to show the caller line again as well as the line after.
1240
d65aec65
PM
12412011-04-29 Phil Muldoon <pmuldoon@redhat.com>
1242
1243 PR mi/12531
1244
1245 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
1246 compile target.
1247 * gdb.python/py-prettyprint.exp: Add C++ object for
1248 CPLUS_FAKE_CHILD test.
1249
30852783
UW
12502011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
1251
1252 * gdb.base/signest.exp: New file.
1253 * gdb.base/signest.c: Likewise.
1254
c7b1f0d9
JK
12552011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1256
1257 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
1258 thread and breakpoint notifications.
1259
559a7a62
JK
12602011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1261
1262 * gdb.base/fortran-sym-case.c: New file.
1263 * gdb.base/fortran-sym-case.exp: New file.
1264 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
1265 * gdb.dwarf2/dw2-case-insensitive.c: New file.
1266 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
1267
8344e389
JK
12682011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1269
1270 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
1271 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
1272 false #1', `if true else false #2' and `if true else false #3'.
1273
2484c66b
UW
12742011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
1275
1276 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
1277 while delivering signal.
1278
8d3788bd
VP
12792011-04-27 Vladimir Prus <vladimir@codesourcery.com>
1280
1281 MI breakpoint notifications.
1282
1283 * testsuite/gdb.mi/mi-cli.exp: Adust.
1284 * testsuite/gdb.mi/mi2-cli.exp: Adust.
1285 * testsuite/gdb.mi/mi-watch.exp: Adust.
1286 * testsuite/gdb.mi/mi2-watch.exp: Adust.
1287 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
1288 notifications.
1289
3e03848b
JK
12902011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1291
1292 * gdb.base/gdbindex-stabs-dwarf.c: New file.
1293 * gdb.base/gdbindex-stabs.c: New file.
1294 * gdb.base/gdbindex-stabs.exp: New file.
1295
918c9108
YQ
12962011-04-25 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
1299 with /*...*/.
1300 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
1301
90556b8c
JK
13022011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1303
1304 * gdb.python/py-value.exp (test_objfiles): Name the first test
1305 `py-value in file.filename'.
1306
03f2bd59
JK
13072011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1308
1309 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
1310 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
1311 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
1312 !gdbserver_reconnect_p..
1313 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
1314
7b08b9eb
JK
13152011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1316
1317 * gdb.cp/cpcompletion.exp (complete class methods)
1318 (complete class methods beginning with F): Move them above runto. New
1319 comment about the runto delimiter.
1320
b78974c3
PA
13212011-04-20 Pedro Alves <pedro@codesourcery.com>
1322
1323 * gdb.base/maint.exp: Test that "maint print registers" works
1324 without a running program.
1325
20429c40 13262011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 1327
20429c40
MP
1328 * gdb.base/setshow.exp: Fix racy tests.
1329 ($old_gdb_prompt): New variable.
1330
7a9dd1b2
TT
13312011-04-19 Tom Tromey <tromey@redhat.com>
1332
1333 * gdb.mi/mi-nsmoribund.exp:
1334 * gdb.hp/gdb.objdbg/objdbg01.exp:
1335 * gdb.base/structs.exp (test_struct_returns):
1336 * gdb.base/call-sc.exp (test_scalar_returns):
1337 * gdb.base/bigcore.exp: Remove duplicate words.
1338
02835898
JK
13392011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1340
1341 * gdb.base/break-interp-lib.c (v, vptr): New variables.
1342 * gdb.base/break-interp.exp (test_attach): New comment.
1343
254f582e
JK
13442011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 * gdb.threads/gcore-thread.exp ($core0file): New variable.
1347 (clear __stack_user.next, clear stack_used.next)
1348 (save a zeroed-threads corefile): New test.
1349 Call core_load for $core0file.
1350 (zeroed-threads cannot be listed): New test.
1351
4fe85f5c
JK
13522011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1353
1354 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
1355 filename.
1356 ($srcfile): Preserve the original value.
1357 ($testfile): Match it the .exp filename.
1358 ($corefile): New variable. Substitute it around.
1359 Use clean_restart.
1360 ($prev_timeout): Remove.
1361 (load_core): Move core loading into this proc.
1362 Fix restore of $timeout if load_core fails.
1363
63524580
JK
13642011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1365
1366 * gdb.base/eu-strip-infcall.c: New file.
1367 * gdb.base/eu-strip-infcall.exp: New file.
1368
90359a16
JK
13692011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1370
1371 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
1372 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
1373
626e7282
JK
13742011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1375
1376 Fix Python access to inlined frames.
1377 * gdb.python/py-frame-inline.c: New file.
1378 * gdb.python/py-frame-inline.exp: New file.
1379
3363d018
EBM
13802011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
1381
1382 * gdb.base/gdb1090.exp: Change breakpoint location to read the
1383 content of 's24' correctly (avoiding "optimized out").
1384 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
1385
28781456
JK
13862011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1387
1388 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
1389
4a4106ca
TJB
13902011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1391
1392 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
1393 expect a colon in watch -location output.
1394
d26ccb4f
JK
13952011-04-13 Marek Polacek <mpolacek@redhat.com>
1396
df46027d 1397 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
1398 New testcase `expect response to define backtrace'. Also remove
1399 redundant `default' block.
1400
e1ab1f9c
JK
14012011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1402
1403 * gdb.python/py-prettyprint.c (struct hint_error): New.
1404 (main): New variable hint_error.
1405 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
1406 "print hint_error".
1407 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
1408 (register_pretty_printers): Register it.
1409
0c2e6019
TT
14102011-04-04 Tom Tromey <tromey@redhat.com>
1411
1412 * gdb.cp/maint.exp (test_help): Update.
1413 (test_namespace): Likewise.
1414
af57139d
JB
14152011-04-01 Joel Brobecker <brobecker@adacore.com>
1416
1417 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
1418 * gdb.ada/arrayptr.exp: Add new tests.
1419
956a9fb9
JB
14202011-04-01 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.ada/mi_catch_ex: New testcase.
1423
d0c4d642
PA
14242011-04-01 Pedro Alves <pedro@codesourcery.com>
1425
1426 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
1427 base::overload(void) method without specifying "const".
1428
18819fa6
UW
14292011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1430
1431 * gdb.arch/thumb-singlestep.S: New file.
1432 * gdb.arch/thumb-singlestep.exp: Likewise.
1433
a4c8e806
TT
14342011-03-31 Tom Tromey <tromey@redhat.com>
1435
1436 * gdb.python/py-prettyprint.py (exception_flag): New global.
1437 (NoStringContainerPrinter._iterator.next): Check it.
1438 * gdb.python/py-prettyprint.c (main): New variable nstype2.
1439 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
1440
53832f31
TT
14412011-03-29 Tom Tromey <tromey@redhat.com>
1442
1443 * gdb.cp/anon-struct.cc: New file.
1444 * gdb.cp/anon-struct.exp: New file.
1445
e4620230
JK
14462011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 Test STT_GNU_IFUNC support.
1449 * gdb.base/gnu-ifunc-lib.c: New file.
1450 * gdb.base/gnu-ifunc.c: New file.
1451 * gdb.base/gnu-ifunc.exp: New file.
1452
d0fb5eae
JK
14532011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1454
1455 Support a ring of related breakpoints.
1456 * gdb.base/watchpoint-delete.c: New file.
1457 * gdb.base/watchpoint-delete.exp: New file.
1458
20106cfb
JK
14592011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 * gdb.ada/arrayparam.exp (print first after function call): Use
1462 explicit package name. Add a comment
1463 (print lasta after function call): Rename ...
1464 (print last after function call): ... it and use explicit package
1465 name.
1466 (print length after function call): Use explicit package name.
1467 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
1468 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
1469 (multiple matches for symbol i): Rename ...
1470 (multiple matches for symbol integervar): ... it.
1471 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
1472 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
1473
e7ab5e63
AB
14742011-03-25 Andrew Burgess <aburgess@broadcom.com>
1475
1476 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
1477 environment variable to make grep output more predictable. Move
1478 all the environment setup into gdb_init so it's done once per test
1479 case rather than each time we start gdb.
1480
9ef07c8c
TT
14812011-03-24 Tom Tromey <tromey@redhat.com>
1482
1483 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
1484 test.
1485
dd90784c
JK
14862011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1487
1488 * gdb.dwarf2/dw2-entry-value-main.c: New file.
1489 * gdb.dwarf2/dw2-entry-value.S: New file.
1490 * gdb.dwarf2/dw2-entry-value.exp: New file.
1491
05775840
PM
14922011-03-22 Phil Muldoon <pmuldoon@redhat.com>
1493
1494 PR python/12183
1495
1496 * gdb.python/py-function.exp: Add GdbError tests.
1497
8661b11b
PA
14982011-03-18 Pedro Alves <pedro@codesourcery.com>
1499
1500 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
1501 (reglocal_test_func, statlocal_test_func): New functions.
1502 (globals_test_func): Call new functions.
1503 * gdb.trace/unavailable.exp (gdb_collect_args_test)
1504 (gdb_collect_locals_test): New procedure.
1505 (gdb_trace_collection_test): Call new procedures.
1506
0fdb4f18
PA
15072011-03-18 Pedro Alves <pedro@codesourcery.com>
1508
1509 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
1510 (test_register, test_register_unavailable): New procedures.
1511 (gdb_unavailable_registers_test): New procedure.
1512 (gdb_trace_collection_test): Call it.
1513
99c3dc11
PM
15142011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1515
1516 PR python/12149
1517
1518 * gdb.python/python.exp: Add gdb.write tests.
1519
29703da4
PM
15202010-03-17 Phil Muldoon <pmuldoon@redhat.com>
1521
1522 * gdb.python/Makefile.in: Add py-objfile.
1523 * gdb.python/py-objfile.exp: New file.
1524 * gdb.python/py-objfile.c: New file.
1525 * gdb.python/py-block.exp: Add is_valid tests.
1526 * gdb.python/py-inferior.exp: Ditto.
1527 * gdb.python/py-infthread.exp: Ditto.
1528 * gdb.python/py-symbol.exp: Ditto.
1529 * gdb.python/py-symtab.exp: Ditto.
1530
598997c8
KS
15312011-03-16 Keith Seitz <keiths@redhat.com>
1532
1533 PR c++/12273
1534 * gdb.cp/cmpd-minsyms.exp: New test.
1535 * gdb.cp/cmpd-minsyms.cc: New file.
1536
1537 PR c++/11734
1538 * gdb.cp/ovsrch.exp: New test.
1539 * gdb.cp/ovsrch.h: New file.
1540 * gdb.cp/ovsrch1.cc: New file.
1541 * gdb.cp/ovsrch2.cc: New file.
1542 * gdb.cp/ovsrch3.cc: New file.
1543 * gdb.cp/ovsrch4.cc: New file.
1544
c91513d8
PP
15452011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1546
1547 PR gdb/12528
1548 * gdb.base/Makefile.in: Adjust EXECUTABLES.
1549 * gdb.base/break-on-linker-gcd-function.exp: New test.
1550 * gdb.base/break-on-linker-gcd-function.cc: New file.
1551
7470fc63
AT
15522011-03-15 Andreas Tobler <andreast@fgznet.ch>
1553
1554 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
1555
959e7469
PM
15562011-03-15 Phil Muldoon <pmuldoon@redhat.com>
1557
1558 * lib/gdb.exp (gdb_unload): Add another termination case.
1559
9373cf26
JK
15602011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1561
1562 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
1563 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
1564 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
1565 Provide a stub byte there.
1566 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
1567 DW_AT_entry_pc.
1568 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
1569
24e9cda0
UW
15702011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1571
1572 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
1573 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
1574 "generic ABI, auto".
1575 (altivec_abi_tests): Accept vectors returned by reference.
1576
7371cf6d
PM
15772010-03-14 Phil Muldoon <pmuldoon@redhat.com>
1578
1579 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
1580
ce77046a
UW
15812011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
1582
1583 * gdb.python/py-section-script.exp: Skip test if no Python support.
1584
176400c3
UW
15852011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
1586
1587 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
1588
ecec24e6
PM
15892011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1590
1591 * gdb.python/py-parameter.exp: Update tests to the new Python
1592 parameter API. Add "no documentation" test. Add deprecated API
1593 backward compatibility test.
1594
5dbdd470
TT
15952011-03-09 Tom Tromey <tromey@redhat.com>
1596
1597 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
1598 gdb_continue_to_end.
1599
b66e66ee
MK
16002011-03-09 Mark Kettenis <kettenis@gnu.org>
1601
1602 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
1603 tabs.
1604
eceb0c5f
TT
16052011-03-09 Tom Tromey <tromey@redhat.com>
1606
1607 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
1608 parentheses.
1609 (gdb_continue_to_end): Add "allow_extra" parameter. Use
1610 $command.
1611 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
1612 argument to gdb_continue_to_end.
1613 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
1614 argument to gdb_continue_to_end.
1615 * gdb.cp/annota3.exp: Fix regex.
1616 * gdb.cp/annota2.exp: Fix regex.
1617 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
1618 gdb_continue_to_end.
1619 * gdb.base/call-signal-resume.exp: Revert earlier patch.
1620 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
1621 gdb_continue_to_end.
1622
63154eca
PA
16232011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1624
1625 * gdb.server/ext-run.exp
1626 (load new file without any gdbserver inferior): New test.
1627
967d1f9b
TT
16282011-03-07 Tom Tromey <tromey@redhat.com>
1629
1630 * Makefile.in (TAGS): Rewrite.
1631
d68dcbb9
JK
16322011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1633
1634 * gdb.trace/report.exp (12.1: trace report #1): New match for the
1635 initial commands echo. New match for `Found trace'. Anchor all the
1636 other matches. Anchor and match for `No trace frame found' the final
1637 match.
1638
6bf58e63
TT
16392011-03-07 Tom Tromey <tromey@redhat.com>
1640
1641 * Makefile.in (TAGS): New target.
1642
fda326dd
TT
16432011-03-07 Tom Tromey <tromey@redhat.com>
1644
1645 * lib/opencl.exp (skip_opencl_tests): Update for exit message
1646 change.
1647 * lib/mi-support.exp (mi_gdb_test): Update for exit message
1648 change.
1649 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
1650 exit message change.
1651 (skip_altivec_tests): Update for exit message change.
1652 (skip_vsx_tests): Likewise.
1653 (gdb_continue_to_end): Likewise. Add 'command' argument.
1654 * lib/cell.exp (skip_cell_tests): Update for exit message change.
1655 * gdb.threads/tls.exp: Update for exit message change.
1656 * gdb.threads/thread-unwindonsignal.exp: Use
1657 gdb_continue_to_end.
1658 * gdb.threads/step.exp (step_it): Update for exit message change.
1659 (continue_all): Likewise.
1660 * gdb.threads/print-threads.exp (test_all_threads): Update for
1661 exit message change.
1662 * gdb.threads/interrupted-hand-call.exp: Use
1663 gdb_continue_to_end.
1664 * gdb.threads/execl.exp: Use gdb_continue_to_end.
1665 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
1666 gdb_continue_to_end.
1667 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
1668 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
1669 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
1670 * gdb.cp/method.exp: Update for exit message change.
1671 * gdb.cp/mb-templates.exp: Update for exit message change.
1672 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
1673 * gdb.cp/annota3.exp: Update for exit message change.
1674 * gdb.cp/annota2.exp: Update for exit message change.
1675 * gdb.cell/fork.exp: Use gdb_continue_to_end.
1676 * gdb.base/term.exp: Update for exit message change.
1677 * gdb.base/step-test.exp (test_i): Update for exit message change.
1678 * gdb.base/sigstep.exp (advance): Update for exit message change.
1679 (advancei): Likewise.
1680 * gdb.base/siginfo.exp: Update for exit message change.
1681 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
1682 * gdb.base/reread.exp: Use gdb_continue_to_end.
1683 * gdb.base/langs.exp: Use gdb_continue_to_end.
1684 * gdb.base/interrupt.exp: Update for exit message change.
1685 * gdb.base/gdb1555.exp: Update for exit message change.
1686 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
1687 * gdb.base/ending-run.exp: Update for exit message change.
1688 * gdb.base/chng-syms.exp: Update for exit message change.
1689 * gdb.base/checkpoint.exp: Update for exit message change.
1690 * gdb.base/catch-syscall.exp (check_for_program_end): Use
1691 gdb_continue_to_end.
1692 (test_catch_syscall_with_wrong_args): Likewise.
1693 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
1694 * gdb.base/break-interp.exp (test_ld): Update for exit message
1695 change.
1696 * gdb.base/bang.exp: Update for exit message change.
1697 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
1698 (do_call_attach_tests): Likewise.
1699 * gdb.base/a2-run.exp: Update for exit message change.
1700 * gdb.arch/ppc-dfp.exp: Update for exit message change.
1701 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
1702 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
1703
dd19bd70
JK
17042011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1705
1706 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
1707
30e62689
TT
17082011-03-03 Tom Tromey <tromey@redhat.com>
1709
1710 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
1711 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
1712 * gdb.hp/gdb.aCC/configure.ac: Remove.
1713 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
1714 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
1715 * gdb.hp/gdb.base-hp/configure.ac: Remove.
1716 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
1717 * gdb.hp/gdb.compat/configure (Makefile): Remove.
1718 * gdb.hp/gdb.compat/configure.ac: Remove.
1719 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
1720 * gdb.hp/gdb.defects/configure (Makefile): Remove.
1721 * gdb.hp/gdb.defects/configure.ac: Remove.
1722 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
1723 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
1724 * gdb.hp/gdb.objdbg/configure.ac: Remove.
1725 * gdb.hp/configure.ac: Remove.
1726 * gdb.hp/configure: Remove.
1727 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
1728 substitution.
1729 (Makefile): Remove rule.
1730 * gdb.cell/configure.ac: Remove.
1731 * gdb.cell/configure: Remove.
1732 * gdb.stabs/Makefile.in (Makefile): Remove.
1733 (distclean): Don't remove config.status or config.log.
1734 * gdb.stabs/configure (Makefile): Remove.
1735 * gdb.stabs/configure.ac: Remove.
1736 * configure: Rebuild.
1737 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
1738 Remove stabs- and cell-specific logic. Test for existence of
1739 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
1740 subdirectories, gdb.cell, and and gdb.stabs.
1741 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
1742
c171f854
JB
17432011-03-03 Joel Brobecker <brobecker@adacore.com>
1744
1745 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
1746 end of buffer.
1747
9a5193cb
JB
17482011-03-02 Joel Brobecker <brobecker@adacore.com>
1749
1750 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
1751 gdb_test when running a test where we expected no output back.
1752
9bb4c1bb
MS
17532011-02-28 Michael Snyder <msnyder@vmware.com>
1754
1755 * gdb.cp/overload.cc: Change initializer value to integer.
1756
3bd0f5ef
MS
17572011-02-27 Michael Snyder <msnyder@vmware.com>
1758
1759 * gdb.multi/base.exp: Add test for remove-inferiors.
1760
2279eaad
JB
17612011-02-26 Joel Brobecker <brobecker@adacore.com>
1762
1763 * gdb.python/py-frame.exp: Simplify the initialization phase
1764 using prepare_for_testing.
1765
c82c0b55
MS
17662011-02-25 Michael Snyder <msnyder@vmware.com>
1767
1768 * gdb.multi/base.exp: Add tests for info inferiors with args.
1769
1d94651b
JK
17702011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1771
1772 * gdb.dwarf2/dw2-ranges.S: Rename to ...
1773 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
1774 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
1775 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
1776 asmfile3. Comment the STABS (#3) file compilation. Compile
1777 everything through assembler. Provide KFAIL for symtab/12497.
1778 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
1779 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
1780 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
1781 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
1782
3bd0f5ef
MS
17832011-02-24 Michael Snyder <msnyder@vmware.com>
1784
1785 * gdb.base/break.exp: Add tests for delete breakpoints using
1786 convenience variables and value history references.
1787
12c1418e
MS
17882011-02-24 Michael Snyder <msnyder@vmware.com>
1789
1790 * gdb.base/break.exp: Remove debugging 'printf' accidentally
1791 left behind in previous check-in.
1792
e5a67952
MS
17932011-02-23 Michael Snyder <msnyder@vmware.com>
1794
1795 * gdb.base/break.exp: Add tests for "info break" with arguments.
1796 * gdb.trace/infotrace.exp: Update patterns for error and help.
1797 * gdb.base/completion.exp: Update pattern.
1798 * gdb.base/ena-dis-br.exp: Update pattern.
1799 * gdb.base/help.exp: Update patterns.
1800
18012011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
1802
1803 * gdb.base/memattr.exp: New test.
1804 * gdb.base/memattr.c: Test load for memattr.exp.
1805
6e6fbe60
DE
18062011-02-22 Doug Evans <dje@google.com>
1807
1808 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
1809
1d41d745
MS
18102011-02-22 Michael Snyder <msnyder@vmware.com>
1811
1812 * Makefile.in: Make more clean.
1813 * gdb.ada/Makefile.in: Ditto.
1814 * gdb.arch/Makefile.in: Ditto.
1815 * gdb.asm/Makefile.in: Ditto.
1816 * gdb.base/Makefile.in: Ditto.
1817 * gdb.cp/Makefile.in: Ditto.
1818 * gdb.dwarf2/Makefile.in: Ditto.
1819 * gdb.java/Makefile.in: Ditto.
1820 * gdb.mi/Makefile.in: Ditto.
1821 * gdb.modula2/Makefile.in: Ditto.
1822 * gdb.python/Makefile.in: Ditto.
1823 * gdb.server/Makefile.in: Ditto.
1824 * gdb.stabs/Makefile.in: Ditto.
1825 * gdb.threads/Makefile.in: Ditto.
1826 * gdb.trace/Makefile.in: Ditto.
1827
79ba84ca
MS
18282011-02-22 Michael Snyder <msnyder@vmware.com>
1829
df46027d 1830 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
1831 info threads.
1832
b9b35694
JB
18332011-02-22 Joel Brobecker <brobecker@adacore.com>
1834
1835 * gdb.python/py-breakpoint.exp: Fix the expected output of
1836 one of the "maint info breakpoints" tests to accept the output
1837 generated on platforms that do not have hardware watchpoints.
1838
8bfb830f
JB
18392011-02-22 Joel Brobecker <brobecker@adacore.com>
1840
1841 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
1842 clean_restart. Be a little stricter in the expected output
1843 for one of the tests. Fix a typo in one of the comments.
1844
c45f3c54
JB
18452011-02-22 Joel Brobecker <brobecker@adacore.com>
1846
1847 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
1848 Delete variable binfile, no longer use. Add or modify test
1849 comments to make them unique.
1850
b97c863c
MS
18512011-02-21 Michael Snyder <msnyder@vmware.com>
1852
1853 * Makefile.in: Update for make clean.
1854 * gdb.ada/Makefile.in: Ditto.
1855 * gdb.arch/Makefile.in: Ditto.
1856 * gdb.asm/Makefile.in: Ditto.
1857 * gdb.base/Makefile.in: Ditto.
1858 * gdb.cp/Makefile.in: Ditto.
1859 * gdb.dwarf2/Makefile.in: Ditto.
1860 * gdb.java/Makefile.in: Ditto.
1861 * gdb.mi/Makefile.in: Ditto.
1862 * gdb.modula2/Makefile.in: Ditto.
1863 * gdb.python/Makefile.in: Ditto.
1864 * gdb.server/Makefile.in: Ditto.
1865 * gdb.stabs/Makefile.in: Ditto.
1866 * gdb.threads/Makefile.in: Ditto.
1867 * gdb.trace/Makefile.in: Ditto.
1868
aea5b279
MS
18692011-02-21 Michael Snyder <msnyder@vmware.com>
1870
1871 * gdb.threads/thread-find.exp: Update patterns for changes in
1872 output of "info threads" command.
1873
e3039479
UW
18742011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1875 Ulrich Weigand <uweigand@de.ibm.com>
1876
1877 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
1878 (skip_hw_watchpoint_tests): Likewise.
1879 (skip_hw_watchpoint_multi_tests): Likewise.
1880
b800ec70
UW
18812011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1882
1883 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
1884 (skip_hw_watchpoint_tests): Likewise.
1885 (skip_hw_watchpoint_multi_tests): Likewise.
1886 (skip_hw_watchpoint_access_tests): Likewise.
1887
1888 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
1889 * gdb.base/pr11022.exp: Likewise.
1890 * gdb.base/watch-read.exp: Likewise.
1891 * gdb.base/watch_thread_num.exp: Likewise.
1892 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1893 * gdb.base/watchpoint-hw.exp: Likewise.
1894 * gdb.base/watchpoint.exp: Likewise.
1895 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
1896 * gdb.threads/watchthreads-reorder.exp: Likewise.
1897 * gdb.threads/watchthreads.exp: Likewise.
1898 * gdb.threads/watchthreads2.exp: Likewise.
1899
91033e37
JB
19002011-02-21 Joel Brobecker <brobecker@adacore.com>
1901
1902 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
1903 the debugger is unable to find the array bounds.
1904
eeaafae2
JK
19052011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1906
1907 * gdb.cp/typedef-operator.exp: New file.
1908 * gdb.cp/typedef-operator.cc: New file.
1909
e338d953
MS
19102011-02-17 Michael Snyder <msnyder@vmware.com>
1911
1912 * gdb.threads/thread-find.exp: Fix regular expressions.
1913
e67ad678
JB
19142011-02-17 Joel Brobecker <brobecker@adacore.com>
1915
1916 * gdb.ada/packed_array: Expand testcase to test printing of
1917 unconstrained packed array.
1918
93084bca
JB
19192011-02-17 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
1922
a0c78a73
PA
19232011-02-16 Pedro Alves <pedro@codesourcery.com>
1924
f65d5553 1925 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
1926 (main): Initialize it before collecting, and and clear it
1927 afterwards.
f65d5553
PA
1928 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1929 collecting with '{type} addr', where the addr expression is not an
1930 rvalue.
a0c78a73 1931
3dfcbbd2
KW
19322011-02-16 Ken Werner <ken.werner@de.ibm.com>
1933
1934 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
1935 a bool variable. Expect correct OpenCL names for vector types. Use the
1936 uc3 variable name instead of referring to the uchar3 built-in type.
1937 Escape the asterisk at the half pointer test.
1938
08807d5a
PA
19392011-02-16 Pedro Alves <pedro@codesourcery.com>
1940
f65d5553 1941 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
1942 (main): Initialize it before collecting, and and clear it
1943 afterwards.
f65d5553
PA
1944 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1945 collecting overlapping memory ranges.
08807d5a 1946
60f98dde
MS
19472011-02-15 Michael Snyder <msnyder@vmware.com>
1948
1949 * gdb.base/default.exp: Add tests for thread commands.
1950 * gdb.base/help.exp: Add tests for thread commands.
1951 * gdb.threads/thread-find.exp: New test for thread find command.
1952
648cd113
KW
19532011-02-15 Ken Werner <ken.werner@de.ibm.com>
1954
1955 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1956
494e194e
YQ
19572011-02-15 Yao Qi <yao@codesourcery.com>
1958
1959 PR tdep/12352
1960 * gdb.arch/arm-disp-step.S : New test for str instruction.
1961 * gdb.arch/arm-disp-step.exp : Likewise.
1962
d9492458
TJB
19632011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1964
1965 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1966 "vector_register2_vr" test strings. Test the extended floating
1967 point registers (F32~F63).
1968 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1969 IBM XL C compiler. Make the test program use a register provided
1970 by the compiler for the lxvd2x instruction.
1971
8af8e3bc
PA
19722011-02-14 Pedro Alves <pedro@codesourcery.com>
1973
1974 * gdb.trace/unavailable.cc (class Base, class Middle, class
1975 Derived): New types.
1976 (derived_unavail, derived_partial, derived_whole): New globals.
1977 (virtual_partial): New global.
1978 (virtualp): Point at virtual_partial.
1979 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1980 related to unavailable vptr.
1981
1b28d0b3
PA
19822011-02-14 Pedro Alves <pedro@codesourcery.com>
1983
1984 * gdb.trace/unavailable.cc (a, b, c): New globals.
1985 (main): Set and clear them.
1986 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1987 `a' and `c', and check that `b' isn't collected, although `a' and
1988 `c' are.
1989
ec0a52e1
PA
19902011-02-14 Pedro Alves <pedro@codesourcery.com>
1991
1992 * gdb.trace/unavailable.cc (struct Virtual): New.
1993 (virtualp): New global pointer.
1994 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1995 printing a pointer to an object whose type has a vtable, with
1996 print object on.
1997
24e6bcee
PA
19982011-02-14 Pedro Alves <pedro@codesourcery.com>
1999
2000 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
2001 value repeat handles unavailableness.
2002
39d37385
PA
20032011-02-14 Pedro Alves <pedro@codesourcery.com>
2004
2005 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
2006 tests for building arrays from unavailable values, subscripting
2007 non-memory rvalue unvailable arrays, and accessing fields or
2008 baseclasses of non-lazy unavailable values,
2009 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
2010 struct types.
2011 (g_smallstruct, g_smallstruct_b): New globals.
2012
06d72e16
PA
20132011-02-14 Pedro Alves <pedro@codesourcery.com>
2014
2015 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
2016
bc9a5551
JK
20172011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2018
2019 Fix const/volatile qualifiers of C++ types, PR c++/12328.
2020 * gdb.cp/overload-const.exp: New file.
2021 * gdb.cp/overload-const.cc: New file.
2022
54fcddd0
UW
20232011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2024
2025 * gdb.opencl/callfuncs.cl: New file.
2026 * gdb.opencl/callfuncs.exp: New test.
2027 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
2028
d6dafb7c
UW
20292011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2030
2031 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
2032 when computing result.
2033 * gdb.arch/altivec-abi.exp: Update expected results.
2034
a449c2d8
TJB
20352011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2036
2037 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
2038 * gdb.base/jit.exp: Likewise.
2039 * gdb.base/pie-execl.exp: Likewise.
2040 * gdb.base/solib-nodir.exp: Likewise.
2041 * gdb.base/solib-overlap.exp: Likewise.
2042
764880b7
PA
20432011-02-07 Pedro Alves <pedro@codesourcery.com>
2044
2045 * gdb.trace/collection.c (global_pieces): New.
2046 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
2047 New procedure.
2048 (gdb_trace_collection_test): Call it.
2049
505500db
SW
20502011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
2051
2052 * gdb.python/py-evthreads.c: New file.
2053 * gdb.python/py-evthreads.exp: New file.
2054 * gdb.python/py-events.py: New file.
2055 * gdb.python/py-events.exp: New file.
2056 * gdb.python/py-events.c: New file.
2057
385203ed
DD
20582011-02-04 David Daney <ddaney@caviumnetworks.com>
2059
2060 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
2061
9011945e
AB
20622011-02-03 Andrew Burgess <aburgess@broadcom.com>
2063
2064 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
2065 gdb.base/disasm-end-cu.exp: New test for disassembling over the
2066 boundary between two compilation units.
2067
580688f3
PA
20682011-02-02 Pedro Alves <pedro@codesourcery.com>
2069
2070 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
2071 (Virtual): New structs.
2072 (virtual_o, virtual_middle_b): New globals.
2073 * gdb.cp/virtbase.exp: New tests.
2074
d3f0f853
PP
20752011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2076
2077 * gdb.base/jit.exp: New file.
2078 * gdb.base/jit-main.c: New file.
2079 * gdb.base/jit-solib.c: New file.
2080
b2030fb5
UW
20812011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
2082
2083 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
2084 proceed to initial kernel entry point.
2085 * gdb.opencl/datatypes.exp: Likewise.
2086 * gdb.opencl/operators.exp: Likewise.
2087 * gdb.opencl/vec_comps.exp: Likewise.
2088
2db19d1e
SW
20892011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
2090
2091 * gdb.cp/nsnested.cc: New.
2092 * gdb.cp/nsnested.exp: New.
2093 * gdb.cp/nsnoimports.exp: New.
2094 * gdb.cp/nsnoimports.cc: New.
2095
6b0c4c1f
JB
20962011-01-31 Joel Brobecker <brobecker@adacore.com>
2097
2098 * gdb.base/interact.exp: Add extra tests that verify that
2099 the value of the interactive-mode setting does not change
2100 after the script is sourced.
2101
80b23b6a
JK
21022011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.cp/noparam.exp: New file.
2105 * gdb.cp/noparam.cc: New file.
2106
ffd5ec24
PA
21072011-01-28 Pedro Alves <pedro@codesourcery.com>
2108
2109 * gdb.trace/tfile.exp: Test that with no traceframe selected,
2110 there's no stack or registers.
2111
a81766d8
TT
21122011-01-26 Tom Tromey <tromey@redhat.com>
2113
2114 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
2115 space before string output. Add test for "set print pretty off"
2116 case.
2117
585fdaa1
PA
21182011-01-25 Pedro Alves <pedro@codesourcery.com>
2119
2120 * gdb.base/frame-args.exp: Adjust.
2121 * gdb.dwarf2/dw2-noloc.exp: Adjust.
2122 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
2123 * gdb.dwarf2/pieces.exp: Adjust.
2124 * gdb.opt/clobbered-registers-O2.exp: Adjust.
2125 * gdb.opt/inline-locals.exp: Adjust.
2126 * gdb.threads/fork-child-threads.exp: Adjust.
2127
d468832a
KW
21282011-01-25 Ken Werner <ken.werner@de.ibm.com>
2129
2130 * gdb.opencl/convs_casts.cl: Move program scope variables into the
2131 OpenCL kernel function. Add a comment as marker. Add address space
2132 qualifiers for the remaining program scope variables.
2133 * gdb.opencl/datatypes.cl: Likewise.
2134 * gdb.opencl/operators.cl: Likewise.
2135 * gdb.opencl/vec_comps.cl: Likewise.
2136 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
2137 Add breakpoint at the marker comment.
2138 * gdb.opencl/datatypes.exp: Likewise.
2139 * gdb.opencl/operators.exp: Likewise.
2140 * gdb.opencl/vec_comps.exp: Likewise.
2141
490f124f
PA
21422011-01-24 Pedro Alves <pedro@codesourcery.com>
2143
2144 * gdb.base/printcmds.c (some_struct): New struct and instance.
2145 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
2146 procedure.
2147 <global scope>: Call it.
2148
6da78614
KW
21492011-01-21 Ken Werner <ken.werner@de.ibm.com>
2150
2151 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
2152 argument to the gdb_compile_opencl_hostapp call.
2153
ec64c9aa
YQ
21542011-01-19 Yao Qi <yao@codesourcery.com>
2155
2156 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
2157 positve list.
2158
810cfdbb
YQ
21592011-01-19 Yao Qi <yao@codesourcery.com>
2160
2161 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
2162 canonical form.
2163 Remove "xscale-*-*"
2164 * gdb.xml/tdesc-regs.exp: Likewise.
2165 * gdb.python/py-section-script.exp: Replace ARM target triplet
2166 with canonical form.
2167 Match arm*-*-symbianelf*.
2168 * gdb.base/dup-sect.exp: Likewise.
2169 * lib/dwarf.exp: New.
2170 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
2171 dwarf2_support.
2172 * gdb.dwarf2/dup-psym.exp: Likewise.
2173 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
2174 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2175 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
2176 * gdb.dwarf2/dw2-basic.exp: Likewise.
2177 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2178 * gdb.dwarf2/dw2-const.exp: Likewise.
2179 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
2180 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
2181 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2182 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
2183 * gdb.dwarf2/dw2-filename.exp: Likewise.
2184 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2185 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
2186 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2187 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2188 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
2189 * gdb.dwarf2/dw2-noloc.exp: Likewise.
2190 * gdb.dwarf2/dw2-op-call.exp: Likewise.
2191 * gdb.dwarf2/dw2-producer.exp: Likewise.
2192 * gdb.dwarf2/dw2-ranges.exp: Likewise.
2193 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
2194 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
2195 * gdb.dwarf2/dw2-strp.exp: Likewise.
2196 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
2197 * gdb.dwarf2/implptr.exp: Likewise.
2198 * gdb.dwarf2/mac-fileno.exp: Likewise.
2199 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
2200 * gdb.dwarf2/pieces.exp: Likewise.
2201 * gdb.dwarf2/pr11465.exp: Likewise.
2202 * gdb.dwarf2/valop.exp: Likewise.
2203 * gdb.dwarf2/watch-notconst.exp: Likewise.
2204 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
2205
4694da01
TT
22062011-01-19 Tom Tromey <tromey@redhat.com>
2207
2208 * gdb.python/py-infthread.exp: Add thread tests.
2209
b075872c
JB
22102011-01-14 Joel Brobecker <brobecker@adacore.com>
2211
2212 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
2213
2c3e6e24
JB
22142011-01-14 Joel Brobecker <brobecker@adacore.com>
2215
2216 * gdb.ada/widewide: New testcase.
2217
de8fa76c
JB
22182011-01-13 Joel Brobecker <brobecker@adacore.com>
2219
2220 * gdb.base/interact.exp: New testcase.
2221
1b05df00
TT
22222011-01-12 Tom Tromey <tromey@redhat.com>
2223
2224 * gdb.mi/gdb2549.exp: Update for error message changes.
2225 * gdb.mi/mi-cli.exp: Likewise.
2226 * gdb.mi/mi-disassemble.exp: Likewise.
2227 * gdb.mi/mi-pthreads.exp: Likewise.
2228 * gdb.mi/mi-regs.exp: Likewise.
2229 * gdb.mi/mi-stack.exp: Likewise.
2230 * gdb.mi/mi-var-block.exp: Likewise.
2231 * gdb.mi/mi-var-cmd.exp: Likewise.
2232 * gdb.mi/mi2-cli.exp: Likewise.
2233 * gdb.mi/mi2-disassemble.exp: Likewise.
2234 * gdb.mi/mi2-pthreads.exp: Likewise.
2235 * gdb.mi/mi2-regs.exp: Likewise.
2236 * gdb.mi/mi2-stack.exp: Likewise.
2237 * gdb.mi/mi2-var-block.exp: Likewise.
2238 * gdb.mi/mi2-var-cmd.exp: Likewise.
2239
c2ff108b
JK
22402011-01-12 Andrew Burgess <aburgess@broadcom.com>
2241 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 PR fortran/11104 and DWARF unbound arrays detection.
2244 * gdb.fortran/multi-dim.exp: New file.
2245 * gdb.fortran/multi-dim.f90: New file.
2246
b716877b
AB
22472011-01-12 Andrew Burgess <aburgess@broadcom.com>
2248
2249 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
2250 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
2251 add new tests for opcode dumping.
2252
6c162d5e
TT
22532011-01-11 Tom Tromey <tromey@redhat.com>
2254
2255 * gdb.python/py-infthread.exp: Load gdb-python.exp.
2256
77b06cd7
TJB
22572010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2258
2259 Convert hardware watchpoints to use breakpoint_ops.
2260 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
2261 type is not supported.
2262 * gdb.base/foll-fork.exp: Likewise.
2263 * gdb.base/foll-vfork.exp: Likewise.
2264
f39a75d0
PM
22652011-01-10 Phil Muldoon <pmuldoon@redhat.com>
2266
2267 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
2268 Use load_lib gdb-python.exp.
2269 * gdb.python/python.exp: Ditto.
2270 * gdb.python/py-function.exp: Ditto.
2271
fc529d80
AS
22722011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2273
2274 * gdb.threads/tls.exp ("info address me"): Fix expected output.
2275
fb03cb59
JK
22762011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2277
2278 * configure: Regenerate.
2279
d8e22779
TT
22802011-01-06 Tom Tromey <tromey@redhat.com>
2281
2282 * gdb.python/py-frame.exp: Test gdb.newest_frame.
2283
09050809
JB
22842011-01-06 Joel Brobecker <brobecker@adacore.com>
2285
fc529d80
AS
2286 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
2287 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
2288 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2289 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
2290 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
2291 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2292 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
2293 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
2294 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
2295 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
2296 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
2297 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
2298 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
2299 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2300 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2301 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
2302 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
2303 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
2304 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2305 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
2306 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
2307 gdb.ada/uninitialized_vars.exp,
2308 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
2309 Simplify by using clean_restart.
09050809 2310
8ed5dd9e
JB
23112011-01-06 Joel Brobecker <brobecker@adacore.com>
2312
2313 Add marker to be used as anchor for inserting breakpoints.
2314 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
2315 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
2316 Likewise.
2317
2318 Remove uses of gdb_start_cmd.
2319 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
2320 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
2321
2322 Do not run testcase if testing with GDBserver.
2323 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
2324 if testing with GDBserver.
2325
368a124f
JB
23262011-01-06 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
2329 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
2330 copyright header.
2331
44944448
JB
23322011-01-05 Joel Brobecker <brobecker@adacore.com>
2333
2334 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
2335 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
2336 testsuite/gdb.fortran/complex.f,
2337 testsuite/gdb.fortran/derived-type.f90,
2338 testsuite/gdb.fortran/library-module-lib.f90,
2339 testsuite/gdb.fortran/library-module-main.f90,
2340 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
2341 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
2342 Copyright year update.
2343
31886ea6
JB
23442011-01-05 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.base/langs1.f: Add copyright header.
2347
ebedcab5
JK
23482011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * gdb.base/morestack.exp: New file.
2351 * gdb.base/morestack.c: New file.
2352
de1eb2f9
JK
23532011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
2356
9e87a409
JB
23572010-12-29 Joel Brobecker <brobecker@adacore.com>
2358
2359 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
2360 * gdb.ada/arrayptr.exp: Add test printing that new variable.
2361
720d1a40
JB
23622010-12-29 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.ada/lang_switch.exp: Correct expected parameter value.
2365
a283af87
AS
23662010-12-25 Andreas Schwab <schwab@linux-m68k.org>
2367
5d3d9cba
AS
2368 * gdb.threads/tls.exp: Fix typo.
2369
a283af87
AS
2370 * gdb.threads/thread-specific.exp (get_thread_list): Update.
2371 * gdb.threads/execl.exp: Update.
2372
2a20745c
YQ
23732010-12-23 Yao Qi <yao@codesourcery.com>
2374
2375 * gdb.arch/arm-disp-step.exp: New.
2376 * gdb.arch/arm-disp-step.S: New.
2377
a7658b96
TT
23782010-12-21 Tom Tromey <tromey@redhat.com>
2379
2380 * gdb.threads/execl.exp: Update.
2381 * gdb.threads/linux-dp.exp: Update.
2382 * gdb.threads/manythreads.exp: Update.
2383 * gdb.threads/tls.exp: Update.
2384
5b79abe7
TT
23852010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2386
2387 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
2388 (NextOverThrowDerivates) <resumebpt>: New.
2389 (resumebpt_test): New.
2390 (main): Call resumebpt_test.
2391 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
2392
0914bcdb
SS
23932010-12-12 Stan Shebs <stan@codesourcery.com>
2394
2395 * gdb.trace/tsv.exp: Test print command on trace state variables.
2396
305aeedc
TT
23972010-12-09 Tom Tromey <tromey@redhat.com>
2398
2399 * gdb.base/interp.exp: Add regression test.
2400
186c406b
TT
24012010-12-09 Tom Tromey <tromey@redhat.com>
2402
2403 * gdb.java/jnpe.java: New file.
2404 * gdb.java/jnpe.exp: New file.
2405 * gdb.cp/nextoverthrow.exp: New file.
2406 * gdb.cp/nextoverthrow.cc: New file.
2407
aae1c79a
DE
24082010-12-07 Doug Evans <dje@google.com>
2409
2410 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
2411 of data-directory.
2412 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
2413 updated.
2414 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
2415
60f98dde 24162010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
2417
2418 * gdb.base/callfuncs.exp: Test for skip_float_tests.
2419 * gdb.base/call-sc.exp: Ditto.
2420 * gdb.base/finish.exp: Ditto.
2421 * gdb.base/return.exp: Ditto.
2422 * gdb.base/return2.exp: Ditto.
2423
5fa290c1
DE
24242010-11-30 Doug Evans <dje@google.com>
2425
2426 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
2427 (gdb_expect_list): Fix spelling errors in comments.
2428 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
2429 send_gdb/gdb_expect_list where applicable.
2430 * gdb.base/call-ar-st.exp: Ditto.
2431 * gdb.base/funcargs.exp: Ditto.
2432 * gdb.base/gcore.exp: Ditto.
2433 * gdb.base/page.exp: Ditto.
2434 * gdb.base/sigaltstack.exp: Ditto.
2435 * gdb.base/siginfo.exp: Ditto.
2436 * gdb.base/sigstep.exp: Ditto.
2437 * gdb.base/trace-commands.exp: Ditto.
2438
4e04c971
DE
24392010-11-29 Doug Evans <dje@google.com>
2440
2441 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
2442 printer-name;subprinter-name.
2443
8cf6f0b1
TT
24442010-11-29 Tom Tromey <tromey@redhat.com>
2445
2446 * gdb.dwarf2/implptr.exp: New file.
2447 * gdb.dwarf2/implptr.c: New file.
2448 * gdb.dwarf2/implptr.S: New file.
2449
94b6973e
PM
24502010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2451
fc529d80 2452 PR python/12199
94b6973e
PM
2453
2454 * gdb.python/py-breakpoint.exp: Test the delete method.
2455
8358c15c
JK
24562010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2457
2458 Fix step_resume_breakpoint unsaved during an infcall.
2459 * gdb.base/step-resume-infcall.exp: New file.
2460 * gdb.base/step-resume-infcall.c: New file.
2461
f6df29bc
TJB
24622010-11-24 Edjunior Machado <emachado@br.ibm.com>
2463
2464 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
2465
f2b5a5cf
TJB
24662010-11-24 Edjunior Machado <emachado@br.ibm.com>
2467
2468 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
2469 on ppc64's symbols; "finish" and "return" commands must accept to
2470 show the caller line again as well as the line after.
2471 * gdb.asm/powerpc64.inc: New file.
2472
6b0ecdc2
DE
24732010-11-23 Doug Evans <dje@google.com>
2474
2475 * lib/gdb.exp (gdb_test_sequence): New function.
2476 (gdb_expect_list): Add verbose -log call for each pattern.
2477 * gdb.base/signals.exp (test_handle_all_print): Call it.
2478 Reduce timeout increment from 6 minutes to 1 minute.
2479 * gdb.server/ext-run.exp: Call it.
2480
ea976c60
PM
24812010-11-23 Phil Muldoon <pmuldoon@redhat.com>
2482
f2b5a5cf 2483 PR python/12212
ea976c60
PM
2484
2485 * gdb.python/python.exp: Check that selected_thread raises an
2486 error when no inferior is loaded.
2487
c0efa795
JK
24882010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2489
2490 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
2491 * gdb.dwarf2/dw2-stack-boundary.S: New file.
2492
ec3aa567
JK
24932010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2494
2495 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
2496 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
2497
d8249011
DE
24982010-11-18 Doug Evans <dje@google.com>
2499
2500 * gdb.server/ext-run.exp: Fix intermittent failures.
2501
d4eba7d1
NF
25022010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2503
2504 * gdb.stabs/gdb11479.exp: Use runto_main.
2505
b04c2f88
NF
25062010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2507
2508 * gdb.base/break-entry.exp: Skip if using a stub.
2509
ae9d7ce4
NF
25102010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2511
2512 * gdb.python/py-inferior.exp: Pack values in target endianness.
2513
621c8364
TT
25142010-11-12 Tom Tromey <tromey@redhat.com>
2515
2516 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
2517 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
2518 MemoryError.
2519 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
2520 type.
2521 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
2522 MemoryError.
2523 (test_subscript_regression): Update exception type.
2524
84f4c1fe
PM
25252010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2526
2527 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
2528 breakpoint tests.
2529
a1442452
PA
25302010-11-09 Pedro Alves <pedro@codesourcery.com>
2531
2532 * gdb.base/watchpoint.exp: Test "watch -location" with an
2533 innacessible location.
2534
efd11a33
JK
25352010-11-09 Edjunior Machado <emachado@br.ibm.com>
2536 Luis Machado <luisgpm@br.ibm.com>
2537
2538 * gdb.base/maint.exp: Expect "." prefix.
2539 * gdb.base/nodebug.exp: Expect "." Likewise.
2540 * gdb.base/sepsymtab.exp: Expect "." Likewise.
2541 * gdb.base/watchpoint-cond-gone.exp: Likewise.
2542 * gdb.base/watchpoint.exp: Expect a software watch to be created for
2543 POWER server processors.
2544
aa00efb5
JK
25452010-11-08 Edjunior Machado <emachado@br.ibm.com>
2546 Luis Machado <luisgpm@br.ibm.com>
2547
2548 * gdb.base/break-entry.exp: convert entry point for
2549 ppc64 and expect leading `.' on ppc64's symbols
2550
99e7ae30
DE
25512010-11-05 Doug Evans <dje@google.com>
2552
2553 * gdb.base/help.exp: Update expected output.
b521dba8
DE
2554 * gdb.python/py-param.exp: Delete, contents moved to ...
2555 * gdb.python/py-parameter.exp: ... here. New file.
2556 Add test for gdb.parameter ("directories").
99e7ae30 2557
f4b8a18d
KW
25582010-11-05 Ken Werner <ken.werner@de.ibm.com>
2559
2560 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
2561 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
2562 * configure: Regenerate.
2563 * gdb.opencl/Makefile.in: New File.
2564 * gdb.opencl/datatypes.exp: Likewise.
2565 * gdb.opencl/datatypes.cl: Likewise.
2566 * gdb.opencl/operators.exp: Likewise.
2567 * gdb.opencl/operators.cl: Likewise.
2568 * gdb.opencl/vec_comps.exp: Likewise.
2569 * gdb.opencl/vec_comps.cl: Likewise.
2570 * gdb.opencl/convs_casts.exp: Likewise.
2571 * gdb.opencl/convs_casts.cl: Likewise.
2572 * lib/opencl.exp: Likewise.
2573 * lib/opencl_hostapp.c: Likewise.
2574 * lib/opencl_kernel.cl: Likewise.
2575 * lib/cl_util.c: Likewise.
2576 * lib/cl_util.c: Likewise.
2577 * gdb.base/default.exp (set language): Add "opencl" to the list of
2578 languages.
2579
a9d5ef47
SW
25802010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
2581
2582 * gdb.cp/overload.exp: Added test for inheritance overload.
2583 * gdb.cp/overload.cc: Ditto.
2584 * gdb.cp/oranking.exp: Removed releveant kfails.
2585
03eb1c79
JK
25862010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2587 Joel Brobecker <brobecker@adacore.com>
2588
2589 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
2590 check test_compiler_info.
2591
dbc98a8b
KW
25922010-11-03 Ken Werner <ken.werner@de.ibm.com>
2593
2594 * gdb.base/gnu_vector.exp: Adjust expect messages.
2595
120bd360
KW
25962010-11-03 Ken Werner <ken.werner@de.ibm.com>
2597
2598 * gdb.base/gnu_vector.exp: Add unary operator tests.
2599
c37f7098
KW
26002010-11-03 Ken Werner <ken.werner@de.ibm.com>
2601
2602 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
2603
7b51bc51
DE
26042010-11-02 Doug Evans <dje@google.com>
2605
2606 * gdb.python/py-pp-maint.c: New file.
2607 * gdb.python/py-pp-maint.exp: New file.
2608 * gdb.python/py-pp-maint.py: New file.
2609
50c97f38
TT
26102010-11-02 Tom Tromey <tromey@redhat.com>
2611
2612 * gdb.base/default.exp: Remove "scheme" from language list.
2613
a289b8f6
JK
26142010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2615
2616 Revert:
2617 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2618 * gdb.threads/sigstep-threads.exp: New file.
2619 * gdb.threads/sigstep-threads.c: New file.
2620
cd017491
MS
26212010-10-20 Michael Snyder <msnyder@vmware.com>
2622
2623 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
2624
8e6a5956
UW
26252010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2626
2627 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
2628 Skip test completely if gdb,no_hardware_watchpoints.
2629
2c04da0d
UW
26302010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2631
2632 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
2633 strict, but do not check for any particular function name within libc.
2634
79afc5ef
SW
26352010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2636
2637 * gdb.cp/smartp.exp: New test.
2638 * gdb.cp/smartp.cc : New test.
2639
026ffab7
SW
26402010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2641
2642 * gdb.cp/converts.exp: Test pointer to bool conversion.
2643 Test pointer to long conversion.
2644 * gdb.cp/oranking.exp: Removed relevant kfail.
2645
3a772aa4
TT
26462010-10-18 Tom Tromey <tromey@redhat.com>
2647
2648 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
2649 argument to lazy_string.
2650 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
2651 (pp_ls.to_string): Use it.
2652 * gdb.python/py-prettyprint.c (main): Move declarations to top.
2653 Add "estring2" local.
2654
5fc3827b
JK
26552010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 Fix s390x compatibility.
2658 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
2659 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
2660
8aeb23f3
JK
26612010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2662
2663 * gdb.threads/sigstep-threads.exp: New file.
2664 * gdb.threads/sigstep-threads.c: New file.
2665
c1e56572
JK
26662010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2667
2668 * gdb.base/pie-execl.exp: New file.
2669 * gdb.base/pie-execl.c: New file.
2670
92163a10
JK
26712010-10-13 Doug Evans <dje@google.com>
2672 Jan Kratochvil <jan.kratochvil@redhat.com>
2673
2674 PR exp/12117
2675 * gdb.cp/ptype-cv-cp.cc: New file.
2676 * gdb.cp/ptype-cv-cp.exp: New file.
2677
7062b0a0
SW
26782010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
2679
2680 * gdb.cp/converts.cc: New test program.
2681 * gdb.cp/converts.exp: New test.
2682 * gdb.cp/overload.exp: Added test for void* vs int*.
2683 * gdb.cp/overload.exp: Ditto.
2684 * gdb.cp/oranking.exp: Removed related kfail.
2685
0e3509db
DE
26862010-10-13 Doug Evans <dje@google.com>
2687
2688 * lib/gdb-python.exp (gdb_check_python_config): New function.
2689 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
2690 * gdb.python/lib-types.cc: New file.
2691 * gdb.python/lib-types.exp: New file.
2692
8dc78533
JK
26932010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2694
2695 * gdb.python/py-error.exp: New file.
2696 * gdb.python/py-error.py: New file.
2697
93c17e06
JK
26982010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
2701 gdb_test_multiple.
2702
d8b34041
JK
27032010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2704
2705 * gdb.base/break-interp.exp: Use ldlags for linking flags.
2706 * gdb.base/prelink.exp: Likewise.
2707 * gdb.base/solib-nodir.exp: Likewise.
2708 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
2709 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
2710 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
2711
e0cc584e
UW
27122010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2713
2714 * break-interp.exp (test_ld): Use two separate gdb_expect statements
2715 for the "info files" test to avoid timeouts on slow machines.
2716
cfc353b1
JK
27172010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
2720 (main): Make openlib dummy call.
2721
d3d7896d
JK
27222010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2723
2724 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
2725 * break-interp.exp (reach): Move the core body ...
2726 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
2727 (test_ld): Provide always real argument, even to the linker. Replace
2728 dl_main by _dl_debug_state.
2729
5e533c94
JK
27302010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2731
2732 Fix results of prelinked PIEs on ppc*.
2733 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
2734 Accept also DISPLACEMENT "PRESENT".
2735 (main): Replace "ZERO" displacements by "PRESENT".
2736
33540610
SW
27372010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
2738
2739 * gdb.cp/oranking.exp: New test.
2740 * gdb.cp/oranking.cc: New test program.
2741
3bdf2bbd
KW
27422010-10-08 Ken Werner <ken.werner@de.ibm.com>
2743
2744 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
2745 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
2746
2f608a3a
KW
27472010-10-06 Ken Werner <ken.werner@de.ibm.com>
2748
2749 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
2750 lush, lynx) New constant.
2751 * gdb.base/constvars.exp: Test const array types.
2752 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
2753
aa2e2d8d
DE
27542010-10-06 Doug Evans <dje@google.com>
2755
2756 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
2757 of syscall staging area.
2758
2844d6b5
KW
27592010-10-06 Ken Werner <ken.werner@de.ibm.com>
2760
2761 * gdb.base/gnu_vector.c: Add variable c4.
2762 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
2763 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2764
7d8ac8bb
MR
27652010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
2766
2767 * gdb.arch/altivec-abi.exp: Fix a typo.
2768
84a02e58
MR
27692010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
2770
2771 * lib/mi-support.exp (thread_selected_re): Correct pattern used
2772 to match a thread ID.
2773
b18e6318
JK
27742010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 Fix s390x testcase compatibility.
2777 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
2778
a2c09bd0
DE
27792010-10-01 Doug Evans <dje@google.com>
2780
2781 * lib/gdb-python.exp: New file.
2782 * gdb.python/py-block.exp: Use it.
2783 * gdb.python/py-breakpoint.exp: Ditto.
2784 * gdb.python/py-frame.exp: Ditto.
2785 * gdb.python/py-inferior.exp: Ditto.
2786 * gdb.python/py-param.exp: Ditto.
2787 * gdb.python/py-prettyprint.exp: Ditto.
2788 * gdb.python/py-shared.exp: Ditto.
2789 * gdb.python/py-symbol.exp: Ditto.
2790 * gdb.python/py-symtab.exp: Ditto.
2791 * gdb.python/py-type.exp: Ditto.
2792 * gdb.python/py-value.exp: Ditto.
2793 * gdb.python/python.exp: Ditto.
2794
38f12cfc
TT
27952010-09-30 Tom Tromey <tromey@redhat.com>
2796
2797 * gdb.base/anon.exp: New file.
2798 * gdb.base/anon.c: New file.
2799
9ae8282d
TT
28002010-09-30 Tom Tromey <tromey@redhat.com>
2801
2802 * gdb.base/completion.exp: Test completion through anonymous
2803 union.
2804 * gdb.base/break1.c (struct some_struct): Add anonymous union.
2805
e9e07ba6
JK
28062010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2807
2808 Fix printing parameters of inlined functions.
2809 * gdb.dwarf2/dw2-inline-param.exp: New file.
2810 * gdb.dwarf2/dw2-inline-param-main.c: New file.
2811 * gdb.dwarf2/dw2-inline-param.S: New file.
2812
cd2effb2
JK
28132010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2814
2815 PR corefiles/12071.
2816 * gdb.base/corefile.exp (quit with a process, no question: load core)
2817 (quit with a core file): New tests.
2818
bceffbf3
JK
28192010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 Fix GDB crash on inferior calls with self-referencing classes.
2822 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
2823 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
2824 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
2825
1736ad11
JK
28262010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 Fix lost siginfo_t for inferior calls.
2829 * gdb.base/siginfo-infcall.exp: New file.
2830 * gdb.base/siginfo-infcall.c: New file.
2831
a176ad92
JB
28322010-09-22 Joel Brobecker <brobecker@adacore.com>
2833
2834 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
2835
c2b0a229
JK
28362010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2837
2838 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
2839 New test.
2840 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
2841
e8ae22d1
JB
28422010-09-22 Joel Brobecker <brobecker@adacore.com>
2843
2844 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
2845 type of our const type.
2846
ec322823
SW
28472010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
2848
2849 * gdb.cp/pr12028.cc: New.
2850 * gdb.cp/pr12028.exp: New.
2851
72929c62
JB
28522010-09-22 Joel Brobecker <brobecker@adacore.com>
2853
2854 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
2855
875b4ff5 28562010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 2857 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
2858
2859 PR mi/11407
2860 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
2861 * gdb.mi/dw2-ref-missing-frame-main.c New File.
2862 * gdb.mi/dw2-ref-missing-frame.S New File.
2863 * gdb.mi/dw2-ref-missing-frame.exp New File.
2864
7155d578
TT
28652010-09-14 Tom Tromey <tromey@redhat.com>
2866
2867 PR symtab/8399:
2868 * gdb.threads/tls.exp: Remove kfail. Update expected output.
2869
515ed532
TT
28702010-09-14 Tom Tromey <tromey@redhat.com>
2871
2872 PR exp/11803:
2873 * gdb.threads/tls.exp: Use C++.
2874 (check_thread_local): Use K::another_thread_local.
2875 * gdb.threads/tls.c (class K): New.
2876 (another_thread_local): Now a member of K.
2877 (spin): Update. No longer K&R C.
2878
450ca57c
SW
28792010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2880
2881 * gdb.cp/koenig.cc: created class for testing member lookup.
2882 * gdb.cp/koenig.exp: Added test for member lookup.
2883
dbd492a3
JK
28842010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2885
2886 Fix false FAILs on sourcetree topdir directory containing "kill".
2887 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
2888 source line matching regexp.
2889
8d4d924b
JK
28902010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2891
2892 * gdb.python/python.exp (set height 0, collect help from uiout)
2893 (verify help to uiout): New tests.
2894
8e64f2a0
JK
28952010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2896
2897 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
2898 is_lp64_target to check 64bit target.
2899
4569eed2
JK
29002010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2901
2902 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
2903 (test_ld) <powerpc64-*>: New.
2904
5e1617b1
DJ
29052010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2906
2907 * gdb.cp/templates.exp (test_template_args): Allow "struct".
2908
c767944b
DJ
29092010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2910
2911 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
2912 (FunctionArg::method): New function.
2913 (empty, arg): New variables.
2914 (main): Call arg.method.
2915 * gdb.cp/templates.exp (test_template_args): New function.
2916 (do_tests): Call it.
2917
27d3a3fc
UW
29182010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2919
2920 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
2921 of "next" to proceed over pthread_exit call.
2922
55b7ce7f
UW
29232010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2924
2925 * gdb.base/maint.exp: Avoid wildcards against potentially very long
2926 "maint print statistics" output to prevent expect timeouts.
2927
809df446
JK
29282010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2929
2930 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
2931 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2932 (test_float_rejected): ... here.
2933 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
2934 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2935 (test_float_rejected): ... here.
2936 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
2937 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2938 (test_float_rejected): ... here.
2939 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
2940 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2941 (test_float_rejected): ... here.
2942
8464be76
DJ
29432010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2944
2945 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
2946 before disabling hardware watchpoints.
2947 (test_inaccessible_watchpoint): Check that hardware watchpoints
2948 are used. Test for watchpoints on a constant address.
2949
14dba4b4
JK
29502010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 * gdb.base/ui-redirect.exp: New file.
2953
3f3540e1 29542010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 2955 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
2956
2957 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2958
0f254bb7
DE
29592010-08-31 Doug Evans <dje@google.com>
2960
2961 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2962
03f17ccf
TT
29632010-08-30 Tom Tromey <tromey@redhat.com>
2964
2965 PR python/11792:
2966 * gdb.python/py-value.exp (test_subscript_regression): Add
2967 dynamic_type test.
2968
640617ad
DJ
29692010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2970
2971 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2972 instead of running to main. Do not test the main function.
2973 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2974 Add new main.
2975
2ed91d1b
PA
29762010-08-26 Pedro Alves <pedro@codesourcery.com>
2977
2978 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2979 one test.
2980
673bfd45
DE
29812010-08-24 Doug Evans <dje@google.com>
2982
2983 PR symtab/11942
2984 * gdb.dwarf2/dw4-sig-types.cc: New file.
2985 * gdb.dwarf2/dw4-sig-types.h: New file.
2986 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2987 * gdb.dwarf2/dw4-sig-types.exp: New file.
2988
f9ffd4bb
TT
29892010-08-23 Tom Tromey <tromey@redhat.com>
2990
2991 PR python/11145:
2992 * gdb.python/py-value.c (Base, Derived): New types.
2993 (base): New global.
2994 * gdb.python/py-value.exp (test_subscript_regression): Add
2995 dynamic_cast test.
2996
d839c8a4
TT
29972010-08-23 Tom Tromey <tromey@redhat.com>
2998
2999 PR python/10676:
3000 * gdb.python/py-type.exp (test_fields): Add tests for type
3001 equality.
3002
702c2711
TT
30032010-08-23 Tom Tromey <tromey@redhat.com>
3004
3005 PR python/11915:
3006 * gdb.python/py-type.exp (test_fields): Add tests for array.
3007
832bafd3
KS
30082010-08-23 Keith Seitz <keiths@redhat.com>
3009
3010 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
3011 have any children. Create a new abbrev for it.
3012 Add missing terminal sequence to .debug_abbrev.
3013
c37bf528
KS
30142010-08-20 Keith Seitz <keiths@redhat.com>
3015
3016 PR symtab/11465:
3017 * gdb.dwarf2/pr11465.exp: New test.
3018 * gdb.dwarf2/pr11465.S: New file.
3019 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
3020 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
3021
4572cbac
TJB
30222010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
3023
3024 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
3025 registers. Update data sets with the new v2_double element in the
3026 VSX register union. Add vector_register3_vr data set for the AltiVec
3027 registers. Use gdb_test_no_output instead of send_gdb.
3028
e7fbb131
PA
30292010-08-19 Pedro Alves <pedro@codesourcery.com>
3030
3031 * gdb.python/py-shared.exp: New file, factored out from
3032 python.exp.
3033 * gdb.python/py-shared.c: New file.
3034 * gdb.python/py-shared-sl.c: New file.
3035 * gdb.python/python-1.c: New file.
3036 * gdb.python/python-sl.c: Delete.
3037 * gdb.python/python.c: Mention python-1.c.
3038 * gdb.python/python.exp: Move shared library tests to
3039 py-shared.exp.
3040 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
3041 (MISCELLANEOUS): New.
3042 (clean mostlyclean): Also remove $MISCELLANEOUS.
3043
d30f5e1f
DE
30442010-08-19 Doug Evans <dje@google.com>
3045
3046 PR exp/11926
3047 * gdb.base/printcmds.exp (test_float_accepted): New function.
3048 Move existing float tests there. Add tests for floats with suffixes.
3049 (test_float_rejected): New function.
3050 * gdb.java/jv-print.exp (test_float_accepted): New function.
3051 (test_float_rejected): New function.
3052 * gdb.objc/print.exp: New file.
3053 * gdb.pascal/print.exp: New file.
3054 * lib/objc.exp: New file.
3055
7b3fd859
PM
30562010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3057
3058 * gdb.base/default.exp (info set): Avoid full buffer error and force
3059 reading up to final gdb prompt.
3060 (show): Likewise.
3061
c92817ce
TT
30622010-08-18 Tom Tromey <tromey@redhat.com>
3063
3064 PR symtab/11919:
3065 * gdb.base/completion.exp: Add test.
3066
f1208f9e
DE
30672010-08-18 Doug Evans <dje@google.com>
3068
3069 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
3070 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
3071 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
3072 Simplify, early exit if runto_main fails.
3073 * gdb.fortran/exprs.exp: load_lib fortran.exp.
3074 (set_lang_fortran): Moved to lib/fortran.exp.
3075 * gdb.fortran/types.exp: load_lib fortran.exp.
3076 (set_lang_fortran): Moved to lib/fortran.exp.
3077 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
3078 * gdb.java/jprint.exp (set_lang_java): Ditto.
3079 * gdb.java/jv-exp.exp: load_lib java.exp.
3080 If set_lang_java fails, issue a warning instead of failure to be
3081 consistent with other set_lang_foo uses.
3082 (set_lang_java): Moved to lib/java.exp.
3083 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
3084 If set_lang_java fails, issue a warning instead of failure to be
3085 consistent with other set_lang_foo uses.
3086 * gdb.pascal/types.exp: load_lib pascal.exp.
3087 (set_lang_pascal): Moved to lib/pascal.exp.
3088 * lib/fortran.exp: New file.
3089 * lib/java.exp (set_lang_java): New function.
3090 * lib/pascal.exp (set_lang_pascal): New function.
3091
2f06b485
YQ
30922010-08-18 Yao Qi <yao@codesourcery.com
3093
3094 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
3095 func_nofb_start and func_loopfb_start, so that address of functions
3096 is equal to these labels on Thumb.
3097
96e25403
YQ
30982010-08-18 Yao Qi <yao@codesourcery.com>
3099
3100 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
3101 to reflect latest c source file.
3102
36e6adc4
JK
31032010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3104
3105 * gdb.cp/infcall-dlopen.exp: New file.
3106 * gdb.cp/infcall-dlopen.cc: New file.
3107 * gdb.cp/infcall-dlopen-lib.cc: New file.
3108
f431efe5
PA
31092010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3110 Pedro Alves <pedro@codesourcery.com>
3111
3112 PR breakpoints/11371
3113
3114 * gdb.base/watch-cond-infcall.exp: New file.
3115 * gdb.base/watch-cond-infcall.c: New file.
3116
06a64a0b
TT
31172010-08-16 Tom Tromey <tromey@redhat.com>
3118
3119 * gdb.base/help.exp: Update.
3120 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
3121 watchpoint.
3122 (test_watch_location): New proc.
3123 (test_watchpoint_in_big_blob): Delete watchpoint.
3124 * gdb.base/watchpoint.c (func5): New function.
3125 (main): Call it.
3126
70ebf4ed
DE
31272010-08-16 Doug Evans <dje@google.com>
3128
3129 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
3130
ca5c20b6
PM
31312010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3132
3133 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
3134 tests.
3135
7346b668
KW
31362010-08-11 Ken Werner <ken.werner@de.ibm.com>
3137
3138 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
3139 * gdb.base/gnu_vector.c: New File.
3140 * gdb.base/gnu_vector.exp: Likewise.
3141
cb2e07a6
PM
31422010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3143
3144 * gdb.python/python.c: New File.
3145 * gdb.python/python-sl.c: New File.
3146 * gdb.python/python.exp: Test solib_address and decode_line
3147 * functions.
3148
5da1313b
JK
31492010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 * gdb.python/python.exp (show height, set height 10)
3152 (verify pagination beforehand, verify pagination beforehand: q)
3153 (gdb.execute does not page, verify pagination afterwards)
3154 (verify pagination afterwards: q): New.
3155
49c3ccf7
DE
31562010-08-02 Doug Evans <dje@google.com>
3157
3158 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
3159 because of an older gcc, change test2
3160 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
3161 to unsupported.
3162
42c0c4f1
KH
31632010-07-30 Kazu Hirata <kazu@codesourcery.com>
3164
3165 * gdb.base/break-always.exp: Do not expect full paths to file
3166 names.
3167 * gdb.base/commands.exp: Likewise.
3168
d3765805
DE
31692010-07-30 Doug Evans <dje@google.com>
3170
c98ee71b
DE
3171 * gdb.cp/temargs.exp: For new tests that require newer gccs,
3172 xfail them when run with older gccs.
3173
fd961404
DE
3174 * lib/gdb.exp (build_executable): Forward "c++" option to
3175 get_compiler_info.
3176
999adef4
DE
3177 * gdb.python/py-type.exp (test_template): Mark as xfail tests
3178 "python print ttype.template_argument(1)" and
3179 "python print isinstance(ttype.template_argument(1), gdb.Value)"
3180 if using gcc 4.4 or earlier.
3181
d3765805
DE
3182 * gdb.base/valgrind-db-attach.exp: Use unique test name for
3183 attach-to-debugger handling.
3184
1276c759
JK
31852010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3186
3187 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
3188 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
3189 (main): Use copyreloc.
3190 * gdb.base/prelink.exp (split debug of executable)
3191 (.dynbss vs. .bss address shift): New tests.
3192
88caa9b9
PA
31932010-07-29 Pedro Alves <pedro@codesourcery.com>
3194
3195 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
3196 in gdb_test_multiple.
3197
c6f2ac43
PA
31982010-07-29 Pedro Alves <pedro@codesourcery.com>
3199
3200 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
3201 environment.
3202
326fd672
TT
32032010-07-28 Tom Tromey <tromey@redhat.com>
3204
3205 PR python/11060:
3206 * gdb.python/py-type.c (Temargs): New template.
3207 (temvar): New variable.
3208 * gdb.python/py-type.exp (test_template): New proc.
3209
3ce3b1ba
PA
32102010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3211
3212 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
3213 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
3214
34eaf542
TT
32152010-07-28 Tom Tromey <tromey@redhat.com>
3216
3217 PR c++/9946:
3218 * gdb.cp/temargs.exp: New file.
3219 * gdb.cp/temargs.cc: New file.
3220
d41b819e
JK
32212010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3222
3223 * gdb.base/help.exp (help disassemble): Update the content.
3224
26ab7092
JK
32252010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3226
3227 * gdb.threads/ia64-sigill.exp: New file.
3228 * gdb.threads/ia64-sigill.c: New file.
3229
5283e9e1
TT
32302010-07-27 Tom Tromey <tromey@redhat.com>
3231
3232 * gdb.opt/inline-cmds.c (ATTR): New define.
3233 (func1): Use it.
3234 (func2): Likewise.
3235 (func3): Likewise.
3236 (outer_inline1): Likewise.
3237 (outer_inline2): Likewise.
3238 * gdb.opt/inline-bt.c (ATTR): New define.
3239 (func1): Use it.
3240 (func2): Likewise.
3241 * gdb.opt/inline-locals.c (ATTR): New define.
3242 (func1): Use it.
3243 (func2): Likewise.
3244
e992ef73
TT
32452010-07-27 Tom Tromey <tromey@redhat.com>
3246
3247 * gdb.stabs/gdb11479.c (hack): New function.
3248 (test): Use it.
3249 (test2): Use it.
3250 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
3251 (int32_search_buf, int64_search_buf): No longer static.
3252 (x): Remove.
3253 * gdb.base/relocate.c (hack): New function.
3254
5374244e
PM
32552010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3256
3257 * gdb.python/py-value.exp (test_inferior_function_call): New function.
3258 * gdb.python/py-value.c (func1): New function.
3259 (func2): Likewise.
3260
a99aee83
CV
32612010-07-26 Corinna Vinschen <vinschen@redhat.com>
3262
3263 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
3264 as not to clash with .data section.
3265
a04ba985
JG
32662010-07-26 Jerome Guitton <guitton@adacore.com>
3267
3268 * gdb.base/code_elim.exp: New file.
3269 * gdb.base/code_elim1.c: New file.
3270 * gdb.base/code_elim2.c: New file.
3271
23bd0f7c
PA
32722010-07-21 Pedro Alves <pedro@codesourcery.com>
3273
3274 PR symtab/11827
3275
3276 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
3277 (some_volatile_enum): New variable.
3278 * gdb.base/printcmds.exp (test_print_enums): New.
3279 <top level>: Call it.
3280
883df6dd
SW
32812010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3282
3283 * gdb.cp/fpointer.cc: New test.
3284 * gdb.cp/fpointer.exp: New test.
3285
569b05a5
JK
32862010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3287
3288 * gdb.base/solib-nodir.exp: New file.
3289 * lib/gdb.exp (runto): New case for a GDB internal error.
3290
51d7d803
JK
32912010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3292 Ulrich Weigand <uweigand@de.ibm.com>
3293 Tom Tromey <tromey@redhat.com>
3294
3295 * gdb.base/charset-malloc.c: New file.
3296 * gdb.base/charset.c (malloc_stub): New prototype.
3297 (main): Call it instead of malloc itself.
3298 * gdb.base/charset.exp: Use only prepare_for_testing.
3299 (binfile): Remove the variable.
3300
c0edd9ed
JK
33012010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3302
3303 Make core files the process_stratum.
3304 * gdb.base/corefile.exp (run: load core again)
3305 (run: sanity check we see the core file, run: with core)
3306 (run: core file is cleared, attach: load core again)
3307 (attach: sanity check we see the core file, attach: with core)
3308 (attach: core file is cleared): New tests.
3309 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
3310
3cbaedff
KW
33112010-07-14 Ken Werner <ken.werner@de.ibm.com>
3312
3313 * gdb.arch/altivec-abi.exp: New tests.
3314
91158a56
TT
33152010-07-13 Tom Tromey <tromey@redhat.com>
3316
3317 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
3318 (main): Use it.
3319 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
3320
0f5238ed
TT
33212010-07-13 Tom Tromey <tromey@redhat.com>
3322
3323 * gdb.base/label.exp: New file.
3324 * gdb.base/label.c: New file.
3325
add265ae
L
33262010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3327 H.J. Lu <hongjiu.lu@intel.com>
3328
3329 * lib/gdb.exp (is_ilp32_target): New.
3330 (is_lp64_target): Likewise.
3331
3332 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
3333 target.
3334 * gdb.arch/amd64-disp-step.exp: Likewise.
3335 * gdb.arch/amd64-dword.exp: Likewise.
3336 * gdb.arch/amd64-i386-address.exp: Likewise.
3337 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 3338
add265ae
L
3339 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
3340 target.
3341 * gdb.arch/i386-bp_permanent.exp: Likewise.
3342 * gdb.arch/i386-byte.exp: Likewise.
3343 * gdb.arch/i386-disp-step.exp: Likewise.
3344 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3345 * gdb.arch/i386-prologue.exp: Likewise.
3346 * gdb.arch/i386-size-overlap.exp: Likewise.
3347 * gdb.arch/i386-size.exp: Likewise.
3348 * gdb.arch/i386-sse.exp: Likewise.
3349 * gdb.arch/i386-unwind.exp: Likewise.
3350 * gdb.arch/i386-word.exp: Likewise.
3351
3352 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
3353 test only when building 64-bit executables. Do not hard-code
3354 -m64 option.
3355
2dfb8c17
DE
33562010-07-07 Doug Evans <dje@google.com>
3357
3358 * lib/gdb.exp (gdb_test_list_exact): New function.
3359 * gdb.base/default.exp (show convenience): Call it, add tests for
3360 $_sdata = void, $_thread = 0.
3361
4e5799b6
JK
33622010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3363 Joel Brobecker <brobecker@adacore.com>
3364
3365 Fix re-run of PIE executable, PR shlibs/11776.
3366 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
3367 Remove $displacement_main to match the solib-svr4.c change. New "kill"
3368 and re-"run" of the inferior.
3369
1a219cc7
JK
33702010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3371 Joel Brobecker <brobecker@adacore.com>
3372
3373 Cope with missing /usr/sbin/prelink.
3374 * lib/prelink-support.exp (prelink_no):
3375 <result == 1 && $output is "no such file or directory">: New.
3376 (prelink_yes): Likewise. Return on failed prelink_no.
3377
5e3b36f8
JK
33782010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3379 Joel Brobecker <brobecker@adacore.com>
3380
3381 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
3382 build_executable by build_executable_own_libs. Replace "prelink -R"
3383 execution by a call of prelink_yes. Comment why "prelink -r" needs no
3384 change.
3385 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
3386 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
3387 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
3388 Replace build_executable by build_executable_own_libs's function
3389 build_executable_own_libs.
3390 (prelinkNO): Create new stub to call prelink_no.
3391 (prelinkYES): Create new stub to call prelink_yes.
3392 (test_attach): Rename calls of copy to file_copy.
3393 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
3394 (copy): Move to ...
3395 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
3396 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
3397 * gdb.base/prelink.exp: Disable testcase also for is_remote and
3398 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
3399 special flags by gdb_compile_shlib. Replace second gdb_compile by
3400 build_executable_own_libs. Replace "prelink -R" execution by a call of
3401 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
3402 a second call of prelink_yes. Replace restart commands by
3403 clean_restart.
3404 (prelink): Rename to ...
3405 (seen displacement message): ... this test. Extend its expectation
3406 strictness.
3407
86e4bafc
JK
34082010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
3411 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
3412 displacement message exactly once.
3413
3cd07d20
JK
34142010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3415 Joel Brobecker <brobecker@adacore.com>
3416
3417 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
3418 its restore after the <$relink_args != ""> loop. new comment.
3419
0a1e94c7
JK
34202010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3421 Joel Brobecker <brobecker@adacore.com>
3422
3423 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
3424 code for it. New variable relink_args.
3425 (prelinkYES): Call prelinkNO.
3426 (test_attach): Accept new parameter relink_args. Re-prelink the binary
3427 in such case. Move the core code to ...
3428 (test_attach_gdb): ... a new function. Send GDB command "file".
3429 Extend expected "Attaching to " string.
3430
2f70bcfb
TT
34312010-07-02 Tom Tromey <tromey@redhat.com>
3432
3433 * gdb.base/bitops.exp: Remove extraneous "pass".
3434
a17ac5b0
TT
34352010-07-02 Ken Werner <ken.werner@de.ibm.com>
3436
3437 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3438
dc10affe
PA
34392010-07-01 Pedro Alves <pedro@codesourcery.com>
3440
d41c0fc8
PA
3441 * gdb.base/help.exp: Adjust expected output.
3442
34432010-07-01 Pedro Alves <pedro@codesourcery.com>
3444
3445 * gdb.base/help.exp: Adjust expected output.
dc10affe 3446
0a600c36
JK
34472010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3448
3449 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
3450 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
3451 c++/11702.
3452
37cc8bfe
JK
34532010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3454 Doug Evans <dje@google.com>
3455
3456 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
3457 add .dynamic entry'.
3458
254e6b9e
DE
34592010-06-29 Doug Evans <dje@google.com>
3460
3461 Test PR c++/11702.
3462 * gdb.cp/m-static.exp: Add testcase.
3463 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
3464
595939de 34652010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
3466 Tom Tromey <tromey@redhat.com>
3467 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
3468
3469 * gdb.python/py-inferior.c: New File.
3470 * gdb.python/py-infthread.c: New File.
3471 * gdb.python/py-inferior.exp: New File.
3472 * gdb.python/py-infthread.exp: New File.
3473
98751a41
JK
34742010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
3477 (ptype ::C::OtherFileClass typedefs): New.
3478 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
3479 (C::OtherFileClass::cOtherFileClassVar2): New.
3480 (C::OtherFileClass::cOtherFileClassVar_use): Use also
3481 cOtherFileClassVar2.
3482 (C::cOtherFileType2, C::cOtherFileVar2): New.
3483 (C::cOtherFileVar_use): use also cOtherFileVar2.
3484 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
3485
41f62f39
JK
34862010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3487
3488 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
3489 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
3490 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
3491 (print ::C::cOtherFileVar)
3492 (whatis C::OtherFileClass::cOtherFileClassType)
3493 (whatis ::C::OtherFileClass::cOtherFileClassType)
3494 (print C::OtherFileClass::cOtherFileClassVar)
3495 (print ::cOtherFileClassVar)
3496 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
3497 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
3498 trailing content.
3499 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
3500 (C::OtherFileClass::cOtherFileClassVar)
3501 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
3502 (C::cOtherFileVar, C::cOtherFileVar_use): New.
3503
af53d231
JK
35042010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3505
3506 Test PR c++/11703 and PR gdb/1448.
3507 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
3508 gdb/1448.
3509
9655fd1a
JK
35102010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
3513 (main) <rtti_data>: New.
3514 * gdb.cp/virtbase.exp (print rtti_data): New.
3515
824cc8dd
JK
35162010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3517 Joel Brobecker <brobecker@adacore.com>
3518
3519 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
3520
6036c742
JK
35212010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3522
3523 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
3524
de6a0421
DE
35252010-06-28 Doug Evans <dje@google.com>
3526
3527 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
3528
b2dae948
DE
35292010-06-27 Doug Evans <dje@google.com>
3530
3531 * gdb.cp/m-static.exp: Update expected test output.
3532
0f3bb72e
PH
35332010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3534
889bf7c5
PA
3535 * gdb.gdb/selftest.exp: Adjust expected message for
3536 capturing start-up runtime.
0f3bb72e 3537
bc9f0842
TT
35382010-06-25 Tom Tromey <tromey@redhat.com>
3539
3540 PR python/10808:
3541 * gdb.python/python.exp: Add new tests.
3542
099ef718
SW
35432010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
3544
3545 * gdb.cp/operator.cc: Created an import loop.
3546 * gdb.cp/operator.exp: Added testcase for import loop.
3547
5868a632
JK
35482010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3549
3550 Test PR python/11407.
3551 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
3552 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
3553 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
3554 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
3555 executable_nofb and executable_fb. New variables srcsfile, objsfile,
3556 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
3557 binfile. Call gdb_compile with clean_restart twice.
3558 (func_nofb print, func_nofb backtrace, func_loopfb print)
3559 (func_loopfb backtrace): New.
3560
af76db58
JK
35612010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
3564 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
3565 by a hand made one.
3566 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
3567 i?86 requirement. Remove variables srcfile and binfile. New variable
3568 sources, executable_nofb and executable_fb. Call prepare_for_testing.
3569
f2c7657e
UW
35702010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3571
3572 * gdb.cell/dwarfaddr.exp: New file.
3573 * gdb.cell/dwarfaddr.S: New file.
3574
628fe4e4
JK
35752010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3576
3577 Test PR 9436.
3578 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
3579
f1421989
HZ
35802010-06-24 Hui Zhu <teawater@gmail.com>
3581
3582 * gdb.base/eval.exp: New file.
3583
d03285ec
UW
35842010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3585
3586 * gdb.cell/fork.exp: New file.
3587 * gdb.cell/fork.c: Likewise.
3588 * gdb.cell/fork-spu.c: Likewise.
3589
41b2c92d
PM
35902010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
3591
3592 * lib/gdb.exp (banned_variables_traced): New global variable.
3593 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
3594 (gdb_init): Use `trace add variable' instead of obsolete
3595 `trace variable'.
3596
d5bc977f
DE
35972010-06-21 Doug Evans <dje@google.com>
3598
3599 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
3600
d2ed6730
UW
36012010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3602
3603 * gdb.arch/spu-ls.exp: New file.
3604 * gdb.arch/spu-ls.c: Likewise.
3605
6aed2dbc
SS
36062010-06-18 Stan Shebs <stan@codesourcery.com>
3607
3608 * gdb.threads/thread-specific.exp: Add tests of $_thread.
3609
e0756905
UW
36102010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3611
3612 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
3613 * gdb.base/watch-cond.exp: Likewise.
3614 * gdb.python/py-breakpoint.exp: Likewise.
3615
d8053d4d
PA
36162010-06-18 Pedro Alves <pedro@codesourcery.com>
3617
3618 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
3619 clean_restart, make sure every test has a distinct message, and
3620 that messages don't include the executable' full path.
3621
81ce510c
DE
36222010-06-17 Doug Evans <dje@google.com>
3623
3624 * gdb.arch/i386-size.exp: Updated expected output for
3625 DISASSEMBLY_OMIT_FNAME.
3626
65d79d4b
SDJ
36272010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3628 Sergio Durigan Junior <sergiodj@redhat.com>
3629
3630 * gdb.base/watch-notconst.c: New file.
3631 * gdb.base/watch-notconst.S: New file.
3632 * gdb.base/watch-notconst2.c: New file.
3633 * gdb.base/watch-notconst2.S: New file.
3634 * gdb.base/watch-notconst.exp: New file.
3635 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
3636 (func4): Add operations on `global_ptr_ptr'.
3637 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
3638 routine to test watchpoints created with a constant expression.
3639 (test_inaccessible_watchpoint): Include tests for watchpoints
3640 created with a constant expression.
3641
df0f4836
KB
36422010-06-14 Kevin Buettner <kevinb@redhat.com>
3643
3644 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
3645 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
3646 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
3647 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
3648 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
3649 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
3650 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
3651 of `_start'.
3652
b769def5
UW
36532010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3654
3655 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
3656 not supported on the target.
3657 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3658 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3659 * gdb.mi/mi-nsintrall.exp: Likewise.
3660 * gdb.mi/mi-nsmoribund.exp: Likewise.
3661 * gdb.mi/mi-nsthrexec.exp: Likewise.
3662
d914c394
SS
36632010-06-11 Stan Shebs <stan@codesourcery.com>
3664
3665 * gdb.base/permissions.exp: New file.
3666
36672010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
3668
3669 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
3670 does not support ELF executable class.
3671
f3ce5b9c
UW
36722010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3673
3674 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
3675
8e46892c
JK
36762010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3677
3678 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
3679 (runto): Catch "The target does not support running in non-stop mode.".
3680
6cc55c64
MS
36812010-06-11 Michael Snyder <msnyder@vmware.com>
3682
3683 * gdb.base/setshow.exp (set language asm): Don't use
3684 gdb_test_no_output, fails on some targets.
3685
caddefa4
UW
36862010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3687
3688 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
3689 * gdb.cp/pr9167.exp: Likewise.
3690
468b1aa7
UW
36912010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3692
3693 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
3694
5c3552dc
UW
36952010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3696
3697 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
3698
02e6fe6a
UW
36992010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3700
3701 * gdb.base/charset.c (main): Make sure malloc gets linked in.
3702
0e03807e
TT
37032010-06-11 Tom Tromey <tromey@redhat.com>
3704
3705 PR gdb/9977, PR exp/11636::
3706 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
3707 (pieces_test_f6): Update expected output.
3708
2bdf28a0
JK
37092010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3710
3711 * gdb.base/moribund-step.exp: New.
3712
f6978de9
MS
37132010-06-08 Michael Snyder <msnyder@vmware.com>
3714
3715 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 3716 * gdb.ada/boolean_expr.exp:
f6978de9
MS
3717 * gdb.ada/frame_args.exp: Ditto.
3718 * gdb.ada/lang_switch.exp: Ditto.
3719 * gdb.ada/ptype_arith_binop.exp: Ditto.
3720 * gdb.ada/ref_param.exp: Ditto.
3721 * gdb.ada/type_coercion.exp:Ditto.
3722
3723 * gdb.asm/asm-source.exp: Ditto.
3724
3725 * gdb.base/attach.exp: Ditto.
3726 * gdb.base/bitfields2.exp: Ditto.
3727 * gdb.base/call-signal-resume.exp: Ditto.
3728 * gdb.base/callfuncs.exp: Ditto.
3729 * gdb.base/commands.exp: Ditto.
3730 * gdb.base/dbx.exp: Ditto.
3731 * gdb.base/default.exp: Ditto.
3732 * gdb.base/dump.exp: Ditto.
3733 * gdb.base/exprs.exp: Ditto.
3734 * gdb.base/freebpcmd.exp: Ditto.
3735 * gdb.base/interrupt.exp: Ditto.
3736 * gdb.base/list.exp: Ditto.
3737 * gdb.base/long_long.exp: Ditto.
3738 * gdb.base/maint.exp: Ditto.
3739 * gdb.base/ptype.exp: Ditto.
3740 * gdb.base/return.exp: Ditto.
3741 * gdb.base/setshow.exp: Ditto.
3742 * gdb.base/sigbpt.exp: Ditto.
3743 * gdb.base/sigrepeat.exp: Ditto.
3744
3745 * gdb.cp/classes.exp: Ditto.
3746
3747 * gdb.dwarf2/dw2-restore.exp: Ditto.
3748
3749 * gdb.gdb/selftest.exp: Ditto.
3750
3751 * gdb.multi/base.exp: Ditto.
3752 * gdb.multi/bkpt-multi-exec.exp: Ditto.
3753
3754 * gdb.python/py-block.exp: Ditto.
3755 * gdb.python/py-prettyprint.exp: Ditto.
3756 * gdb.python/py-template.exp: Ditto.
3757
3758 * gdb.server/ext-attach.exp: Ditto.
3759 * gdb.server/ext-run.exp: Ditto.
3760 * gdb.server/server-mon.exp: Ditto.
3761
3762 * gdb.threads/fork-thread-pending.exp: Ditto.
3763 * gdb.threads/hand-call-in-threads.exp: Ditto.
3764 * gdb.threads/interrupted-hand-call.exp: Ditto.
3765 * gdb.threads/linux-dp.exp: Ditto.
3766 * gdb.threads/manythreads.exp: Ditto.
3767 * gdb.threads/print-threads.exp: Ditto.
3768 * gdb.threads/pthreads.exp: Ditto.
3769 * gdb.threads/schedlock.exp: Ditto.
3770 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3771 * gdb.threads/threadapply.exp: Ditto.
3772
de7ff789
MS
37732010-06-08 Michael Snyder <msnyder@vmware.com>
3774
889bf7c5 3775 * gdb.ada/exec_changed.exp:
de7ff789
MS
3776 Use ".*" instead of "" as wildcard regexp.
3777
3778 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
3779 * gdb.base/call-ar-st.exp: Ditto.
3780 * gdb.base/checkpoint.exp: Ditto.
3781 * gdb.base/default.exp: Ditto.
3782 * gdb.base/dump.exp: Ditto.
3783 * gdb.base/ending-run.exp: Ditto.
3784 * gdb.base/fileio.exp: Ditto.
3785 * gdb.base/miscexprs.exp: Ditto.
3786 * gdb.base/pointers.exp: Ditto.
3787 * gdb.base/readline.exp: Ditto.
3788 * gdb.base/reread.exp: Ditto.
3789 * gdb.base/restore.exp: Ditto.
3790 * gdb.base/shlib-call.exp: Ditto.
3791 * gdb.base/valgrind-db-attach.exp: Ditto.
3792 * gdb.base/volatile.exp: Ditto.
3793 * gdb.base/watchpoints.exp: Ditto.
3794
3795 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
3796
3797 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
3798 * gdb.python/py-value.exp: Ditto.
3799
3800 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
3801 * gdb.trace/circ.exp: Ditto.
3802 * gdb.trace/collection.exp: Ditto.
3803 * gdb.trace/packetlen.exp: Ditto.
3804 * gdb.trace/passc-dyn.exp: Ditto.
3805 * gdb.trace/report.exp: Ditto.
3806 * gdb.trace/tfile.exp: Ditto.
3807 * gdb.trace/tfind.exp: Ditto.
3808 * gdb.trace/while-dyn.exp: Ditto.
3809
3bebe2f2
JK
38102010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
3813
5c631832
JK
38142010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 Test PR 10640.
3817 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
3818
4c3376c8
SW
38192010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
3820
3821 * gdb.cp/koenig.exp: Test for ADL operators.
3822 * gdb.cp/koenig.cc: Added ADL operators.
3823 * gdb.cp/operator.exp: New test.
3824 * gdb.cp/operator.cc: New test.
3825
dc226d5a
MS
38262010-06-04 Michael Snyder <msnyder@vmware.com>
3827
dfb88a23
MS
3828 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
3829 * gdb.base/pending.exp: Ditto.
f7ae76b3 3830
dc226d5a
MS
3831 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
3832
967cf477
DE
38332010-06-04 Doug Evans <dje@google.com>
3834
3835 * gdb.python/py-prettyprint.exp: Add new test for enabled and
3836 disabled printers.
3837 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
3838 (enable_lookup_function): New function.
3839
eb801841
TT
38402010-06-04 Tom Tromey <tromey@redhat.com>
3841
3842 * gdb.python/py-value.exp (test_value_hash): Don't test equality
3843 of hash and id.
3844
38979823
JK
38452010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3846
3847 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
3848 newline.
3849 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
3850 (empty verbose non-noisy clear, empty verbose noisy clear)
3851 (empty non-verbose noisy clear): Likewise.
3852
35ec993f
MS
38532010-06-03 Michael Snyder <msnyder@vmware.com>
3854
3855 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
3856 * gdb.base/display.exp: Ditto.
3857 * gdb.base/find.exp: Ditto.
3858 * gdb.base/ifelse.exp: Ditto.
3859 * gdb.base/multi-forks.exp: Ditto.
3860 * gdb.base/recurse.exp: Ditto.
3861 * gdb.base/setshow.exp: Ditto.
3862 * gdb.base/value-double-free.exp: Ditto.
3863 * gdb.base/watch-vfork.exp: Ditto.
3864 * gdb.base/watch_thread_num.exp: Ditto.
3865 * gdb.base/watchpoint-solib.exp: Ditto.
3866 * gdb.base/watchpoint.exp: Ditto.
3867 * gdb.base/watchpoints.exp: Ditto.
3868
3869 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
3870 * gdb.cp/overload.exp: Ditto.
3871 * gdb.cp/virtfunc.exp: Ditto.
3872
3873 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
3874
889bf7c5 3875 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
3876 Replace gdb_test with gdb_test_no_output.
3877
889bf7c5 3878 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
3879 Replace gdb_test with gdb_test_no_output.
3880 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3881 * gdb.threads/watchthreads.exp: Ditto.
3882 * gdb.threads/watchthreads2.exp: Ditto.
3883
3884 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
3885 * gdb.trace/tfind.exp: Ditto.
3886
c22decce
JB
38872010-06-03 Joel Brobecker <brobecker@adacore.com>
3888
3889 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
3890 successful test if message is the empty string.
3891
fd5700c7
JK
38922010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3893
3894 * gdb.fortran/module.exp (stopped language detection): New test.
3895
f55ee35c
JK
38962010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 Support DW_TAG_module as separate namespaces.
3899 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
3900 gdb.fortran/library-module-lib.f90: New.
3901 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
3902 (print i): Remove.
3903 (continue to breakpoint: i-is-1, print var_i value 1)
3904 (continue to breakpoint: i-is-2, print var_i value 2)
3905 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
3906 (print var_d, print var_i value 14, ptype modmany, complete `modm)
3907 (complete `modmany, complete `modmany`, complete `modmany`var)
3908 (show language, setting breakpoint at module): New tests.
3909 * gdb.fortran/module.f90 (module mod): Remove.
3910 (module mod1, module mod2, module modmany, subroutine sub1)
3911 (subroutine sub2, program module): New.
3912
b8e8282f
JK
39132010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
3916 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
3917 * gdb.cp/anon-union.exp (pass): Rename to ...
3918 (print z 2): ... here.
b8e8282f 3919
019ebafc
MS
39202010-06-02 Michael Snyder <msnyder@vmware.com>
3921
e68d8fd4
MS
3922 * gdb.trace/actions.exp: Use gdb_test_no_output.
3923 * gdb.trace/circ.exp: Ditto.
3924 * gdb.trace/packetlen.exp: Ditto.
3925 * gdb.trace/save-trace.exp: Ditto.
3926 * gdb.trace/tracecmd.exp: Ditto.
3927 * gdb.trace/tsv.exp: Ditto.
3928
12b5d08a
MS
3929 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
3930 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
3931 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3932 * gdb.threads/manythreads.exp: Ditto.
3933 * gdb.threads/print-threads.exp: Ditto.
3934 * gdb.threads/pthreads.exp: Ditto.
3935 * gdb.threads/schedlock.exp: Ditto.
3936 * gdb.threads/staticthreads.exp: Ditto.
3937 * gdb.threads/thread-specific.exp: Ditto.
3938 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3939 * gdb.threads/threadapply.exp: Ditto.
3940 * gdb.threads/watchthreads.exp: Ditto.
3941 * gdb.threads/watchthreads2.exp: Ditto.
3942
89493308
MS
3943 * gdb.python/py-block.exp: Use gdb_test_no_output.
3944 * gdb.python/py-prettyprint.exp: Ditto.
3945 * gdb.python/py-template.exp: Ditto.
3946 * gdb.python/py-value.exp: Ditto.
3947
3948 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
3949 * gdb.reverse/watch-reverse.exp: Ditto.
3950
3951 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
3952 * gdb.server/ext-run.exp: Ditto.
3953
019ebafc
MS
3954 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3955 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3956 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3957 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3958 * gdb.dwarf2/dw2-producer.exp: Ditto.
3959 * gdb.dwarf2/mac-fileno.exp: Ditto.
3960
3961 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3962 * gdb.gdb/selftest.exp: Ditto.
3963
3964 * gdb.multi/base.exp: Use gdb_test_no_output.
3965
3966 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3967
3e0ca3a5
JK
39682010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3969
3970 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3971
9db70545
MS
39722010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3973
a8d52276
MS
3974 * gdb.cp/class2.exp: Use gdb_test_no_output.
3975 * gdb.cp/classes.exp: Ditto.
3976 * gdb.cp/extern-c.exp: Ditto.
3977 * gdb.cp/inherit.exp: Ditto.
3978 * gdb.cp/maint.exp: Ditto.
3979 * gdb.cp/mb-inline.exp: Ditto.
3980 * gdb.cp/mb-templates.exp: Ditto.
3981 * gdb.cp/method2.exp: Ditto.
3982 * gdb.cp/misc.exp: Ditto.
3983 * gdb.cp/ovldbreak.exp: Ditto.
3984 * gdb.cp/punctuator.exp: Ditto.
3985 * gdb.cp/templates.exp: Ditto.
3986 * gdb.cp/virtbase.exp: Ditto.
3987
889bf7c5 3988 * gdb.threads/attach-stopped.exp:
9db70545 3989 Replace uses of send_gdb / gdb_expect.
889bf7c5 3990 * gdb.threads/attachstop-mt.exp:
9db70545 3991 Replace uses of send_gdb / gdb_expect.
889bf7c5 3992 * gdb.threads/gcore-thread.exp:
9db70545 3993 Replace uses of send_gdb / gdb_expect.
889bf7c5 3994 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
3995 Replace uses of send_gdb / gdb_expect.
3996 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 3997 * gdb.threads/print-threads.exp:
9db70545
MS
3998 Replace uses of send_gdb / gdb_expect.
3999 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
4000 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
4001 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
4002
4003 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
4004 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
4005 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
4006 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
4007 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
4008 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
4009 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
4010 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
4011 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
4012 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
4013 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
4014
359cc68c
JK
40152010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4016
4017 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
4018
7d3fe98e
SW
40192010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4020
4021 * gdb.cp/koenig.exp: Added new test case.
4022 * gdb.cp/koenig.cc: Ditto.
4023
27d3a1a2
MS
40242010-06-01 Michael Snyder <msnyder@vmware.com>
4025
4026 * gdb.base/arithmet.exp: Use gdb_test_no_output.
4027 * gdb.base/arrayidx.exp: Ditto.
4028 * gdb.base/attach.exp: Ditto.
4029 * gdb.base/auxv.exp: Ditto.
4030 * gdb.base/bigcre.exp: Ditto.
4031 * gdb.base/break-always.exp: Ditto.
4032 * gdb.base/break-interp.exp: Ditto.
4033 * gdb.base/break.exp: Ditto.
4034 * gdb.base/breakpoint-shadow.exp: Ditto.
4035 * gdb.base/call-ar-st.exp: Ditto.
4036 * gdb.base/call-sc.exp: Ditto.
4037 * gdb.base/call-signal-resume.exp: Ditto.
4038 * gdb.base/callfuncs.exp: Ditto.
4039 * gdb.base/catch-syscall.exp: Ditto.
4040 * gdb.base/charset.exp: Ditto.
4041 * gdb.base/code-expr.exp: Ditto.
4042 * gdb.base/commands.exp: Ditto.
4043 * gdb.base/cond-expr.exp: Ditto.
4044 * gdb.base/condbreak.exp: Ditto.
4045 * gdb.base/cursal.exp: Ditto.
4046 * gdb.base/cvexpr.exp: Ditto.
4047 * gdb.base/default.exp: Ditto.
4048 * gdb.base/del.exp: Ditto.
4049 * gdb.base/detach.exp: Ditto.
4050 * gdb.base/display.exp: Ditto.
4051 * gdb.base/ena-dis-br.exp: Ditto.
4052 * gdb.base/eval-skip.exp: Ditto.
4053 * gdb.base/foll-fork.exp: Ditto.
4054 * gdb.base/foll-vfork.exp: Ditto.
4055 * gdb.base/frame-args.exp: Ditto.
4056 * gdb.base/funcargs.exp: Ditto.
4057 * gdb.base/gcore-buffer-overflow.exp: Ditto.
4058 * gdb.base/gdbvars.exp: Ditto.
4059 * gdb.base/help.exp: Ditto.
4060 * gdb.base/ifelse.exp: Ditto.
4061 * gdb.base/included.exp: Ditto.
4062 * gdb.base/list.exp: Ditto.
4063 * gdb.base/macscp.exp: Ditto.
4064 * gdb.base/maint.exp: Ditto.
4065 * gdb.base/multi-fork.exp: Ditto.
4066 * gdb.base/overlays.exp: Ditto.
4067 * gdb.base/page.exp: Ditto.
4068 * gdb.base/pending.exp: Ditto.
4069 * gdb.base/pointers.exp: Ditto.
4070 * gdb.base/pr11022.exp: Ditto.
4071 * gdb.base/prelink.exp: Ditto.
4072 * gdb.base/printcmds.exp: Ditto.
4073 * gdb.base/psymtab.exp: Ditto.
4074 * gdb.base/randomize.exp: Ditto.
4075 * gdb.base/relational.exp: Ditto.
4076 * gdb.base/relocate.exp: Ditto.
4077 * gdb.base/remote.exp: Ditto.
4078 * gdb.base/sepdebug.exp: Ditto.
4079 * gdb.base/set-lang-auto.exp: Ditto.
4080 * gdb.base/setshow.exp: Ditto.
4081 * gdb.base/setvar.exp: Ditto.
4082 * gdb.base/signals.exp: Ditto.
4083 * gdb.base/signull.exp: Ditto.
4084 * gdb.base/sigstep.exp: Ditto.
4085 * gdb.base/sizeof.exp: Ditto.
4086 * gdb.base/solib-disc.exp: Ditto.
4087 * gdb.base/store.exp: Ditto.
4088 * gdb.base/structs.exp: Ditto.
4089 * gdb.base/structs2.exp: Ditto.
4090 * gdb.base/subst.exp: Ditto.
4091 * gdb.base/term.exp: Ditto.
4092 * gdb.base/trace-commands.exp: Ditto.
4093 * gdb.base/unwindonsignal.exp: Ditto.
4094 * gdb.base/valgrind-db-attach.exp: Ditto.
4095 * gdb.base/varargs.exp: Ditto.
4096 * gdb.base/watch-cond.exp: Ditto.
4097 * gdb.base/watch_thread_num.exp: Ditto.
4098 * gdb.base/watchpoint-cond-gone.exp: Ditto.
4099 * gdb.base/watchpoint.exp: Ditto.
4100 * gdb.base/whatis-exp.exp: Ditto.
4101
f8d3bf8f
MS
41022010-06-01 Michael Snyder <msnyder@vmware.com>
4103
4104 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
4105 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
4106 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
4107 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
4108 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
4109 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
4110 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
4111 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
4112 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
4113 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
4114 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
4115 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
4116 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
4117 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
4118 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
4119
3f9e0d32
JK
41202010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.base/commands.exp (begin commands on watch): Remove excessive
4123 trailing newline.
4124 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
4125 * gdb.java/jmisc.exp (p *args\n): Rename to ...
4126 (p *args): ... here and remove excessive trailing newline.
4127
f629457d
JB
41282010-05-31 Joel Brobecker <brobecker@adacore.com>
4129
4130 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
4131
09eef106
JK
41322010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 Accept the new Linux kernel "t (tracing stop)" string.
4135 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
4136 Update comment.
4137 (state_wait) <T (tracing stop)>: New.
4138 (main): Update the state_wait expect string.
4139
94f31136
PA
41402010-05-28 Pedro Alves <pedro@codesourcery.com>
4141
4142 * limits.c, limits.exp: Delete files.
4143 * Makefile.in (clean mostlyclean): Adjust.
4144 * tracecmd.exp: Adjust.
4145
096554ab
JK
41462010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 * gdb.base/tui-layout.exp: New.
4149
27d3a1a2 41502010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 4151
889bf7c5 4152 * gdb.reverse/break-precsave.exp:
bcd2dc50 4153 Replace uses of send_gdb / gdb_expect.
889bf7c5 4154 * gdb.reverse/break-reverse.exp:
bcd2dc50 4155 Replace uses of send_gdb / gdb_expect.
889bf7c5 4156 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 4157 Replace uses of send_gdb / gdb_expect.
889bf7c5 4158 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 4159 Replace uses of send_gdb / gdb_expect.
889bf7c5 4160 * gdb.reverse/finish-precsave.exp:
bcd2dc50 4161 Replace uses of send_gdb / gdb_expect.
889bf7c5 4162 * gdb.reverse/finish-reverse.exp:
bcd2dc50 4163 Replace uses of send_gdb / gdb_expect.
889bf7c5 4164 * gdb.reverse/i386-precsave.exp:
bcd2dc50 4165 Replace uses of send_gdb / gdb_expect.
889bf7c5 4166 * gdb.reverse/i386-reverse.exp:
bcd2dc50 4167 Replace uses of send_gdb / gdb_expect.
889bf7c5 4168 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 4169 Replace uses of send_gdb / gdb_expect.
889bf7c5 4170 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 4171 Replace uses of send_gdb / gdb_expect.
889bf7c5 4172 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 4173 Replace uses of send_gdb / gdb_expect.
889bf7c5 4174 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 4175 Replace uses of send_gdb / gdb_expect.
889bf7c5 4176 * gdb.reverse/machinestate.exp:
bcd2dc50 4177 Replace uses of send_gdb / gdb_expect.
889bf7c5 4178 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 4179 Replace uses of send_gdb / gdb_expect.
889bf7c5 4180 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 4181 Replace uses of send_gdb / gdb_expect.
889bf7c5 4182 * gdb.reverse/solib-precsave.exp:
bcd2dc50 4183 Replace uses of send_gdb / gdb_expect.
889bf7c5 4184 * gdb.reverse/solib-reverse.exp:
bcd2dc50 4185 Replace uses of send_gdb / gdb_expect.
889bf7c5 4186 * gdb.reverse/step-precsave.exp:
bcd2dc50 4187 Replace uses of send_gdb / gdb_expect.
889bf7c5 4188 * gdb.reverse/step-reverse.exp:
bcd2dc50 4189 Replace uses of send_gdb / gdb_expect.
889bf7c5 4190 * gdb.reverse/until-precsave.exp:
bcd2dc50 4191 Replace uses of send_gdb / gdb_expect.
889bf7c5 4192 * gdb.reverse/until-reverse.exp:
bcd2dc50 4193 Replace uses of send_gdb / gdb_expect.
889bf7c5 4194 * gdb.reverse/watch-precsave.exp:
bcd2dc50 4195 Replace uses of send_gdb / gdb_expect.
889bf7c5 4196 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
4197 Replace uses of send_gdb / gdb_expect.
4198
3def43e0
JK
41992010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
4202 excessive newline.
4203
27d3a1a2 42042010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
4205
4206 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
4207 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
4208 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
4209 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
4210 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
4211 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
4212 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
4213 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
4214 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
4215 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
4216 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
4217 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
4218 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
4219 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
4220 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
4221 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
4222 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
4223 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
4224 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 4225
27d3a1a2 42262010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 4227
22454424
MS
4228 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
4229 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
4230
4231 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
4232 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
4233 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
4234
889bf7c5 4235 * gdb.reverse/consecutive-reverse.exp:
22454424 4236 Replace uses of send_gdb / gdb_expect.
889bf7c5 4237 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
4238 Replace uses of send_gdb / gdb_expect.
4239
4240 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
4241 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
4242 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 4243 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
4244 Replace uses of send_gdb / gdb_expect.
4245 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
4246 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
4247 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
4248 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
4249 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
4250 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
4251 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
4252 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
4253 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
4254
42552010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 4256
22454424 4257 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4258
22454424 4259 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4260
22454424
MS
4261 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
4262 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
4263 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
4264 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
4265 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
4266 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
4267 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
4268 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
4269 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 4270
6e5f2c59
TT
42712010-05-25 Tom Tromey <tromey@redhat.com>
4272
4273 * gdb.base/macscp.exp: Add missing space after setup_kfail.
4274
bbc8b958
TT
42752010-05-25 Tom Tromey <tromey@redhat.com>
4276
4277 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
4278 argument order.
4279 * gdb.base/macscp.exp: Fix setup_kfail argument order.
4280 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
4281 order.
4282 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
4283 order.
4284 * gdb.base/call-sc.exp (setup_kfails): Remove.
4285 (setup_compiler_kfails): Remove.
4286 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
4287 argument order.
4288 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
4289 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
4290 (advancei): Fix setup_kfail argument order.
4291 * gdb.base/radix.exp: Fix setup_kfail argument order.
4292 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
4293 order.
4294 * gdb.base/structs.exp (setup_kfails): Remove.
4295 (setup_compiler_kfails): Fix setup_kfail argument order.
4296 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
4297 order.
4298 * gdb.java/jmain.exp: Fix setup_kfail argument order.
4299 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
4300 setup_kfail argument order.
4301 * gdb.cp/overload.exp: Fix setup_kfail argument order.
4302
83d1babf
TT
43032010-05-25 Tom Tromey <tromey@redhat.com>
4304
4305 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
4306
6acb16a2
MS
43072010-05-25 Michael Snyder <msnyder@vmware.com>
4308
4309 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
4310 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
4311 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
4312 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
4313 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
4314 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
4315 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
4316 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
4317 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
4318 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
4319 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
4320 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
4321 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
4322 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
4323 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
4324 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
4325 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
4326 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
4327 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
4328 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
4329 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
4330 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
4331 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
4332 * gdb.base/default.exp: Replace send_gdb with gdb_test.
4333 * gdb.base/define.exp: Replace send_gdb with gdb_test.
4334 * gdb.base/display.exp: Replace send_gdb with gdb_test.
4335 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
4336 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
4337 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
4338 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
4339 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
4340 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
4341 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
4342 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
4343 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
4344 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
4345 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
4346 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
4347 * gdb.base/help.exp: Replace send_gdb with gdb_test.
4348 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
4349 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
4350 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
4351 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
4352 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
4353 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
4354 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
4355 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 4356 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
4357
43582010-05-25 Doug Evans <dje@google.com>
4359
4360 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
4361 gdb.string_to_argv.
ad3986f0 4362
d3b1e874
TT
43632010-05-21 Tom Tromey <tromey@redhat.com>
4364
4365 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
4366 Call it.
4367 * gdb.dwarf2/pieces.S: Update.
4368 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
4369
cb826367
TT
43702010-05-21 Tom Tromey <tromey@redhat.com>
4371
4372 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
4373 Call it.
4374 * gdb.dwarf2/pieces.c (struct C): New.
4375 (f6): New function.
4376 * gdb.dwarf2/pieces.S: Replace.
4377
74de6778
TT
43782010-05-21 Tom Tromey <tromey@redhat.com>
4379
4380 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
4381 Call it.
4382
afd74c5f
TT
43832010-05-21 Tom Tromey <tromey@redhat.com>
4384
4385 * gdb.dwarf2.pieces.exp: New file.
4386 * gdb.dwarf2.pieces.S: New file.
4387 * gdb.dwarf2.pieces.c: New file.
4388
a7b75dfd 43892010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 4390 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
4391
4392 * lib/gdb.exp (gdb_test_no_output): New function.
4393 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
4394 when testing commands that should produce no output.
4395
c81c812a
JB
43962010-05-17 Joel Brobecker <brobecker@adacore.com>
4397
4398 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
4399 parameter that we want to watch being a constant.
4400
0cce5bd9
JB
44012010-05-17 Joel Brobecker <brobecker@adacore.com>
4402
4403 * gdb.ada/cond_lang: New testcase.
4404
47050449
JB
44052010-05-17 Joel Brobecker <brobecker@adacore.com>
4406
4407 * lib/gdb.exp (banned_variables): New variable/constant.
4408 (gdb_init): Add write trace on variables listed in banned_variables.
4409 (gdb_finish): Remove write traces on variables listed in
4410 banned_variables.
4411
77c01586
JB
44122010-05-17 Joel Brobecker <brobecker@adacore.com>
4413
4414 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
4415 * gdb.cp/koenig.exp: Likewise.
4416
88d4aea7
PM
44172010-05-14 Phil Muldoon <pmuldoon@redhat.com>
4418
889bf7c5 4419 PR python/11482
88d4aea7
PM
4420
4421 * gdb.python/py-value.exp (test_value_hash): New function.
4422
f5a010c0
PM
44232010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4424
4425 PR exp/11530.
4426 * gdb.base/gdb11530.c: New file.
4427 * gdb.base/gdb11530.exp: New file.
4428
8ef4892f
JK
44292010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4430
4431 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
4432 * gdb.dwarf2/dw2-modula2-self-type.S: New.
4433
7322dca9
SW
44342010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
4435
4436 * gdb.cp/koenig.exp: New test.
4437 * gdb.cp/koenig.cc: New test program.
4438
02e7ea18
JB
44392010-05-05 Joel Brobecker <brobecker@adacore.com>
4440
4441 Remove the use of prms_id and bug_id throughout the testsuite.
4442
e1c34c5d
PM
44432010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4444
4445 PR exp/11349.
4446 * testsuite/gdb.cp/ref-types.exp: Add test to examine
4447 use a reference local variable.
4448
8e1d0c49
JK
44492010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4450
4451 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
4452 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
4453 variable different_dir. Move debugfile into a full directory pathname
4454 under DIFFERENT_DIR.
4455 * lib/gdb.exp (separate_debug_filename): Remove.
4456 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
4457 variable debug_dir and mkdir of it. Update function comments.
4458
e66408ed
PA
44592010-04-29 Pedro Alves <pedro@codesourcery.com>
4460
4461 PR gdb/11557
4462
4463 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
4464 files.
4465
d7b32ed3
PM
44662010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4467
889bf7c5 4468 * gdb.python/py-param.exp: New File.
d7b32ed3 4469
6aecb9c2
JB
44702010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4471
4472 * gdb.base/default.exp: Fix "set language" test.
4473
bdf92a1c
PM
44742010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
4475
4476 PR breakpoints/11531.
4477 * gdb.base/gdb11531.c: New file.
4478 * gdb.base/gdb11531.exp: New file.
4479
3f172e24
TT
44802010-04-26 Tom Tromey <tromey@redhat.com>
4481
4482 * gdb.base/completion.exp: Add tests for completion and deprecated
4483 commands.
4484
64af4c92
JK
44852010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4486
4487 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
4488 (print /x char_array): Escape curly brackets.
4489
492928e4
JK
44902010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4491
4492 Fix deadlock on looped list of loaded shared objects.
4493 * gdb.base/solib-corrupted.exp: New.
4494
66d09542
DE
44952010-04-23 Doug Evans <dje@google.com>
4496
4497 * gdb.python/py-section-script.c: New file.
4498 * gdb.python/py-section-script.exp: New file.
4499 * gdb.python/py-section-script.py: New file.
4500
8bd10a10
CM
45012010-04-20 Chris Moller <cmoller@redhat.com>
4502
4503 PR 10179
4504
4505 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
4506 * gdb.base/pr10179-a.c:
4507 * gdb.base/pr10179-b.c:
4508 * gdb.base/pr10179.exp: New files.
4509
c0201579
JK
45102010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 Fix crashes on dangling display expressions.
4513 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
4514 is SEP.
4515 (lib_flags): Remove the "debug" keyword.
4516 (libsepdebug): New variable for iterating new loop.
4517 (save_pf_prefix): New variable wrapping the loop.
4518 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
4519 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
4520
793b0ff8
PM
45212010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4522
4523 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
4524
097f51f7
PM
45252010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4526
4527 PR stabs/11479.
4528 * gdb.stabs/gdb11479.exp: New file.
4529 * gdb.stabs/gdb11479.c: New file.
4530
9a22f0d0
PM
45312010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4532
4533 * gdb.base/charset.c (Strin16, String32): New variables.
4534 * gdb.base/charset.exp (gdb_test): Test correct display
4535 of 16 or 32 bit strings.
4536
45372010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
4538
4539 PR 9167
4540 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
4541 * gdb.cp/pr9167.cc: New file.
4542 * gdb.cp/pr9167.exp: New file.
4543
4544
6e354e5e
PM
45452010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4546
4547 PR pascal/11492.
4548 * gdb.pascal/gdb11492.pas: New file.
4549 * gdb.pascal/gdb11492.exp: New file.
4550
be942545
JB
45512010-04-20 Joel Brobecker <brobecker@adacore.com>
4552
1667e6e3 4553 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 4554
0c3acc09
JB
45552010-04-20 Joel Brobecker <brobecker@adacore.com>
4556
4557 * gdb.ada/dyn_loc: New testcase.
4558
ec31cde5
CM
45592010-04-20 Chris Moller <cmoller@redhat.com>
4560
4561 PR 10867
889bf7c5 4562
ec31cde5
CM
4563 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
4564 * gdb.cp/pr10687.cc: New file.
4565 * gdb.cp/pr10687.exp: New file.
4566
4567
ce4b0682
SDJ
45682010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4569 Sergio Durigan Junior <sergiodj@redhat.com>
4570
4571 * gdb.fortran/logical.exp: New testcase.
4572 * gdb.fortran/logical.f90: New file.
4573
3436961f
DE
45742010-04-19 Doug Evans <dje@google.com>
4575
4576 * gdb.base/help.exp (help source): Update expected output.
4577
4d836c09
JK
45782010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4579
4580 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
4581 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
4582 gdb_exit and return.
4583 (executable): New variable.
4584 (binfile): Use it.
4585
6149aea9
PA
45862010-04-19 Pedro Alves <pedro@codesourcery.com>
4587
4588 PR breakpoints/8554.
4589
4590 * gdb.trace/save-trace.exp: Adjust.
4591
ed41462c
L
45922010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4593
4594 PR corefiles/11511
4595 * gdb.arch/system-gcore.exp: New.
4596 * gdb.arch/gcore.c: Likewise.
4597
3f7b2faa
DE
45982010-04-15 Doug Evans <dje@google.com>
4599
fa33c3cd
DE
4600 * gdb.python/py-progspace.c: New file.
4601 * gdb.python/py-progspace.exp: New file.
4602
3f7b2faa
DE
4603 * gdb.base/source.exp: Add tests for "source -s".
4604
79f283fe
PM
46052010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4606
4607 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
4608 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
4609 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
4610 * gdb.python/py-mi.exp: New test for to_string returning None.
4611
fc8eb08a
PM
46122010-04-12 Phil Muldoon <pmuldoon@redhat.com>
4613
4614 * gdb.python/py-breakpoint.c: Make result global.
4615
26e197f6
JK
46162010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4617
4618 Fix non-GNU make compatibility.
4619 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
4620
adc36818
PM
46212010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4622
4623 * gdb.python/py-breakpoint.exp: New File.
4624 * gdb.python/py-breakpoint.C: Ditto.
4625
64e17368
SS
46262010-04-08 Stan Shebs <stan@codesourcery.com>
4627
4628 * gdb.trace/actions.exp: Clear default-collect.
4629 * gdb.trace/save-trace.exp: Clear default-collect.
4630
fff5cc64
PM
46312010-04-08 Phil Muldoon <pmuldoon@redhat.com>
4632
4633 * gdb.python/py-value: Add null string variable.
4634 (test_lazy_string): Test zero length, NULL address lazy
4635 strings.
4636
a055a187
L
46372010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4638
4639 * gdb.arch/i386-avx.c: New.
4640 * gdb.arch/i386-avx.exp: Likewise.
4641
4642 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
4643
96e39866
DE
46442010-04-06 Doug Evans <dje@google.com>
4645
4646 * gdb.base/source-test.gdb: New file.
4647 * gdb.base/source.exp: Test source -v.
4648
5984a431
UW
46492010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4650
4651 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
4652
ec8a089a
PM
46532010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4654
4655 * gdb.stabs/aout.sed: Convert all backslash to double backslash
4656 within one line, unless it is followed by a double quote.
4657 * gdb.stabs/hppa.sed: Idem.
4658 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
4659 * gdb.stabs/weird.exp: Check for correct parsing of
4660 char and string constants.
ec8a089a
PM
4661 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
4662 in .stabs to .stabx substitution.
4663
fce3c1f0
SS
46642010-04-05 Stan Shebs <stan@codesourcery.com>
4665
4666 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
4667 constant global.
4668 * gdb.trace/tfile.exp: Try to print them.
4669
d77f58be
SS
46702010-04-04 Stan Shebs <stan@codesourcery.com>
4671
4672 * gdb.base/completion.exp: Update for new "info watchpoints".
4673 * gdb.base/default.exp: Ditto.
4674 * gdb.base/help.exp: Ditto.
4675 * gdb.base/watchpoint.exp: Ditto.
4676 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 4677
af54718e
SS
46782010-04-04 Stan Shebs <stan@codesourcery.com>
4679
4680 * gdb.trace/tfile.exp: Sharpen tfind test.
4681
74d1f91e
JK
46822010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * gdb.base/break-entry.exp: New.
4685
eb8e76db 46862010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 4687 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
4688
4689 * gdb.reverse/i386-sse-reverse.exp: New file.
4690 * gdb.reverse/i386-sse-reverse.c: New file.
4691
bf65cad8
PA
46922010-04-02 Pedro Alves <pedro@codesourcery.com>
4693
4694 * gdb.trace/tfind.exp: Adjust expected disassembly output.
4695
fff87407
SS
46962010-04-01 Stan Shebs <stan@codesourcery.com>
4697
4698 * gdb.trace/actions.exp: Tweak expected output.
4699 * gdb.trace/while-stepping.exp: Tweak expected output.
4700
fe01d668
L
47012010-04-01 H.J. Lu <hongjiu.lu@intel.com>
4702
4703 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
4704
86b17b60
PA
47052010-04-01 Pedro Alves <pedro@codesourcery.com>
4706
4707 * gdb.base/commands.exp: Adjust.
4708 * gdb.cp/extern-c.exp: Adjust.
4709
2c58c0a9
PA
47102010-04-01 Pedro Alves <pedro@codesourcery.com>
4711
4712 * gdb.trace/collection.c (local_test_func): Define a local struct,
4713 and instanciate it.
4714
0db9b91c
PA
47152010-04-01 Pedro Alves <pedro@codesourcery.com>
4716
4717 * gdb.trace/collection.exp (gdb_collect_args_test)
4718 (gdb_collect_argarray_test): XFAIL the tests that assume the
4719 argarray argument's elements are collected.
4720
8072405b
JK
47212010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4722
4723 * gdb.dwarf2/dw2-bad-parameter-type.exp,
4724 gdb.dwarf2/dw2-bad-parameter-type.S: New.
4725
8bf6485c
SS
47262010-03-31 Stan Shebs <stan@codesourcery.com>
4727
4728 * gdb.trace/save-trace.exp: Test save/restore of default-collect
4729 and tracepoint conditionals.
4730 (gdb_verify_tracepoints): Delete unused return.
4731
fd7f724a
KS
47322010-03-26 Keith Seitz <keiths@redhat.com>
4733
4734 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
4735 appear in the output before main.
4736 Remove KFAIL for gdb/2215 aka bz 9320.
4737
8d9e7719
DE
47382010-03-30 Doug Evans <dje@google.com>
4739
0906dd0b
DE
4740 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
4741 by dejagnu.
4742 * gdb.arch/amd64-dword.exp: Ditto.
4743
8d9e7719
DE
4744 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
4745 match.
4746 (break printf): Ditto.
4747
1da644f0
SW
47482010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
4749
4750 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
4751 gcc < 4.4.
4752 * gdb.cp/shadow.exp: Ditto.
4753
a8121990
PA
47542010-03-29 Pedro Alves <pedro@codesourcery.com>
4755
4756 * gdb.trace/collection.exp (run_trace_experiment): Make sure
4757 "tstart" is silent.
4758
6e79d367
PA
47592010-03-29 Pedro Alves <pedro@codesourcery.com>
4760
4761 * gdb.trace/collection.exp (executable): New.
4762 (binfile): Use it.
4763 (fpreg, spreg, pcreg): New.
4764 (test_register): Use gdb_test_multiple. Pass /x to print.
4765 (prepare_for_trace_test): New.
4766 (run_trace_experiment): Use "continue", not gdb_run_cmd.
4767 (gdb_collect_args_test, gdb_collect_argstruct_test)
4768 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
4769 prepare_for_trace_test.
4770 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
4771 fpreg, spreg and pcreg.
4772 (gdb_collect_expression_test, gdb_collect_globals_test): Use
4773 prepare_for_trace_test.
4774 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
4775 try to detect tracing support here. Don't set breakpoints at
4776 `begin' or `end' here.
4777 <global scope>: Use clean_restart. Run to main before checking
4778 for tracing support. Check for for tracing support here.
4779
09248348
JK
47802010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4781
4782 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
4783 " as $displacement" to "seen displacement message".
4784
d350db38
PA
47852010-03-28 Pedro Alves <pedro@codesourcery.com>
4786
4787 * gdb.trace/while-dyn.exp (executable): New variable.
4788 (binfile): Use it.
4789 (test_while_stepping): New function. Move most tests here. Call
4790 it once for each of the while-stepping, stepping and ws aliases.
4791
907af001
UW
47922010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4793
4794 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
4795 that do not provide the tagless_struct type name at all.
4796 (test_print_anon_union): Do not check value of uninitialized
4797 union member. Do not use cp_test_ptype_class, so we can accept
4798 "long" as well as "long int".
4799
610197fd
PA
48002010-03-26 Pedro Alves <pedro@codesourcery.com>
4801
4802 * gdb.trace/tfile.c (tohex, bin2hex): New.
4803 (write_error_trace_file): Hexify error description.
4804
6c28cbf2
SS
48052010-03-25 Stan Shebs <stan@codesourcery.com>
4806
4807 * gdb.trace/tfile.c: Generate an additional trace file, improve
4808 portability.
4809 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
4810 files in a better way.
4811
e62b8c7e
KS
48122010-03-25 Keith Seitz <keiths@redhat.com>
4813
4814 * gdb.java/jprint.exp: XFAIL printing of static class members
4815 because of GCC debuginfo problem.
4816
82ccf5a5
JK
48172010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4818
4819 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
4820
293e2f9e
DJ
48212010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4822
4823 * gdb.base/completion.exp: Allow long instead of long int.
4824 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
4825 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
4826 variable p.
4827 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
4828 * gdb.base/pointers.exp: Allow long instead of long int.
4829 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
4830 * gdb.base/step-line.exp: Allow a directory before the source file name.
4831
95a42b64
TT
48322010-03-24 Tom Tromey <tromey@redhat.com>
4833
4834 PR breakpoints/9352:
4835 * gdb.base/default.exp: Update.
4836 * gdb.base/commands.exp: Update.
4837 * gdb.cp/extern-c.exp: Test setting commands on multiple
4838 breakpoints at once.
4839
2390201f
DJ
48402010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4841
4842 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
4843 if gdb,nosignals.
4844 * gdb.base/watchpoints.c: Do not include unnecessary headers.
4845 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
4846 exited".
4847
8c9a6790
SS
48482010-03-24 Stan Shebs <stan@codesourcery.com>
4849
4850 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
4851
a6c727b2
DJ
48522010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4853
4854 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
4855 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
4856 argument. Handle "short" and "long".
4857 (Top level): Pass overprototyped output for old_fptr and xptr.
4858
4dfd5423
PA
48592010-03-23 Pedro Alves <pedro@codesourcery.com>
4860
4861 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
4862 format strings and add casts to avoid compiler warnings.
4863
48642010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
4865
4866 * lib/trace-support.exp (gdb_trace_setactions):
4867 Don't expect whitespace after ">" prompt.
4868 * gdb.trace/actions.exp: Adjust for output changes.
4869 * gdb.trace/while-stepping.exp: Likewise.
4870
c847d045
JK
48712010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4872
4873 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
4874 and r157645).
4875
5f717f1d
JK
48762010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
4879 New.
4880
7d6d51d5
DJ
48812010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
4882
4883 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
4884 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
4885
3b11a015
SS
48862010-03-19 Stan Shebs <stan@codesourcery.com>
4887
4888 * gdb.trace/ax.exp: New file.
4889
d7d158ed
DE
48902010-03-19 Doug Evans <dje@google.com>
4891
6bb85cd1
DE
4892 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
4893 output from gcc.
4894
d7d158ed
DE
4895 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
4896 named /usr/sbin/prelink<foo>.
4897
4daf5ac0
SS
48982010-03-18 Stan Shebs <stan@codesourcery.com>
4899
4900 * gdb.trace/circ.exp: Test circular-trace-buffer.
4901 * gdb.trace/tfile.exp: Update tstatus test.
4902
e8d05480
JB
49032010-03-18 Joel Brobecker <brobecker@adacore.com>
4904
4905 * gdb.dwarf2/dw2-anonymous-func.S: New file.
4906 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
4907
441b986a
UW
49082010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4909
4910 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
4911
4247603b
PA
49122010-03-18 Pedro Alves <pedro@codesourcery.com>
4913
4914 * gdb.base/default.exp: Adjust the expected output of the finish
4915 and until commands when the inferior is not being run.
4916
13387711
SW
49172010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4918
4919 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
4920 * gdb.cp/nsusing.exp: Ditto.
4921
6e31430b
TT
49222010-03-15 Tom Tromey <tromey@redhat.com>
4923
4924 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
4925 * gdb.cp/userdef.cc (operator==): New function.
4926 (main): New locals mem1, mem2.
4927
e2d69cb5
JZ
49282010-03-15 Jie Zhang <jie@codesourcery.com>
4929
4930 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
4931 Declare and use new loadtimeout variable.
4932
f572f0a9
DJ
49332010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4934
4935 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
4936 Use gdb_load later.
4937
51f4c0b0
PA
49382010-03-14 Pedro Alves <pedro@codesourcery.com>
4939
4940 * gdb.base/solib-disc.c (main): Make format of fprintf a string
4941 literal. Add missing endlines to prints to stderr.
4942
1c809c68
TT
49432010-03-12 Tom Tromey <tromey@redhat.com>
4944
4945 PR c++/9708:
4946 * gdb.cp/m-static.exp: Add regression test.
4947 * gdb.cp/m-static.cc (method): New method.
4948 (main): Call it.
4949
00ae8fef
SW
49502010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4951
4952 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
4953 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4954
759f0f0b
PA
49552010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4956
21e24d21
PA
4957 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4958
49592010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4960
759f0f0b
PA
4961 * lib/gdb.exp (skip_stl_tests): New.
4962 (gdb_compile): Symbian needs -ldl.
4963 (shlib_target_file): New.
4964 (shlib_symbol_file): New.
4965 (gdb_load_shlibs): Use shlib_target_file.
4966 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4967 * gdb.cp/exception.exp: Use skip_stl_tests.
4968 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4969 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4970 * gdb.cp/mb-templates.exp: Ditto.
4971 * gdb.base/commands.exp: Relax regexes.
4972 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4973 shlib_target_file and shlib_symbol_file.
4974 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4975 sections.
4976 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4977 * gdb.base/solib-disc.exp: Use
4978 shlib_target_file and shlib_symbol_file.
4979 * gdb.base/unload.exp: Don't skip on symbian. Use
4980 shlib_target_file and shlib_symbol_file.
4981 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4982
6a8f2671 49832010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 4984
6a8f2671
PA
4985 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4986 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4987 Issue a tfind end before looking for a tracepoint frame.
4988 * gdb.trace/tfind.exp: Adjust tstatus output.
4989 Adjust disassembly output.
4990 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4991
ccf26247
JK
49922010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 * gdb.base/break-interp.exp: Create new displacement parameter value
4995 for the test_ld calls.
4996 (reach): New parameter displacement, verify its content. New push of
4997 pf_prefix "reach-$func:". Import global expect_out.
4998 (test_core): New parameter displacement, verify its content. New push
4999 of pf_prefix "core:". New command "set verbose on". Import global
5000 expect_out.
5001 (test_attach): New parameter displacement, verify its content. New
5002 push of pf_prefix "attach:". New command "set verbose on". Import
5003 global expect_out.
5004 (test_ld): New parameter displacement, pass it to the reach, test_core
5005 and test_attach calls and verify its content in the "ld.so exit" test.
5006 * gdb.base/prelink.exp: Remove gdb_exit and final return.
5007 (prelink): Update expected text, use gdb_test.
5008
e469c7fb
DE
50092010-03-10 Doug Evans <dje@google.com>
5010
5011 * gdb.base/checkpoint.exp: Fix comment.
5012 Lengthen timeout while doing >600 checkpoints test.
5013 Rename duplicate "kill all one" test to keep test names unique.
5014
60e1c644
PA
50152010-03-10 Pedro Alves <pedro@codesourcery.com>
5016
5017 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
5018
cec808ec
KS
50192010-03-08 Keith Seitz <keiths@redhat.com>
5020
889bf7c5
PA
5021 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
5022 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
5023 (dm_type_long): New function.
5024 (dm_type_unsigned_short): New function.
5025 (dm_type_unsigned_long): New function.
5026 (myint): New typedef.
5027 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
5028 long, unsigned shor and long, operator char*, and typedef.
5029 (test_lookup_operator_functions): Add operator char* test.
5030 (test_paddr_operator_functions): Likewise.
5031 (test_paddr_overloaded_functions): Use probe values for
5032 short, long, and unsigned short and long.
5033 (test_paddr_hairy_functions): If the demangler probe detected
5034 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
5035 demangler.
5036 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
5037 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
5038 and "print null_pmf".
5039 Add test "ptype a.*pmf".
5040 * gdb.cp/overload.exp: Allow optional "int" to appear with
5041 "short" and "long".
5042 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
5043 long expect value for men_overload1arg.
5044 Allow "int" to appear with "short" and "long".
5045 When testing "info break", add argument for main (void).
5046 Also allow "int" to appear with "short" and "long".
5047 Ditto with "unsigned" and "long long".
cec808ec
KS
5048 * gdb.java/jmain.exp: Do not enclose methods names in single
5049 quotes.
5050 * gdb.java/jmisc.exp: Likewise.
5051 * gdb.java/jprint.exp: Likewise.
5052 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
5053
5054 From Jan Kratochvil <jan.kratochvil@redhat.com>:
5055 * gdb.cp/exception.exp (backtrace after first throw)
5056 (backtrace after second throw): Allow a namespace before __cxa_throw.
5057 (backtrace after first catch, backtrace after second catch): Allow
5058 a namespace before __cxa_begin_catch.
5059
5060 * gdb.cp/cpexprs.exp: New file.
5061 * gdb.cp/cpexprs.cc: New file.
5062
5063 From Daniel Jacobowitz <dan@codesourcery.com>
5064 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
5065 to use string_to_regexp.
5066 (ctor, dtor): New functions. Use them to match constructor
5067 and destructor function types.
5068 (Top level): Use runto_main.
5069
f870a310
TT
50702010-03-05 Tom Tromey <tromey@redhat.com>
5071
5072 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
5073 gdb.target_charset.
5074 (pp_ns.to_string): Likewise.
5075
0c199f28
KS
50762010-03-04 Keith Seitz <keiths@redhat.com>
5077
5078 * gdb.cp/overload.exp: Test that the filename portion of a linespec
5079 can be quoted. Test that both the filename and function/line
5080 portions can be quoted at the same time.
5081
c7437ca6
PA
50822010-03-04 Pedro Alves <pedro@codesourcery.com>
5083
5084 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
5085
b111b805
DE
50862010-03-03 Doug Evans <dje@google.com>
5087
24486cb7
DE
5088 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
5089 libc contains libpthread.
5090
b111b805
DE
5091 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
5092 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
5093 of gdb_compile. Add another pattern to match android backtrace.
5094
a0e0ef55
TT
50952010-03-03 Tom Tromey <tromey@redhat.com>
5096
5097 PR gdb/11345:
5098 * gdb.base/printcmds.exp (test_printf): Add test.
5099
1ba53b71
L
51002010-03-02 H.J. Lu <hongjiu.lu@intel.com>
5101
5102 * gdb.arch/amd64-byte.exp: New.
5103 * gdb.arch/amd64-dword.exp: Likewise.
5104 * gdb.arch/amd64-pseudo.c: Likewise.
5105 * gdb.arch/amd64-word.exp: Likewise.
5106 * gdb.arch/i386-byte.exp: Likewise.
5107 * gdb.arch/i386-pseudo.c: Likewise.
5108 * gdb.arch/i386-word.exp: Likewise.
5109
f5dff777
DJ
51102010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5111
5112 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
5113 types. Add structreg, bitfields, and flags registers.
5114 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
5115 registers.
5116
90884b2b
L
51172010-03-01 H.J. Lu <hongjiu.lu@intel.com>
5118
5119 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
5120 (load_description): Set architecture if defined.
5121
dc00d89f
PM
51222010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5123
5124 * gdb.python/py-frame.exp: Add read_var block tests.
5125 * gdb.python/py-frame.c (block): New function.
5126
0e095b7e
JK
51272010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5128 Daniel Jacobowitz <dan@codesourcery.com>
5129
5130 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
5131
624f1a65
DM
51322010-02-25 David S. Miller <davem@davemloft.net>
5133
5134 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
5135 fix logic for setting all_syscalls_numbers.
5136
f3e9a817
PM
51372010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5138
5139 * Makefile.in: Add py-block and py-symbol.
5140 * gdb.python/py-symbol.exp: New File.
5141 * gdb.python/py-symtab.exp: New File.
5142 * gdb.python/py-block.exp: New File.
5143 * gdb.python/py-symbol.c: New File.
5144 * gdb.python/py-block.c: New File.
5145
f6bbabf0
PM
51462010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5147
5148 PR python/11314
5149 * lib/gdb.exp (skip_python_tests): New function.
5150 * gdb.python/py-cmd.exp: Use skip_python_tests.
5151 * gdb.python/py-frame.exp: Likewise.
5152 * gdb.python/py-function.exp: Likewise.
5153 * gdb.python/py-prettyprint.exp: Likewise.
5154 * gdb.python/py-template.exp: Likewise.
5155 * gdb.python/py-type.exp: Likewise.
5156 * gdb.python/py-value.exp: Likewise.
5157
85d721b8
PA
51582010-02-22 Pedro Alves <pedro@codesourcery.com>
5159
5160 PR9605
5161
5162 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
5163
48e32051
TT
51642010-02-19 Tom Tromey <tromey@redhat.com>
5165
5166 PR c++/8693, PR c++/9496:
5167 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
5168 regression tests.
5169
ac9c0048
JK
51702010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5171
5172 Fix compatibility with m68k as.
5173 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
5174 Use only /* comments */.
5175
57bb97a4
UW
51762010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5177
5178 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
5179 * configure: Regenerate.
5180
7d1bf85c
DJ
51812010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
5182
5183 * gdb.python/py-type.exp: Check for Python support.
5184
061b5285
PA
51852010-02-17 Pedro Alves <pedro@codesourcery.com>
5186
5187 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
5188 `regsub' syntax available.
5189
f8a8bc2c
PA
51902010-02-17 Pedro Alves <pedro@codesourcery.com>
5191
5192 * gdb.base/shmain.c (main): Remove printf call.
5193 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
5194 * gdb.base/unload.c (main): Make format of fprintf a string
5195 literal. Add missing endlines to prints to stderr.
5196 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
5197
6f451e5e
TT
51982010-02-17 Tom Tromey <tromey@redhat.com>
5199
5200 * gdb.java/jprint.java (jprint.props): New field.
5201 * gdb.java/jprint.exp (set_lang_java): Add regression test.
5202
12d79008
PA
52032010-02-17 Pedro Alves <pedro@codesourcery.com>
5204
ef801a0e 5205 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
5206 available.
5207
d252f7e5
DJ
52082010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5209
5210 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
5211 creation to support remote host testing.
5212
67bdab6c
DJ
52132010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5214
5215 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
5216 Recognize "command not found".
5217
bb391223
DJ
52182010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5219
5220 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
5221 single-stepping.
5222
70362913
DJ
52232010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5224
5225 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
5226 if arguments are not supported.
5227
493f3c00
DJ
52282010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5229
5230 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
5231 be const or non-const.
5232
8034c749
DJ
52332010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5234
5235 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
5236 mi_send_resuming_command to send -exec-continue.
5237
791dfb64
DJ
52382010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5239
5240 * gdb.base/list.exp (test_list_filename_and_function): Add test
5241 with single quotes.
5242 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
5243 matching.
5244 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
5245 Add KFAIL'd tests for PR gdb/11289.
5246
7c5fe868
DJ
52472010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5248
5249 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
5250
fdc498b8
DJ
52512010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5252
5253 * gdb.base/comp-dir/subdir/dummy.txt: New file.
5254 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
5255 a temporary directory.
5256
b519e2a6
DJ
52572010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5258
5259 * gdb.base/charset.exp: Use a single regular expression to match
5260 show host-charset and show target-charset output.
5261
74164c56
JK
52622010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5263
5264 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
5265 "Illegal process-id" expect string more exact.
5266 (attach to digits-starting nonsense is prohibited): New.
5267
701ed6dc
JK
52682010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5269
5270 * gdb.base/prelink.exp (set verbose on): New.
5271
889bf7c5 52722010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
5273
5274 * mi-reverse.exp: New file. Test for reverse option to the
5275 following MI commands: exec-continue, exec-finish, exec-next,
5276 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 5277
dadf0e9c
JB
52782010-02-09 Joel Brobecker <brobecker@adacore.com>
5279
5280 * gdb.ada/ptype_tagged_param: New testcase.
5281
714f19d5
TT
52822010-02-08 Tom Tromey <tromey@redhat.com>
5283
5284 PR c++/8017:
5285 * gdb.cp/overload.exp: Add tests.
5286 * gdb.cp/overload.cc (struct K): New.
5287 (namespace N): New.
5288 (main): Call new functions.
5289 (K::staticoverload): Define.
5290
889bf7c5 52912010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
5292
5293 PR gdb/10728
5294 * gdb.cp/pr10728-x.h: New file.
5295 * gdb.cp/pr10728-x.cc: New file.
5296 * gdb.cp/pr10728-y.cc: New file.
5297 * gdb.cp/pr10728.exp: New file.
5298 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
5299
889bf7c5 53002010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
5301
5302 PR gdb/9067
5303 * gdb.cp/pr9067.exp: New
5304 * gdb.cp/pr9067.cc: New
5305 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
5306
7b356089
JB
53072010-02-08 Joel Brobecker <brobecker@adacore.com>
5308
5309 * lib/gdb.exp (gdb_test_timeout): New global variable.
5310 Set it to timeout if not already set.
5311 (gdb_init): Reset the value of timeout to gdb_test_timeout.
5312
1be00882
DE
53132010-02-05 Doug Evans <dje@google.com>
5314
5315 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
5316 user.
5317
82856980
SW
53182010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
5319
5320 PR c++/7935:
5321 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
5322
1a334831
TT
53232010-02-04 Tom Tromey <tromey@redhat.com>
5324
5325 * gdb.cp/virtbase.exp: Make test case names unique.
5326
9c3c02fd
TT
53272010-02-02 Tom Tromey <tromey@redhat.com>
5328
5329 * gdb.cp/virtbase.exp: Add regression tests.
5330 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
5331 (main): Instantiate RHC.
5332
0cc2414c
TT
53332010-02-02 Tom Tromey <tromey@redhat.com>
5334
5335 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
5336 type-printing change.
5337
edf3d5f3
TT
53382010-02-02 Tom Tromey <tromey@redhat.com>
5339
5340 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5341 * gdb.cp/virtbase.cc: New file.
5342 * gdb.cp/virtbase.exp: New file.
5343 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
5344
e4b7f41c
JK
53452010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5346
5347 PR libc/11214:
5348 * gdb.threads/current-lwp-dead.c: Include features.h.
5349 (HAS_NOMMU): New.
5350 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
5351
b381ea14
JK
53522010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5353
5354 * gdb.base/symbol-without-target_section.exp,
5355 gdb.base/symbol-without-target_section.c: New.
5356
c593ac0e
DJ
53572010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5358
5359 * gdb.base/bigcore.exp: Reset increased timeout.
5360 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
5361
db25f29d
DJ
53622010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5363
5364 * gdb.base/gcore.exp (capture_command_output): Use
5365 gdb_test_multiple.
5366
f9d67f43
DJ
53672010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5368
5369 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
5370 * gdb.arch/thumb2-it.exp (test_it_break): New function.
5371 (Top level): Call it.
5372
177321bd
DJ
53732010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5374
5375 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
5376
97f2ed50
DJ
53772010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5378
5379 * gdb.base/call-strs.exp, gdb.base/default.exp,
5380 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
5381 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
5382 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
5383 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
5384 gdb.base/watchpoint-solib.exp: Save and restore timeout.
5385 * gdb.base/ending-run.exp: Correct restore of timeout.
5386 * gdb.base/page.exp: Remove unnecessary timeout setting.
5387
e4e2711a
JB
53882010-01-29 Joel Brobecker <brobecker@adacore.com>
5389
5390 * gdb.ada/rec_return: New testcase.
5391
ba581dc1
JB
53922010-01-29 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.ada/call_pn: New testcase.
5395
4ea95be9
DJ
53962010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5397
5398 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
5399 (Top level): Use it to resume.
5400 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
5401 the Thumb mode displaced stepping error as unsupported.
5402
df83a9bf
SW
54032010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
5404
889bf7c5
PA
5405 * gdb.cp/nsusing.exp: Added more tests.
5406 * gdb.cp/nsrecurs.exp: Ditto.
5407 * gdb.cp/nsusing.cc: Added test functions.
5408 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 5409
40b27cdc
JK
54102010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5411
5412 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
5413 absolute directory pathnames in gdb.sum file.
5414
de958931
SW
54152010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
5416
5417 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
5418 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
5419
708ead4e
TT
54202010-01-26 Tom Tromey <tromey@redhat.com>
5421
5422 PR exp/7643:
5423 * gdb.base/printcmds.exp (test_print_string_constants): Remove
5424 setup_kfail.
5425
b14e635e
SW
54262010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
5427
5428 * gdb.cp/nsrecurs.exp: New test.
5429 * gdb.cp/nsrecurs.cc: New test program.
5430 * gdb.cp/nsstress.exp: New test.
5431 * gdb.cp/nsstress.cc: New test program.
5432 * gdb.cp/nsdecl.exp: New test.
5433 * gdb.cp/nsdecl.cc: New test program.
5434
8540c487
SW
54352010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5436
5437 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
5438 imported into file scope.
5439 Marked test as xfail.
5440 * gdb.cp/namespace-using.cc (marker5): New function.
5441 * gdb.cp/shadow.exp: New test.
5442 * gdb.cp/shadow.cc: New test program.
5443 * gdb.cp/nsimport.exp: New test.
5444 * gdb.cp/nsimport.cc: New test program.
5445
421d5d99
TT
54462010-01-25 Tom Tromey <tromey@redhat.com>
5447
5448 PR gdb/11049:
5449 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
5450 with "set print null-stop on".
5451
691f8dc1
JK
54522010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
5455 Adjust it for DISASSEMBLY_OMIT_FNAME.
5456
0b92b5bb
TT
54572010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5458
5459 PR symtab/11199:
5460 * gdb.dwarf2/member-ptr-forwardref.exp,
5461 gdb.dwarf2/member-ptr-forwardref.S: New.
5462
23787403
JK
54632010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5464
5465 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
5466 (thread1_func): Protect thread1_tid with thread1_tid_cond by
5467 thread1_tid_mutex. Remove gdbstop_mutex handling.
5468 (thread2_func): Protect thread2_tid with thread2_tid_cond by
5469 thread2_tid_mutex. Remove gdbstop_mutex handling.
5470 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
5471 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
5472 pthread_cond_wait conditionalizations by while loops.
5473
b966cb8a
TT
54742010-01-20 Tom Tromey <tromey@redhat.com>
5475
5476 PR backtrace/10770:
5477 * gdb.dwarf2/pr10770.exp: New file.
5478 * gdb.dwarf2/pr10770.c: New file.
5479 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
5480
fcae584b
VP
54812010-01-20 Vladimir Prus <vladimir@codesourcery.com>
5482
5483 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
5484 that target was removed, and the test always runs native anyway.
5485
a0f49112
JK
54862010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5487
5488 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
5489 gdb.base/watchpoint-cond-gone-stripped.c: New.
5490
ceeb3d5a
TT
54912010-01-19 Tom Tromey <tromey@redhat.com>
5492
5493 PR c++/8000:
5494 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
5495 existing tests.
5496 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
5497 (main): Use AAA::SomeEnum.
5498
dd322c54
JK
54992010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5500
5501 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
5502 (test_ignore_count): Declare line_callme_body global.
5503 (run to breakpoint with ignore count): Use line_callme_body.
5504 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
5505 (set line_main_hello, set line_main_return): Reindent.
5506 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
5507 New.
5508 (continue to callee4): Use line_callee4_body.
5509 (check *stopped from CLI command): Use line_callee4_next.
5510 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
5511 (set line_main_hello, set line_main_return): Reindent.
5512 (set line_callee4_head, set line_callee4_body): New.
5513 (continue to callee4): Use line_callee4_body.
5514
4e8f195d
TT
55152010-01-18 Tom Tromey <tromey@redhat.com>
5516
5517 PR c++/9680:
5518 * gdb.cp/casts.cc: Add new classes and variables.
5519 * gdb.cp/casts.exp: Test new operators.
5520
9e14a9ba
JB
55212010-01-18 Tom Tromey <tromey@redhat.com>
5522 Thiago Jung Bauermann <bauerman@br.ibm.com>
5523
5524 * gdb.python/source2.py: New file.
5525 * gdb.python/source1: New file.
5526 * gdb.python/python.exp: Test "source" command.
5527
00bf0b85
SS
55282010-01-15 Stan Shebs <stan@codesourcery.com>
5529
5530 * gdb.trace/tfile.c: New file.
5531 * gdb.trace/tfile.exp: New file.
889bf7c5 5532
55235ad7
JK
55332010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5534
5535 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
5536
9f2982ff
JK
55372010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5538
5539 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
5540
bbfba9ed
JK
55412010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5542
5543 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
5544 (libfunc): New parameter action. Implement also selectable "sleep".
5545 * gdb.base/break-interp-main.c: Include assert.h.
5546 (libfunc): New parameter action.
5547 (main): New parameters argc and argv. Assert argc. Pass argv.
5548 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
5549 (test_attach): New proc.
5550 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
5551 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
5552
61f0d762
JK
55532010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5554
5555 * gdb.base/break-interp.exp (test_core): New proc.
5556 (test_ld): Call it.
5557
06a6f270
JK
55582010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5559
5560 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
5561 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
5562 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
5563 and gdb_compile_shlib. Use new -Wl compiler options.
5564 (dl bt, main bt): New tests.
5565
51bee8e9
JK
55662010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5567
5568 Support PIEs with no symfile_objfile.
5569 * gdb.base/break-interp.exp: New argument at the test_ld calls.
5570 (test_ld): New parameter trynosym.
5571 (test_ld <$trynosym>): New block.
5572
b8040f19
JK
55732010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5574
5575 * gdb.base/break-interp.exp: New file.
5576
be759fcf
PM
55772010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5578
5579 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
5580 * gdb.python/py-prettyprint.py (pp_ls): New printer.
5581 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
5582 test.
5583 * gdb.python/py-prettyprint.c: Define lazystring test structure.
5584 * gdb.python/py-mi.exp: Add lazy string test.
5585
dc146f7c
VP
55862010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5587
5588 * lib/mi-support.exp (mi_check_thread_states): Handle
5589 core number in thread listing.
5590
b4ba55a1
JB
55912010-01-12 Joel Brobecker <brobecker@adacore.com>
5592
5593 * gdb.base/maint.exp: Adjust the expected output for the
5594 "maint print type" test. Use gdb_test_multiple instead of
5595 gdb_sent/gdb_expect.
5596
08e24bd4
DE
55972010-01-11 Doug Evans <dje@google.com>
5598
6496a609
DE
5599 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
5600 from gdbserver_download. All callers updated.
5601
08e24bd4
DE
5602 * gdb.server/ext-run.exp: "info os processes" requires xml support.
5603
b5cfddf5
JK
56042010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5605
5606 Implement binary numbers parsing.
5607 * gdb.base/printcmds.exp (test_integer_literals_accepted)
5608 (test_integer_literals_rejected): New binary tests.
5609
3725885a
RW
56102010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5611
5612 * gdb.cell/configure: Regenerate.
5613
37aeb5df
JK
56142010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5615
5616 * gdb.base/corefile.exp: Move the core finding block out and call it as
5617 core_find, new variable $corefile, replace corefile by $corefile and
5618 [file tail $corefile] for usage vs. test names resp.
5619 * lib/gdb.exp (core_find): Move it as a new function here. New
5620 parameter binfile and deletefiles. New variable $destcore. Pre-delete
5621 $destcore. Return "" on error.
5622
d521f563
JK
56232010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 Workaround PR binutils/10802.
5626 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
5627 (twice).
5628
28f24826
DJ
56292010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5630
5631 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
5632
2de75e71
JB
56332010-01-08 Joel Brobecker <brobecker@adacore.com>
5634
5635 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
5636 call, to avoid interruption.
5637
fe00719b 56382010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
5639
5640 * gdb.stabs/weird.def (args93): New.
5641
d0ef5df8
DE
56422010-01-07 Doug Evans <dje@google.com>
5643
5644 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
5645
3a08d52f
TT
56462010-01-07 Tom Tromey <tromey@redhat.com>
5647
5648 * gdb.base/source.exp: Use correct line number.
5649
7a697b8d
SS
56502010-01-05 Stan Shebs <stan@codesourcery.com>
5651
5652 * gdb.trace/tracecmd.exp: Test ftrace.
5653
7803799a
UW
56542010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5655
5656 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
5657
c54eabfa
JK
56582010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5659
5660 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
5661 "uint_for_mi_testing".
5662
02e7ef19
JB
56632010-01-01 Joel Brobecker <brobecker@adacore.com>
5664
5665 Test indented comment in file being sourced.
5666 * gdb.base/commands.exp: Test indented comment in file being sourced.
5667
abd775ce
JB
56682010-01-01 Joel Brobecker <brobecker@adacore.com>
5669
5670 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
5671 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
5672 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
5673 notice.
5674
79b55b82
JB
56752010-01-01 Joel Brobecker <brobecker@adacore.com>
5676
5677 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
5678 notice.
5679
8997583e
JK
56802010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5681
5682 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
5683 missing $after_stopped and comma (,) expectation.
5684
6da95a67
SS
56852009-12-31 Stan Shebs <stan@codesourcery.com>
5686
5687 * gdb.trace/actions.exp: Test teval action.
889bf7c5 5688
218d2fc6
TJB
56892009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5690
5691 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
5692 (top level): Call test_watchpoint_in_big_blob.
5693 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
5694 watchpoints.
5695 (func3): Write to buf.
5696
236f1d4d
SS
56972009-12-29 Stan Shebs <stan@codesourcery.com>
5698
5699 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 5700
f61e138d
SS
57012009-12-28 Stan Shebs <stan@codesourcery.com>
5702
5703 * gdb.trace/tsv.exp: New file.
5704 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 5705
0219b378
DJ
57062009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5707
5708 * gdb.base/find.c (main): Reference search buffers.
5709 * gdb.base/included.c (main): Reference integer.
5710 * gdb.base/ptype.c (charfoo): Declare.
5711 (intfoo): Call charfoo.
5712 * gdb.base/scope0.c (useitp): New function.
5713 (usestatics): Use useitp.
5714 (useit): Add a type for val.
5715 * gdb.base/scope1.c (useit1): Take a pointer argument.
5716 (usestatics1): Update calls to useit1.
5717 * gdb.cp/call-c.cc: Declare foo.
5718 (main): Call foo.
5719 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
5720 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
5721 (main): Call C::ensureRefs and ensureOtherRefs.
5722 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
5723 variables.
5724 (ensureOtherRefs): New function.
5725 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
5726 * gdb.cp/templates.cc (main): Call t5i.value.
5727
3f78692f
JK
57282009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5729
5730 Fix compatibility with G++-4.5.
5731 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
5732 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
5733 (uncaught return): Remove.
5734
429374b8
JK
57352009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5736 Phil Muldoon <pmuldoon@redhat.com>
5737
5738 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
5739 (bp_location13, bp_location14, bp_location17, bp_location18)
5740 (marker3_proto, marker4_proto): New variables.
5741 (breakpoint info): Update output.
5742 (run until breakpoint at marker3, run until breakpoint at marker4): New
5743 tests.
5744
859825b8
JK
57452009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5746
5747 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
5748 Replace the printf call of Y by provided "y-set-1" label. New block
5749 for the second shared library.
5750 * gdb.base/unload.exp: Compile also the second library, call
5751 gdb_load_shlibs also for it. Use now gdb_breakpoint.
5752 (single pending breakpoint info): Rename to ...
5753 (pending breakpoint info before run): ... this extended test.
5754 (libfile2, libname2, libsrcfile2, libsrc2)
5755 (lib_sl2): New variables.
5756 (exec_opts): Set also SHLIB_NAME2.
5757 (pending breakpoint info on first run at shrfunc1)
5758 (pending breakpoint info on second run at shrfunc1)
5759 (pending breakpoint info on second run at shrfunc2)
5760 (print y from libfile, print y from libfile2): New tests.
5761 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
5762 * gdb.base/unloadshr2.c: New.
5763
e6a386cd
HZ
57642009-12-22 Hui Zhu <teawater@gmail.com>
5765
5766 * gdb.reverse/sigall-reverse.exp: Adjust.
5767
9e19b45e
VP
57682009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5769
5770 PR gdb/10884
5771
5772 * gdb.mi/var-cmd.c (do_bitfield_tests): New
5773 (main): Call do_bitfield_tests.
aacf5b1e 5774 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 5775
d53a7b30
JB
57762009-12-20 Joel Brobecker <brobecker@adacore.com>
5777
5778 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
5779 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
5780 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
5781 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
5782 gdb.modula2/unbounded1.c: Update copyright header.
5783
191ca0a1
CM
57842009-12-10 Chris Moller <moller@mollerware.com>
5785
5786 PR gdb/9399
5787 * gdb.cp/virtfunc2.exp: New tests
5788 * gdb.cp/virtfunc2.cc: New tests
5789 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
5790
0fa6cf1b
MS
57912009-12-10 Oza Pawandeep (paawan1982@yahoo.com
5792
5793 * gdb.reverse/i387-env-reverse.c: New file.
5794 * gdb.reverse/i387-env-reverse.exp: New file.
5795 * gdb.reverse/i387-stack-reverse.c: New file.
5796 * gdb.reverse/i387-stack-reverse.exp: New file.
5797
361ae042
PM
57982009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5799
5800 * gdb.python/py-type.exp (test_range): New test.
5801
bfd31e71
PM
58022009-12-03 Phil Muldoon <pmuldoon@redhat.com>
5803
5804 PR python/10805
5805
5806 * gdb.python/py-type.exp: New file.
5807 * gdb.python/py-type.c: New file.
5808 * Makefile.in: Add py-type.
5809
57a1d736
TT
58102009-12-03 Tom Tromey <tromey@redhat.com>
5811
5812 * gdb.python/py-value.exp (test_parse_and_eval): New
5813 function.
5814
1f3b5d1b
PP
58152009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
5816
5817 PR gdb/11022
5818
5819 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
5820 * gdb.base/pr11022.c: New test.
5821
8b7dbdc9
JK
58222009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5823
5824 Fix spurious false FAILs.
5825 * gdb.base/structs.c (chartest): New.
5826 (main): Fill-in chartest.
5827 * gdb.base/structs.exp (anychar_re, first): New.
5828 (start_structs_test): Import global anychar_re and first.
5829 New gdb_test call "set print elements 300; ${testfile}"
5830 (start_structs_test <$first>): New block.
5831 (any): Import global anychar_re. New variable ac. Use ${ac}.
5832
6a53b2ec
JK
58332009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5834
5835 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
5836
d7167b4c
JK
58372009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5838
5839 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
5840 Force $srcfile file.
5841 * gdb.base/foll-fork.c (callee): Comment out the printf call.
5842
b1798462
UW
58432009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5844
5845 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
5846 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
5847 * gdb.threads/watchthreads-reorder.exp: Likewise.
5848
b6199126
DJ
58492009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5850
5851 PR gdb/8704
5852
5853 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
5854 "if", and "thread". Correct matching in the previous test.
5855
b22a0510
DJ
58562009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
5857
5858 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
5859
930636d2
MS
58602009-11-23 Michael Snyder <msnyder@vmware.com>
5861
5862 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
5863 * gdb.reverse-watch-precsave.exp: Ditto.
5864
21a0512e
PP
58652009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5866
5867 * gdb.asm/asm-source.exp: Adjust.
5868 * gdb.base/help.exp: Adjust.
889bf7c5 5869
fc30d5e0
PA
58702009-11-22 Pedro Alves <pedro@codesourcery.com>
5871
5872 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
5873 (do_syscall_tests_without_xml): Set data-directory to
5874 /the/path/to/nowhere.
5875
f6bc2008
PA
58762009-11-21 Pedro Alves <pedro@codesourcery.com>
5877
5878 * gdb.threads/local-watch-wrong-thread.c,
5879 gdb.threads/local-watch-wrong-thread.exp: New files.
5880
8c2fb5de
PA
58812009-11-21 Pedro Alves <pedro@codesourcery.com>
5882
5883 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
5884 assume new `regsub' syntax available.
5885
ebec9a0f
PA
58862009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5887
a79d3c27
JK
5888 * gdb.base/watchpoint-hw-hit-once.exp,
5889 gdb.base/watchpoint-hw-hit-once.c: New.
5890
58912009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5892
5893 * gdb.threads/watchthreads-reorder.exp,
5894 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 5895
276a961b
MK
58962009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5897
5898 * gdb.xml/tdesc-regs.exp: Use for m68k.
5899
4867c1fb
PA
59002009-11-15 Pedro Alves <pedro@codesourcery.com>
5901
5902 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
5903
f6838f81
DJ
59042009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5905
5906 * lib/gdb.exp (current_target_name): New procedure.
5907 (gdb_wrapper_target): New variable.
5908 (gdb_wrapper_init): Set gdb_wrapper_target.
5909 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
5910 wrapper.
5911
4ac4dd3f
DJ
59122009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5913
5914 * gdb.base/remote.exp: Delete the slowest load test.
5915 Do not load with fixed packet sizes.
5916
a7881759
DJ
59172009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5918
5919 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
5920
97a5b505
DJ
59212009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5922
5923 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
5924 srcfile when setting a breakpoint.
5925
d3e1fc54
DJ
59262009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
5927
5928 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
5929 macros.
5930
7cbcbded
DJ
59312009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5932
5933 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
5934 to be in memory.
5935 * gdb.base/display.c (force_mem): New.
5936 (do_loops): Use it. Add breakpoint comments.
5937 (do_vars): Add a breakpoint comment.
5938 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
5939 line numbers.
5940
bdea3a92
NF
59412009-11-13 Nathan Froyd <froydnj@codesourcery.com>
5942
5943 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
5944 instead of a bare "run".
5945
269f82e5
PP
59462009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5947
5948 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 5949
a69b7d9d
DJ
59502009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5951
5952 * lib/cell.exp (skip_cell_tests): Clean up test files before
5953 returning.
5954
b598bfda
DJ
59552009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5956
5957 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5958 and the breakpoint menu. Do not call perror if a prompt is seen.
5959 Consume the following GDB prompt.
5960 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5961 * gdb.cp/namespace.exp: Use gdb_test.
5962 * gdb.cp/templates.exp: Use gdb_test.
5963 (test_template_breakpoints): Use gdb_test_multiple.
5964
87728fa0
DJ
59652009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5966
5967 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5968 (marker4): Reference values.
5969
b67c692f
DJ
59702009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5971
5972 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5973 is missing.
5974
f0df251a
DJ
59752009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5976
5977 * gdb.base/break.c (need_malloc): New.
5978 * gdb.base/constvars.c (main): Reference crass and crisp.
5979 * gdb.base/gdb1821.c (main): Reference bar.
5980 * gdb.cp/gdb1355.cc (main): Reference s1.
5981 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5982 (main): Call them.
5983 * gdb.cp/hang2.cc (dummy2): Define.
5984 * gdb.cp/hang3.cc (dummy3): Define.
5985 * gdb.cp/m-data.cc (main): Reference shadow.
5986
bdf7534a
NF
59872009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5988 Nathan Froyd <froydnj@codesourcery.com>
5989
5990 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5991 remote host.
5992
f24fce77
NF
59932009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5994
5995 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5996 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5997 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5998 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5999 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6000 * gdb.dwarf2/dw2-producer.exp: Likewise.
6001 * gdb.dwarf2/mac-fileno.exp: Likewise.
6002 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
6003 py-prettyprint.py to the remote host.
6004 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
6005
40f0318e
KS
60062009-11-11 Keith Seitz <keiths@redhat.com>
6007
6008 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
6009 use it instead of "Foo".
6010 * gdb.cp/classes.exp (do_tests): Add a test to access
6011 a method through a typedef'd class name.
6012
f3d9f7fb
NF
60132009-11-11 Nathan Froyd <froydnj@codesourcery.com>
6014
6015 * gdb.base/long_long.exp: Permit leading zeros on floating-point
6016 exponents.
6017 * gdb.base/pointers.exp: Likewise.
6018 * gdb.cp/ref-types.exp: Likewise.
6019
a4216f37
KS
60202009-11-11 Keith Seitz <keiths@redhat.com>
6021
6022 * gdb.cp/cplusfuncs.cc (class foo): Add operators
6023 new[] and delete[].
6024 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
6025 "void".
6026 (probe_demangler): Remove all single-quoting of
6027 method and variable names.
6028 (info_func_regexp): Remove the word "void" from any
6029 occurrence of "(void)".
6030 (print_addr_2): Remove all single-quoting of
6031 method names.
6032 (print_addr_2_kfail): Likewise.
6033 (print_addr): Single-quote C function names before
6034 passing to print_addr_2.
6035 (test_paddr_operator_functions): Remove single-quoting
6036 for method names.
6037 Add tests for operator new[] and operator delete[].
6038
9b14d7aa
JK
60392009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
6042
85feb311
KS
60432009-11-09 Keith Seitz <keiths@redhat.com>
6044
6045 * gdb.cp/overload.exp: Add tests for resolving overloaded
6046 methods in expression parsing/evaluation.
6047
fa335448
DJ
60482009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6049
6050 * lib/gdb.exp (default_gdb_version): Use --version instead of
6051 --command.
6052
ec3c07fc
NS
60532009-11-10 Nathan Sidwell <nathan@codesourcery.com>
6054
6055 * lib/gdb.exp (gdb_compile_test): New.
6056 (skip_ada_tests, skip_java_tests): New.
6057 (gdb_compile): Use gdb_compile_test for f77.
6058 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
6059 * lib/java.exp (compile_java_from_source): Remove runtests check,
6060 use gdb_compile_test to record result.
6061 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
6062 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
6063 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
6064 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
6065 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
6066 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
6067 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
6068 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
6069 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
6070 adjust gdb_compile invocations.
6071
b8b4e42b
JK
60722009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * Makefile.in (abs_builddir): New.
6075 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
6076 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
6077 `$(abs_builddir)/site.exp'.
6078
f8b7eaf3
DJ
60792009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
6080
6081 * config/m68k-emc.exp, lib/emc-support.exp,
6082 gdb.trace/gdb_c_test.c: Delete.
6083 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
6084 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6085 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6086 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6087 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6088 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
6089 casing for m68k-*-elf.
6090
c4187697
NS
60912009-11-03 Pedro Alves <pedro@codesourcery.com>
6092
6093 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
6094 * gdb.arch/i386-prologue.exp: Likewise.
6095 * gdb.arch/i386-unwind.exp: Likewise.
6096
db16b772
DJ
60972009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6098
6099 * lib/gdb.exp (gdb_expect): Fix timeout typo.
6100
bcf71277
DJ
61012009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6102
6103 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
6104
0105cee2
DJ
61052009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6106
6107 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
6108
24ddea62
JK
61092009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6110
6111 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
6112
287ccc17
JK
61132009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6114
6115 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
6116 * gdb.base/sepdebug2.c: New file.
6117
08bca259 61182009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
6119
6120 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
6121 the modified warnings for catch syscall. Verify if GDB was compiled
6122 with support for lib expat, and choose which tests to run depending
6123 on this.
6124
5d4e2b76
VP
61252009-10-30 Vladimir Prus <vladimir@codesourcery.com>
6126
6127 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
6128 that composite commands are parsed OK. And also test
6129 that breakpoint commands do work.
6130
240e538a
MS
61312009-10-23 Michael Snyder <msnyder@vmware.com>
6132
6133 gdb.reverse/consecutive-precsave.exp: Change expect pattern
6134 to allow for new disassembly style.
6135
9c419145
PP
61362009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6137
6138 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 6139
02506ff1
MS
61402009-10-22 Michael Snyder <msnyder@vmware.com>
6141
6142 * gdb.reverse/break-precsave.exp: New test.
6143 * gdb.reverse/consecutive-precsave.exp: Ditto.
6144 * gdb.reverse/finish-precsave.exp: Ditto.
6145 * gdb.reverse/i386-precsave.exp: Ditto.
6146 * gdb.reverse/machinestate-precsave.exp: Ditto.
6147 * gdb.reverse/sigall-precsave.exp: Ditto.
6148 * gdb.reverse/solilb-precsave.exp: Ditto.
6149 * gdb.reverse/step-precsave.exp: Ditto.
6150 * gdb.reverse/until-precsave.exp: Ditto.
6151 * gdb.reverse/watch-precsave.exp: Ditto.
6152
4cf866a3
MS
61532009-10-22 Michael Snyder <msnyder@vmware.com>
6154
6155 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
6156 for gdb_expect. Adjust one test's expect strings for the new
6157 format of disassemble.
6158 * gdb.reverse/finish-reverse.exp: Delete 'return'.
6159 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
6160 gdb_test_multiple.
6161 * gdb.reverse/step-reverse.exp: Delete 'return'.
6162 * gdb.reverse/until-reverse.exp: Delete blank lines.
6163 * gdb.reverse/watch-reverse.exp: Delete blank lines.
6164
2b28d209
PP
61652009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6166
6167 * gdb.base/consecutive.exp: Adjust.
6168 * gdb.base/display.exp: Likewise.
6169 * gdb.base/pc-fp.exp: Likewise.
6170 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 6171
33b9c32b
MS
61722009-10-19 Michael Snyder <msnyder@vmware.com>
6173
6174 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
6175 * gdb.reverse/finish-reverse.c: Ditto.
6176 * gdb.reverse/sigall-reverse.c: Ditto.
6177 * gdb.reverse/solib-reverse.c: Ditto.
6178 * gdb.reverse/step-reverse.c: Ditto.
6179 * gdb.reverse/watch-reverse.c: Ditto.
6180
6c95b8df
PA
61812009-10-19 Pedro Alves <pedro@codesourcery.com>
6182 Stan Shebs <stan@codesourcery.com>
6183
6184 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
6185 * gdb.base/foll-exec.exp: Adjust to expect a process id before
6186 "Executing new program".
6187 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
6188 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
6189 left listed after having been killed.
6190 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
6191 * gdb.base/maint.exp: Adjust test.
6192
6193 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
6194 * gdb.multi/Makefile.in: New.
6195 * gdb.multi/base.exp: New.
6196 * gdb.multi/goodbye.c: New.
6197 * gdb.multi/hangout.c: New.
6198 * gdb.multi/hello.c: New.
6199 * gdb.multi/bkpt-multi-exec.c: New.
6200 * gdb.multi/bkpt-multi-exec.exp: New.
6201 * gdb.multi/crashme.c: New.
6202
279017b7
TG
62032009-10-13 Tristan Gingold <gingold@adacore.com>
6204
6205 * gdb.base/sepdebug.exp: Check debug info are found.
6206
0413d738
PA
62072009-10-08 Pedro Alves <pedro@codesourcery.com>
6208
6209 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
6210 bits.
6211
c628eecc
JK
62122009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6213
6214 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
6215
38af1bfe
JB
62162009-10-07 Joel Brobecker <brobecker@adacore.com>
6217
6218 * gdb.base/watchpoints.c: Add copyright header. Reformat one
6219 of the comments.
6220
2b0adecd
PM
62212009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
6222
6223 * gdb.base/annota1.exp: Remove obsolete match_max increase.
6224 * gdb.base/annota3.exp: Idem.
6225 * gdb.base/maint.exp: Idem.
6226
8d417781
PM
62272009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
6228
889bf7c5 6229 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
6230 to default.
6231
bb61102d
PM
62322009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6233
889bf7c5 6234 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
6235 mingw and cygwin targets.
6236
ace5c364
PM
62372009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6238 Pedro Alves <pedro@codesourcery.com>
6239
889bf7c5 6240 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
6241 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
6242
c2d494a0
PM
62432009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6244
e1b52ce2
PM
6245 * gdb.base/shr1.c: Use %p in format string.
6246 * gdb.base/unload.c: Avoid warning in fprintf.
6247 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 6248
209f53f5
PM
62492009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6250
6251 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
6252 long type.
6253 (test_unlink): Correct printf string.
6254 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
6255 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
6256
8172766a
JK
62572009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6258
6259 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
6260 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
6261 * gdb.arch/ia64-breakpoint-shadow.S: New file.
6262
0f73703c
UW
62632009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6264
6265 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
6266 * gdb.objc/nondebug.exp: Likewise.
6267
b32306ca
UW
62682009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6269
6270 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
6271 target_info setting.
6272
6273 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
6274 that detect new threads during "info threads".
6275
0057022f
UW
62762009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6277
6278 * gdb.threads/manythreads.c (main): Increase thread stack size
6279 to 2*PTHREAD_STACK_MIN.
6280 * gdb.threads/multi-create.c (main): Likewise.
6281 (create_function): Likewise.
6282
f29c0325
UW
62832009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6284
6285 * gdb.base/dump.exp: Pass difference of pointer types instead
6286 of integer types as offset to restore in intarr3.srec case.
6287
fcb34849
UW
62882009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6289
6290 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
6291
d5142e3b
UW
62922009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6293
6294 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
6295
087b74b2 62962009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 6297
087b74b2
PM
6298 New test for two watchpoints, with disabling of
6299 the first inserted.
6300 * testsuite/gdb.base/watchpoints.c: New file.
6301 * testsuite/gdb.base/watchpoints.exp: New file.
6302
96c07c5b
TT
63032009-09-25 Tom Tromey <tromey@redhat.com>
6304
6305 * gdb.base/charset.exp: Test utf-16 strings with Python.
6306
b8899f2b
TT
63072009-09-25 Tom Tromey <tromey@redhat.com>
6308
6309 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
6310 UCS-4.
6311 * gdb.base/charset.c (utf_32_string): Rename.
6312 (init_utf32): Rename.
6313 (main): Update.
6314
329719ec
TT
63152009-09-22 Tom Tromey <tromey@redhat.com>
6316
6317 * gdb.python/py-function.exp: Add regression tests.
6318
11ef0d76
KS
63192009-09-21 Keith Seitz <keiths@redhat.com>
6320
6321 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
6322 with invalid operator.
6323
3fe8f3b3
KS
63242009-09-21 Keith Seitz <keiths@redhat.com>
6325
6326 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
6327 and destructor using typedef name of class.
6328 * gdb.cp/classes.cc (class Base1): Add a destructor.
6329 (base1): New typedef.
6330 (use_methods): Instanitate an object of type base1.
6331 * gdb.cp/templates.exp (test_template_typedef): New procedure.
6332 (do_tests): Call test_template_typedef.
6333 * gdb.cp/templates.cc (Baz::~Baz): New method.
6334 (intBazOne): New typedef.
6335 (main): Instantiate intBazOne.
6336
7a9fe101
PM
63372009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6338
6339 PR python/10633
6340
6341 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
6342 Function.
6343 (run_lang_tests): Add print elements test.
6344
2e4d963f
PM
63452009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6346
6347 * gdb.python/py-value.exp (test_subscript_regression): New
6348 function. Test for invalid subscripts.
6349 * gdb.python/py-value.c (main): Add test array, and pointer to it.
6350 (ptr_ref): New function.
6351
ec7e75e7
PP
63522009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6353
6354 * gdb.base/default.exp: Fix "show convenience".
6355
0cc7d26f
TT
63562009-09-15 Tom Tromey <tromey@redhat.com>
6357
6358 * lib/mi-support.exp (mi_create_varobj): Update.
6359 (mi_create_floating_varobj): Likewise.
6360 (mi_create_dynamic_varobj): New proc.
6361 (mi_varobj_update): Update.
6362 (mi_varobj_update_with_type_change): Likewise.
6363 (mi_varobj_update_kv_helper): New proc.
6364 (mi_varobj_update_dynamic_helper): Rewrite.
6365 (mi_varobj_update_dynamic): New proc.
6366 (mi_list_varobj_children): Update.
6367 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
6368 * gdb.python/python-prettyprint.py (pp_outer): New class.
6369 (pp_nullstr): Likewise.
6370 (lookup_function): Register new printers.
6371 * gdb.python/python-prettyprint.c (struct substruct): New type.
6372 (struct outerstruct): Likewise.
6373 (substruct_test): New function.
6374 (struct nullstr): New type.
6375 (string_1, string_2): New globals.
6376 (main): Add new tests.
6377 * gdb.python/python-mi.exp: Added regression tests.
6378 * gdb.mi/mi2-var-display.exp: Update.
6379 * gdb.mi/mi2-var-cmd.exp: Update.
6380 * gdb.mi/mi2-var-child.exp: Update.
6381 * gdb.mi/mi2-var-block.exp: Update.
6382 * gdb.mi/mi-var-invalidate.exp: Update.
6383 * gdb.mi/mi-var-display.exp: Update.
6384 * gdb.mi/mi-var-cmd.exp: Update.
6385 * gdb.mi/mi-var-child.exp: Update.
6386 * gdb.mi/mi-var-block.exp: Update.
6387 * gdb.mi/mi-break.exp: Update.
6388 * gdb.mi/gdb701.exp: Update.
6389
a96d9b2e
SDJ
63902009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6391
6392 * Makefile.in: Inclusion of catch-syscall object.
6393 * gdb.base/catch-syscall.c: New file.
6394 * gdb.base/catch-syscall.exp: New file.
6395
b43b923a
MS
63962009-09-12 Michael Snyder <msnyder@vmware.com>
6397
6398 * gdb.reverse/step-reverse.exp: Explicitly check for targets
6399 that can support reverse debuggnig.
6400
cec03d70
TT
64012009-09-11 Tom Tromey <tromey@redhat.com>
6402
6403 * gdb.dwarf2/valop.S: New file.
6404 * gdb.dwarf2/valop.exp: New file.
6405
e23bb3fc
MK
64062009-09-11 Mark Kettenis <kettenis@gnu.org>
6407
6408 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
6409
37c3696d
DE
64102009-09-10 Doug Evans <dje@google.com>
6411
6412 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
6413 Add $gdb_prompt to second breakpoint regexp.
6414
5172aecb
JB
64152009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
6416
6417 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
6418 names, add missing ones.
6419 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
6420 * gdb.python/py-frame.c: Rename from python-frame.c.
6421 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
6422 testfile name.
6423 * gdb.python/py-function.exp: Rename from python-function.exp.
6424 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
6425 testfile name.
6426 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
6427 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
6428 Adjust testfile name.
6429 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
6430 * gdb.python/py-template.cc: Rename from python-template.cc.
6431 * gdb.python/py-template.exp: Rename from python-template.exp.
6432 Adjust testfile name.
6433 * gdb.python/py-value.c: Rename from python-value.c.
6434 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
6435 testfile name.
6436
b554e4bd
JK
64372009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6438
6439 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
6440 $bpt2address.
6441 (Second breakpoint address is valid on ia64)
6442 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
6443
9a68ae16
JM
64442009-09-03 Joseph Myers <joseph@codesourcery.com>
6445
6446 * gdb.base/ending-run.exp: Restrict regular expression matching
6447 line number to require closing brace following.
6448
146b9145
DE
64492009-09-03 Doug Evans <dje@google.com>
6450
6451 * gdb.base/store.exp (check_set): Fix typo in expected value message.
6452
787d21e1
TT
64532009-09-02 Tom Tromey <tromey@redhat.com>
6454
6455 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
6456
e7802207
TT
64572009-09-02 Tom Tromey <tromey@redhat.com>
6458
6459 * gdb.dwarf2/callframecfa.exp: New file.
6460 * gdb.dwarf2/callframecfa.S: New file.
6461
817aadd2
JK
64622009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6463
6464 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
6465 gdb.base/solib-overlap-main.c: New.
6466
4a76eae5
DJ
64672009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
6468
6469 PR gdb/10565
6470
6471 * gdb.base/bitfields.c (struct container, container): New.
6472 (main): Initialize it and call break5.
6473 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
6474
d4b96c9a
JK
64752009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6476
6477 Support constant DW_AT_data_member_location by GCC PR debug/40659.
6478 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
6479
4e22772d
JK
64802009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6481
6482 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
6483
2efab443
MS
64842009-08-26 Michael Snyder <msnyder@vmware.com>
6485
6486 * gdb.base/i386-reverse.c: New file.
6487 * gdb.base/i386-reverse.exp: New file.
6488 * gdb.base/Makefile.in: Add new files to be removed.
6489
07ab73a0
JM
64902009-08-26 Joseph Myers <joseph@codesourcery.com>
6491
6492 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
6493 environment-pwd for remote host.
6494 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
6495
676accff
KS
64962009-08-24 Keith Seitz <keiths@redhat.com>
6497
6498 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
6499 Add two new C++ completer tests which limit the output to a
889bf7c5 6500 given class.
676accff 6501
f9f7ad22
MS
65022009-08-24 Michael Snyder <msnyder@vmware.com>
6503
6504 * gdb.base/del.exp: Fix typo in comment.
6505 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
6506
81ecdfbb
RW
65072009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6508
6509 * configure: Regenerate.
6510 * gdb.hp/configure: Likewise.
6511 * gdb.hp/gdb.aCC/configure: Likewise.
6512 * gdb.hp/gdb.base-hp/configure: Likewise.
6513 * gdb.hp/gdb.compat/configure: Likewise.
6514 * gdb.hp/gdb.defects/configure: Likewise.
6515 * gdb.hp/gdb.objdbg/configure: Likewise.
6516 * gdb.stabs/configure: Likewise.
6517
cab0c772
UW
65182009-08-19 Doug Evans <dje@google.com>
6519
6520 * gdb.base/gdbvars.c: New file.
6521 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
6522
b8fa0bfa
PA
65232009-08-14 Pedro Alves <pedro@codesourcery.com>
6524
6525 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6526 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
6527
b84aa90a
PA
65282009-08-13 Pedro Alves <pedro@codesourcery.com>
6529
6530 * gdb.base/default.exp: Adjust "set language test": it's now an
6531 enum command. Larger help string moved to "help set language".
6532 * gdb.base/help.exp: Adjust "help set language" expected output,
6533 now lists all known languages.
6534
0d8f9b2c
NF
65352009-08-11 Nathan Froyd <froydnj@codesourcery.com>
6536
6537 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
6538 all frame arguments.
6539 * gdb.arch/altivec-regs.exp: Likewise.
6540
bda180e0
TT
65412009-08-07 Tom Tromey <tromey@redhat.com>
6542
6543 * gdb.base/setshow.exp: Add tests for changes to set language, set
6544 check range, and set check type.
6545
48cb2d85
VP
65462009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6547
6548 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
6549 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 6550 Call it.
48cb2d85 6551
1ea34204
UW
65522009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6553
6554 * configure.ac: Run gdb.cell tests when appropriate.
6555 * configure: Regenerate.
6556 * lib/cell.exp: New file.
6557 * gdb.cell: New directory.
6558 * gdb.cell/configure.ac: New file.
6559 * gdb.cell/configure: New file.
6560 * gdb.cell/Makefile.in: New file.
6561 * gdb.cell/arch.exp: New file.
6562 * gdb.cell/break.c: New file.
6563 * gdb.cell/break.exp: New file.
6564 * gdb.cell/break-spu.c: New file.
6565 * gdb.cell/bt.c: New file.
6566 * gdb.cell/bt2-spu.c: New file.
6567 * gdb.cell/bt-spu.c: New file.
6568 * gdb.cell/bt.exp: New file.
6569 * gdb.cell/coremaker.c: New file.
6570 * gdb.cell/coremaker-spu.c: New file.
6571 * gdb.cell/core.exp: New file.
6572 * gdb.cell/gcore.exp: New file.
6573 * gdb.cell/data.c: New file.
6574 * gdb.cell/data.exp: New file.
6575 * gdb.cell/data-spu.c: New file.
6576 * gdb.cell/ea-cache.exp: New file.
6577 * gdb.cell/ea-cache.c: New file.
6578 * gdb.cell/ea-cache-spu.c: New file.
6579 * gdb.cell/ea-standalone.c: New file.
6580 * gdb.cell/ea-standalone.exp: New file.
6581 * gdb.cell/ea-test.c: New file.
6582 * gdb.cell/ea-test.exp: New file.
6583 * gdb.cell/f-regs.exp: New file.
6584 * gdb.cell/mem-access.c: New file.
6585 * gdb.cell/mem-access.exp: New file.
6586 * gdb.cell/mem-access-spu.c: New file.
6587 * gdb.cell/ptype.exp: New file.
6588 * gdb.cell/registers.exp: New file.
6589 * gdb.cell/size.c: New file.
6590 * gdb.cell/sizeof.exp: New file.
6591 * gdb.cell/size-spu.c: New file.
6592 * gdb.cell/solib.exp: New file.
6593 * gdb.cell/solib-symbol.exp: New file.
6594
85e747d2
UW
65952009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6596
6597 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
6598
58d6951d
DJ
65992009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6600
6601 * gdb.base/float.exp: Handle VFP registers.
6602
6e0a4f15
MS
66032009-07-14 Michael Snyder <msnyder@vmware.com>
6604
dcd5da87
MS
6605 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
6606 to bring gdb to the beginning of the calling line.
6607
6e0a4f15
MS
6608 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
6609 confusing the i386 epilogue unwinder.
6610
782b2b07
SS
66112009-07-14 Stan Shebs <stan@codesourcery.com>
6612
6613 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
6614
f662c3bc
MS
66152009-07-14 Michael Snyder <msnyder@vmware.com>
6616
6617 * gdb.reverse/step-reverse.exp (stepi into function call):
6618 Call instruction may not be first instruction in the line.
6619 (reverse stepi from a function call): Used wrong line number.
6620
8f313923
JK
66212009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
6624
4662c76e
JK
66252009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6626
6627 Fix gdb.base/macscp.exp when using custom inputrc.
6628 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
6629 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
6630 env(TERM) set.
6631 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
6632 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
6633
aa81e255
JK
66342009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6635
6636 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
6637 * gdb.base/annota1.exp (thread_test): Import global $testfile.
6638 Change the compilation target to match the testcase name.
6639 * gdb.base/sect-cmd.exp: Change the compilation target to match the
6640 testcase name.
6641 * a2-run.exp: Use for setup prepare_for_testing. Change the
6642 compilation target to match the testcase name.
6643 * gdb.base/commands.exp: Likewise.
6644 * gdb.base/finish.exp: Likewise.
6645 * gdb.base/float.exp: Likewise.
6646 * gdb.base/info-target.exp: Likewise.
6647 * gdb.base/relational.exp: Likewise.
6648 * gdb.base/term.exp: Likewise.
6649 * gdb.base/until.exp: Likewise.
6650 * gdb.base/volatile.exp: Likewise.
6651 * gdb.base/whatis-exp.exp: Likewise.
6652
4c93b1d7
HZ
66532009-07-11 Hui Zhu <teawater@gmail.com>
6654
6655 * gdb.base/help.exp (disassemble): Update expected help text.
6656
812f7342
TT
66572009-07-09 Tom Tromey <tromey@redhat.com>
6658
6659 * lib/gdb.exp: Handle TRANSCRIPT.
6660 (remote_spawn, remote_close, send_gdb): New procs.
6661
fbb8f299
PM
66622009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6663
6664 * gdb.python/python-prettyprint.c: Add counted null string
6665 structure.
6666 * gdb.python/python-prettyprint.exp: Print null string. Test for
6667 embedded nulls.
6668 * gdb.python/python-prettyprint.py (pp_ns): New Function.
6669 * gdb.python/python-value.exp (test_value_in_inferior): Add
6670 variable length string fetch tests.
6671 * gdb.python/python-value.c (main): Add strings for string fetch tests.
6672
c0ac0ec7
JK
66732009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6674
6675 * gdb.base/dump.exp (inaccessible memory is reported): New test.
6676
30b66ecc
TT
66772009-07-07 Tom Tromey <tromey@redhat.com>
6678
6679 * gdb.base/call-rt-st.exp: Update for change to escape output.
6680 * gdb.base/callfuncs.exp: Likewise.
6681 * gdb.base/charset.exp: Likewise.
6682 * gdb.base/constvars.exp: Likewise.
6683 * gdb.base/long_long.exp: Likewise.
6684 * gdb.base/pointers.exp: Likewise.
6685 * gdb.base/printcmds.exp: Likewise.
6686 * gdb.base/setvar.exp: Likewise.
6687 * gdb.base/store.exp: Likewise.
6688 * gdb.cp/ref-types.exp: Likewise.
6689 * gdb.mi/mi-var-child.exp: Likewise.
6690 * gdb.mi/mi-var-display.exp: Likewise.
6691 * gdb.mi/mi2-var-display.exp: Likewise.
6692 * gdb.base/charset.exp: Test octal escape sequence length.
6693 Update for change to escape output.
6694
187c4a2b
JK
66952009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6696
6697 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
6698
d80a43f9
DJ
66992009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
6700
6701 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
6702
047427a8
JK
67032009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6704
6705 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
6706 gdbserver increasing $portnum if "Can't bind address" has been seen.
6707
8b5a0f4f
PA
67082009-07-05 Pedro Alves <pedro@codesourcery.com>
6709
6710 * gdb.base/ending-run.exp: Add "step out of main" pattern for
6711 mingw32ce.
6712
7d93ba58
PA
67132009-07-05 Pedro Alves <pedro@codesourcery.com>
6714
6715 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
6716 VFP format.
6717
2277426b
PA
67182009-07-02 Pedro Alves <pedro@codesourcery.com>
6719
6720 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
6721 linux. Adjust to use "inferior", "info inferiors", "detach
6722 inferior" and "kill inferior" instead of "restart", "info fork",
6723 "detach fork" and "delete fork".
6724 * gdb.base/ending-run.exp: Spell out "info".
6725 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
6726 the "kill" command.
6727
5af949e3
UW
67282009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6729
6730 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
6731 change to prefix TLS offset in hex with 0x.
6732
5d3729b5
UW
67332009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6734
6735 * gdb.base/default.exp: Update test case for "x" changes.
6736
af589bd0
TG
67372009-07-01 Tristan Gingold <gingold@adacore.com>
6738
6739 * gdb.base/bigcore.exp: Make darwin untested.
6740
40974f91
JK
67412009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 * gdb.base/completion.exp (directory completion): Create the directory.
6744 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
6745 escapeuniquesub.
6746 (directory completion 2): Expect now ${escapeuniquesub}.
6747 (Glob remaining of directory test): Remove one excessive newline.
6748 Expect the real output.
6749
59dd3af6
JK
67502009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6751
6752 Fix `make check//%' target after `make check' has been ran.
6753 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
6754 a mkdir call.
6755 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
6756 (%/.dir): Remove.
6757
f4e164aa
JK
67582009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6759
6760 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
6761 the expected result record.
6762
69af2122
JK
67632009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6764
6765 Remove racy FAILs relying just on the timeouts.
6766 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
6767 (annotation_level 2): Remove racy FAILs.
6768
2fd481e1
PP
67692009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
6770
6771 gdb/10275
889bf7c5
PA
6772 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
6773
c38f313d
DJ
67742009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
6775
6776 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
6777
8b777f02
VP
67782009-06-30 Vladimir Prus <vladimir@codesourcery.com>
6779
6780 * gdb.mi/mi-stack.exp: Testing symbolic options
6781 to -stack-list-locals and -stack-list-arguments.
6782
00c7eacf
JK
67832009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6784
6785 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
6786
6bc80edc
TT
67872009-06-29 Tom Tromey <tromey@redhat.com>
6788
6789 * dg-extract-results.sh: New file.
6790 * Makefile.in (FORCE_PARALLEL): New variable.
6791 (CHECK_TARGET): New conditional variable.
6792 (check): Use CHECK_TARGET.
6793 (DO_RUNTEST): New variable.
6794 (check-single): New target.
6795 (TEST_DIRS): New variable.
6796 (TEST_TARGETS): Likewise.
6797 (check-parallel): New target.
6798 (check-gdb.%): New pattern.
6799 (BASE1_FILES): New variable.
6800 (BASE2_FILES): Likewise.
6801 (check-gdb.base%): New pattern.
6802 (%/.dir): New pattern.
6803 * configure: Rebuild.
6804 * aclocal.m4 (AM_CONDITIONAL): New defun.
6805 * configure.ac: Check whether user is using GNU make.
6806 (GMAKE): New conditional.
6807
794684b6
SW
68082009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
6809
6810 * gdb.cp/namespace-nested-import.cc: New test.
6811 * gdb.cp/namespace-nested-import.exp: New test.
6812
edb3359d
DJ
68132009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6814
6815 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
6816 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
6817 * gdb.opt/Makefile.in (EXECUTABLES): Update.
6818 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
6819 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
6820 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
6821 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
6822 gdb.opt/inline-markers.c: New files.
6823 * lib/gdb.exp (skip_inline_frame_tests): New function.
6824 (skip_inline_var_tests): New function.
6825
cf657a0c
AS
68262009-06-27 Andreas Schwab <schwab@linux-m68k.org>
6827
6828 * gdb.cp/exception.exp: Don't require $hex before inner frame in
6829 backtrace.
6830
28d41a99
MS
68312009-06-27 Michael Snyder <msnyder@vmware.com>
6832
6833 * gdb.reverse: New directory.
6834 * gdb.reverse/break-reverse.c: New test.
6835 * gdb.reverse/break-reverse.exp: New test.
6836 * gdb.reverse/consecutive-reverse.c: New test.
6837 * gdb.reverse/consecutive-reverse.exp: New test.
6838 * gdb.reverse/finish-reverse.c: New test.
6839 * gdb.reverse/finish-reverse.exp: New test.
6840 * gdb.reverse/machinestate.c: New test.
6841 * gdb.reverse/ms1.c: New test.
6842 * gdb.reverse/machinestate.exp: New test.
6843 * gdb.reverse/Makefile.in: New file.
6844 * gdb.reverse/shr2.c: New test.
6845 * gdb.reverse/solib-reverse.c: New test.
6846 * gdb.reverse/solib-reverse.exp: New test.
6847 * gdb.reverse/step-reverse.c: New test.
6848 * gdb.reverse/step-reverse.exp: New test.
6849 * gdb.reverse/until-reverse.c: New test.
6850 * gdb.reverse/ur1.c: New test.
6851 * gdb.reverse/until-reverse.exp: New test.
6852 * gdb.reverse/watch-reverse.c: New test.
6853 * gdb.reverse/watch-reverse.exp: New test.
6854 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
6855 * configure: Regenerate.
6856
fe3c8b0d
DE
68572009-06-26 Doug Evans <dje@google.com>
6858
6859 * gdb.base/psymtab.exp: Turn off pending breakpoints.
6860
3a72a602
PM
68612009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
6862
6863 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
6864 windows problem for 'file delete $binfile'.
6865
27aa8d6a
SW
68662009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
6867
6868 * gdb.cp/namespace-using.exp: New test.
6869 * gdb.cp/namespace-using.cc: New test.
6870
8ac055f8
JB
68712009-05-20 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.ada/variant_record_packed_array: New testcase.
6874
85e306ed
TT
68752009-06-23 Tom Tromey <tromey@redhat.com>
6876
6877 * gdb.base/charset.exp (test_combination): Regression test.
6878 * gdb.base/charset.c (my_wchar_t): New typedef.
6879 (myvar): New global.
6880 (main): Set myvar.
6881
56643c5e
PM
68822009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
6883
6884 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
6885 target.
6886
1fac167a
UW
68872009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6888
6889 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
6890
7ccb0be9
UW
68912009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6892
6893 * gdb.mi/gdb680.exp: Update test for error message.
6894
568d6575
UW
68952009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6896
6897 * gdb.base/annota1.exp: Allow multiple occurrences of the
6898 frames-invalid annotation.
6899 * gdb.cp/annota2.exp: Likewise.
6900
7cd1089b
PM
69012009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6902
6903 * gdb.cp/gdb2495.cc: New file.
6904 * gdb.cp/gdb2495.exp: New file.
6905
72c63395
JK
69062009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6907
6908 Report error on GDB crash during runto.
6909 * lib/gdb.exp (runto <eof>): New.
6910
3788363d
DJ
69112009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6912
6913 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
6914 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
6915 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
6916 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
6917 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
6918 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
6919 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
6920 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
6921 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
6922 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
6923 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
6924 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
6925 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6926 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
6927 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
6928 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
6929 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
6930 gdb.server/server-mon.exp, gdb.server/server-run.exp,
6931 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6932 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6933 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
6934 gdb.trace/passcount.exp, gdb.trace/report.exp,
6935 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
6936 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
6937 gdb.trace/while-stepping.exp: Use a unique name for the compiled
6938 executable.
6939
17592de3
PA
69402009-06-07 Pedro Alves <pedro@codesourcery.com>
6941
6942 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
6943 defined before referencing it.
6944
701e355d
DE
69452009-06-03 Doug Evans <dje@google.com>
6946
6947 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
6948 * gdb.arch/i386-see.c: Ditto.
6949
f2292c65
PM
69502009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
6951
6952 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
6953 (check_macro): Return 1 if undefined.
6954 If first test fails, check if macro debug information is available,
6955 and report unsupported test if no macro information is found.
6956
5a437975
DE
69572009-05-29 Doug Evans <dje@google.com>
6958
6959 * gdb.threads/hand-call-in-threads.exp: New.
6960 * gdb.threads/hand-call-in-threads.c: New.
6961
c141c696
MS
69622009-05-29 Michael Snyder <msnyder@vmware.com>
6963
6964 * gdb.base/break-always.exp: Change "1" to "on".
6965 Add confirmation check.
6966
b3444185
PA
69672009-05-28 Pedro Alves <pedro@codesourcery.com>
6968
6969 * gdb.threads/threxit-hop-specific.c: New.
6970 * gdb.threads/threxit-hop-specific.exp: New.
6971 * gdb.threads/thread-execl.c: New.
6972 * gdb.threads/thread-execl.exp: New.
6973
b6313243
TT
69742009-05-27 Tom Tromey <tromey@redhat.com>
6975 Thiago Jung Bauermann <bauerman@br.ibm.com>
6976
6977 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6978 (mi_child_regexp): Likewise.
6979 (mi_list_varobj_children_range): Likewise.
6980 (mi_get_features): Likewise.
6981 (mi_list_varobj_children): Rewrite.
6982 * gdb.python/python-mi.exp: New file.
6983
a6bac58e
TT
69842009-05-27 Tom Tromey <tromey@redhat.com>
6985 Thiago Jung Bauermann <bauerman@br.ibm.com>
6986 Phil Muldoon <pmuldoon@redhat.com>
6987 Paul Pluzhnikov <ppluzhnikov@google.com>
6988
6989 * gdb.python/python-prettyprint.exp: New file.
6990 * gdb.python/python-prettyprint.c: New file.
6991 * gdb.python/python-prettyprint.py: New file.
6992 * gdb.base/display.exp: print/r is now valid.
6993
2c74e833
TT
69942009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6995 Tom Tromey <tromey@redhat.com>
6996 Pedro Alves <pedro@codesourcery.com>
6997 Paul Pluzhnikov <ppluzhnikov@google.com>
6998
6999 * gdb.python/python-template.exp: New file.
7000 * gdb.python/python-template.cc: New file.
7001 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7002 tests.
7003 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7004 Call it.
7005 (test_value_after_death): New proc.
7006 * gdb.python/python-value.c (PTR): New typedef.
7007 (main): New variable 'x'.
7008
89c73ade
TT
70092009-05-27 Tom Tromey <tromey@redhat.com>
7010
7011 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7012 tests.
7013 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7014 Call it.
7015
a75724bc
PA
70162009-05-27 Pedro Alves <pedro@codesourcery.com>
7017
7018 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
7019
e58b0e63
PA
70202009-05-24 Pedro Alves <pedro@codesourcery.com>
7021
7022 * gdb.threads/fork-thread-pending.c: New.
7023 * gdb.threads/fork-thread-pending.exp: New.
7024
4ac36638
JK
70252009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7026
7027 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
7028 * gdb.dwarf2/dw2-strp.S (a_string2): New.
7029
889bf7c5 70302009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 7031
889bf7c5 7032 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 7033
b242c3c2
PA
70342009-05-17 Pedro Alves <pedro@codesourcery.com>
7035
7036 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
7037 `gdb_get_line_number'. Call `callee' in both parent and child.
7038 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
7039 `gdb_get_line_number' instead of hardcoding line numbers.
7040 (catch_fork_unpatch_child): New procedure to test detaching
7041 breakpoints from child fork.
7042 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
7043 hardcoding line numbers.
7044 (do_fork_tests): Run `catch_fork_unpatch_child'.
7045
ee342b23
VP
70462009-05-17 Vladimir Prus <vladimir@codesourcery.com>
7047
7048 * gdb.mi/mi-cmd-var.exp: Check that when varobj
7049 of structure type enters or leaves the scope, it
7050 is reported by -var-update.
7051
e2009e98
DE
70522009-05-11 Doug Evans <dje@sebabeach.org>
7053
7054 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 7055 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
7056 * gdb.threads/schedlock.c (main): Fix off-by-one error.
7057
00903456
JK
70582009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7059
7060 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
7061
dc621c35
DE
70622009-04-30 Doug Evans <dje@google.com>
7063
7064 * gdb.threads/watchthreads2.exp: New testcase.
7065 * gdb.threads/watchthreads2.c: New testcase.
7066
9ab4e744
DE
70672009-04-29 Doug Evans <dje@google.com>
7068
7069 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
7070 * gdb.cp/mb-ctor.cc: Ditto.
7071 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
7072 * gdb.cp/mb-inline.h (multi_line_foo): New function.
7073 * gdb.cp/mb-inline1.cc: Call it.
7074 * gdb.cp/mb-inline2.cc: Ditto.
7075 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
7076 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
7077
484086b7
JK
70782009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7079
7080 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
7081 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
7082 Replace all uses of `decimal' by `nonzero'.
7083 (info macro FROM_COMMANDLINE): New test.
7084
379a77b5
TT
70852009-04-27 Tom Tromey <tromey@redhat.com>
7086
7087 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
7088
b92b73c2
DE
70892009-04-27 Doug Evans <dje@google.com>
7090
7091 * gdb.threads/watchthreads.c (main): Initialize args before starting
7092 the threads. Plus formatting cleanup.
7093 * gdb.threads/watchthreads.exp: Avoid errant failures due to
7094 biased scheduling of one thread.
7095
945a118d
JG
70962009-04-27 Jerome Guitton <guitton@adacore.com>
7097
7098 * gdb.cp/templates.cc (GetMax): New template.
7099 (main): Declare two instances of GetMax.
7100 * gdb.cp/templates.exp: Add new test.
7101
d389af10
JK
71022009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7103
7104 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
7105
e7f86de9
JM
71062009-04-22 Joseph Myers <joseph@codesourcery.com>
7107
7108 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
7109
334cc82d
TT
71102009-04-15 Tom Tromey <tromey@redhat.com>
7111
7112 * gdb.base/charset.exp: Add regression test.
7113
d12672cc
JB
71142009-04-14 Joel Brobecker <brobecker@adacore.com>
7115
7116 * gdb.base/exe-lock.exp: New testcase.
7117
18e8c3bc
TT
71182009-04-13 Tom Tromey <tromey@redhat.com>
7119
7120 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
7121 operator on Frame.
7122
5ecd5cbe
UW
71232009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7124
7125 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
7126 * gdb.server/ext-attach.exp: Likewise.
7127
7309f756
VP
71282009-04-03 Vladimir Prus <vladimir@codesourcery.com>
7129
7130 Eliminate some sleep usage.
7131
889bf7c5
PA
7132 * gdb.mi/basics.c (do_nothing): New.
7133 (main): Use do_nothing instead of printf, so that
7134 not to introduce race condition between output of
7135 inferiour and output of gdb. Do not use sleep as it
7136 is not generally available on embedded targets.
7309f756 7137
f4b95f6f
PA
71382009-04-02 Pedro Alves <pedro@codesourcery.com>
7139
7140 * gdb.server/ext-attach.exp: Expect an optional process id after
7141 "Detached from remote process".
7142
de40b933
JK
71432009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7144
7145 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
7146 gdb.dwarf2/dw2-unresolved.exp: New.
7147
2ae101a4
PA
71482009-04-02 Pedro Alves <pedro@codesourcery.com>
7149
7150 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
7151 mi_run_to_main.
7152
56a8e183
PA
71532009-04-02 Pedro Alves <pedro@codesourcery.com>
7154
7155 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
7156 mi_run_to_main. Skip thread exit test on remote targets.
7157 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
7158 mi_run_to_main.
7159 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
7160 mi_run_to_main.
7161 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
7162 when expecting ^connected. Detect when the target doesn't support
7163 non-stop mode.
7164 (mi_run_cmd): Detect if non-stop mode was requested by isn't
7165 supported. Return -1 on error, 0 on success.
7166 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
7167 (mi_runto): Return mi_runto_helper's result explicitly.
7168
c35fafde
PA
71692009-04-01 Pedro Alves <pedro@codesourcery.com>
7170
7171 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
7172
f8a8dce6
JB
71732009-04-01 Tom Tromey <tromey@redhat.com>
7174
7175 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
7176 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
7177 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
7178 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
7179
71c25dea
TT
71802009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
7181 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 PR gdb/931
7184 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
7185 output.
7186 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
7187 for gdb/931.
7188 * dw2-strp.S (DW_AT_language): Change to C++.
7189 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
7190
02d9a9ce
JB
71912009-03-31 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.ada/tasks: New testcase.
7194
1042e4c0
SS
71952009-03-30 Stan Shebs <stan@codesourcery.com>
7196
7197 * gdb.trace/actions.exp: Update to match new info trace format.
7198 * gdb.trace/deltrace.exp: Ditto.
7199 * gdb.trace/infotrace.exp: Ditto.
7200 * gdb.trace/passcount.exp: Ditto.
7201 * gdb.trace/save-trace.exp: Ditto.
7202 * gdb.trace/while-stepping.exp: Ditto.
7203 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
7204
f8f6f20b
TJB
72052009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7206
7207 * gdb.python/python-frame.c: New file.
7208 * gdb.python/python-frame.exp: New file.
7209
c0c6f777
TJB
72102009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7211
7212 * gdb.python/python-value.exp: Add tests for the address
7213 attribute.
7214
3cb51905
AS
72152009-03-29 Andreas Schwab <schwab@linux-m68k.org>
7216
7217 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
7218
88fc996f
DE
72192009-03-26 Doug Evans <dje@google.com>
7220
7221 * gdb.mi/mi-nonstop-exit.exp: New file.
7222 * gdb.mi/non-stop-exit.c: New file.
7223
56ef84b1
TT
72242009-03-26 Tom Tromey <tromey@redhat.com>
7225
7226 Update for change to prologue skipping:
7227 * gdb.mi/mi2-simplerun.exp: Update.
7228 * gdb.mi/mi2-break.exp: Update.
7229 * gdb.mi/mi-simplerun.exp: Update.
7230 * gdb.mi/mi-break.exp: Update.
7231 * gdb.base/ending-run.exp: Update.
7232
def2b000
TJB
72332009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7234
7235 * gdb.python/python-value.exp (test_value_in_inferior): Test
7236 gdb.Value.is_optimized_out attribute.
7237
442ddf59
JK
72382009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7239
7240 * gdb.dwarf2/dw2-noloc-main.c: New file.
7241 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
7242 (.text): Remove.
7243 (.data): New.
7244 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
7245 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
7246 (DW_TAG_subprogram func_cu1, noloc): Remove.
7247 (main): New.
7248 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
7249 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
7250 (file_symbols): New procedure.
7251
a8df5de4
TT
72522009-03-25 Tom Tromey <tromey@redhat.com>
7253
7254 * gdb.base/charset.exp (valid_target_charset): New proc.
7255 Use it to skip tests on invalid charsets.
7256
cc1d7add
PM
72572009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
7258
7259 * gdb.base/completion.exp: Add a test for directory completion.
7260
bcd5727b
JK
72612009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 Fix a racy FAIL.
7264 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
7265 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
7266
cc924cad
TJB
72672009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7268
7269 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
7270 * gdb.python/python-function.exp: Add test for function returning
7271 a GDB value.
7272
bc3b79fd
TJB
72732009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
7274
7275 * gdb.python/python-function.exp: New file.
7276
6c7a06a3
TT
72772009-03-20 Tom Tromey <tromey@redhat.com>
7278
7279 * gdb.base/store.exp: Update for change to escape output.
7280 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
7281 to escape output.
7282 * gdb.base/pointers.exp: Update for change to escape output.
7283 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
7284 to escape output.
7285 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
7286 escape output.
7287 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
7288 to escape output.
7289 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
7290 escape output.
7291 * gdb.base/setvar.exp: Update for change to escape output.
7292 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
7293 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
7294 to escape output.
7295 (test_print_string_constants): Likewise.
7296 * gdb.base/charset.exp (valid_host_charset): Check size of
7297 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
7298 cases. Handle "auto"-related output.
7299 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
7300 (uvar, Uvar): New globals.
7301
c31af87b
JG
73022009-03-19 Jerome Guitton <guitton@adacore.com>
7303
7304 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
7305 deltas.
7306 * gdb.ada/fixed_points.exp: Ditto.
7307
51272cf2
PA
73082009-03-18 Pedro Alves <pedro@codesourcery.com>
7309
7310 * return-nodebug.c: Don't include stdio.h.
7311 (init): Delete.
7312 (func): Delete definition and provide extern declaration.
7313 (t): New.
7314 (main): Don't call printf. Call func and store its result in t.
7315 * return-nodebug1.c: New.
7316 * return-nodebug.exp: Don't expect stdio output. Instead, print
7317 the global variable t. Drop printf formatters and cast types from
7318 foreach loop. Don't use prepare_for_testing. Compile
7319 return-nodebug.c and return-nodebug1.c in separate steps. Don't
7320 define FORMAT or CAST.
7321
d24948ac
PP
73222009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7323
7324 * gdb.base/solib-display.exp: Disable test for remote targers.
7325
61ff14c6
JK
73262009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7327
7328 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
7329
cb4dce93
JK
73302009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7331
7332 Fix a racy FAIL.
7333 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
7334 code from `follow parent, print pids'.
7335 (`follow child, print pids', `follow parent, print pids'): Call it.
7336 Replace `gdb_test "break..."' by gdb_breakpoint.
7337
f7c60c5e
VP
73382009-03-13 Vladimir Prus <vladimir@codesourcery.com>
7339
7340 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 7341 sync and async modes.
f7c60c5e 7342
383ace49
JB
73432009-03-12 Joel Brobecker <brobecker@adacore.com>
7344
7345 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
7346 that was checked in by mistake. Remove loading of ada.exp, since
7347 this is not necessary in this case.
7348
4ce102af
JB
73492009-03-12 Joel Brobecker <brobecker@adacore.com>
7350
7351 * gdb.ada/ptype_arith_binop.exp: New testcase.
7352
529a2aef
JB
73532009-03-12 Joel Brobecker <brobecker@adacore.com>
7354
7355 * gdb.ada/mod_from_name: New testcase.
7356
8a38181c
JB
73572009-03-12 Joel Brobecker <brobecker@adacore.com>
7358
7359 * gdb.ada/tick_last_segv: New testcase.
7360
11436dee
VP
73612009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7362
61ff14c6 7363 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 7364
1f31650a
VP
73652009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7366
61ff14c6
JK
7367 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
7368 include the token in ^running and frame info in *stopped.
1f31650a 7369
a3247a22
PP
73702009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7371
7372 * solib-display.exp: New file.
7373 * solib-display-main.c: New file.
7374 * solib-display-lib.c: New file.
61ff14c6 7375
aae64587
PA
73762009-03-05 Pedro Alves <pedro@codesourcery.com>
7377
7378 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
7379
44aabfbc
JK
73802009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7381
7382 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
7383 (list_and_check_macro): Use more specific test name.
7384 (next to definition): Make the test names unique.
7385
c087fcd3
PM
73862009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7387
7388 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 7389
c86cf029
VP
73902009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7391
7392 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
7393 notifications.
7394 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
7395 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
7396 * lib/mi-support.exp (library_loaded_re): New.
7397 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
7398
3ea85240
VP
73992009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7400
7401 * gdb.gdb/observer.exp: Use test_notification observer, not
7402 normal_stop, everywhere.
7403 (test_normal_stop_notifications): Rename to...
7404 (test_notifications): ...this.
7405 (test_observer_normal_stop): Rename to...
7406 (test_observer): ...this.
7407
1903f0e6
DE
74082009-02-16 Doug Evans <dje@google.com>
7409
7410 * gdb.arch/amd64-disp-step.S (test_int3): New test.
7411 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
7412 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
7413 (test_prefixed_syscall,test_int3): New tests.
7414 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
7415 (test_prefixed_syscall,test_int3): New tests.
7416
1d33d6ba
VP
74172009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7418
3cb51905
AS
7419 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
7420 (mi_expect_interrupt): Likewise.
7421 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
7422 response.
1d33d6ba 7423
faafb047
PM
74242009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7425
7426 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
7427 * gdb.base/pc-fp.exp (get_valueofx): Remove.
7428 Replace calls to get_valueofx by get_hexadecimal_valueof.
7429
417e16e2
PM
74302009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7431
7432 * lib/gdb.exp (get_valueof): Accept anything as a return value.
7433 (get_integer_valueof): New procedure.
7434 (get_sizeof): Use new get_integer_value_of.
7435 * gdb.base/sizeof.exp: Replace all uses of get_valueof
7436 by get_integer_valueof.
7437
7065b901
TT
74382009-02-13 Tom Tromey <tromey@redhat.com>
7439
7440 * gdb.base/remote.exp (get_sizeof): Remove.
7441 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
7442 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
7443 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
7444 * lib/gdb.exp (get_valueof): Move from long_long.exp.
7445 (get_sizeof): Likewise.
7446
5d7cb8df
JK
74472009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7448
7449 PR fortran/9806
7450 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
7451
b2febfff
PP
74522009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7453
7454 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
7455
4aa995e1
PA
74562009-02-06 Pedro Alves <pedro@codesourcery.com>
7457
7458 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
7459
d8906c6f
TJB
74602009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7461
7462 * gdb.python/python-cmd.exp: New file.
7463
ff4ab08d
TG
74642009-02-06 Tristan Gingold <gingold@adacore.com>
7465
7466 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
7467
aacd552b
TG
74682009-02-05 Tristan Gingold <gingold@adacore.com>
7469
7470 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
7471 pointer is dereferenced and use this signal name in regexp.
7472 * gdb.base/signull.exp: Ditto.
7473 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
7474 * gdb.base/signull.c (main): Ditto.
7475
08c637de
TJB
74762009-02-04 Tom Tromey <tromey@redhat.com>
7477 Thiago Jung Bauermann <bauerman@br.ibm.com>
7478
7479 * gdb.python/python-value.exp: Use `gdb.history' instead of
7480 `gdb.value_from_history'.
7481 (test_value_numeric_ops): Add test for conversion of enum constant.
7482 * gdb.python/python-value.c (enum e): New type.
7483 (evalue): New global.
7484 (main): Use argv.
7485
20261af8
JG
74862009-02-04 Jerome Guitton <guitton@adacore.com>
7487
7488 * gdb.ada/uninitialized_vars: New test program.
7489 * gdb.ada/uninitialized_vars.exp: New testcase.
7490
52e44b43
TT
74912009-02-02 Tom Tromey <tromey@redhat.com>
7492
7493 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
7494 * gdb.cp/pr2489.cc: Rename...
7495 * gdb.cp/pr9594.cc: ... to this.
7496
1c71341a
TT
74972009-02-02 Tom Tromey <tromey@redhat.com>
7498
7499 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
7500 * gdb.cp/pr2489.cc: New file.
7501 * gdb.cp/cpcompletion.exp: New file.
7502
a4295225
TT
75032009-02-02 Tom Tromey <tromey@redhat.com>
7504
7505 PR exp/9059:
7506 * gdb.cp/call-c.exp: Add regression test.
7507 * gdb.cp/call-c.cc (FooHandle): New typedef.
7508 (main): New variable 'handle'.
7509
592375cd
VP
75102009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7511
7512 * lib/mi-support.exp (et_mi_thread_list)
7513 (check_mi_and_console_threads): Adjust for current thread in
7514 -thread-list-ids output.
7515
41447f92
VP
75162009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7517
889bf7c5
PA
7518 * gdb.mi/mi-break.exp (test_disabled_creation): New.
7519 Call it.
41447f92 7520
35669430
DE
75212009-01-28 Doug Evans <dje@google.com>
7522
7523 * gdb.arch/amd64-disp-step.S: New file.
7524 * gdb.arch/amd64-disp-step.exp: New file.
7525 * gdb.arch/i386-disp-step.S: New file.
7526 * gdb.arch/i386-disp-step.exp: New file.
7527
09f00d9a
PM
75282009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
7529
7530 * gdb.base/find.exp: Set newline variable
7531 using quotes instead of braces to fix cygwin failures.
7532
1e8fb976
PA
75332009-01-23 Pedro Alves <pedro@codesourcery.com>
7534
7535 * gdb.base/radix.exp: Add tests to ensure that that set
7536 input-radix 0 and set output-radix 0 are really rejected.
7537
da061712
PA
75382009-01-23 Pedro Alves <pedro@codesourcery.com>
7539
7540 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
7541 copyright years.
7542
dd7e2d2b
PA
75432009-01-23 Pedro Alves <pedro@codesourcery.com>
7544
7545 PR gdb/9664:
7546 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
7547
392452f6
PA
75482009-01-22 Pedro Alves <pedro@codesourcery.com>
7549
7550 PR c++/9631:
7551 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
7552
8653e71c
PM
75532009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
7554
7555 * gdb.server/file-transfer.exp: Use EXEEXT variable for
7556 binfile definition to fix Windows OS failure.
7557
a12cc160
DJ
75582009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7559
7560 PR gdb/9346
7561 * gdb.base/interrupt.c (sigint_handler): New.
7562 (main): Install a SIGINT handler if SIGNALS is defined. Exit
7563 on error.
7564 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
7565 Test "signal SIGINT".
7566
b89667eb
DE
75672009-01-19 Doug Evans <dje@google.com>
7568
7569 * gdb.base/break.exp: Update expected gdb output.
7570 * gdb.base/sepdebug.exp: Ditto.
7571 * gdb.mi/mi-syn-frame.exp: Ditto.
7572 * gdb.mi/mi2-syn-frame.exp: Ditto.
7573 * gdb.base/call-signal-resume.exp: New file.
7574 * gdb.base/call-signals.c: New file.
7575 * gdb.base/unwindonsignal.exp: New file.
7576 * gdb.base/unwindonsignal.c: New file.
7577 * gdb.threads/interrupted-hand-call.exp: New file.
7578 * gdb.threads/interrupted-hand-call.c: New file.
7579 * gdb.threads/thread-unwindonsignal.exp: New file.
7580
adb483fe
DJ
75812009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7582
7583 * gdb.base/define.exp: Test defining and hooking prefix commands.
7584 * gdb.python/python.exp: Update test for "show user" output.
7585
60023297
JK
75862009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
7589 now the output exactly, using less wildcards. Expect also the output
7590 of gfortran-4.3. Update for the f-valprint.c modification from
7591 2008-04-22.
7592 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
7593 Remove gdb_test test names where matching the command.
7594
ccc57cf9
PA
75952009-01-01 Pedro Alves <pedro@codesourcery.com>
7596
7597 PR breakpoints/9681:
7598 * gdb.base/watchpoint.exp: Add regression test.
7599
c7a6ca08
PA
76002008-12-31 Pedro Alves <pedro@codesourcery.com>
7601
7602 * gdb.threads/attach-into-signal.exp: Don't use
7603 gdb_suppress_entire_file.
7604 * gdb.threads/attach-stopped.exp: Ditto.
7605 * gdb.threads/attachstop-mt.exp: Ditto.
7606
3a031f65
PA
76072008-12-31 Pedro Alves <pedro@codesourcery.com>
7608
7609 PR gdb/8812:
7610 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
7611
09e6485f
PA
76122008-12-29 Pedro Alves <pedro@codesourcery.com>
7613
7614 PR gdb/7536:
7615 * gdb.base/radix.exp: Add tests to ensure invalid input radices
7616 and unsupported output radices are really rejected.
7617
0cd53049
JK
76182008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7619
7620 * gdb.cp/punctuator.exp: Backslash the '$' signs.
7621
ba163c7e
TT
76222008-12-22 Tom Tromey <tromey@redhat.com>
7623
7624 * gdb.cp/punctuator.exp: New file.
7625
6f4de6c9
JK
76262008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7627
7628 * gdb.base/completion.exp (Completing non-existing component): New test.
7629
0f34d0b4
JK
76302008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 Fix for PR gdb/8648.
7633 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
7634 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
7635 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
7636 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
7637
db2ad4c3
JK
76382008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
7641
bb5ef15e
DP
76422008-12-16 Christophe Lyon <christophe.lyon@st.com>
7643
7644 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
7645 compiler actually generate code at the expected line number.
7646
90142adc
JZ
76472008-12-15 Jie Zhang <jie.zhang@analog.com>
7648
7649 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
7650
fad6eecd
TT
76512008-12-12 Tom Tromey <tromey@redhat.com>
7652
7653 * gdb.base/commands.exp (redefine_hook_test): New proc.
7654 Call it.
7655
17c8aaf5
TT
76562008-12-11 Tom Tromey <tromey@redhat.com>
7657
7658 * gdb.base/macscp.exp: New regression test.
7659
7c8adf68
TT
76602008-12-11 Tom Tromey <tromey@redhat.com>
7661
7662 * gdb.base/macscp.exp: Print "address.addr".
7663 * gdb.base/macscp1.c (struct outer): New struct.
7664 (address): New global.
7665
b05dcbb7
TT
76662008-12-09 Tom Tromey <tromey@redhat.com>
7667
7668 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
7669 Call it.
7670
2d476de1
DE
76712008-12-04 Doug Evans <dje@google.com>
7672
7673 * gdb.server/ext-run.exp: Relax regexp for init program.
7674
87bdc959
TG
76752008-12-03 Tristan Gingold <gingold@adacore.com>
7676
7677 * gdb.base/macscp.exp: Generate an object file during compilation
7678 to work around Darwin dsymutil limitations.
7679
e0740f77
JK
76802008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7681
7682 Test resolving external references to TLS variables.
7683 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
7684 FILE2_THREAD_LOCAL.
7685 (testfile2, srcfile2): New variables.
7686 * gdb.threads/tls.c (file2_thread_local)
7687 (function_referencing_file2_thread_local): New.
7688 * gdb.threads/tls2.c: New file.
7689
67f0aac5
JB
76902008-11-28 Joel Brobecker <brobecker@adacore.com>
7691
7692 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
7693 rather than integer, as integer might not be big enough when
7694 on 64bit targets.
67f0aac5 7695
c332165e
JG
76962008-11-27 Jerome Guitton <guitton@adacore.com>
7697
7698 * gdb.cp/formatted-ref.exp: Add equality test.
7699 * gdb.ada/formatted_ref.exp: Ditto.
7700
fc9b693c
JK
77012008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7702
7703 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
7704 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
7705
a9c64011
AS
77062008-11-20 Andreas Schwab <schwab@suse.de>
7707
7708 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
7709 matching syscall entry point.
7710 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7711 (tcatch_vfork_then_child_follow): Likewise. Finish through
7712 vfork even if we stopped at the syscall trampoline.
7713
e2fd701e
DE
77142008-11-20 Doug Evans <dje@google.com>
7715
7716 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
7717
69abc51c
TJB
77182008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
7719
7720 * gdb.arch/ppc-dfp.exp: New file.
7721 * gdb.arch/ppc-dfp.c: New file.
7722
c14c28ba
PP
77232008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7724
7725 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 7726
2e74121d
DE
77272008-11-17 Doug Evans <dje@google.com>
7728
7729 * gdb.mi/mi-syn-frame.exp: Update expected output.
7730 * gdb.mi/mi2-syn-frame.exp: Update expected output.
7731
66bb093b
VP
77322008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7733
7734 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
7735 "thread N" results in =thread-selected.
7736 * lib/mi-support (mi_run_cmd, mi_expect_stop)
7737 (mi_send_resuming_command_raw): Be prepared for
7738 =thread-selected.
7739
3d043ef6
VP
77402008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7741
a9c64011
AS
7742 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
7743 * lib/mi-support.exp: Likewise.
3d043ef6 7744
808104c8
JB
77452008-11-16 Joel Brobecker <brobecker@adacore.com>
7746
7747 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
7748 commands from the expected output for "help catch".
7749
00b22944
JB
77502008-11-15 Joel Brobecker <brobecker@adacore.com>
7751
7752 * gdb.ada/int_deref.exp: New testcase.
7753
59669435
TT
77542008-11-14 Nick Roberts <nickrob@snap.net.nz>
7755
7756 * gdb.mi/gdb2549.exp: New file.
7757
de04a248
DE
77582008-11-11 Doug Evans <dje@google.com>
7759
7760 * gdb.base/callexit.exp: New file.
7761 * gdb.base/callexit.c: New file.
7762
6b8ce727
DE
77632008-11-10 Doug Evans <dje@google.com>
7764
7765 * lib/gdb.exp (GDBFLAGS): Move -nx ...
7766 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
7767 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
7768 (default_gdb_start,default_gdb_exit): Ditto.
7769 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
7770 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
7771 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
7772 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
7773 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
7774 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
7775
1b14b8aa
AS
77762008-11-03 Andreas Schwab <schwab@suse.de>
7777
7778 * gdb.base/hashline2.exp: Fix typo.
7779 * gdb.base/hashline3.exp: Likewise.
7780
f3134b88
TT
77812008-10-30 Tom Tromey <tromey@redhat.com>
7782
7783 * gdb.base/pointers.exp: Add test.
7784 * gdb.base/pointers.c (k, S): New typedefs.
7785 (instance): New global.
7786
c2226152
AS
77872008-10-30 Andreas Schwab <schwab@suse.de>
7788
7789 * gdb.base/args.exp: Add tests for newlines.
7790
462f405c
JB
77912008-10-30 Joel Brobecker <brobecker@adacore.com>
7792
7793 gdb.base/foll-exec.exp: Update the expected output of a couple
7794 of "info breakpoints" tests.
7795
79a45b7d
TT
77962008-10-28 Tom Tromey <tromey@redhat.com>
7797
7798 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
7799
adc13a14
PA
78002008-10-24 Pedro Alves <pedro@codesourcery.com>
7801
7802 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
7803 gdb_start_cmd.
7804 Use runto_main before any test that requires execution.
7805
252fbfc8
PA
78062008-10-23 Pedro Alves <pedro@codesourcery.com>
7807
7808 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
7809 instead of SIGINT.
7810
28148e3d
JB
78112008-10-22 Joel Brobecker <brobecker@adacore.com>
7812
7813 * gdb.base/completion.exp: Update expected output following
7814 the addition of the "info tasks" command.
7815
c209f847
TT
78162008-10-22 Tom Tromey <tromey@redhat.com>
7817
7818 * gdb.base/exprs.exp (test_expr): Add test for string
7819 concatenation.
7820
f177e350
PA
78212008-10-19 Pedro Alves <pedro@codesourcery.com>
7822
7823 * configure.ac: Output gdb.python/Makefile.
7824 * configure: Regenerate.
7825 * gdb.python/Makefile.in: New.
7826
cce89356
JB
78272008-10-16 Joel Brobecker <brobecker@adacore.com>
7828
7829 * gdb.base/foll-fork.exp: Adjust the expected output to match
7830 the new description for fork/vfork catchpoints in the "info
7831 breakpoints" output.
7832
176d289d
TJB
78332008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7834
7835 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
7836
a08702d6
TJB
78372008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7838
7839 * gdb.python/python-value.c: New file.
7840 * gdb.python/python-value.exp: New file.
7841
1c5cfe86
PA
78422008-10-15 Pedro Alves <pedro@codesourcery.com>
7843
7844 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
7845
5a98ad69
DP
78462008-10-15 Denis Pilat <denis.pilat@st.com>
7847
41702f1b 7848 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 7849
dcb1a1e2
TT
78502008-10-09 Tom Tromey <tromey@redhat.com>
7851
7852 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
7853 'fprintf' and 'stderr'.
7854
9124fe48
JB
78552008-10-07 Joel Brobecker <brobecker@adacore.com>
7856
7857 * gdb.ada/ref_tick_size.exp: New testcase.
7858
45452591
DE
78592008-10-06 Doug Evans <dje@google.com>
7860
7861 * gdb.dwarf2/dw2-cu-size.exp: New file.
7862 * gdb.dwarf2/dw2-cu-size.S: New file.
7863
7864 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
7865 .Ltype_int for clarity.
7866
4fc5b208
PP
78672008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7868
7869 PR gdb/2384:
7870 * gdb.cp/gdb2384.exp: Extended to test more cases.
7871 * gdb.cp/gdb2384.cc: Likewise.
7872 * gdb.cp/gdb2384-base.h: Likewise.
7873 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 7874
d78df370
JK
78752008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7876
7877 * gdb.base/maint.exp (maint print type): Remove printing
7878 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
7879
9a044a89
TT
78802008-09-30 Tom Tromey <tromey@redhat.com>
7881
7882 * gdb.base/macscp.exp: Add completion tests.
7883 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
7884 (TWENTY_THREE): Likewise.
7885 (FORTY_EIGHT): Likewise.
7886
506800a9
TT
78872008-09-30 Tom Tromey <tromey@redhat.com>
7888
7889 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
7890 everywhere.
7891 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
7892
1a6f01b5
JK
78932008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
7896 testcase is derived from. Fix racy dependency on an expected PID
7897 number. No longer support the testcase on Linux kernel 2.4.x.
7898
2fae03e8
TT
78992008-09-27 Tom Tromey <tromey@redhat.com>
7900
7901 * gdb.base/macscp.exp: Add tests for stringification, splicing,
7902 and varargs.
7903
1ad15515
PA
79042008-09-22 Pedro Alves <pedro@codesourcery.com>
7905
7906 * lib/mi-support.exp (mi_expect_interrupt): New.
7907 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
7908 from gdb.mi/mi-nonstop.exp.
7909 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
7910 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
7911 lib/mi-support.exp.
7912 Use mi_check_thread_states throughout. Avoid ".*" and do not
7913 require an anchor after -exec-run.
7914
d0b76dc6
DJ
79152008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
7916
7917 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
7918 stop is pending. Avoid ".*" when two stops are pending.
7919 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
7920 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
7921 newlines in fullnames.
7922 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
7923 (mi_expect_stop): Update comments. Only anchor in sync mode.
7924 Do not match newlines.
7925 (mi_send_resuming_command_raw): Always return status.
7926 (mi_get_stop_line): Do not match more than one line by accident.
7927 Only anchor in sync mode.
7928 (mi_run_inline_test): If -exec-next fails, give up.
7929
9990c830
UW
79302008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7931
7932 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
7933 on SPU.
7934
ebcf6f00
JB
79352008-09-10 Joel Brobecker <brobecker@adacore.com>
7936
7937 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
7938
b6db24e5
JB
79392008-09-10 Joel Brobecker <brobecker@adacore.com>
7940
7941 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
7942 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
7943 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
7944 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
7945 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
7946 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
7947 gdb.ada/interface.exp, gdb.ada/null_array.exp,
7948 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
7949 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
7950 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
7951 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
7952 Include the "= " sequence in the expected output of print tests.
7953
2bf448e0
JB
79542008-09-10 Joel Brobecker <brobecker@adacore.com>
7955
7956 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7957 description for boolean types.
7958
d51fd4c8
PA
79592008-09-09 Pedro Alves <pedro@codesourcery.com>
7960
7961 * gdb.base/hook-stop-continue.c: New.
7962 * gdb.base/hook-stop-continue.exp: New.
7963
694182d2
DJ
79642008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7965
7966 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7967
3b8a7fc0
JG
79682008-09-08 Jerome Guitton <guitton@adacore.com>
7969
7970 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7971 (stack_check_probe_2, stack_check_probe_loop_1)
7972 (stack_check_probe_loop_2): New functions.
7973 (main): Add call to these new functions.
7974 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7975 functions, check that the breakpoint is inserted at the appropriate
7976 location.
7977 (insert_breakpoint): Slightly refine this procedure so that it can
7978 be called several times in the test.
7979
96cc0ae8
JG
79802008-09-08 Jerome Guitton <guitton@adacore.com>
7981
7982 * gdb.base/stack-checking.c: New file.
7983 * gdb.base/stack-checking.exp: New file.
7984
1f08b409
TJB
79852008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7986
7987 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7988 * gdb.arch/altivec-regs.exp: Likewise.
7989 * gdb.arch/vsx-regs.exp: Likewise.
7990
3099e1c4
TJB
79912008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7992
7993 * gdb.arch/ppc-fp.exp: New file.
7994 * gdb.arch/ppc-fp.c: New file.
7995
cc69bfc1
PP
79962008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7997
7998 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7999 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 8000
b02a33db
MS
80012008-09-04 Michael Snyder <msnyder@vmware.com>
8002
8003 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
8004 as "at" (for non-debug functions such as _start).
8005
2992cbe0
UW
80062008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8007
8008 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
8009 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
8010 software watchpoints.
8011 * gdb.base/watch_thread_num.exp: Likewise.
8012
514f746b
AR
80132008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
8014
8015 * gdb.arch/i386-bp_permanent.exp: New test.
8016
876cecd0
TT
80172008-08-24 Tom Tromey <tromey@redhat.com>
8018
8019 * gdb.base/maint.exp: Update "maint print type".
8020
80f73d71
VP
80212008-08-21 Vladimir Prus <vladimir@codesourcery.com>
8022
8023 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
8024 support. Adjust the order of "*running" notifications.
8025 * gdb.mi/non-stop.c: Don't cast from int to void* and
8026 back.
8027
d9c78d7d
MK
80282008-08-20 Mark Kettenis <kettenis@gnu.org>
8029
8030 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
8031 expect to find it in the "info frame" output.
8032
97a2d1d3
DJ
80332008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
8034
8035 * gdb.base/interp.exp: Always consume both prompts.
8036
b96e2927
PA
80372008-08-20 Pedro Alves <pedro@codesourcery.com>
8038
8039 * gdb.base/pending.exp: Test pending breakpoints without symbols
8040 loaded.
8041
8cf6e61a
VP
80422008-08-19 Vladimir Prus <vladimir@codesourcery.com>
8043
8044 * lib/mi-support.exp (mi_expect_stop): Produce
8045 more details on failures.
8046 * gdb.mi/mi-nonstop.exp: New.
8047 * gdb.mi/non-stop.c: New.
8048
c6ebd6cf
VP
80492008-08-19 Vladimir Prus <vladimir@codesourcery.com>
8050
a9c64011
AS
8051 * gdb.mi/mi-async.exp: Use 'set target-async'.
8052 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 8053
46a9b8ed
DJ
80542008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
8055
8056 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
8057
44feb3ce
TT
80582008-08-17 Tom Tromey <tromey@redhat.com>
8059
8060 * gdb.base/help.exp (help catch): Rewrite.
8061
311a4e6b
TJB
80622008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8063
8064 * gdb.base/define.exp: Test indented command documentation.
8065 * gdb.python/python.exp: Test indented multi-line command.
8066
604c2f83
LM
80672008-08-15 Luis Machado <luisgpm@br.ibm.com>
8068
8069 * testsuite/gdb.arch/vsx-regs.c: New source file.
8070 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
8071 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
8072
886a217c
TT
80732008-08-14 Tom Tromey <tromey@redhat.com>
8074
8075 * gdb.base/macscp.exp: Add regression test for "macro define" or
8076 "macro undef" with no arguments.
8077
c814a4f3
PP
80782008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8079
8080 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 8081
12ab8a60
UW
80822008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8083
8084 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
8085
d57a3c85
TJB
80862008-08-06 Tom Tromey <tromey@redhat.com>
8087
8088 * gdb.python/python.exp: New file.
8089
c7b778ff
JK
80902008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8091
8092 Fix for PR gdb/1543.
8093 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
8094 $LOCATION.
8095 (location): New variable.
8096 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
8097 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
8098 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
8099 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
8100 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
8101 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
8102 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
8103 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
8104 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
8105 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
8106 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
8107 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
8108 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
8109 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
8110 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
8111 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
8112 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
8113 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
8114 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
8115 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
8116 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
8117 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
8118 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
8119 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
8120 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
8121 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
8122 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
8123 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
8124 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
8125 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
8126 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
8127 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
8128 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
8129 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
8130 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
8131 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
8132 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
8133 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
8134 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
8135 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
8136 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
8137 gdb.base/type-opaque.exp, gdb.base/until.exp,
8138 gdb.base/value-double-free.c, gdb.base/varargs.exp,
8139 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
8140 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
8141 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
8142 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
8143 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
8144 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
8145 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
8146 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8147 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
8148 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
8149 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
8150 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
8151 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
8152 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
8153 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
8154 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
8155 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
8156 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
8157 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
8158 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
8159 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
8160 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
8161 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
8162 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8163 gdb.pascal/types.exp, gdb.stabs/weird.exp,
8164 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
8165 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
8166 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
8167 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
8168 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
8169 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
8170 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8171 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8172 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8173 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8174 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8175 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
8176 lib/mi-support.exp, lib/trace-support.exp: Remove reference
8177 to bug-gdb@prep.ai.mit.edu .
8178
5e06a3d1
VP
81792008-07-31 Vladimir Prus <vladimir@codesourcery.com>
8180
8181 * lib/mi-support.exp (mi_load_shlibs): New.
8182 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
8183
9d81d21b
VP
81842008-07-30 Vladimir Prus <vladimir@codesourcery.com>
8185
8186 * lib/mi-support.exp (get_mi_thread_list)
8187 (check_mi_and_console_threads): New, moved from ...
8188 * gdb.mi/mi-pthread.exp: ...here.
8189 * gdb.mi/gdb669.exp (get_mi_thread_list)
8190 (check_mi_and_console_threads): Delete.
8191 * gdb.mi/mi2-pthread.exp: Likewise.
8192
bae98fe0
TT
81932008-07-28 Tom Tromey <tromey@redhat.com>
8194
8195 * Makefile.in (just-check): Remove. Move body to...
8196 (check): ... here.
8197
57380f4e
DJ
81982008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8199
8200 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
8201 Add a test for duplicated SIGINTs.
8202
e09490f1
DJ
82032008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8204
8205 * gdb.threads/schedlock.exp (get_args): Update to work for any
8206 value of NUM.
8207 (Top level): Report the number of threads that did not resume.
8208
6387b45f
DJ
82092008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8210
8211 * gdb.dwarf2/dw2-compressed.S: Also define __start.
8212
62f64ff2
DJ
82132008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8214
8215 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
8216 non-MI prompt.
8217
fa8de41e
TT
82182008-07-26 Tom Tromey <tromey@redhat.com>
8219
8220 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
8221 (function_struct, function_struct_ptr): New globals.
8222 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
8223 function pointer in a struct.
8224
ccb3ac8a
TT
82252008-07-26 Tom Tromey <tromey@redhat.com>
8226
8227 * gdb.base/macscp.exp: Add test for macro lexing bug.
8228
d7d9f01e
TT
82292008-07-18 Tom Tromey <tromey@redhat.com>
8230
8231 * gdb.base/macscp.exp: Add macro tests.
8232
9bf07184
PP
82332008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8234
8235 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
8236
becf6477
PP
82372008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8238
8239 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
8240
0709f7d3
PP
82412008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8242
8243 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 8244
7093c834
PP
82452008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8246
8247 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 8248
b432ffe3
JK
82492008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8250
8251 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
8252
b1a268e5
VP
82532008-07-12 Vladimir Prus <vladimir@codesourcery.com>
8254
8255 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
8256
e2995f8e
KB
82572008-07-11 Kevin Buettner <kevinb@redhat.com>
8258
8259 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
8260 of regexp to account for changes made to GDB in the printing of
8261 byte vectors.
8262
14032a66
TT
82632008-07-11 Tom Tromey <tromey@redhat.com>
8264
8265 * gdb.base/completion.exp: Add 'help' completion test.
8266
981505ef
JK
82672008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8268
8269 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
8270
10568435
JK
82712008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8272
8273 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
8274
4487aabf
PA
82752008-07-09 Pedro Alves <pedro@codesourcery.com>
8276
8277 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
8278
a4a9b1c4
PA
82792008-07-09 Pedro Alves <pedro@codesourcery.com>
8280
8281 * gdb.base/fullname.exp: Restore pwd if compiling failed.
8282
3c3185ac
JK
82832008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8284
8285 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
8286
7ebd49dc
VP
82872008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8288
8289 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
8290 previous commit. Add a comment.
8291
84e46146
PA
82922008-06-28 Pedro Alves <pedro@codesourcery.com>
8293
8294 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
8295
0f8d4a2f
VP
82962008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8297
8298 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
8299
f747e0ce
PA
83002008-06-27 Pedro Alves <pedro@codesourcery.com>
8301
8302 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
8303 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
8304 compiling an executable, link in an object that forces unbuffered
8305 output.
8306 * lib/set_unbuffered_mode.c: New file.
8307
734a5c36
JK
83082008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
8311
a2840c35
VP
83122008-06-25 Vladimir Prus <vladimir@codesourcery.com>
8313
a9c64011
AS
8314 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
8315 mi_expect_stop.
8316 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
8317 Demand that *running is output.
8318 (detect_async): Perform checking every time.
8319 (mi_send_resuming_command): Extract everything into...
8320 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
8321 (mi_expect_stop): Don't accept any output before *stopped.
8322
6ae37fef
VP
83232008-06-13 Vladimir Prus <vladimir@codesourcery.com>
8324
8325 Robustify mi-simplerun.
a9c64011
AS
8326 * gdb.mi/basics.c (main): Add a call to sleep.
8327 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
8328 * gdb.mi/mi2-cli.exp: Likewise.
8329 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 8330
b4aa76f0 83312008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
8332
8333 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
8334
e1ac3328
VP
83352008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8336
a9c64011
AS
8337 * gdb.mi/mi-console.exp: Adjust.
8338 * gdb.mi/mi-syn-frame.exp: Adjust.
8339 * gdb.mi/mi2-console.exp: Adjust.
8340 * gdb.mi/mi2-syn-frame.exp: Adjust.
8341 * lib/mi-support.exp (mi_run_cmd): Adjust.
8342 (mi_send_resuming_command): Adjust.
e1ac3328 8343
f7f9a841
VP
83442008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8345
8346 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
8347 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
8348 testing of stopped.
8349 * gdb.mi/mi2-syn-frame.exp: Likewise.
8350 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
8351 (async, detect_async): New.
8352 (mi_expect_stop, mi_continue_to_line): Adjust expectation
8353 depending on if we're running in sync or async mode.
f7f9a841 8354
37cd5d19
TT
83552008-06-09 Tom Tromey <tromey@redhat.com>
8356
8357 * gdb.base/completion.exp: New tests for field name completion
8358 with spaces, and field name completion with '->'.
8359
65d12d83
TT
83602008-06-06 Tom Tromey <tromey@redhat.com>
8361
8362 * gdb.base/break1.c (struct some_struct): New struct.
8363 (values): New global.
8364 * gdb.base/completion.exp: Add field name completion test.
8365
ebfe2e3f
PP
83662008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8367
8368 * gdb.cp/call-c.exp: Test for incorrect handling of reference
8369 to pointer.
8370 * gdb.cp/call-c.cc: Likewise.
8371
bcf6fc3a
NR
83722008-06-06 Nick Roberts <nickrob@snap.net.nz>
8373
8374 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
8375 annotation.
8376
49fd4a42 83772008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 8378 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
8379
8380 * gdb.threads/execl.c, gdb.threads/execl1.c,
8381 gdb.threads/execl.exp: New tests.
a9c64011 8382
8a34ac3f
AR
83832008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
8384 Daniel Jacobowitz <dan@codesourcery.com>
8385
8386 * gdb.cp/exception.exp: Activate test, make it work with pending
8387 catchpoints.
8388
86ae69ef
JK
83892008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8390
8391 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
8392
f7f9ae2c
VP
83932008-05-28 Vladimir Prus <vladimir@codesourcery.com>
8394
a9c64011
AS
8395 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
8396 now printed.
8397 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 8398
2a2d4dc3
AS
83992008-05-27 Andreas Schwab <schwab@suse.de>
8400
8401 * gdb.base/frame-args.exp: Handle arguments that are optimized
8402 out.
8403
5099e4d9
LM
84042008-05-26 Luis Machado <luisgpm@br.ibm.com>
8405
8406 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
8407 quiet for ppc32 and group options into a single variable.
8408
d9c36a91
JB
84092008-05-23 Joel Brobecker <brobecker@adacore.com>
8410
8411 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
8412 of zero-size elements.
8413 * gdb.ada/null_array.exp: Test printing this new array.
8414
103a8671
JK
84152008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8416
8417 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
8418
07a4cc1a 84192008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
8420
8421 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
8422 of the "finish" command.
8423
55f996a7
NR
84242008-05-21 Nick Roberts <nickrob@snap.net.nz>
8425
8426 * gdb.base/annota1.exp: Test for new annotation.
8427
907fc202
UW
84282008-05-16 Pedro Alves <pedro@codesourcery.com>
8429
8430 * gdb.base/fixsection.exp: New file.
8431 * gdb.base/fixsection0.c: New file.
8432 * gdb.base/fixsection1.c: New file.
8433
e8f97270
UW
84342008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8435
8436 * gdb.base/annota1.exp: Accept printf@... in place of printf.
8437 * gdb.base/annota3.exp: Likewise.
8438
ac0bb574
NF
84392008-05-13 Nathan Froyd <froydnj@codesourcery.com>
8440
8441 * gdb.base/watch_thread_num.exp: Don't run tests that require
8442 watchpoints if the target doesn't support them.
8443
6fadd07a
DE
84442008-05-12 Doug Evans <dje@google.com>
8445
8446 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
8447
6e9a4a30
JB
84482008-05-09 Joel Brobecker <brobecker@adacore.com>
8449
8450 * gdb.ada/assign_1.exp: New testcase.
8451
08388c79
DE
84522008-05-09 Doug Evans <dje@google.com>
8453
a3c83fae
DE
8454 * gdb.base/find.exp: New file.
8455 * gdb.base/find.c: New file.
08388c79 8456
bd5ddfe8
DJ
84572008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
8458
8459 * gdb.base/commands.exp (watchpoint_command_test): Handle
8460 gdb,no_hardware_watchpoints.
8461 * gdb.base/float.exp: Allow ARM targets without floating point.
8462 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
8463
b5dd68e2 84642008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 8465 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
8466
8467 * gdb.ada/lang_switch: New test program.
8468 * gdb.ada/lang_switch.exp: New testcase.
8469
382d13d1
DE
84702008-05-05 Doug Evans <dje@google.com>
8471
8472 * gdb.base/help.exp (disassemble): Update expected help text.
8473
9dd789d0
PA
84742008-05-04 Pedro Alves <pedro@codesourcery.com>
8475
8476 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
8477
611c83ae
PA
84782008-05-04 Pedro Alves <pedro@codesourcery.com>
8479
8480 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
8481 different times.
8482
ff013f42
JK
84832008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8484
8485 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
8486 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
8487 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
8488 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
8489
96dff6a2
VP
84902008-05-04 Vladimir Prus <vladimir@codesourcery.com>
8491
8492 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
8493 notification to appear.
8494
55cd6f92
DJ
84952008-05-04 Daniel Jacobowitz <dan@debian.org>
8496
8497 * gdb.base/fullname.c: New file.
8498 * gdb.base/fullname.exp: New file.
8499 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
8500
d705c43c
PA
85012008-05-03 Pedro Alves <pedro@codesourcery.com>
8502
8503 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
8504 expressions with macros.
8505
333222e1
JK
85062008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8507
8508 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
8509
5ac01682
DJ
85102008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
8511
8512 * gdb.base/completion.exp: Handle lack of other symbols beginning
8513 with "a".
8514
8515 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
8516
237fc4c9
PA
85172008-05-02 Jim Blandy <jimb@codesourcery.com>
8518
8519 * gdb.asm/asmsrc1.s: Add scratch space.
8520
ed5e9466
DJ
85212008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8522 Daniel Jacobowitz <dan@codesourcery.com>
8523
8524 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
8525 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
8526 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
8527
b39cc962
DJ
85282007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
8529
8530 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
8531
36d520f5
JB
85322008-05-01 Joel Brobecker <brobecker@adacore.com>
8533
8534 * gdb.base/info-target.exp: New testcase.
8535
8d4e3071
DJ
85362008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8537
8538 * gdb.cp/hang.exp: Use .cc instead of .C.
8539 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
8540 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
8541
6f3f3097
DJ
85422008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8543
8544 * gdb.base/gdb1250.exp: Remove perror.
8545 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
8546
5550a914
PA
85472008-04-30 Pedro Alves <pedro@codesourcery.com>
8548
8549 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
8550 .2byte.
8551
d848e687
DJ
85522008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
8553
8554 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
8555 (maybe_kfail): New.
8556
93b5768b
PA
85572008-04-25 Pedro Alves <pedro@codesourcery.com>
8558
8559 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
8560
721c02de
VP
85612008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8562
a9c64011
AS
8563 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
8564 * gdb.mi/mi2-syn-frame.exp: Likewise.
8565 * lib/mi-support.exp: Likewise.
721c02de 8566
74960c60
VP
85672008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8568
8569 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
8570 to specify regexp for the location to stop at.
8571 * gdb.base/break-always.c: New.
8572 * gdb.base/break-always.exp: New.
8573
d24317b4
VP
85742008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8575
8576 * lib/mi-support.exp (mi_runto_helper): Adjust
8577 for the original-location field.
8578 (mi_create_breakpoint, mi_list_breakpoints): New.
8579 * gdb.mi/mi-break.exp: Adjust.
8580 * gdb.mi/mi2-break.exp: Adjust.
8581 * gdb.mi/mi-pending.exp: Adjust.
8582 * gdb.mi/mi-simplerun.exp: Adjust.
8583 * gdb.mi/mi2-simplerun.exp: Adjust.
8584 * gdb.mi/mi-syn-frame.exp: Adjust.
8585 * gdb.mi/mi2-syn-frame.exp: Adjust.
8586 * gdb.mi/mi-until.exp: Adjust.
8587 * gdb.mi/mi2-until.exp: Adjust.
8588 * gdb.mi/mi-var-display.exp: Adjust.
8589 * gdb.mi/mi2-var-display.exp: Adjust.
8590 * gdb.mi/mi-watch.exp: Adjust.
8591 * gdb.mi/mi2-watch.exp: Adjust.
8592
fdc59709 85932008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 8594
a9c64011
AS
8595 * aclocal.m4: Add override.m4.
8596 * configure: Regenerate.
fdc59709 8597
8e91f023
VP
85982008-04-19 Vladimir Prus <vladimir@codesourcery.com>
8599
8600 * gdb.mi/var-cmd.c (do_at_tests): Verify that
8601 '-var-update --all-values' reports new value even the type
8602 of a variable object has changed.
8603
233a11ab
CS
86042008-04-18 Craig Silverstein <csilvers@google.com>
8605
8606 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
8607 files.
d24317b4 8608
9c1137ad
JB
86092008-04-18 Joel Brobecker <brobecker@adacore.com>
8610
8611 * gdb.ada/atomic_enum: New test program.
8612 * gdb.ada/atomic_enum.exp: New testcase.
8613
66d0bbc7
DE
86142008-04-17 Doug Evans <dje@google.com>
8615
8616 * gdb.opt/Makefile.in: Fix whitespace.
8617
100906b0
UW
86182008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8619
8620 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
8621
4584e32e
DE
86222008-04-17 Doug Evans <dje@google.com>
8623
8624 * gdb.base/hashline1.exp: New testcase.
8625 * gdb.base/hashline2.exp: New testcase.
8626 * gdb.base/hashline2.exp: New testcase.
8627
0a320680
PA
86282008-04-17 Pedro Alves <pedro@codesourcery.com>
8629
8630 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
8631
18ac113b
AR
86322008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
8633
8634 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
8635 temporary breakpoint to match "Temporary breakpoint".
8636 * gdb.base/break.exp (delete_breakpoints): Likewise.
8637 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
8638 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
8639 * gdb.base/display.exp: Likewise.
8640 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
8641 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
8642 * gdb.base/restore.exp (restore_tests): Likewise.
8643 * gdb.base/sepdebug.exp: Likewise.
8644 * gdb.base/watchpoint.exp: Likewise.
8645 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
8646 * gdb.mi/mi-pending.exp: Likewise.
8647 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
8648 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
8649 * gdb.mi/mi-var-cmd.exp: Likewise.
8650 * gdb.mi/mi-var-display.exp: Likewise.
8651 * gdb.mi/mi2-cli.exp: Likewise.
8652 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
8653 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
8654 * gdb.mi/mi2-var-display.exp: Likewise.
8655 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
8656 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
8657 new "disp" field.
a9c64011 8658 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
8659 reason. This is to support fix for PR2424.
8660
add38693
JK
86612008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8662
8663 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
8664
fcacd99f
VP
86652008-04-13 Vladimir Prus <vladimir@codesourcery.com>
8666
8667 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 8668 field. Add more floating varobj tests.
fcacd99f 8669 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
8670 field.
8671 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
8672 (main): Call do_at_tests.
8673 * lib/mi-support.exp (mi_create_floating_varobj)
8674 (mi_varobj_update_with_type_change): New.
fcacd99f 8675
de051565
MK
86762008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
8677
8678 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
8679 option of -var-evaluate-expression.
8680 * gdb.mi/mi2-var-display.exp: Likewise.
8681
dbc52822
VP
86822008-04-07 Vladimir Prus <vladimir@codesourcery.com>
8683
8684 Introduce test setup helpers.
a9c64011
AS
8685 * lib/gdb.exp (build_executable, clean_restart)
8686 (prepare_for_testing): New.
8687 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
8688 * gdb.base/return.exp: Likewise.
8689 * gdb.base/ending-run.exp: Likewise.
dbc52822 8690
473591da
NR
86912008-04-07 Nick Roberts <nickrob@snap.net.nz>
8692
8693 * gdb.mi/mi-async.exp: New test for asynchronous Machine
8694 Interface (MI) responses.
8695
2b2d9e11
VP
86962008-04-06 Vladimir Prus <vladimir@codesourcery.com>
8697
a9c64011
AS
8698 * gdb.cp/breakpoint.cc: New code to test conditions involving
8699 member variables.
8700 * gdb.cp/breakpoint.exp: Test condition involving member
8701 variables.
2b2d9e11 8702
bb378428
VP
87032008-04-05 Vladimir Prus <vladimir@codesourcery.com>
8704
8705 * lib/mi-support.exp (mi_expect_stop): New.
8706 (mi_run_cmd): Change the
8707 token. Use mi_send_resuming_command, use
8708 mi_expect_stop.
8709 (mi_execute_to_helper): Rename to mi_execute_to.
8710 (mi_send_resuming_command): Add more error patterns.
8711 (mi_wait_for_stop): Renamed to...
8712 (mi_get_stop_line): ...this.
8713 (mi_run_inline_test): Adjust.
8714
8715 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
8716 * gdb.mi/mi-console.exp: Likewise.
8717 * gdb.mi/mi-pending.exp: Likewise.
8718 * gdb.mi/mi-simplerun.exp: Likewise.
8719 * gdb.mi/mi-stack.exp: Likewise.
8720 * gdb.mi/mi-stepi.exp: Likewise.
8721 * gdb.mi/mi-syn-frame.exp: Add comment.
8722 * gdb.mi/mi-until.exp: Likewise.
8723 * gdb.mi/mi-var-display.exp: Likewise.
8724 * gdb.mi/mi-watch.exp: Likewise.
8725 * gdb.mi/mi2-cli.exp: Likewise.
8726 * gdb.mi/mi2-console.exp: Likewise.
8727 * gdb.mi/mi2-simplerun.exp: Likewise.
8728 * gdb.mi/mi2-stack.exp: Likewise.
8729 * gdb.mi/mi2-stepi.exp: Likewise.
8730 * gdb.mi/mi2-until.exp: Likewise.
8731 * gdb.mi/mi2-var-display.exp: Likewise.
8732 * gdb.mi/mi2-watch.exp: Likewise.
8733
62172bb9
UW
87342008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8735
8736 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
8737
8738 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
8739
a13e061a
PA
87402008-04-04 Pedro Alves <pedro@codesourcery.com>
8741
8742 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
8743 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
8744 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
8745 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
8746 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
8747 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
8748 expect an mi error duplicated in stderr.
8749
eae06beb
JB
87502008-04-03 Joel Brobecker <brobecker@adacore.com>
8751
8752 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
8753 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
8754 Add a couple of tests that verify the behavior when the new setting
8755 is set to "cancel" and "all".
8756 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
8757 "ask" before we start the testing.
8758
79c6ced6
AR
87592008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8760
8761 * gdb.cp/casts.cc: Add class reference variables.
8762 * gdb.cp/casts.exp: New test cases for up/down casting references.
8763
6c2d1a6b
MK
87642008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
8765
8766 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
8767 instead of beginning to make an extra test pass.
8768 * gdb.mi/mi2-var-display.exp: Likewise.
8769
55b411d9
MR
87702008-03-31 Maciej W. Rozycki <macro@mips.com>
8771
8772 * gdb.base/break.exp: Mark failures as such. Fix formatting.
8773
c6140da2
MD
87742008-03-31 Markus Deuling <deuling@de.ibm.com>
8775 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8776
8777 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
8778 value. Add xfail for older kernels.
8779
79732189
AR
87802008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
8781
8782 Bring mi-support in line with gdb.exp.
8783 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
8784 (mi_gdb_start): New function.
8785
33c3676e
MR
87862008-03-28 Maciej W. Rozycki <macro@mips.com>
8787
8788 * gdb.mi/mi-var-cmd.exp: Fix a typo.
8789
92e28119
VP
87902008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8791
8792 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
8793 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 8794
9e8e3afe
VP
87952008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8796
8797 * lib/mi-support.exp (mi_create_varobj_checked): New.
8798 (mi_list_varobj_children): Allow to check for a
8799 value.
8800 (mi_list_array_varobj_children): New.
8801
8802 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
8803 and mi_list_varobj_children, as opposed to hardcoding
8804 expected strings.
8805 * gdb.mi/gdb701.exp: Likewise.
8806 * gdb.mi/gdb792.exp: Likewise.
8807 * gdb.mi/mi-var-block.exp: Likewise.
8808 * gdb.mi/mi-var-cmd.exp: Likewise.
8809 * gdb.mi/mi-var-invalidate.exp: Likewise.
8810 * gdb.mi/mi2-var-block.exp: Likewise.
8811 * gdb.mi/mi2-var-child.exp: Likewise.
8812 * gdb.mi/mi2-var-cmd.exp: Likewise.
8813 * gdb.mi/mi2-var-display.exp: Likewise.
8814
9df50351
JK
88152008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8816
8817 Fix random false FAILs on i386.
8818 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
8819
31e5d73a
DJ
88202008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
8821
8822 PR gdb/544
8823 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
8824
12f4afab
DJ
88252008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
8826
8827 PR gdb/544
8828 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
8829
b562a0cb
DJ
88302008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8831
8832 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
8833 fixed PR gdb/544.
8834
17faa917
DJ
88352008-03-21 Pedro Alves <pedro@codesourcery.com>
8836
8837 * gdb.threads/fork-child-threads.exp: Test next over fork.
8838
6214f497
DJ
88392008-03-21 Chris Demetriou <cgd@google.com>
8840
8841 * gdb.base/break.exp (rbreak junk): New test for rbreak
8842 "Junk at end of arguments" issue.
8843
63092375
DJ
88442008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8845
8846 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
8847 *& to work on created array elements.
8848 (Top level): Test print $pc with a file. Test string operations
8849 without a target.
8850 * gdb.base/ptype.exp: Do not expect *& to work on created array
8851 elements.
8852
b21991b0
DJ
88532008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8854
8855 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8856 gdb.threads/staticthreads.exp: Update exit query.
8857
c4b347c7
SL
88582008-03-07 Sandra Loosemore <sandra@codesourcery.com>
8859
8860 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
8861
fa4727a6
DJ
88622008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
8863
8864 * gdb.base/watchpoint.c (global_ptr, func4): New.
8865 (main): Call func4.
8866 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
8867 (test_inaccessible_watchpoint): New.
8868
2f34202f
MR
88692008-02-29 Maciej W. Rozycki <macro@mips.com>
8870
8871 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
8872 select the largest.
8873
0d6ba1b1
DJ
88742008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8875
8876 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
8877 frames-invalid annotations.
8878
e691325a
PM
88792008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
8880
a9c64011 8881 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 8882
f85b5ecc
DE
88832008-02-27 Doug Evans <dje@google.com>
8884
8885 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
8886 for bug 1738.
8887 (breakpoint_to_handler_entry): Ditto.
8888
b40e7bf3
JB
88892008-02-27 Joel Brobecker <brobecker@adacore.com>
8890
8891 * gdb.base/ending-run.exp: Use the first line of code inside
8892 function body to test breakpoints.
8893 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
8894 location where the breakpoint is inserted when using the line
8895 where a function is declared. Fix typo in the description of
8896 one of the tests.
8897 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
8898
2faca73a
PM
88992008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8900
8901 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 8902 tests.
2faca73a 8903
6f439c36
PM
89042008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8905
8906 * gdb.base/args.exp: avoid same output for tests
8907 with single quotes.
8908
54e52265
VP
89092008-02-26 Vladimir Prus <vladimir@codesourcery.com>
8910
a9c64011
AS
8911 * gdb.base/annota1.exp: Adjust for 'info break'
8912 format changes.
8913 * gdb.base/annota3.exp: Likewise.
8914 * gdb.base/break.exp: Likewise.
8915 * gdb.base/condbreak.exp: Likewise.
8916 * gdb.base/pending.exp: Likewise.
8917 * gdb.base/sepdebug.exp: Likewise.
8918 * gdb.base/unload.exp: Likewise.
8919 * gdb.cp/ovldbreak.exp: Likewise.
8920 * gdb.mi/mi-pending.exp: Likewise.
54e52265 8921
897b09ca
DE
89222008-02-07 Doug Evans <dje@google.com>
8923
8924 * gdb.cp/mb-inline.exp: New.
8925 * gdb.cp/mb-inline.h: New.
8926 * gdb.cp/mb-inline1.cc: New.
8927 * gdb.cp/mb-inline2.cc: New.
8928
b1c32d35
PM
89292008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8930
8931 * gdb.pascal/floats.pas: New test program.
8932 * gdb.pascal/floats.exp: New testcase.
8933
1a4ca44a
TJB
89342008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8935
8936 * gdb.base/callfuncs.c (t_float_many_args): New function.
8937 (t_double_many_args): New function.
8938 * gdb.base/callfuncs.exp: Add tests for exceeding float
8939 and double parameters passed through the stack.
8940
439048e8
JB
89412008-02-05 Joel Brobecker <brobecker@adacore.com>
8942
8943 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
8944 gdb.ada/complete/foo.adb: New files.
8945 * gdb.ada/complete.exp: New testcase.
8946
81fe8080
DE
89472008-02-03 Doug Evans <dje@google.com>
8948
301f0ecf
DE
8949 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
8950
81fe8080
DE
8951 * gdb.cp/gdb2384.exp: New file.
8952 * gdb.cp/gdb2384.cc: New file.
8953 * gdb.cp/gdb2384-base.h: New file.
8954 * gdb.cp/gdb2384-base.cc: New file.
8955
4b071aec
DE
89562008-02-02 Doug Evans <dje@google.com>
8957
8958 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8959
61137ba6
JB
89602007-02-01 Joel Brobecker <brobecker@adacore.com>
8961
8962 * gdb.ada/sym_print_name: New test program.
8963 * gdb.ada/sym_print_name.exp: New testcase.
8964
89652007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
8966
8967 * gdb.ada/nested/hello.adb: New file.
8968 * gdb.ada/nested.exp: New testcase.
8969 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8970
98deb0da
VP
89712008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8972
8973 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
8974 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8975 don't cause future evaluations of function to report
8976 creation of internal breakpoints.
98deb0da 8977
723a2275
VP
89782008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8979
8980 * gdb.mi/mi-break.exp (test_error): New.
8981 Call it.
8982
fb546a2f
LM
89832008-01-31 Luis Machado <luisgpm@br.ibm.com>
8984
8985 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8986 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8987
2d8fd90a
PM
89882008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8989
8990 * gdb.pascal/integers.pas: New test program.
8991 * gdb.pascal/integers.exp: New testcase.
8992
a7fa0ded
PM
89932008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8994
8995 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8996
5e1a1926
TJB
89972008-01-30 Luis Machado <luisgpm@br.ibm.com>
8998
8999 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
9000 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
9001
8d04f9f0
JB
90022008-01-30 Paul Hilfinger <hilfinger@adacore.com>
9003
9004 * gdb.ada/formatted_ref: New test program.
9005 * gdb.ada/formatted_ref.exp: New testcase.
9006
9007 * gdb.cp/formatted-ref.cc: New file.
9008 * gdb.cp/formatted-ref.exp: New testcase.
9009
ce75a98f
JB
90102008-01-30 Joel Brobecker <brobecker@adacore.com>
9011
9012 * gdb.base/ptype.exp: Add testing of "ptype $pc".
9013
e835f6bf
NR
90142008-01-30 Nick Roberts <nickrob@snap.net.nz>
9015
9016 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
9017 (test_file_list_exec_source_file): Update to new macro-info field.
9018
d118ef87
PH
90192008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
9020
9021 * gdb.ada/exprs: New test program.
9022 * gdb.ada/exprs.exp: New testcase.
9023
7d35ab09
TJB
90242008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9025
9026 * dfp-test.c (DELTA, DELTA_B): New definitions.
9027 (double_val1, double_val2, double_val3, double_val4, double_val5,
9028 double_val6, double_val7, double_val8, double_val9, double_val10,
9029 double_val11, double_val12, double_val13, double_val14, dec32_val1,
9030 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
9031 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
9032 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
9033 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
9034 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
9035 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
9036 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
9037 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
9038 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
9039 dec128_val16): New global variables.
9040 (decimal_dec128_align): New function.
9041 (decimal_mixed): Likewise.
9042 (decimal_many_args_dec32): Likewise.
9043 (decimal_many_args_dec64): Likewise.
9044 (decimal_many_args_dec128): Likewise.
9045 (decimal_many_args_mixed): Likewise.
9046 * dfp-test.exp: Add tests calling new inferior functions.
9047
2d717e4f
DJ
90482008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9049
9050 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
9051 gdb.server/ext-run.exp: New files.
9052 * lib/gdbserver-support.exp (gdbserver_download): New.
9053 (gdbserver_start): New. Update gdbserver expected
9054 output.
9055 (gdbserver_spawn): Use them.
9056 (gdbserver_start_extended): New.
9057
e85a822c
DJ
90582008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9059
9060 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
9061 Run on GNU/Linux.
9062 (do_exec_tests): Check for systems which do not support catchpoints.
9063 Do not match START.
9064 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
9065 Run on GNU/Linux. Enable verbose output.
9066 (check_fork_catchpoints): New.
9067 (explicit_fork_child_follow, catch_fork_child_follow)
9068 (tcatch_fork_parent_follow): Update expected messages.
9069 (do_fork_tests): Use check_fork_catchpoints.
9070 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
9071 Run on GNU/Linux. Enable verbose output.
9072 (check_vfork_catchpoints): New.
9073 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
9074 expected messages.
9075 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
9076
401ea829
JB
90772008-01-29 Jim Blandy <jimb@red-bean.com>
9078
9079 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
9080 host' errors.
9081 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
9082
aceaf3ad
JB
90832008-01-29 Jim Blandy <jimb@red-bean.com>
9084
9085 * gdb.threads/sigthread.c: Use barriers to ensure that
9086 child_thread and child_thread_two are always initialized before we
9087 start to use them.
9088
a5606eee
VP
90892008-01-29 Vladimir Prus <vladimir@codesourcery.com>
9090
9091 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
9092 * gdb.base/watchpoint-solib.c: New.
9093 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 9094
c55a82bb
PM
90952008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
9096
9097 * gdb.base/gdb1056.exp: Add unsigned integer test.
9098
0993fe05
DE
90992008-01-28 Doug Evans <dje@google.com>
9100
9101 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
9102
4fe42e7f
JB
91032008-01-27 Jim Blandy <jimb@codesourcery.com>
9104
c7a69933
JB
9105 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
9106
4fe42e7f
JB
9107 * gdb.base/expand-psymtabs.exp: Doc fix.
9108
5def8285
MK
91092008-01-26 Mark Kettenis <kettenis@gnu.org>
9110
9111 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9112
5313c911
NR
91132008-01-24 Nick Roberts <nickrob@snap.net.nz>
9114
a9c64011 9115 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
9116 -var-set-format.
9117
93815fbf
VP
91182008-01-23 Chris Demetriou <cgd@google.com>
9119
9120 * gdb.threads/thread_events.c: New testcase source file.
9121 * gdb.threads/thread_events.exp: New testcase expect file.
9122
467a88ee
NR
91232008-01-23 Nick Roberts <nickrob@snap.net.nz>
9124
9125 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
9126
9127 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
9128 -var-set-format.
9129
d8f82aba
DJ
91302008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
9131 Vladimir Prus <vladimir@codesourcery.com>
9132
9133 * gdb.base/float.exp: Allow missing floating point for m68k and
9134 PowerPC.
9135
60c46647
VP
91362008-01-22 Vladimir Prus <vladimir@codesourcery.com>
9137
9138 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
9139 ignore count.
9140 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
9141 * gdb.mi/mi-cli.exp: Adjust.
9142 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 9143
c7dd36a1
PA
91442008-01-17 Pedro Alves <pedro@codesourcery.com>
9145
9146 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
9147 and 'dummy_ptr' integer pointer. Initialize struct_declarations
9148 with dummy_ptr's address.
9149 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
9150 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
9151 all targets.
9152 * gdb.mi/mi2-var-child.exp: Likewise.
9153
39d5313e
JB
91542008-01-09 Joel Brobecker <brobecker@adacore.com>
9155
9156 * gdb.ada/null_array: New test program.
9157 * gdb.ada/null_array.exp: New testcase.
9158
0aea4bf3
LM
91592008-01-09 Luis Machado <luisgpm@br.ibm.com>
9160
9161 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
9162 with required float modifiers.
9163
0b354900
JB
91642008-01-08 Joel Brobecker <brobecker@adacore.com>
9165
9166 * gdb.ada/funcall_param: New test program.
9167 * gdb.ada/funcall_param.exp: New testcase.
9168
cdb7f5d4
JB
91692008-01-08 Joel Brobecker <brobecker@adacore.com>
9170
9171 * gdb.ada/arrayparam: New test program.
9172 * gdb.ada/arrayparam.exp: New testcase.
9173
88e2547f
JB
91742008-01-08 Joel Brobecker <brobecker@adacore.com>
9175
9176 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
9177 landed. Should also fix random failures in the test following it.
9178
f6867ce0
TJB
91792008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9180
9181 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
9182 for expressions with decimal float values.
9183 (test_dfp_conversions): New function to test casts to and from
9184 decimal float types.
9185 Call test_dfp_conversions.
9186 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
9187 elements.
9188 (main): Initialize ds.float4 and ds.double8 elements.
9189 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
9190 string to new error message.
9191 (d64_set_tests): Likewise.
9192 (d128_set_tests): Likewise.
9193 Add tests for expressions with decimal float variables. Add tests for
9194 conversions to and from decimal float types.
9195
f9c11282
JB
91962008-01-05 Joel Brobecker <brobecker@adacore.com>
9197
9198 * gdb.ada/packed_tagged/comp_bug.adb: New file.
9199 * gdb.ada/packed_tagged.exp: New testcase.
9200
0ecbca72
JB
92012008-01-04 Joel Brobecker <brobecker@adacore.com>
9202
9203 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
9204 gdb.ada/homonym/homonym_main.adb: New files.
9205 * gdb.ada/homonym.exp: New testcase.
9206
c18d3d89
JB
92072008-01-04 Joel Brobecker <brobecker@adacore.com>
9208
9209 * gdb.ada/packed_array.exp: Add testing of references to
9210 a packed array.
9211
ecc7085b
JB
92122008-01-04 Joel Brobecker <brobecker@adacore.com>
9213
9214 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
9215 New files.
9216 * gdb.ada/type_coercion.exp: New testcase.
9217
c474c922
JB
92182008-01-04 Joel Brobecker <brobecker@adacore.com>
9219
9220 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
9221 gdb.ada/tagged/foo.adb: New file.
9222 * gdb.ada/tagged.exp: New testcase.
9223
9005b927
JB
92242008-01-04 Joel Brobecker <brobecker@adacore.com>
9225
9226 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
9227 gdb.ada/ptype_field/foo.adb: New files.
9228 * gdb.ada/ptype_field.exp: New testcase.
9229
1a6aaad8
JB
92302008-01-03 Joel Brobecker <brobecker@adacore.com>
9231
9232 * gdb.ada/print_pc.exp: New testcase.
9233
0ef22f53
JB
92342008-01-03 Joel Brobecker <brobecker@adacore.com>
9235
9236 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
9237 gdb.ada/taft_type/p.adb: New files.
9238 * gdb.ada/taft_type.exp: New testcase.
9239
1689ecf8
JB
92402008-01-03 Joel Brobecker <brobecker@adacore.com>
9241
9242 * gdb.ada/array_bounds/bar.adb: New file.
9243 * gdb.ada/array_bounds.exp: New testcase.
9244
a4d0b9c3
JB
92452008-01-03 Joel Brobecker <brobecker@adacore.com>
9246
9247 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
9248 gdb.ada/arrayptr/foo.adb: New files.
9249 * gdb.ada/arrayptr.exp: New testcase.
9250
a31ace00
JB
92512008-01-03 Joel Brobecker <brobecker@adacore.com>
9252
9253 * gdb.base/set-lang-auto.exp: New testcase.
9254
a97fced3
JB
92552008-01-03 Joel Brobecker <brobecker@adacore.com>
9256
9257 * gdb.ada/fun_addr/foo.adb: New file.
9258 * gdb.ada/fun_addr.exp: New testcase.
9259
ef29ce1a
JK
92602008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9261
9262 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
9263 New files
9264
0fafefe3
JB
92652008-01-02 Joel Brobecker <brobecker@adacore.com>
9266
9267 * array_subscript_addr/p.adb: New file.
a9c64011 9268 * array_subscript_addr.exp: New testcase.
0fafefe3 9269
c4359f8d
JB
92702008-01-02 Joel Brobecker <brobecker@adacore.com>
9271
a9c64011 9272 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
9273 New files.
9274 * gdb.ada/str_cmp_ref.exp: New testcase.
9275
1aa1b15b
JB
92762008-01-01 Joel Brobecker <brobecker@adacore.com>
9277
9278 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
9279 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 9280 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 9281
81c9b2cf
JB
92822008-01-01 Joel Brobecker <brobecker@adacore.com>
9283
9284 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
9285 gdb.ada/ref_param/pck.ads: New files.
9286 * gdb.ada/ref_param.exp: New testcase.
9287
319e4674
JB
92882008-01-01 Joel Brobecker <brobecker@adacore.com>
9289
9290 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
9291 gdb.ada/interface/foo.adb: New files.
9292 * gdb.ada/interface.exp: New testcase.
9293
ef682c56
JB
92942007-12-31 Jim Blandy <jimb@codesourcery.com>
9295
9296 * gdb.base/multi-forks.exp: Consume all output from child
9297 processes before proceeding to next test.
9298
f6f3eb6c
JB
92992007-12-29 Jim Blandy <jimb@codesourcery.com>
9300
9301 * configure: Regenerated.
9302
f652e42f
JB
93032007-12-27 Joel Brobecker <brobecker@adacore.com>
9304
9305 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
9306 gdb.ada/fixed_cmp/fixed.adb: New files.
9307 * gdb.ada/fixed_cmp.exp: New testcase.
9308
6943e596
JB
93092007-12-27 Joel Brobecker <brobecker@adacore.com>
9310
9311 * gdb.ada/boolean_expr.exp: New testcase.
9312
aad9a193
JB
93132007-12-26 Jim Blandy <jimb@codesourcery.com>
9314
9315 * gdb.base/multi-forks.exp: Doc fix.
9316
fb5f3683
JB
93172007-12-26 Joel Brobecker <brobecker@adacore.com>
9318
9319 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9320 * gdb.ada/char_param.exp: Do not compile our test program with
9321 -gnata, this is unnecessary.
9322 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
9323
384e4a9c
JB
93242007-12-24 Joel Brobecker <brobecker@adacore.com>
9325
9326 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
9327 gdb.ada/print_chars/foo.adb: New files.
9328 * gdb.ada/print_chars.exp: New testcase.
9329
01e044f7
JB
93302007-12-24 Joel Brobecker <brobecker@adacore.com>
9331
9332 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
9333 gdb.ada/char_param/foo.adb: New files.
9334 * gdb.ada/char_param.exp: New testcase.
9335
0ce17860
JB
93362007-12-22 Jim Blandy <jimb@codesourcery.com>
9337
9338 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
9339 hard-coding source line numbers into the test.
9340 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
9341 gdb_get_line_number to find.
9342
919809b9
JB
93432007-12-22 Joel Brobecker <brobecker@adacore.com>
9344
9345 * gdb.base/ptype.c (highest): New struct type.
9346 (the_highest): New variable of that type.
9347 (main): Add dummy assignment to a field of variable the_highest.
9348 * gdb.base/ptype.exp: Test type printing of our new variable.
9349
abc8a88d
PM
93502007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
9351
9352 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 9353 and record first explicitly generated thread number.
abc8a88d
PM
9354 Use that thread number for thread specific watchpoint test.
9355 Add iteration number to repetitive tests.
9356
5158f3e3
CES
93572007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
9358 Jim Blandy <jimb@codesourcery.com>
9359
9360 * gdb.base/expand-psymtabs.c: New testcase
9361 source file.
9362 * gdb.base/expand-psymtabs.exp: New testcase
9363 expect file.
9364
37e4754d
LM
93652007-12-17 Luis Machado <luisgpm@br.ibm.com>
9366
9367 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
9368 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
9369
551e5d04
JB
93702007-12-17 Joel Brobecker <brobecker@adacore.com>
9371
9372 * gdb.ada/frame_args/foo.adb: New file.
9373 * gdb.ada/frame_args/pck.ads: New file.
9374 * gdb.ada/frame_args/pck.adb: New file.
9375 * gdb.ada/frame_args.exp: New testcase.
9376
a05ee097
JB
93772007-12-17 Joel Brobecker <brobecker@adacore.com>
9378
9379 * gdb.base/frame-args.c: New file.
9380 * gdb.base/frame-args.exp: New testcase.
9381
c162e8c9 93822007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 9383 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
9384
9385 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
9386
afe8ab22 93872007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 9388
afe8ab22
VP
9389 * gdb.mi/mi-pending.exp: New.
9390 * gdb.mi/mi-pending.c: New.
9391 * gdb.mi/mi-pendshr.c: New.
9392
dfdfb3ca
JB
93932007-12-06 Jim Blandy <jimb@codesourcery.com>
9394
9395 * gdb.base/default.exp: Update expected output for 'info catch'.
9396
b7fca990
JK
93972007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
9400 must be set to binary.
9401
6a1afc1e
PA
94022007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
9403
9404 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
9405
a6b151f1
DJ
94062007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9407
9408 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
9409 gdb.mi/mi-file-transfer.exp: New.
9410
43039443
JK
94112007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9412
9413 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
9414
0ef2251b
MR
94152007-11-22 Maciej W. Rozycki <macro@mips.com>
9416
9417 * gdb.trace/backtrace.exp: Fix a typo.
9418 * gdb.trace/circ.exp: Likewise.
9419 * gdb.trace/collection.exp: Likewise.
9420 * gdb.trace/limits.exp: Likewise.
9421 * gdb.trace/report.exp: Likewise.
9422 * gdb.trace/tfind.exp: Likewise.
9423 * gdb.trace/while-dyn.exp: Likewise.
9424
5443631e
NR
94252007-11-21 Nick Roberts <nickrob@snap.net.nz>
9426
9427 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
9428 objects of pointers that can't be dereferenced are now
9429 "noneditable".
9430
a4ce5b0d
UW
94312007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9432
9433 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
9434 (target_cpu): Remove.
9435
d6e956e5
VP
94362007-10-15 Vladimir Prus <vladimir@codesourcery.com>
9437
9438 * gdb.base/ending-run.exp: Expect the list of cleared
9439 breakpoint to come in natural order, not the reversed one.
a9c64011 9440
214270ab
VP
94412007-11-07 Vladimir Prus <vladimir@codesourcery.com>
9442
9443 * gdb.mi/mi-var-child.c (do_child_deletion): New.
9444 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 9445
1a619819
LM
94462007-11-05 Luis Machado <luisgpm@br.ibm.com>
9447
9448 * gdb.base/printcmds.exp: New function
9449 test_printf_with_dfp.
9450
5b01a6fa
DE
94512007-11-02 Doug Evans <dje@google.com>
9452
9453 * gdb.disasm/t01_mov.s: Remove carriage returns.
9454 * gdb.disasm/t02_mova.s: Ditto.
9455 * gdb.disasm/t03_add.s: Ditto.
9456 * gdb.disasm/t04_sub.s: Ditto.
9457 * gdb.disasm/t05_cmp.s: Ditto.
9458 * gdb.disasm/t06_ari2.s: Ditto.
9459 * gdb.disasm/t07_ari3.s: Ditto.
9460 * gdb.disasm/t08_or.s: Ditto.
9461 * gdb.disasm/t09_xor.s: Ditto.
9462 * gdb.disasm/t10_and.s: Ditto.
9463 * gdb.disasm/t11_logs.s: Ditto.
9464 * gdb.disasm/t12_bit.s: Ditto.
9465 * gdb.disasm/t13_otr.s: Ditto.
9466
ec33ab7f
JK
94672007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9468
9469 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
9470
ae0d01ff
UW
94712007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9472
9473 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
9474 provide DFP support.
9475
55eddb0f
DJ
94762007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
9477
9478 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
9479 Test "set powerpc vector-abi". Skip auto-detection tests for old
9480 toolchains.
9481
7020f05c
PA
94822007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9483
9484 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
9485 with [string compare].
9486
84bc3db9
PA
94872007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9488
9489 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
9490 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
9491
5876dc88
LM
94922007-10-25 Luis Machado <luisgpm@br.ibm.com>
9493
9494 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
9495 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
9496 * gdb.opt/Makefile.in: New makefile.
9497 * Makefile.in: Create new directory "gdb.opt".
9498 * configure.ac: Add "gdb.opt" directory.
9499 * configure: Regenerated.
a9c64011 9500
c3ea9a14
DE
95012007-10-25 Doug Evans <dje@google.com>
9502
9503 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
9504 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
9505
a9c64011 95062007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
9507 Thiago Jung Bauermann <bauerman@br.ibm.com>
9508
9509 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
9510 Floating Point expressions.
9511 * gdb.base/dfp-test.exp: new file adding tests for Decimal
9512 Floating Point variables.
9513 * gdb.base/dfp-test.c: new file containing program with Decimal
9514 Floating variables, used by gdb.base/dfp-test.exp.
9515
62a24a2b
DJ
95162007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9517
9518 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
9519
e7b1eae6
UW
95202007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9521
9522 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
9523 compiling test case with GCC.
9524 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
9525
c641edcc
UW
95262007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9527
9528 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9529 format changes.
9530
5e5ebfe6
MS
95312007-10-18 Michael Snyder <msnyder@specifix.com>
9532
9533 * gdb.base/dbx.exp: Add missing "-re " operator.
9534
e831e7b6
GM
95352007-10-16 Gaius Mulley <gaius@glam.ac.uk>
9536
9537 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
9538 * configure.ac: Removed trailing spaces after backslash.
9539 * gdb.modula2: New directory.
9540 * gdb.modula2/Makefile.in: New file.
9541 * gdb.modula2/unbounded-array.exp: New file.
9542 * gdb.modula2/unbounded1.c: New file.
9543
7cc46491
DJ
95442007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9545
9546 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
9547
95482007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
9549
9550 * gdb.base/sigstep.c (main): Add checks for
9551 return values for setitimer call.
9552 Call setitimer again with itimer = ITIMER_REAL
9553 if first call to setitimer fails.
9554
e91528f0
KH
95552007-10-11 Kazu Hirata <kazu@codesourcery.com>
9556
9557 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
9558 of $timeout.
9559
2ec9a4f8
DJ
95602007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9561
9562 * gdb.server/server-run.exp: Test for dynamic linker symbols.
9563
95642007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
9565
9566 * lib/gdb.exp (gdb_run_cmd): Move comment outside
9567 of gdb_expect call, to avoid interruption.
9568
64b2fa04
PA
95692007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
9570
9571 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
9572 (v_unsigned_long_long, v_long_long_array)
9573 (v_signed_long_long_array, v_unsigned_long_long_array)
9574 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
9575 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
9576 [!NO_LONG_LONG]: New.
9577 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
9578 v_long_long_member.
9579
9580 (v_long_long_func, v_signed_long_long_func)
9581 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
9582 (main) [!NO_LONG_LONG]: Initialize long long variants.
9583
9584 * gdb.base/whatis.exp: If board file requests no_long_long, build
9585 test with NO_LONG_LONG defined. Test long long, signed long long,
9586 and unsigned long long variants but only if board file doesn't
9587 disable it.
9588
a912286e 95892007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 9590 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
9591
9592 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
9593 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
9594 * configure: Regenerated.
9595 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
9596 gdb.pascal/types.exp, lib/pascal.exp: New files.
9597
471ba8c9
DJ
95982007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
9599
9600 * gdb.cp/classes.exp (do_tests): Always step to the line after the
9601 call.
9602 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
9603 to return to the call.
9604 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
9605 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
9606 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
9607 * gdb.mi/mi-until.exp (test_until): Likewise.
9608 * gdb.mi/mi2-until.exp (test_until): Likewise.
9609
fef8a650
DJ
96102007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
9611
9612 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
9613 two-char array.
9614 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
9615
d983da9c
DJ
96162007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
9617
9618 * gdb.threads/watchthreads.c (thread_function): Sleep between
9619 iterations.
9620 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
9621 at once for S/390. Generate matching fails and passes.
9622
17f62551
VP
96232007-09-27 Vladimir Prus <vladimir@codesourcery.com>
9624
9625 * gdb.mi/var-cmd.c (do_children_tests): Initialize
9626 the 'struct_declarations' variable to zeros.
a9c64011 9627
ed0616c6
VP
96282007-09-24 Vladimir Prus <vladimir@codesourcery.com>
9629
9630 * gdb.cp/mb-ctor.cc: New.
9631 * gdb.cp/mb-ctor.exp: New.
9632 * gdb.cp/mb-templates.cc: New.
9633 * gdb.cp/mb-templates.exp: New.
9634
41f1b697
DJ
96352007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
9636
9637 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
9638
3f213f78
PA
96392007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
9640
9641 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
9642 targets.
9643 * configure: Regenerate.
9644
0d381245 96452007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 9646
0d381245
VP
9647 * gdb.base/annota1.exp: Adjust for 'info break'
9648 format changes.
9649 * gdb.base/annota3.exp: Likewise.
9650 * gdb.base/break.exp: Likewise.
9651 * gdb.base/condbreak.exp: Likewise.
9652 * gdb.base/pending.exp: Likewise.
9653 * gdb.base/sepdebug.exp: Likewise.
9654 * gdb.base/unload.exp: Likewise.
9655 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 9656
fe3f5fa8
VP
96572007-09-22 Vladimir Prus <vladimir@codesourcery.com>
9658
9659 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
9660 messages.
9661 * gdb.base/chng-syms.exp: Likewise.
9662 * gdb.base/unload.exp: Likewise.
a9c64011 9663
a75cf6c0
DJ
96642007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
9665
9666 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
9667
18ecae38
DJ
96682007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9669
9670 * schedlock.c (NUM): Change to 1.
9671 (main): Use args[0] for the main thread.
9672 * schedlock.exp: Only expect two threads. Only issue one pass or fail
9673 regardless of the number of threads.
9674
5509918f
MR
96752007-09-14 Maciej W. Rozycki <macro@mips.com>
9676
4a543daf
MR
9677 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
9678 type down.
9679 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
9680 test.
9681 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
9682 watchpoint type down.
9683 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
9684 test.
9685
96862007-09-14 Maciej W. Rozycki <macro@mips.com>
9687
5509918f
MR
9688 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
9689 Move all the tests here and run them twice, once using software
9690 watchpoints and once using hardware watchpoints.
9691 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
9692
40b53987
DJ
96932007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
9694
9695 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
9696 test.
9697
695e2681
MK
96982007-09-10 Mark Kettenis <kettenis@gnu.org>
9699
8b3fc8d8
MK
9700 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
9701 build-id.
9702
695e2681
MK
9703 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
9704 know about $ORIGIN. Calculate output dir from $dest instead of
9705 using ${objdir}/{$subdir}.
9706
58d69f29
MK
97072007-09-09 Mark Kettenis <kettenis@gnu.org>
9708
9709 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
9710 gcore, before continuing with the test.
9711
3e347599
DJ
97122007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
9713
9714 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
9715 * gdb.mi/mi-watch.exp: Likewise.
9716
ea37ba09
DJ
97172007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9718 Jim Blandy <jimb@codesourcery.com>
9719
9720 * gdb.arch/i386-sse.exp: Do not expect character constants.
9721 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
9722 * gdb.base/display.exp: Allow print/s.
9723 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
9724 and unsigned char array changes.
9725
2025a643
DJ
97262007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9727
9728 * gdb.base/display.exp: Add tests for printf %p.
9729
26669a27
PA
97302007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9731
9732 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
9733 the dll name to unicode.
9734
c8f021f8
JK
97352007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9736
9737 * gdb.base/default.exp (show version): Update the version text.
9738 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
9739
4cf31eea
JK
97402007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9741
9742 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
9743 New files.
9744
4935890f
JK
97452007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9746
9747 * lib/gdb.exp (build_id_debug_filename_get): New function.
9748 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
9749 Remove the generate DEBUG file for the future testcase runs.
9750 New testcase for the NT_GNU_BUILD_ID retrieval.
9751 Move the final testing step to ...
9752 (test_different_dir): ... a new function.
9753 New parameter XFAIL to XFAIL all the tests performed.
9754 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
9755 New parameter TYPE to PF_PREFIX all the tests performed.
9756
02142340
VP
97572007-08-31 Vladimir Prus <vladimir@codesourcery.com>
9758
9759 * gdb.mi/mi-var-cp.cc (path_expression): New
9760 function.
9761 * gdb.mi/mi-var-cp.exp: Run path exression tests.
9762
36acd84e
UW
97632007-08-27 Markus Deuling <deuling@de.ibm.com>
9764
9765 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
9766 to fit into SPU Local Store memory.
9767
a896d121
JB
97682007-08-23 Joel Brobecker <brobecker@adacore.com>
9769
9770 * gdb.base/default.exp: Adjust the expected output of "info
9771 warranty" after the switch to GPLv3.
9772
7b433602
JB
97732007-08-23 Joel Brobecker <brobecker@adacore.com>
9774
9775 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
9776 to 30000 (from 20000).
9777
e22f8b7c
JB
97782007-08-23 Joel Brobecker <brobecker@adacore.com>
9779
9780 Switch the license of all .exp files to GPLv3.
9781 Switch the license of all .f and .f90 files to GPLv3.
9782 Switch the license of all .s and .S files to GPLv3.
9783
5a0e3bd0
JB
97842007-08-23 Joel Brobecker <brobecker@adacore.com>
9785
9786 * configure.ac: Switch license to GPLv3.
9787
cc00619d
JB
97882007-08-23 Joel Brobecker <brobecker@adacore.com>
9789
9790 Switch the licensing to GPLv3 for all .ads and .adb files.
9791
8d26208a
DJ
97922007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
9793
9794 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
9795 and t_int_double.
9796 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
9797
4fcb9948
JB
97982007-08-17 Joel Brobecker <brobecker@adacore.com>
9799
9800 * gdb.base/step-line.c: Switch license to GPL version 3, and
9801 update copyright year.
9802 * gdb.base/step-line.inp: Likewise.
9803
b9c34f67
JB
98042007-08-17 Joel Brobecker <brobecker@adacore.com>
9805
9806 * gdb.base/gdb1555.exp: Make expected output immune to formatting
9807 changes inside gdb1555.c.
9808 * gdb.base/pending.exp: Likewise.
9809
2cc17678
DJ
98102007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
9811
9812 * config/default.exp: New file.
9813
e48883f7
DJ
98142007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9815
9816 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
9817 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
9818
1ab80e5b
MR
98192007-07-30 Maciej W. Rozycki <macro@mips.com>
9820
9821 * gdb.base/dump.exp: Force the correct endianness for binary
9822 formats not carrying this information.
9823
aba471f5
DJ
98242007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9825
9826 * gdb.threads/staticthreads.exp: Match .*sem_post.
9827
d4e07204
DJ
98282007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9829
9830 * gdb.base/readline.exp (operate_and_get_next): Match the final
9831 prompt.
9832
2b97317d
KB
98332007-07-23 Kevin Buettner <kevinb@redhat.com>
9834
9835 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
9836 to restarting SID.
9837
44efa07a
KB
98382007-07-18 Kevin Buettner <kevinb@redhat.com>
9839
9840 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
9841 prior to `gdb_start'.
9842
7b5ebade
KB
98432007-07-18 Kevin Buettner <kevinb@redhat.com>
9844
9845 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
9846 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
9847 Remove call to gdb_unload.
9848
255e7678
DJ
98492007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
9850 Daniel Jacobowitz <dan@codesourcery.com>
9851
9852 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
9853 for __WIN32__.
9854 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
9855 * gdb.base/unload.exp: Use shared library test routines.
9856
3a40aaa0
UW
98572007-07-03 Markus Deuling <deuling@de.ibm.com>
9858
9859 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
9860 * gdb.base/solib-symbol-lib.c: Likewise.
9861 * gdb.base/solib-symbol-main.c: Likewise.
9862
b0f4b84b
DJ
98632007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9864
9865 * config/gdbserver.exp (gdb_reconnect): New.
9866 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
9867 gdb.base/solib-disc.exp: New files.
9868 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
9869 remote debugging".
9870 (gdb_compile): Add shlib_load flag.
9871 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
9872 port.
9873 (gdbserver_reconnect): New.
9874
1b05479a
DJ
98752007-07-01 Nick Roberts <nickrob@snap.net.nz>
9876 Daniel Jacobowitz <dan@codesourcery.com>
9877
9878 * gdb.base/annota3.exp: Test for if construct.
9879
86f78eb2
DJ
98802007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
9881
9882 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
9883
6a2eb474 98842007-06-21 Chris Dearman <chris@mips.com>
a9c64011 9885 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
9886
9887 * gdb.base/display.exp: Allow a newline after display/i.
9888 * gdb.base/pc-fp.exp: Likewise.
9889 * gdb.base/sigbpt.exp: Likewise.
9890
f8b73d13
DJ
98912007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9892
9893 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
9894 required features to be included.
9895
4339e69e
DJ
98962007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9897
9898 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
9899 in info threads output.
9900
23d964e7
UW
99012007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9902 Markus Deuling <deuling@de.ibm.com>
9903
9904 * gdb.arch/spu-info.exp: New testcase.
9905 * gdb.arch/spu-info.c: New file.
9906
fd20f75b
DJ
99072007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
9908
9909 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
9910 tpcs_offset. Restore lr after the call.
9911 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
9912
2226f861
DJ
99132007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
9914
9915 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
9916 (gdbserver_run): Kill any running gdbserver.
9917 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
9918
d12371a9
MR
99192007-05-17 Maciej W. Rozycki <macro@mips.com>
9920
9921 * gdb.base/sigbpt.exp: Preset segv_addr.
9922
93f02886
DJ
99232007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
9924
9925 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
9926 (gdb_compile_shlib): Likewise.
9927 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
9928 (default_gdb_init): Clear cleanfiles.
9929 (gdb_finish): Delete recorded cleanfiles.
9930 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
9931
9932 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
9933 Do not use isnative.
9934 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
9935 gdb.base/so-impl-ld.exp: Likewise.
9936 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
9937 * gdb.base/unload.exp: Likewise. Do not pass empty option to
9938 gdb_compile.
9939
b04e06d7
VP
99402007-05-15 Vladimir Prus <vladimir@codesourcery.com>
9941
9942 * config/unknown.exp: Remove.
9943
069ed931
UW
99442007-05-15 Markus Deuling <deuling@de.ibm.com>
9945
9946 * gdb.base/info-proc.exp: Check is_remote.
9947
09db0d03
UW
99482007-05-14 Markus Deuling <deuling@de.ibm.com>
9949
9950 * gdb.base/gcore.exp: Initialize variable core_supported.
9951
af2cbe8c
DJ
99522007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9953
9954 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9955
027c0295
DJ
99562007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9957
9958 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9959 * gdb.threads/print-threads.exp (test_all_threads): Allow
9960 negative and hexadecimal thread IDs.
9961
dc5000e7
DJ
99622007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9963
9964 * gdb.java/jprint.java (public): Avoid invalid call to static
9965 method.
9966
2e74ed18
DP
99672007-05-14 Denis Pilat <denis.pilat@st.com>
9968
9969 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9970 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9971 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9972 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9973 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9974
83547f02
UW
99752007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9976
9977 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 9978 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
9979 this mode.
9980 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9981 * gdb.base/spu.ld: New file.
9982
b18be20d
DJ
99832007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9984
9985 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9986
be444858
DJ
99872007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9988
9989 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9990
b1d53152
DJ
99912007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9992
9993 * gdb.java/jmain.exp: Handle demangled names with and without method
9994 signatures.
9995
d084b331
DJ
99962007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9997
9998 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9999 (have_a_very_merry_interrupt): Remove calls to puts.
10000 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
10001 inferior output.
10002 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
10003 test names.
10004
db9d7fc5
DJ
100052007-04-29 Markus Deuling <deuling@de.ibm.com>
10006 Daniel Jacobowitz <dan@codesourcery.com>
10007
10008 * gdb.base/auxv.exp (core_works): Also check is_remote.
10009 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
10010
ef783a7d 100112007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 10012
ef783a7d
VP
10013 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
10014 message, not the undefined 'module' variable.
10015 * gdb.base/siginfo.exp: Likewise.
10016 * gdb.base/sigstep.exp: Likewise.
10017 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
10018 serialport.
10019 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
10020
b7b73cae
CV
100212007-04-25 Corinna Vinschen <vinschen@redhat.com>
10022
10023 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
10024 target sim fails. Return 0 otherwise.
10025 (gdb_load): Return prematurely if gdb_target_sim fails.
10026
7d90fdfa
DP
100272007-04-16 Denis Pilat <denis.pilat@st.com>
10028
10029 * gdb.base/setshow.exp: Reset height after having set it to 100.
10030
5d3e9c85
DP
100312007-04-16 Denis Pilat <denis.pilat@st.com>
10032
10033 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
10034
18e75969
DP
100352007-04-16 Denis Pilat <denis.pilat@st.com>
10036
10037 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
10038
25d5ea92
VP
100392007-04-14 Vladimir Prus <vladimir@codesourcery.com>
10040
10041 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
10042 tests. Run the frozen varobjs test.
10043 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 10044 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 10045
0b49cb80
JK
100462007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10047
10048 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
10049 gdb.base/type-opaque.exp: New files.
10050
a73bafbc 100512007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
10052
10053 * gdb.mi/mi-var-child.c
a73bafbc
VP
10054 (do_children_tests): User char[2] instead of
10055 char so that automatic printing of pointers to char
10056 don't give unpredicable result.
10057 * gdb.mi/var-cmd.c (do_locals_test): Initialize
10058 local variables.
10059 * gdb.mi/mi-var-child.exp: Step to right line
10060 of do_children_tests.
10061 * gdb.mi/mi2-var-child.exp: Likewise.
10062 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 10063 do_locals_tests.
a73bafbc
VP
10064 (do_children_tests): User char[2] instead of
10065 char so that automatic printing of pointers to char
a9c64011 10066 don't give unpredicable result.
a73bafbc 10067 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 10068 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
10069 Pass test name to mi_wait_for_stop.
10070
7ce59000
DJ
100712007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10072
10073 * gdb.asm/asm-source.exp: Remove d10v case.
10074 * lib/gdb.exp (skip_cplus_tests): Likewise.
10075 * gdb.asm/d10v.inc: Deleted.
10076
20389057
DJ
100772007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10078
10079 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
10080
8807d78b
DJ
100812007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10082
10083 * config/netware.exp: Delete file.
10084
aa3edb8e
JB
100852007-03-29 Joel Brobecker <brobecker@adacore.com>
10086
10087 * gdb.dwarf2/dw2-noloc.S: New file.
10088 * gdb.dwarf2/dw2-noloc.exp: New file.
10089
297561ac
PA
100902007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10091
10092 * gdb.cp/method2.cc: New test.
10093 * gdb.cp/method2.exp: New test.
10094 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
10095
1f81bd39
DJ
100962007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
10097
10098 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
10099
9453113a
DJ
101002007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10101
10102 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10103
b741e217
DJ
101042007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
10105
10106 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
10107 (gdb_load): Delete, replace with...
10108 (gdb_reload): ...this.
10109 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
10110 * gdb.server/server-mon.exp: Likewise.
10111 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
10112 (gdb_start_cmd): New.
10113 (gdb_file_cmd): Save the last loaded file.
10114 (gdb_reload): New.
10115 (gdb_gnu_strip_debug): Use transform.
10116 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
10117 support here. Use new $last_loaded_file. Check mtime.
10118 (gdb_target_cmd): Handle ObjC failure case.
10119 (infer_host_exec): Delete.
10120 (gdbserver_load): Rename to...
10121 (gdbserver_run): ...this. Simplify.
10122 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
10123 (mi_gdb_load): Move most contents to a new function...
10124 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
10125 (mi_run_cmd): Use mi_gdb_target_load.
10126 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
10127 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
10128 Use gdb_run_cmd.
10129 * gdb.base/charsign.exp: Remove incorrect comment.
10130 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
10131 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
10132 gdb.base/start.exp: Use gdb_start_cmd.
10133
446ab585 101342007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 10135 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
10136
10137 * gdb.base/sigbpt.exp: Fix the message when skipping test.
10138 * gdb.base/signull.exp: Similarly.
10139
bbb88ebf
UW
101402007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10141
10142 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
10143 messages available to test cases (like chng-sym.exp).
10144
cb8c4a99
AS
101452007-03-14 Andreas Schwab <schwab@suse.de>
10146
10147 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10148 format changes.
10149
4e463ff5
DJ
101502007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
10151
10152 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
10153 (optimized_1): New.
10154 (main): Call optimized_1.
10155 (gdb2029): Correct typos. Call gdb2029_marker.
10156 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
10157 for gdb2029.
10158
b6db2c47
MK
101592007-03-12 Mark Kettenis <kettenis@gnu.org>
10160
10161 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
10162 as tabs. Remove redundant test pattern.
10163
70ed3737
UW
101642007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10165
10166 * gdb.base/long_long.exp: Accept optional symbol name in <...>
10167 for /a format output.
10168
47b67b60
DJ
101692007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
10170
10171 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
10172 collect output incrementally.
10173
b8953b0e
UW
101742007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10175
10176 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
10177 for -var-create lpcharacter test.
10178 * gdb.mi/mi2-var-cmd.exp: Likewise.
10179
7acd5c40
UW
101802007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10181
10182 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
10183 pass on targets where address zero is readable.
10184
9c6759c1
UW
101852007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10186
10187 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
10188 just a single architecture.
10189
a2f1aeb4
UW
101902007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10191
10192 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
10193 (fetch_all_registers): New function, uses gdb_test_multiple and
10194 exp_continue to fetch inferior output line-by-line.
10195 Replace all uses of do_get_all_registers by fetch_all_registers.
10196
46579ac2
UW
101972007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10198
10199 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
10200 in target_info.
10201
fc133f24
MS
102022007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10203
a9c64011 10204 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
10205 consistancy; add a default (timeout) case.
10206
7646a51d
MS
102072007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10208
10209 * gdb.base/watchpoint.exp: Fix truncated comment.
10210
dcfff61f
MS
102112007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10212
10213 * Makefile.in: Remove spurious single-quotes from sed command.
10214
664e3ee9
DJ
102152007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10216
10217 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
10218 func.
10219 * gdb.mi/mi2-var-cmd.exp: Likewise.
10220
d7cc6f2f
JB
102212007-02-27 Joel Brobecker <brobecker@adacore.com>
10222
a9c64011
AS
10223 * gdb.dwarf2/dw2-producer.S: New file.
10224 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
10225
102262007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
10227
10228 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10229 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10230 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10231 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10232 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10233 Revert tests to use mi_gdb_test and include value field in output
10234 of -var-create.
10235
93d42b30
DJ
102362007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10237
10238 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
10239
c499ed39
DJ
102402007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10241
10242 * gdb.base/maint.exp: Remove full paths from test names.
10243 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
10244 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
10245
9836f81b
JB
102462007-02-27 Joel Brobecker <brobecker@adacore.com>
10247
10248 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
10249
c74d0ad8
DJ
102502007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10251
10252 * gdb.server/server-mon.exp: New test.
10253
2711e456
DJ
102542007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10255
10256 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
10257
ff6f572f
DJ
102582007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10259
10260 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
10261 register capitalization.
10262
fada3feb
DP
102632007-02-13 Denis Pilat <denis.pilat@st.com>
10264
10265 * gdb.mi/mi-var-invalidate.exp: New file.
10266
fb1e4ffc
DJ
102672007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10268
10269 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
10270
3da939d7
DJ
102712007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10272
10273 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
10274
123dc839
DJ
102752007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10276
10277 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
10278 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
10279
877e3645 102802007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
10281
10282 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10283 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10284 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10285 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10286 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 10287 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 10288 Update tests to include value field in output of -var-create.
a9c64011 10289
3c0a2960
AS
102902007-02-08 Andreas Schwab <schwab@suse.de>
10291
10292 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
10293
108546a0
DJ
102942007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
10295
10296 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
10297 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
10298
d701dcab
DP
102992007-02-02 Denis Pilat <denis.pilat@st.com>
10300
10301 * gdb.threads/threadapply.exp: check that frame is not changed by
10302 the thread apply all command.
10303
783e3e2f
AS
103042007-01-31 Andreas Schwab <schwab@suse.de>
10305
6d9c3a87
AS
10306 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10307
3c50d7b9
AS
10308 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
10309 in the dwarf sections.
10310 * gdb.dwarf2/mac-fileno.S: Likewise.
10311
783e3e2f
AS
10312 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
10313 bspstore register on ia64.
10314
78ff580e
AS
103152007-01-29 Andreas Schwab <schwab@suse.de>
10316
cc8e9b12
AS
10317 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
10318 "frame-begin" annotation.
10319
78ff580e
AS
10320 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
10321 number of "frames-invalid" annotations.
10322
704a4f78
DJ
103232007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10324
10325 * gdb.base/commands.exp: Call if_commands_test.
10326 (gdb_test_no_prompt, if_commands_test): New.
10327
e741bf94
MK
103282007-01-28 Mark Kettenis <kettenis@gnu.org>
10329
10330 * gdb.threads/sigthread.c (NSIGS): Make bigger.
10331
474d0ad3
AS
103322007-01-27 Andreas Schwab <schwab@suse.de>
10333
10334 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
10335 .short/.int/.quad in the dwarf sections.
10336 * gdb.dwarf2/dw2-intercu.S: Likewise.
10337 * gdb.dwarf2/dw2-intermix.S: Likewise.
10338
e784b426
JK
103392007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10340
10341 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
10342 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
10343 array.
e784b426
JK
10344 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
10345 * gdb.base/setvar.exp: Likewise.
10346
37f08e04
AS
103472007-01-26 Andreas Schwab <schwab@suse.de>
10348
9a01813a
AS
10349 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
10350 test.
10351
37f08e04
AS
10352 * gdb.base/multi-forks.exp ("restart $i"): Also match
10353 __kernel_syscall_via_break.
10354
6e2a9270
VP
103552007-01-24 Vladimir Prus <vladimir@codesourcery.com>
10356
10357 * lib/mi-support.exp (mi_delete_varobj): New.
10358 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
10359 testcase.
10360 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
10361 (main): Call the above.
10362 (reference_update_test, base_in_reference_test)
10363 (reference_to_pointer): Delete the created varobjs.
a9c64011 10364
e515b470
DJ
103652007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
10366
10367 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
10368 * configure: Regenerated.
10369 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
10370 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
10371 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
10372 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
10373 * lib/gdb.exp (gdb_skip_xml_test): New function.
10374
08d8bcd7
DJ
103752007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
10376
10377 * gdb.base/sigrepeat.exp: Correct error message.
10378
103792007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
10380 Daniel Jacobowitz <dan@codesourcery.com>
10381
10382 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
10383 gdb.arch/i386-gnu-cfi-asm.S: New files.
10384
97c3f1f3
JK
103852007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10386
10387 * lib/gdb.exp: Abort on missing `site.exp'.
10388
cb1df416
DJ
103892007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10390 Daniel Jacobowitz <dan@codesourcery.com>
10391
10392 * gdb.base/included.c, gdb.base/included.exp,
10393 gdb.base/included.h: New files.
10394
35990120
DJ
103952007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10396
10397 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
10398 (maximize_rlimit): Reduce limits on 64-bit systems.
10399
6e81a116 104002007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
10401
10402 From Marcus Deuling <deuling@de.ibm.com>:
10403 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
10404 every case.
10405
6c3c41f3
NR
104062007-01-13 Nick Roberts <nickrob@snap.net.nz>
10407
10408 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
10409 (test_path_specification): Use objdir instead of srcdir to always
10410 get an absolute filename.
10411
2f12c312
DJ
104122007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
10413
10414 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
10415
81121995
VP
104162007-01-11 Vladimir Prus <vladimir@codesourcery.com>
10417
10418 * gdb.mi/mi-var-cp.cc (reference_update_tests):
10419 Make sure the variable we're using is in scope.
10420 (reference_to_pointer): Likewise.
10421
4741b737
DJ
104222007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10423
10424 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
10425 has no debug information.
10426
054410c3
DJ
104272007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10428
10429 * gdb.base/annota1.exp: Remove extra send_gdb.
10430
818f79f6
DJ
104312007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10432
10433 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
10434
f7a6bb70
DJ
104352007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10436
10437 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
10438
57e66780
DJ
104392007-01-08 Nick Roberts <nickrob@snap.net.nz>
10440 Daniel Jacobowitz <dan@codesourcery.com>
10441
10442 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
10443 lcharacter or linteger change. Correct duplicated test name.
10444 * gdb.mi/mi2-var-cmd.exp: Likewise.
10445
3d799a95
DJ
104462007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
10447
10448 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
10449
104502007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 10451
a9c64011
AS
10452 * gdb.base/nofield.c: New file.
10453 * gdb.base/nofield.exp: New testcase.
51679ba9 10454
eafb94e8
NR
104552007-01-05 Nick Roberts <nickrob@snap.net.nz>
10456
10457 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
10458
10459 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
10460 test.
10461
5e572bb4
DJ
104622007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10463
10464 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
10465
74a44383
DJ
104662007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10467
10468 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
10469 when continuing.
10470
1b572db9
DJ
104712007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10472
10473 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
10474 Expect ".exe" extension.
10475
381bc39b
DJ
104762007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10477
10478 * gdb.base/charset.exp: Add explicit filename to break.
10479 * gdb.base/dbx.exp: Add explicit filename to breaks.
10480
2b70e4c6
DJ
104812007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10482
10483 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
10484 * gdb.mi/mi2-file.exp: Likewise.
10485
303b6f5d
DJ
104862007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10487
10488 Implement specification of MI tests as comments
10489 in C and C++ sources.
10490 * lib/mi-support.exp (mi_autotest_data): New variable.
10491 (mi_autotest_source): New variable.
10492 (count_newlines, mi_prepare_inline_tests)
10493 (mi_get_inline_test, mi_continue_to_line)
10494 (mi_run_inline_test, mi_tbreak)
10495 (mi_send_resuming_command, mi_wait_for_stop): New functions.
10496 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
10497 Run inline tests.
10498 * gdb.mi/mi-var-cp.cc: Define tests here.
10499
23da0d94
VP
105002007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10501
10502 Simplify usage of mi_continue_to.
10503 * lib/mi-support.exp (mi_runto_helper): Renamed
10504 from mi_runto, added new parameter 'run_or_continue'.
10505 (mi_runto): Use mi_runto_helper.
10506 (mi_continue_to): Accept just function name as parameter.
10507 Use mi_runto_helper.
10508 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
10509 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 10510
f9e18282
JB
105112006-01-04 Joel Brobecker <brobecker@adacore.com>
10512
10513 Make this testcase a bit more realistic. The current code
10514 is too simplistic, and allows the compiler to optimize out
10515 some of the entities we need for this testcase.
10516 * gdb.ada/null_record/bar.ads (Void_Star): New type.
10517 (Do_Nothing): Add extra parameter.
10518 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
10519 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
10520 by using a variable of type Void_Star.
10521
fd678c65
JB
105222006-01-04 Joel Brobecker <brobecker@adacore.com>
10523
10524 * gdb.ada/catch_ex/foo.adb: New file.
10525 * gdb.ada/catch_ex.exp: New testcase.
10526
05cfdb42
DJ
105272007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
10528
10529 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
10530 pass --image-base to linker.
10531
2e03ee74
DJ
105322007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10533 Daniel Jacobowitz <dan@codesourcery.com>
10534
10535 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
10536 secondary prompts.
10537
0d5de010
DJ
105382007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10539
10540 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
10541 output. Test the types of members and member pointers.
10542 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
10543 gdb/2092.
10544 * gdb.cp/member-ptr.exp: Search for a comment instead of a
10545 statement. Enable for GCC. Update expected output for some tests
10546 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
10547 layout.
10548 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
10549 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
10550 (Diamond::vget_base): New.
10551 (main): Add new tests.
10552 * gdb.cp/printmethod.exp: Update expected output for member functions.
10553 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
10554 print pEe->D::vg().
10555
61a771aa
DJ
105562007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10557
10558 * gdb.threads/tls.exp: Allow stops in sem_post.
10559
2fa63963
DJ
105602006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
10561
10562 * gdb.base/annota1.exp: Allow .*printf in backtraces.
10563 * gdb.base/annota3.exp: Likewise.
10564 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
10565 again (instead of timing out).
10566 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
10567 GCC bug 26475.
10568 * gdb.java/jmisc.exp: Adjust to work with method signatures including
10569 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
10570 test from jmisc1.exp.
10571 * gdb.java/jmisc1.exp: Delete.
10572 * gdb.java/jprint.exp: Adjust to work with method signatures including
10573 return types.
10574 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
10575 * gdb.threads/linux-dp.exp: Don't be confused by program output.
10576 * lib/java.exp (compile_java_from_source): Pass the correct type
10577 to target_compile.
10578
5eefc2b7
JB
105792006-12-31 Joel Brobecker <brobecker@adacore.com>
10580
10581 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
10582 (stack_align_edx): New function.
10583 (stack_align_eax): New function.
10584 (main): Add calls to stack_align_edx and stack_align_eax.
10585 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
10586 Add testing for the cases where the register used during a stack
10587 realignment is edx. Same for eax.
10588
227c54da
DJ
105892006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
10590
10591 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
10592 and generic PE targets.
10593
cab8ac94
JB
105942006-12-29 Joel Brobecker <brobecker@adacore.com>
10595
10596 * gdb.ada/array_return.exp: Update copyright date list.
10597
ba54f318
JB
105982006-12-27 Joel Brobecker <brobecker@adacore.com>
10599
10600 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
10601 (Create_Small_Float_Vector): New function.
10602 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
10603 function body.
10604 * gdb.ada/array_return/p.adb: Use new type and function from
10605 package Pck.
10606 * gdb.ada/array_return.exp: Add a test verifying that GDB is
10607 able to print the value returned by a function returning an
10608 array of float.
10609
6b7a35dd
JB
106102006-12-20 Joel Brobecker <brobecker@adacore.com>
10611
10612 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
10613 The associated tests should be PASSing.
10614
038224f6
VP
106152006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10616
10617 Test for base in references.
10618 * gdb.mi/mi-var-cp.cc: Add test code.
10619 * gdb.mi/mi-var-cp.exp: Test for bases in references.
10620 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
10621 * gdb.mi/mi2-watch.exp: Likewise.
10622 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
10623 (mi_list_varobj_children): New function.
10624
b26ed50d
VP
106252006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10626
10627 * lib/mi-support.exp
10628 (mi_runto): Accept "()" after function name.
10629 (mi_create_varobj): New function.
10630 (mi_varobj_update): New function.
10631 (mi_Check_varobj_value): New function.
10632 * gdb.mi/mi-var-cp.exp: New file.
10633 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 10634
08232497
DJ
106352006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
10636
10637 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
10638 gdb.base/weaklib2.c: New files.
10639
d394c993 106402006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 10641
ac6c2fba
NS
10642 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
10643 info. Adjust test names.
10644
8ec659a0 10645 * gdb.base/break.c (main): Move position of malloc.
d394c993 10646 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 10647
acd65feb
VP
106482006-11-28 Vladimir Prus <vladimir@codesourcery.com>
10649
10650 * gdb.mi/mi-var-cmd.exp: Check -var-update after
10651 assignement of arrays and function pointers.
10652 * gdb.mi/var-cmd.c: Add declaration necessary for above
10653 tests.
10654
f556d5e5
NS
106552006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10656
10657 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
10658
10659 * gdb.threads/linux-dp.exp: Read thread table before and after
10660 creating each philosopher and verify it.
10661
697bc68d
NS
106622006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10663 Paul Brook <paul@codesourcery.com>
10664 Daniel Jacobowitz <dan@codesourcery.com>
10665
10666 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 10667 main to remove duplication. Add start function of the form
697bc68d
NS
10668 '_*start[1-9]*'. Add RVDS start function.
10669
29d73ae4
DJ
106702006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
10671
10672 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
10673
c1d88655
UW
106742006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10675
10676 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
10677 * gdb.asm/spu.inc: New file.
10678 * gdb.base/term.exp: Disable if [target_info exists noargs].
10679 * gdb.gdb/complaints.exp: Disable if ![isnative].
10680 * gdb.gdb/selftest.exp: Likewise.
10681 * gdb.gdb/observer.exp: Likewise.
10682 * gdb.gdb/xfullpath.exp: Likewise.
10683 * gdb.base/attach.exp: Disable on SPU target.
10684 * gdb.cp/bs145503.exp: Likewise.
10685 * gdb.cp/exception.exp: Likewise.
10686 * gdb.cp/userdef.exp: Likewise.
10687
32a13b1a
DJ
106882006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
10689
10690 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
10691
d8295fe9
VP
106922006-11-10 Vladimir Prus <vladimir@codesourcery.com>
10693
10694 * gdb.base/completion.exp: Fix completion tests for
10695 'info' and 'info '.
10696 * gdb.base/help.exp (help_test_raw, test_class_help)
10697 (test_prefix_command_help): Move...
10698 * lib/gdb.exp: Here.
10699 * gdb.base/main.exp: Adjust.
10700 * gdb.cp/maint.exp: Adjust.
10701 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 10702
8c394015
VP
107032006-11-09 Vladimir Prus <vladimir@codesourcery.com>
10704
10705 * gdb.stabs/weird.exp (print_weird_var): Use
10706 gdb_test_multiple instead of gdb_expect.
10707
027fc1bc
VP
107082006-11-09 Vladimir Prus <vladimir@codesourcery.com>
10709
10710 * gdb.base/help.exp (help_test_raw): New.
10711 (test_class_help): New.
10712 (test_prefix_command_help): New.
10713 Adjust testcases.
10714
67609209
FR
107152006-11-09 Christophe Lyon <christophe.lyon@st.com>
10716
10717 * gdb.base/constvars.c (main): Write to crass and crips, so that
10718 they are allocated by the compiler.
10719
f73adfeb
AS
107202006-10-27 Andreas Schwab <schwab@suse.de>
10721
10722 * gdb.base/multi-forks.exp: Use "detach fork" instead of
10723 "detach-fork".
10724
2f83a18e
DJ
107252006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
10726
10727 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
10728 of patterns.
10729
94277a38
DJ
107302006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10731
10732 * gdb.base/sepdebug.exp: Remove debug format test.
10733 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
10734 Handle no-symtab.
10735 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
10736
5bd2f6e2
DJ
107372006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10738
10739 * gdb.threads/manythreads.c (thread_function, main): Don't cast
10740 int to pointer or pointer to int.
10741 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
10742
8c008720
DJ
107432006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
10744
10745 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
10746
9e35dae4
DJ
107472006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10748
10749 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
10750
d9639e13
DJ
107512006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
10752
10753 PR c++/2116
10754 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
10755
390a1bd0
JB
107562006-10-06 Joel Brobecker <brobecker@adacore.com>
10757
10758 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
10759 the corresponding bug has been fixed in GDB (PR/2018).
10760
dd920c33
JB
107612006-10-06 Joel Brobecker <brobecker@adacore.com>
10762
10763 * gdb.base/subst.exp: New testcase.
10764
53bbefe9
JB
107652006-10-06 Joel Brobecker <brobecker@adacore.com>
10766
10767 * gdb.ada/array_return/pck.ads: Add copyright notice.
10768 * gdb.ada/array_return/pck.adb: Likewise.
10769 * gdb.ada/array_return/p.adb: Likewise.
10770 * gdb.ada/exec_changed/first.adb: Likewise.
10771 * gdb.ada/exec_changed/second.adb: Likewise.
10772
09851417
JB
107732006-10-06 Joel Brobecker <brobecker@adacore.com>
10774
10775 * gdb.ada/watch_arg/watch.adb: New file.
10776 * gdb.ada/watch_arg.exp: New testcase.
10777
041bf30d
VP
107782006-10-02 Vladimir Prus <vladimir@codesourcery.com>
10779
10780 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 10781 via string_to_regexp.
041bf30d 10782 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 10783
f286fbdd 107842006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
10785
10786 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
10787 Remove unused / obsolete files.
10788
7c07f349
NR
107892006-09-19 Nick Roberts <nickrob@snap.net.nz>
10790
10791 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
10792
cd5ff84a
VP
107932006-09-17 Vladimir Prus <vladimir@codesourcery.com>
10794
10795 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
10796 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 10797 the number of frames.
cd5ff84a 10798
ae018d1a
DJ
107992006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
10800
10801 * gdb.base/args.c (main): Add breakpoint marker.
10802 * gdb.base/args.exp: Use args_test for tests. Add new tests which
10803 really test empty arguments.
10804 (args_load): Delete.
10805 (args_test): New.
10806
b399c549
NR
108072006-09-13 Nick Roberts <nickrob@snap.net.nz>
10808
10809 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 10810 check for one file.
b399c549 10811
2ab1eb7a
VP
108122006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
10813
10814 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
10815 HIGH_FRAME argument to -stack-list-locals can be larger than
10816 the number of frames.
a9c64011 10817
476308bf
FF
108182006-08-18 Fred Fish <fnf@specifix.com>
10819
10820 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
10821 '$' in front of skip_vmx_tests_saved when setting that.
10822
8625200f
AS
108232006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
10824
10825 * gdb.base/trace-commands.exp: New file.
10826
089ec8f1
DJ
108272006-08-10 Joel Brobecker <brobecker@adacore.com>
10828 Daniel Jacobowitz <dan@codesourcery.com>
10829
10830 * gdb.base/step-bt.exp: Make hexadecimal address optional in
10831 expected output of the backtrace commands.
10832
b60f0898
JB
108332006-08-09 Joel Brobecker <brobecker@adacore.com>
10834
10835 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
10836 untested followed by return combination.
10837 * gdb.arch/altivec-regs.exp: Likewise.
10838 * gdb.arch/e500-abi.exp: Likewise.
10839 * gdb.arch/e500-regs.exp: Likewise.
10840 * gdb.arch/gdb1291.exp: Likewise.
10841 * gdb.arch/gdb1431.exp: Likewise.
10842 * gdb.arch/gdb1558.exp: Likewise.
10843 * gdb.arch/i386-prologue.exp: Likewise.
10844 * gdb.arch/i386-unwind.exp: Likewise.
10845 * gdb.asm/asm-source.exp: Likewise.
10846 * gdb.base/a2-run.exp: Likewise.
10847 * gdb.base/advance.exp: Likewise.
10848 * gdb.base/all-bin.exp: Likewise.
10849 * gdb.base/annota1.exp: Likewise.
10850 * gdb.base/annota3.exp: Likewise.
10851 * gdb.base/args.exp: Likewise.
10852 * gdb.base/arithmet.exp: Likewise.
10853 * gdb.base/assign.exp: Likewise.
10854 * gdb.base/async.exp: Likewise.
10855 * gdb.base/attach.exp: Likewise.
10856 * gdb.base/bang.exp: Likewise.
10857 * gdb.base/bigcore.exp: Likewise.
10858 * gdb.base/bitfields.exp: Likewise.
10859 * gdb.base/bitfields2.exp: Likewise.
10860 * gdb.base/break.exp: Likewise.
10861 * gdb.base/call-sc.exp: Likewise.
10862 * gdb.base/call-strs.exp: Likewise.
10863 * gdb.base/callfuncs.exp: Likewise.
10864 * gdb.base/checkpoint.exp: Likewise.
10865 * gdb.base/chng-syms.exp: Likewise.
10866 * gdb.base/code-expr.exp: Likewise.
10867 * gdb.base/commands.exp: Likewise.
10868 * gdb.base/completion.exp: Likewise.
10869 * gdb.base/cond-expr.exp: Likewise.
10870 * gdb.base/condbreak.exp: Likewise.
10871 * gdb.base/consecutive.exp: Likewise.
10872 * gdb.base/constvars.exp: Likewise.
10873 * gdb.base/corefile.exp: Likewise.
10874 * gdb.base/cvexpr.exp: Likewise.
10875 * gdb.base/dbx.exp: Likewise.
10876 * gdb.base/define.exp: Likewise.
10877 * gdb.base/detach.exp: Likewise.
10878 * gdb.base/display.exp: Likewise.
10879 * gdb.base/dump.exp: Likewise.
10880 * gdb.base/ena-dis-br.exp: Likewise.
10881 * gdb.base/ending-run.exp: Likewise.
10882 * gdb.base/environ.exp: Likewise.
10883 * gdb.base/eval-skip.exp: Likewise.
10884 * gdb.base/exprs.exp: Likewise.
10885 * gdb.base/fileio.exp: Likewise.
10886 * gdb.base/finish.exp: Likewise.
10887 * gdb.base/float.exp: Likewise.
10888 * gdb.base/foll-exec.exp: Likewise.
10889 * gdb.base/foll-fork.exp: Likewise.
10890 * gdb.base/foll-vfork.exp: Likewise.
10891 * gdb.base/freebpcmd.exp: Likewise.
10892 * gdb.base/funcargs.exp: Likewise.
10893 * gdb.base/gcore.exp: Likewise.
10894 * gdb.base/gdb1090.exp: Likewise.
10895 * gdb.base/gdb1250.exp: Likewise.
10896 * gdb.base/huge.exp: Likewise.
10897 * gdb.base/info-proc.exp: Likewise.
10898 * gdb.base/interrupt.exp: Likewise.
10899 * gdb.base/jump.exp: Likewise.
10900 * gdb.base/langs.exp: Likewise.
10901 * gdb.base/lineinc.exp: Likewise.
10902 * gdb.base/list.exp: Likewise.
10903 * gdb.base/logical.exp: Likewise.
10904 * gdb.base/long_long.exp: Likewise.
10905 * gdb.base/macscp.exp: Likewise.
10906 * gdb.base/maint.exp: Likewise.
10907 * gdb.base/mips_pro.exp: Likewise.
10908 * gdb.base/miscexprs.exp: Likewise.
10909 * gdb.base/multi-forks.exp: Likewise.
10910 * gdb.base/opaque.exp: Likewise.
10911 * gdb.base/overlays.exp: Likewise.
10912 * gdb.base/pc-fp.exp: Likewise.
10913 * gdb.base/pointers.exp: Likewise.
10914 * gdb.base/printcmds.exp: Likewise.
10915 * gdb.base/psymtab.exp: Likewise.
10916 * gdb.base/ptype.exp: Likewise.
10917 * gdb.base/recurse.exp: Likewise.
10918 * gdb.base/relational.exp: Likewise.
10919 * gdb.base/relocate.exp: Likewise.
10920 * gdb.base/remote.exp: Likewise.
10921 * gdb.base/reread.exp: Likewise.
10922 * gdb.base/restore.exp: Likewise.
10923 * gdb.base/return.exp: Likewise.
10924 * gdb.base/return2.exp: Likewise.
10925 * gdb.base/scope.exp: Likewise.
10926 * gdb.base/sect-cmd.exp: Likewise.
10927 * gdb.base/sep.exp: Likewise.
10928 * gdb.base/sepdebug.exp: Likewise.
10929 * gdb.base/setshow.exp: Likewise.
10930 * gdb.base/setvar.exp: Likewise.
10931 * gdb.base/sigall.exp: Likewise.
10932 * gdb.base/sigbpt.exp: Likewise.
10933 * gdb.base/signals.exp: Likewise.
10934 * gdb.base/signull.exp: Likewise.
10935 * gdb.base/sizeof.exp: Likewise.
10936 * gdb.base/solib.exp: Likewise.
10937 * gdb.base/step-line.exp: Likewise.
10938 * gdb.base/step-test.exp: Likewise.
10939 * gdb.base/structs.exp: Likewise.
10940 * gdb.base/structs2.exp: Likewise.
10941 * gdb.base/term.exp: Likewise.
10942 * gdb.base/twice.exp: Likewise.
10943 * gdb.base/until.exp: Likewise.
10944 * gdb.base/varargs.exp: Likewise.
10945 * gdb.base/volatile.exp: Likewise.
10946 * gdb.base/watchpoint.exp: Likewise.
10947 * gdb.base/whatis-exp.exp: Likewise.
10948 * gdb.base/whatis.exp: Likewise.
10949 * gdb.cp/ambiguous.exp: Likewise.
10950 * gdb.cp/annota2.exp: Likewise.
10951 * gdb.cp/annota3.exp: Likewise.
10952 * gdb.cp/bool.exp: Likewise.
10953 * gdb.cp/breakpoint.exp: Likewise.
10954 * gdb.cp/casts.exp: Likewise.
10955 * gdb.cp/class2.exp: Likewise.
10956 * gdb.cp/classes.exp: Likewise.
10957 * gdb.cp/cplusfuncs.exp: Likewise.
10958 * gdb.cp/ctti.exp: Likewise.
10959 * gdb.cp/derivation.exp: Likewise.
10960 * gdb.cp/exception.exp: Likewise.
10961 * gdb.cp/gdb1355.exp: Likewise.
10962 * gdb.cp/hang.exp: Likewise.
10963 * gdb.cp/inherit.exp: Likewise.
10964 * gdb.cp/local.exp: Likewise.
10965 * gdb.cp/m-data.exp: Likewise.
10966 * gdb.cp/m-static.exp: Likewise.
10967 * gdb.cp/member-ptr.exp: Likewise.
10968 * gdb.cp/method.exp: Likewise.
10969 * gdb.cp/misc.exp: Likewise.
10970 * gdb.cp/namespace.exp: Likewise.
10971 * gdb.cp/overload.exp: Likewise.
10972 * gdb.cp/ovldbreak.exp: Likewise.
10973 * gdb.cp/pr-1023.exp: Likewise.
10974 * gdb.cp/pr-1210.exp: Likewise.
10975 * gdb.cp/pr-574.exp: Likewise.
10976 * gdb.cp/printmethod.exp: Likewise.
10977 * gdb.cp/psmang.exp: Likewise.
10978 * gdb.cp/ref-params.exp: Likewise.
10979 * gdb.cp/ref-types.exp: Likewise.
10980 * gdb.cp/rtti.exp: Likewise.
10981 * gdb.cp/templates.exp: Likewise.
10982 * gdb.cp/try_catch.exp: Likewise.
10983 * gdb.cp/userdef.exp: Likewise.
10984 * gdb.cp/virtfunc.exp: Likewise.
10985 * gdb.disasm/am33.exp: Likewise.
10986 * gdb.disasm/h8300s.exp: Likewise.
10987 * gdb.disasm/mn10300.exp: Likewise.
10988 * gdb.disasm/sh3.exp: Likewise.
10989 * gdb.disasm/t01_mov.exp: Likewise.
10990 * gdb.disasm/t02_mova.exp: Likewise.
10991 * gdb.disasm/t03_add.exp: Likewise.
10992 * gdb.disasm/t04_sub.exp: Likewise.
10993 * gdb.disasm/t05_cmp.exp: Likewise.
10994 * gdb.disasm/t06_ari2.exp: Likewise.
10995 * gdb.disasm/t07_ari3.exp: Likewise.
10996 * gdb.disasm/t08_or.exp: Likewise.
10997 * gdb.disasm/t09_xor.exp: Likewise.
10998 * gdb.disasm/t10_and.exp: Likewise.
10999 * gdb.disasm/t11_logs.exp: Likewise.
11000 * gdb.disasm/t12_bit.exp: Likewise.
11001 * gdb.disasm/t13_otr.exp: Likewise.
11002 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
11003 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
11004 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11005 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
11006 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
11007 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11008 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11009 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11010 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
11011 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
11012 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11013 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11014 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11015 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11016 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11017 * gdb.mi/gdb701.exp: Likewise.
11018 * gdb.mi/gdb792.exp: Likewise.
11019 * gdb.mi/mi-basics.exp: Likewise.
11020 * gdb.mi/mi-break.exp: Likewise.
11021 * gdb.mi/mi-cli.exp: Likewise.
11022 * gdb.mi/mi-console.exp: Likewise.
11023 * gdb.mi/mi-disassemble.exp: Likewise.
11024 * gdb.mi/mi-eval.exp: Likewise.
11025 * gdb.mi/mi-file.exp: Likewise.
11026 * gdb.mi/mi-read-memory.exp: Likewise.
11027 * gdb.mi/mi-regs.exp: Likewise.
11028 * gdb.mi/mi-return.exp: Likewise.
11029 * gdb.mi/mi-simplerun.exp: Likewise.
11030 * gdb.mi/mi-stack.exp: Likewise.
11031 * gdb.mi/mi-stepi.exp: Likewise.
11032 * gdb.mi/mi-syn-frame.exp: Likewise.
11033 * gdb.mi/mi-until.exp: Likewise.
11034 * gdb.mi/mi-var-block.exp: Likewise.
11035 * gdb.mi/mi-var-child.exp: Likewise.
11036 * gdb.mi/mi-var-cmd.exp: Likewise.
11037 * gdb.mi/mi-var-display.exp: Likewise.
11038 * gdb.mi/mi-watch.exp: Likewise.
11039 * gdb.mi/mi2-basics.exp: Likewise.
11040 * gdb.mi/mi2-break.exp: Likewise.
11041 * gdb.mi/mi2-cli.exp: Likewise.
11042 * gdb.mi/mi2-console.exp: Likewise.
11043 * gdb.mi/mi2-disassemble.exp: Likewise.
11044 * gdb.mi/mi2-eval.exp: Likewise.
11045 * gdb.mi/mi2-file.exp: Likewise.
11046 * gdb.mi/mi2-read-memory.exp: Likewise.
11047 * gdb.mi/mi2-regs.exp: Likewise.
11048 * gdb.mi/mi2-return.exp: Likewise.
11049 * gdb.mi/mi2-simplerun.exp: Likewise.
11050 * gdb.mi/mi2-stack.exp: Likewise.
11051 * gdb.mi/mi2-stepi.exp: Likewise.
11052 * gdb.mi/mi2-syn-frame.exp: Likewise.
11053 * gdb.mi/mi2-until.exp: Likewise.
11054 * gdb.mi/mi2-var-block.exp: Likewise.
11055 * gdb.mi/mi2-var-child.exp: Likewise.
11056 * gdb.mi/mi2-var-cmd.exp: Likewise.
11057 * gdb.mi/mi2-var-display.exp: Likewise.
11058 * gdb.mi/mi2-watch.exp: Likewise.
11059 * gdb.stabs/exclfwd.exp: Likewise.
11060 * gdb.stabs/weird.exp: Likewise.
11061 * gdb.threads/gcore-thread.exp: Likewise.
11062 * gdb.trace/actions.exp: Likewise.
11063 * gdb.trace/backtrace.exp: Likewise.
11064 * gdb.trace/circ.exp: Likewise.
11065 * gdb.trace/collection.exp: Likewise.
11066 * gdb.trace/deltrace.exp: Likewise.
11067 * gdb.trace/infotrace.exp: Likewise.
11068 * gdb.trace/limits.exp: Likewise.
11069 * gdb.trace/packetlen.exp: Likewise.
11070 * gdb.trace/passc-dyn.exp: Likewise.
11071 * gdb.trace/passcount.exp: Likewise.
11072 * gdb.trace/report.exp: Likewise.
11073 * gdb.trace/save-trace.exp: Likewise.
11074 * gdb.trace/tfind.exp: Likewise.
11075 * gdb.trace/tracecmd.exp: Likewise.
11076 * gdb.trace/while-dyn.exp: Likewise.
11077 * gdb.trace/while-stepping.exp: Likewise.
11078
f4b618d1
JB
110792006-08-08 Joel Brobecker <brobecker@adacore.com>
11080
11081 * gdb.base/step-bt.c: New file.
11082 * gdb.base/step-bt.exp: New testcase.
11083
3d00d119
DJ
110842006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
11085
11086 * config/monitor.exp (gdb_load): Remove support for obsolete
11087 download-write-size.
11088 * gdb.base/remote.exp: Likewise. Update all callers of
11089 gdb_timed_load.
11090
017b5bd4
DJ
110912006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
11092
11093 * cursal.exp: Pass binfile to gdb_load.
11094
837c599d
DJ
110952006-08-01 Nathan Sidwell <nathan@codesourcery.com>
11096
11097 * gdb.base/cursal.exp: Add "" to gdb_load call.
11098
8dd4540b
MK
110992006-07-29 Mark Kettenis <kettenis@gnu.org>
11100
11101 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
11102 NetBSD/ELF targets.
11103
ab5c9f60
DJ
111042006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
11105
11106 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
11107 operator*.
11108
4c42eaff
DJ
111092006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
11110
11111 * gdb.base/completion.exp: Update for change in "file" behavior.
11112 * gdb.stabs/weird.exp: Likewise.
11113 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
11114 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
11115
0155cc76
NS
111162006-07-24 Nathan Sidwell <nathan@codesourcery.com>
11117
11118 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
11119 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
11120
16026cd7
AS
111212006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
11122
11123 * gdb.base/default.exp: Update source command error message.
11124 * gdb.base/help.exp: Update 'help source' message.
11125
16963cb6
DJ
111262006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
11127
11128 * gdb.cp/bs15503.exp: Update comment for no longer crashing
11129 test.
11130
6d7fd486
AS
111312006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
11132
11133 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
11134
29e8a844
DJ
111352006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
11136
11137 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
11138
6afcfa39
DJ
111392006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
11140
11141 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
11142
267a692b
MK
111432006-07-17 Mark Kettenis <kettenis@gnu.org>
11144
11145 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
11146 *-*-openbsd* from targets for wich we expect ARM FPA floating
11147 point format.
11148
85d2fec4
NR
111492006-07-17 Nick Roberts <nickrob@snap.net.nz>
11150
11151 * gdb.cp/annota3.exp: Expect frame-begin annotation.
11152
111532006-07-17 Mark Kettenis <kettenis@gnu.org>
11154
11155 * gdb.base/annota3.exp: Expect frame-begin annotation.
11156
85b4c6e8
JB
111572006-07-14 Joel Brobecker <brobecker@adacore.com>
11158
11159 * gdb.base/help.exp: Adjust "help unset" test to accept
11160 any list of unset commands.
11161
fb933624
DJ
111622006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
11163 Daniel Jacobowitz <dan@codesourcery.com>
11164
11165 * gdb.cp/ref-params.exp: New test.
11166 * gdb.cp/ref-params.cc: New source file.
11167 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
11168
1dff4b64
MK
111692006-07-08 Mark Kettenis <kettenis@gnu.org>
11170
11171 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
11172 spaces/tabs in regular expressions since they might not be there.
11173
40d2e0e3
AS
111742006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
11175
11176 * gdb.base/ifelse.exp: New file.
11177
f6c957d2
NS
111782006-07-04 Nathan Sidwell <nathan@codesourcery.com>
11179
11180 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
11181 line.
11182 * gdb.base/huge.exp: Loop over compilation to find a size that
11183 is acceptable.
11184 * gdb.base/remote.exp: Correct expected strings.
11185 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
11186
b9c5a23d
DJ
111872006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11188
11189 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
11190
9af2e58d
DJ
111912006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11192
11193 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
11194 native.
11195
30930ca5
DJ
111962006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11197
11198 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
11199 enable stabs testing.
11200
aa32fa1d
DJ
112012006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11202
bd4a4c80 11203 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
11204 gdb_test_multiple does.
11205
321fef15
DJ
112062006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11207
11208 * Makefile.in (host_alias): Remove.
11209 (target_alias): Use @target_noncanonical@.
11210 (site.exp): Don't set host_alias.
11211 * aclocal.m4: Remove contents. Include acx.m4.
11212 * configure: Regenerated.
11213 * configure.ac: Use ACX_NONCANONICAL_TARGET.
11214
e1c2defa
NS
112152006-06-13 Nathan Sidwell <nathan@codesourcery.com>
11216
e63b55d1
NS
11217 * lib/gdb.exp (gdb_load_cmd): New.
11218
5600ea19
NS
11219 * gdb.base/fileio.c: Add system(NULL) test.
11220 * gdb.base/fileio.exp: Check it.
11221
e1c2defa
NS
11222 * gdb.base/break.c: Add 10a breakpoint at }
11223 * gdb.base/break.exp: Add test for breakpoint at }
11224 * gdb.cp/anon-union.cc: Add code at end of function.
11225 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
11226 * gdb.mi/var-cmd.c: Add code at end of function.
11227 * gdb.mi/mi-var-display.exp: Adjust end of next.
11228 * gdb.mi/mi2-var-display.exp: Likewise.
11229 * gdb.base/fileio.c: Add stop function and insert calls at
11230 stopping places.
11231 * gdb.base/fileio.exp: Breakpoint stop function and remove
11232 explicit line number references.
11233
6c0112ec
JB
112342006-05-19 Joel Brobecker <brobecker@adacore.com>
11235
a9c64011
AS
11236 * gdb.base/del.exp (test_delete_alias): New function.
11237 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 11238
154189a4
FF
112392006-05-18 Fred Fish <fnf@specifix.com>
11240
11241 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
11242 required. Check for spurious output after program exits normally.
11243
582e64c2
FF
112442006-05-17 Fred Fish <fnf@specifix.com>
11245
11246 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
11247 gdb_load, so it works in the simulator.
11248
8ef6493a
FF
112492006-05-11 Fred Fish <fnf@specifix.com>
11250
11251 * gdb.base/bang.exp: Ignore unexpected output between the
11252 "program exited normally" and the gdb prompt, as many other
11253 tests do.
11254
692b141c
MK
112552006-05-07 Mark Kettenis <kettenis@gnu.org>
11256
11257 * gdb.base/help.exp: Make "delete checkpoint" part option for
11258 "help d" and "help delete" tests.
11259
540b8a30
UW
112602006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11261
a9c64011 11262 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
11263 expected output in some mi_gdb_test statements.
11264 * gdb.mi/mi2-basics.exp: Likewise.
11265
9b6462d9
JB
112662006-05-05 Joel Brobecker <brobecker@adacore.com>
11267
11268 * gdb.base/del.c: New file.
11269 * gdb.base/del.exp: New testcase.
11270
954de43b
DM
112712006-05-05 David S. Miller <davem@sunset.davemloft.net>
11272
11273 * gdb.base/break.exp: Do not assume a breakpoint on
11274 main will actually be in $srcfile when optimizing.
1303f75e
DM
11275 * gdb.base/savedregs.exp: Do not require that the dummy
11276 frame location match up to a symbol and source file location.
c3242428
DM
11277 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
11278 will get printed without a mi_cmd_data_list_register_values prefix.
11279 (*-data-list-register-*): Correct regular expressions to expect the new
11280 pseudo d? floating point registers.
11281 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 11282
c7e64c9a
DJ
112832006-05-05 Christophe Lyon <christophe.lyon@st.com>
11284
11285 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
11286 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
11287 is allocated by the compiler.
11288 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
11289 anons, e, anone to force their allocation by the compiler.
11290
112912006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
11292
11293 * gdb.base/help.exp: Update expected text for help d and
11294 help delete.
11295
27ce9a6d
MK
112962006-05-02 Mark Kettenis <kettenis@gnu.org>
11297
11298 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
11299 NetBSD/ELF targets.
11300
8608915f
MK
113012006-04-30 Mark Kettenis <kettenis@gnu.org>
11302
11303 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
11304 single-step breakpoint fails; make this a KFAIL on
11305 sparc*-*-openbsd*.
11306 * gdb.base/siginfo.exp: Likewise.
11307 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11308
b8db102d
MS
113092006-04-26 Michael Snyder <msnyder@redhat.com>
11310
11311 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
11312 which may have to consume output from other forks.
11313 Add tests to make sure that "delete fork" succeeded.
11314
c702009a
MS
113152006-04-20 Michael Snyder <msnyder@redhat.com>
11316
11317 * 2006-03-22 Jim Blandy <jimb@redhat.com>
11318 Add support for the Renesas M32C and M16C.
11319
11320 * gdb.asm/asm-source.exp: Add m32c target.
11321 * gdb.asm/m32c.inc: Support for m32c target.
11322
e28493f2
AS
113232006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
11324
11325 * gdb.base/commands.exp (recursive_source_test): New test.
11326
880da185
DM
113272006-04-04 David S. Miller <davem@sunset.davemloft.net>
11328
11329 * gdb.base/float.exp: Add pattern for sparc targets.
11330
61d9b92f
DJ
113312006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11332
11333 * gdb.base/commands.exp (stray_arg0_test): New test.
11334
bd717df8
PB
113352006-03-30 Paul Brook <paul@codesourcery.com>
11336
11337 * gdb.mi/mi-until.exp: kfail broken until command.
11338 * gdb.mi/mi2-until.exp: Ditto.
11339
ec793d3c
NR
113402006-03-27 Nick Roberts <nickrob@snap.net.nz>
11341
11342 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
11343
831004b7
AO
113442006-03-08 Alexandre Oliva <aoliva@redhat.com>
11345
11346 * gdb.base/prelink.exp: Anchor tested-for regular expression
11347 on gdb prompt.
11348
effe49a0
PB
113492006-03-07 Paul Brook <paul@codesourcery.com>
11350
11351 * gdb.base/assign.exp: Correct fail message.
11352
e5461016
PB
113532006-03-07 Paul Brook <paul@codesourcery.com>
11354
11355 * lib/compiler.c: Extract armcc version number.
11356 * lib/compiler.cc: Ditto.
11357
fc91c6c2
PB
113582006-03-07 Paul Brook <paul@codesourcery.com>
11359
11360 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
11361 additional_flags=-w.
11362 * gdb.arch/altivec-regs.exp: Ditto.
11363 * gdb.arch/e500-abi.exp: Ditto.
11364 * gdb.arch/e500-regs.exp: Ditto.
11365 * gdb.base/all-bin.exp: Ditto.
11366 * gdb.base/annota1.exp: Ditto.
11367 * gdb.base/annota3.exp: Ditto.
11368 * gdb.base/args.exp: Ditto.
11369 * gdb.base/arithmet.exp: Ditto.
11370 * gdb.base/assign.exp: Ditto.
11371 * gdb.base/async.exp: Ditto.
11372 * gdb.base/bang.exp: Ditto.
11373 * gdb.base/break.exp: Ditto.
11374 * gdb.base/call-rt-st.exp: Ditto.
11375 * gdb.base/completion.exp: Ditto.
11376 * gdb.base/cond-expr.exp: Ditto.
11377 * gdb.base/condbreak.exp: Ditto.
11378 * gdb.base/consecutive.exp: Ditto.
11379 * gdb.base/define.exp: Ditto.
11380 * gdb.base/display.exp: Ditto.
11381 * gdb.base/ena-dis-br.exp: Ditto.
11382 * gdb.base/environ.exp: Ditto.
11383 * gdb.base/eval-skip.exp: Ditto.
11384 * gdb.base/info-proc.exp: Ditto.
11385 * gdb.base/jump.exp: Ditto.
11386 * gdb.base/logical.exp: Ditto.
11387 * gdb.base/long_long.exp: Ditto.
11388 * gdb.base/maint.exp: Ditto.
11389 * gdb.base/miscexprs.exp: Ditto.
11390 * gdb.base/pc-fp.exp: Ditto.
11391 * gdb.base/pointers.exp: Ditto.
11392 * gdb.base/relational.exp: Ditto.
11393 * gdb.base/reread.exp: Ditto.
11394 * gdb.base/sect-cmd.exp: Ditto.
11395 * gdb.base/sep.exp: Ditto.
11396 * gdb.base/sepdebug.exp: Ditto.
11397 * gdb.base/until.exp: Ditto.
11398 * gdb.base/whatis-exp.exp: Ditto.
11399 * gdb.cp/annota2.exp: Ditto.
11400 * gdb.cp/annota3.exp: Ditto.
11401 * gdb.trace/actions.exp: Ditto.
11402 * gdb.trace/backtrace.exp: Ditto.
11403 * gdb.trace/circ.exp: Ditto.
11404 * gdb.trace/collection.exp: Ditto.
11405 * gdb.trace/deltrace.exp: Ditto.
11406 * gdb.trace/infotrace.exp: Ditto.
11407 * gdb.trace/limits.exp: Ditto.
11408 * gdb.trace/packetlen.exp: Ditto.
11409 * gdb.trace/passc-dyn.exp: Ditto.
11410 * gdb.trace/passcount.exp: Ditto.
11411 * gdb.trace/report.exp: Ditto.
11412 * gdb.trace/save-trace.exp: Ditto.
11413 * gdb.trace/tfind.exp: Ditto.
11414 * gdb.trace/tracecmd.exp: Ditto.
11415 * gdb.trace/while-dyn.exp: Ditto.
11416 * gdb.trace/while-stepping.exp: Ditto.
11417 * lib/gdb.exp: Ditto.
11418 (gdb_compile): Handle nowarning option.
11419
5f4a23d9
AO
114202006-03-07 Alexandre Oliva <aoliva@redhat.com>
11421
11422 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
11423 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
11424 Rename executable to prelinkt. Don't re-prelink if we didn't
11425 get a core file. Test prelink -u exit status to tell whether
11426 prelinking failed. Use gdb_test_multiple.
11427
9733fc94
DJ
114282006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11429
11430 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
11431 (do_tests): Call it.
11432
cc10cae3
AO
114332006-02-28 Alexandre Oliva <aoliva@redhat.com>
11434
11435 * gdb.base/prelink.exp: New test.
11436 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
11437
15c46491
WZ
114382006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
11439
11440 * gdb.fortran/derived-type.f90: New file.
11441 * gdb.fortran/derived-type.exp: New testcase.
11442
5c9f7ded
DJ
114432006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
11444
11445 * gdb.base/default.exp: Allow ';' as a directory separator.
11446
5b96932b
AS
114472006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11448
11449 * gdb.base/help.exp (help add-symbol-file): Update.
11450
1986bccd
AS
114512006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11452
11453 * gdb.base/help.exp (help load): Update expected results.
11454
a8b7528f
FF
114552006-02-19 Fred Fish <fnf@specifix.com>
11456
11457 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
11458 specifix hex value as part of results.
11459 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 11460
f8261448
FF
114612006-02-16 Fred Fish <fnf@specifix.com>
11462
11463 * gdb.base/whatis.c: Define variables using typedefs char_addr,
11464 ushort_addr, and slong_addr, so the typedefs are not optimized
11465 away.
11466 * gdb.base/whatis.exp: Add tests using type name for struct type,
11467 union type, enum type, and typedef.
a9c64011 11468
31d8bdd2
MK
114692006-02-13 Mark Kettenis <kettenis@gnu.org>
11470
11471 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
11472
34e41e63
JB
114732006-02-13 Jim Blandy <jimb@redhat.com>
11474
11475 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
11476 case where it takes two "next" commands to skip past the init
11477 call.
11478
ac6e4f31
FF
114792006-02-12 Fred Fish <fnf@specifix.com>
11480
11481 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
11482 to handle cases where it takes two "next" commands to skip
11483 past the init call.
11484
2db2d571
JB
114852006-02-07 Joel Brobecker <brobecker@adacore.com>
11486
11487 * gdb.ada/array_return.exp: Mark the last test as expected to fail
11488 on hppa32 targets.
11489
38fcd64c
DJ
114902006-02-06 Vladimir Prus <ghost@cs.msu.su>
11491
11492 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
11493 field.
11494
1315ad46
MK
114952006-01-29 Mark Kettenis <kettenis@gnu.org>
11496
11497 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
11498
5625b943
DJ
114992006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11500
11501 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
11502 files.
11503
80df1bbe
DJ
115042006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11505
11506 * gdb.cp/maint.exp: Set complaints to a positive value.
11507
9078e690
DJ
115082006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11509
11510 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
11511 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
11512 function name.
11513
9c903399
DJ
115142006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11515
11516 * gdb.base/checkpoint.c: Update copyright notice. Include
11517 <stdlib.h>.
11518
761ae4d6
JB
115192006-01-04 Jim Blandy <jimb@redhat.com>
11520
11521 * gdb.asm/asm-source.exp: Independently provide default values for
11522 asm-flags and debug-flags. Use 'string equal' to do the
11523 comparison, not the implicit expr's '==' operator. Remove
11524 now-unneeded assignments to asm-flags. In h8300 case, place
11525 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
11526
099ac3dd
MS
115272006-01-04 Michael Snyder <msnyder@redhat.com>
11528
11529 * gdb.base/checkpoint.c: New file.
11530 * gdb.base/checkpoint.exp: New file.
11531 * gdb.base/multi-fork.c: New file.
11532 * gdb.base/multi-fork.exp: New file.
11533 * gdb.base/pi.txt: New file (data for checkpoint.c test).
11534
f4d85314
FF
115352006-01-04 Fred Fish <fnf@specifix.com>
11536
11537 * gdb.base/ptype.c (foo): Add typedef.
11538 (intfoo): Add function.
11539 * gdb.base/ptype1.c: New file.
11540 * gdb.base/ptype.exp: Handle compilation and linking with two
11541 source files. Test that proper type for "foo" is found based
11542 on source context rather than first match found in symtabs.
11543
a1b06f35
MK
115442005-12-28 Mark Kettenis <kettenis@gnu.org>
11545
11546 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
11547 * gdb.asm/openbsd.inc: Indent commands.
11548
d082a1e2
MK
115492005-12-26 Mark Kettenis <kettenis@gnu.org>
11550
c65016bd
MK
11551 * gdb.base/freebpcmd.exp: Increase timeout.
11552
d082a1e2
MK
11553 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
11554
d3c32a0e
DJ
115552005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
11556
11557 * gdb.base/default.exp: Update check for "show version".
11558
9fdb1f50
RC
115592005-12-09 Randolph Chung <tausq@debian.org>
11560
11561 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
11562 * gdb.asm/pa64.inc: New file.
11563
5f2c56f7
RC
115642005-12-09 Randolph Chung <tausq@debian.org>
11565
11566 * gdb.asm/common.inc: Indent commands.
11567 * gdb.asm/asmsrc1.s: Likewise.
11568 * gdb.asm/asmsrc2.s: Likewise.
11569
8117349c
RC
115702005-12-09 Randolph Chung <tausq@debian.org>
11571
11572 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
11573 (get_addr_of_sym): Remove duplicate print.
11574 (gen_core): xfail hppa*-*-hpux*, update expected output.
11575 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
11576 * gdb.arch/pa64-nullify.s: New file.
11577
8f07f25a
RC
115782005-12-09 Randolph Chung <tausq@debian.org>
11579
11580 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
11581
55b39184
DJ
115822005-12-07 Christophe Lyon <christophe.lyon@st.com>
11583
11584 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
11585 code generation for these functions.
11586 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
11587 error message.
11588
31e2b00f
AS
115892005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
11590
11591 * gdb.base/help.exp (help b, help br, help bre, help brea)
11592 (help break): Update the expected message.
11593
c3d0b56e
SC
115942005-11-11 Stephane Carrez <stcarrez@nerim.fr>
11595
11596 * gdb.asm/m68hc11.inc: Setup the data section.
11597 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
11598 script for this test.
11599 (m6812-*-*): Likewise.
11600
36ae0ea9
RC
116012005-11-09 Randolph Chung <tausq@debian.org>
11602
11603 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
11604
9d6f42e9
WZ
116052005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
11606
11607 * gdb.base/break.exp: Fix a comment typo.
11608
e2126a14
EZ
116092005-11-03 Jim Blandy <jimb@redhat.com>
11610
a9c64011
AS
11611 Checked in by Elena Zannoni <ezannoni@redhat.com>
11612
889bf7c5 11613 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 11614
e0ac7199
CV
116152005-11-02 Corinna Vinschen <vinschen@redhat.com>
11616
11617 * gdb.arch/gdb1558.c: Include stdio.h.
11618
31d3fb18
MK
116192005-10-31 Mark Kettenis <kettenis@gnu.org>
11620
11621 * gdb.asm/asm-source.exp: Use -e instead of --entry.
11622
e52b687c
MK
116232005-10-31 Mark Kettenis <kettenis@gnu.org>
11624
11625 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
11626
f4711d79
PG
116272005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
11628
a9c64011
AS
11629 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11630 vscr" tests to better match output.
f4711d79 11631
987a9106
JB
116322005-10-12 Jim Blandy <jimb@redhat.com>
11633
11634 * gdb.base/structs.exp (any): New function.
11635 (test_struct_returns): Don't make any assumptions at all about
11636 what value the function returns when GDB can't set the return
11637 value.
11638
2336bb58
JB
116392005-10-09 Joel Brobecker <brobecker@adacore.com>
11640
11641 * gdb.ada/arrayidx/p.adb: New file.
11642 * gdb.ada/arrayidx.exp: New testcase
11643
116442005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
11645
11646 * gdb.ada/array_return/pck.ads: New file.
11647 * gdb.ada/array_return/pck.adb: New file.
11648 * gdb.ada/array_return/p.adb: New file.
11649 * gdb.ada/array_return.exp: New testcase.
11650
705335ea
JB
116512005-10-03 Joel Brobecker <brobecker@adacore.com>
11652
a9c64011
AS
11653 * gdb.base/arrayidx.c: New file.
11654 * gdb.base/arrayidx.exp: New testcase.
705335ea 11655
11ee9940
NR
116562005-09-29 Nick Roberts <nickrob@snap.net.nz>
11657
11658 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
11659 frames-invalid and breakpoints-invalid are no longer generated
11660 with level 3 so don't expect them in the output.
11661
39fb8e9e
BR
116622005-09-27 Bob Rossi <bob@brasko.net>
11663
a9c64011 11664 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
11665 from test. Escape the | in mi_gdb_test call.
11666 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
11667 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
11668 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
11669 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
11670 expected regex's in mi_gdb_test calls.
11671 * lib/mi-support.exp: Remove arbitrary .* from tests.
11672 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
11673 Fully anchor GDB/MI expected results in mi_gdb_test.
11674 * lib/gdb.exp (string_to_regexp): Escape the ] character.
11675 * gdb.base/sizeof.exp: Remove escape character. Correct test.
11676
2af48f68
PB
116772005-09-26 Paul Brook <paul@codesourcery.com>
11678
11679 * long_long.exp: Exclude eabi targets from arm FPA float format test.
11680
f34502bc
WZ
116812005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
11682
11683 * bfp-test.c: New file.
11684 * bfp-test.exp: New testcase.
11685
ca929517
WZ
116862005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
11687
11688 * gdb.fortran/subarray.exp: New testcase to test the evaluation
11689 of subarray and substring variable.
11690 * gdb.fortran/subarray.f: New source file for the test of subarray
11691 and substring variable evaluation.
11692 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
11693 of string constant.
11694
c761af65
DJ
116952005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
11696
11697 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
11698 copyright dates.
11699
561d7a1d
PG
117002005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
11701
11702 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
11703 powerpc altivec' test with an almost identical 'info vector' test.
11704
b2b64cc9
PG
117052005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
11706
a9c64011
AS
11707 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11708 vscr" tests to match output.
b2b64cc9 11709
6ac4d15a
PG
117102005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
11711
a9c64011
AS
11712 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
11713 output.
6ac4d15a 11714
40e55bef
BR
117152005-09-11 Bob Rossi <bob@brasko.net>
11716
889bf7c5
PA
11717 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
11718 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
11719 commands that return an MI output command and an asyncronous MI output
11720 command.
40e55bef
BR
11721 * gdb.mi/mi-console.exp: Ditto.
11722
3c7385ec
BR
117232005-09-11 Bob Rossi <bob@brasko.net>
11724
11725 * gdb.mi/mi-var-child.c: Include <string.h>.
11726
a6cd0eb3
DJ
117272005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
11728
11729 * killed.exp: Correct gdb_expect syntax.
11730
2f168eed
CV
117312005-08-09 Corinna Vinschen <vinschen@redhat.com>
11732
11733 * lib/mi-support.exp (mi_gdb_load): Fix typo.
11734
ecd3fd0f
BR
117352005-08-02 Bob Rossi <bob@brasko.net>
11736
11737 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
11738 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
11739 Change tests to inferior-tty-set/show.
11740 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
11741 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
11742 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
11743 inferior. Use mi_gdb_test to get GDB and Inferior output.
11744 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
11745 descriptor.
11746 (mi_inferior_tty_name): Add inferior PTY file name.
11747 (mi_gdb_start): Add INFERIOR_PTY parameter.
11748 (mi_gdb_test): Add IPATTERN parameter.
11749
f1ea48cb 117502005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 11751
f1ea48cb
BR
11752 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
11753 parameter to mi_gdb_test.
11754 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
11755
6e650a67
DJ
117562005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11757
11758 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
11759 struct_declarations.
11760 * gdb.mi/mi-var-child.exp: Step over the initialization of
11761 struct_declarations.
11762
8be260b6
DJ
117632005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11764
11765 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
11766 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
11767 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
11768 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
11769 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
11770 file.
11771
4e660f07
NR
117722005-07-27 Nick Roberts <nickrob@snap.net.nz>
11773
11774 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
11775 (do_children_tests): Assign values to the extra elements.
11776
11777 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
11778 them for tests for "-var-update --no-values" and
a9c64011 11779 "-var-update --all-values".
4e660f07
NR
11780 Add test for "-var-list-children --simple-values".
11781
11782 * gdb.mi/basics.c (callee4): Add integer array D[3]...
11783
11784 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
11785 "-stack-list-locals --simple-values" Improve doc strings and
11786 comments.
11787
6bdae935
MK
117882005-07-18 Mark Kettenis <kettenis@gnu.org>
11789
598b7a6f
MK
11790 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
11791 *-*-openbsd*.
11792 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
11793
6bdae935
MK
11794 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
11795 sigaltsatck'.
11796
1323e929 117972005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 11798
1323e929
BR
11799 * gdb.base/default.exp (tty): Changed output of command.
11800 * gdb.base/help.exp (help tty): Ditto.
11801
b1a9c082
MK
118022005-07-12 Mark Kettenis <kettenis@gnu.org>
11803
11804 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
11805
10a844a2
MK
118062005-07-10 Mark Kettenis <kettenis@gnu.org>
11807
11808 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
11809 -stack-select-frame without arguments.
11810 (test_stack_frame_listing): Add test for newly implemented command
11811 -stack-info-frame.
11812
3cb3b8df
BR
118132005-07-06 Bob Rossi <bob@brasko.net>
11814
11815 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
11816 command.
11817 (Copyright): Update copyright.
11818
a0c5fbcf
WZ
118192005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
11820
11821 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
11822 tests to evaluate exponentiation expression.
11823
984971d0
AS
118242005-06-29 Andreas Schwab <schwab@suse.de>
11825
11826 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
11827 main to avoid warnings.
11828
11829 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
11830
fe03833f
NR
118312005-06-20 Nick Roberts <nickrob@snap.net.nz>
11832
11833 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
11834 -stack-select-frame without arguments.
11835 (test_stack_frame_listing): Add test for newly implemented command
11836 -stack-info-frame.
a9c64011 11837
7a55f279
WZ
118382005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
11839
0ffa0ea5
DJ
11840 * gdb.fortran/array-element.f: New file.
11841 * gdb.fortran/array-element.exp: New testcase.
7a55f279 11842
26585198
DJ
118432005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11844
11845 * gdb.base/bigcore.exp: Correct checks for systems which can
11846 not dump a large core file.
11847
c1bd25fd
DJ
118482005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11849
11850 * gdb.base/relocate.c: Add a copyright notice.
11851 (dummy): Remove.
11852 * gdb.base/relocate.exp: Test printing the values of variables
11853 from a relocatable file.
11854
589e074d
DJ
118552005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11856
11857 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
11858 excess MI output after an error.
11859
0915f927
JB
118602005-05-29 Joel Brobecker <brobecker@adacore.com>
11861
11862 * gdb.arch/alpha-step.c: New file.
11863 * gdb.arch/alpha-step.exp: New testcase.
11864
76ff342d
DJ
118652005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
11866 Dennis Brueni <dennis@slickedit.com>
11867
11868 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
11869 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
11870 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
11871 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
11872 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
11873 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
11874 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
11875
96b0c7ac
DJ
118762005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
11877 Wu Zhou <woodzltc@cn.ibm.com>
11878
11879 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
11880 IBM's xlc compiler.
11881 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
11882 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
11883
f21565d2
JB
118842005-05-13 Jim Blandy <jimb@redhat.com>
11885
11886 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
11887 calling gdb_suppress_entire_file.
11888 * gdb.base/charset.exp: Same.
11889 * gdb.base/call-rt-st.exp: Same.
11890
6006a3a1
BR
118912005-05-05 Bob Rossi <bob_rossi@cox.net>
11892
11893 * lib/gdb.exp (fullname_syntax): Added global regex.
11894 (fullname_syntax_POSIX): Ditto.
11895 (fullname_syntax_UNC): Ditto.
11896 (fullname_syntax_DOS_CASE): Ditto.
11897 (fullname_syntax_DOS): Ditto.
11898 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
11899 fullname_syntax variable to scope and use it.
11900 (test_file_list_exec_source_files): Ditto.
11901 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
11902
c3b69c04
DJ
119032005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11904
11905 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
11906
3c95e6af
PG
119072004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
11908
a9c64011
AS
11909 * lib/gdb.exp (skip_altivec_tests): New function, based on
11910 check_vmx_hw_available from the GCC testsuite.
11911 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
11912 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 11913
78df6c56
JB
119142005-05-02 Jim Blandy <jimb@redhat.com>
11915
11916 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
11917 calling gdb_suppress_entire_file.
11918
1690f9cf
DJ
119192005-04-30 Randolph Chung <tausq@debian.org>
11920
11921 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
11922 Slightly relax "sem_post" name checking.
11923
5ea106f7
PG
119242005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11925
11926 * gdb.base/unload.exp: Use new shared library infrastructure.
11927
bf7234cf
PG
119282005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11929
11930 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 11931 infrastructure.
bf7234cf 11932
547b869a
CV
119332005-04-29 Corinna Vinschen <vinschen@redhat.com>
11934
11935 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
11936 * gdb.asm/h8300.inc: New file.
11937
f07e55f0
PG
119382005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11939
11940 * gdb.base/shlib-call.exp: Change to use new shared library
11941 infrastructure.
11942
3cbba3d1
PG
119432005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11944
a9c64011
AS
11945 * gdb.base/pending.exp: Change to use new shared library
11946 infrastructure.
3cbba3d1 11947
ed6df200
PG
119482005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11949
a9c64011
AS
11950 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
11951 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 11952
8c8f4ebe
PG
119532005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11954
a9c64011
AS
11955 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11956 shared objects being adjusted and update copyright years.
8c8f4ebe 11957
607fbc54
DJ
119582005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11959
11960 * ChangeLog: Correct some 2003-01-13 dates.
11961 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11962 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11963 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11964 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11965 gdb.trace/tfind.exp: Update copyright years.
11966
57bf0e56
DJ
119672005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11968 Daniel Jacobowitz <dan@codesourcery.com>
11969
11970 * lib/gdb.exp (gdb_compile): Handle shlib=.
11971 (gdb_compile_shlib): New function.
11972
9b593790
PG
119732005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11974
a9c64011 11975 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 11976
9494c6a5
DJ
119772005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11978
11979 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11980 gdb.server.
11981 * configure.ac: Likewise.
11982 * configure: Regenerated.
11983 * gdb.gdbserver/Makefile.in: Moved to...
11984 * gdb.server/Makefile.in: ... here.
11985 * gdb.gdbserver/server.c: Moved to...
11986 * gdb.server/server.c: ... here.
11987 * gdb.gdbserver/server-run.exp: Moved to...
11988 * gdb.server/server-run.exp: ... here.
11989
6f8eac0e
DJ
119902005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11991
11992 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11993 * configure.ac: Create gdb.gdbserver/Makefile.
11994 * configure: Regenerated.
11995 * lib/gdbserver-support.exp: New file, derived from
11996 config/gdbserver.exp.
11997 * config/gdbserver.exp: Use gdbserver-support.exp.
11998 * gdb.gdbserver/Makefile.in: New file.
11999 * gdb.gdbserver/server.c: New file.
12000 * gdb.gdbserver/server-run.exp: New file.
12001
6e87504d
PG
120022005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
12003
a9c64011
AS
12004 * lib/gdb.exp (test_compiler_info): Return compiler_info
12005 if no arguments are given.
6e87504d 12006
d1779be4
PG
120072005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
12008
12009 * gdb.arch/altivec-abi.exp: Check for compiler and set
12010 use altivec' flag accordingly.
12011 * gdb.arch/altivec-regs.exp: Likewise.
12012
88750304
DJ
120132005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
12014
12015 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
12016
f3fb768d
AS
120172005-03-27 Andreas Schwab <schwab@suse.de>
12018
12019 * gdb.base/bigcore.c (main): Add missing mode argument in open
12020 call.
12021
7e813ac5
DJ
120222005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
12023
12024 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
12025 downloads.
12026 * config/gdbserver.exp (gdb_load): Likewise.
12027
8e3049aa
PB
120282005-03-14 Paul Brook <paul@codesourcery.com>
12029
12030 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
12031 targets.
12032
a9df7c44
JB
120332005-03-09 Joel Brobecker <brobecker@adacore.com>
12034
12035 * gdb.dwarf2/dup-psym.S: New file.
12036 * gdb.dwarf2/dup-psym.exp: New testcase.
12037
9f0d94e8
JB
120382005-03-09 Joel Brobecker <brobecker@adacore.com>
12039
12040 * gdb.ada/exec_changed/first.adb: New file.
12041 * gdb.ada/exec_changed/second.adb: New file.
12042 * gdb.ada/exec_changed.exp: New testcase.
12043
5f579bc5
NS
120442005-03-08 Nathan Sidwell <nathan@codesourcery.com>
12045
36e9969c
NS
12046 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
12047 (A2): New class.
12048 (main): Test operator+.
12049 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
12050 breakpoint test.
12051
5f579bc5
NS
12052 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
12053 * gdb.base/signull.exp: Disable if gdb,nosignals.
12054 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
12055 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
12056 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
12057 * gdb.mi/mi2-console.exp: Likewise.
12058 * gdb.trace/collection.exp (run_trace_experiment): Consume the
12059 continue output at start.
12060 (gdb_collect_locals_test): Robustify regexp.
12061 * gdb.trace/passc-dyn.exp: Fix comment typo.
12062 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
12063
be46087e
CV
120642005-03-08 Corinna Vinschen <vinschen@redhat.com>
12065
12066 * gdb.asm/asm-source.exp: Add iq2000 case.
12067 * gdb.asm/iq2000.inc: New file.
12068
384e1a61 120692005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 12070
384e1a61
MI
12071 * gdb.base/command.exp: Change hardcoded value to regular expression.
12072 * gdb.base/float.exp: Add powerpc to the list of targets checked.
12073
584b6e9e
DJ
120742005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
12075
12076 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
12077 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
12078 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
12079 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
12080 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
12081
ab5b5d61
MK
120822005-03-05 Mark Kettenis <kettenis@gnu.org>
12083
12084 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
12085 changes.
12086
ae051c1b
PG
120872004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
12088
a9c64011
AS
12089 * lib/compiler.c: Add test for IBM's xlc compiler.
12090 * lib/compiler.cc: Likewise.
ae051c1b 12091
3f0f6ed2
JB
120922004-02-24 Joel Brobecker <brobecker@adacore.com>
12093
12094 * gdb.ada/fixed_points.exp: Create compilation object directory
12095 before running the test.
12096 * gdb.ada/null_record.exp: Likewise.
12097 * gdb.ada/packed_array.exp: Likewise.
12098 * gdb.ada/start.exp: Likewise.
12099
724f452b
JB
121002005-02-15 Joel Brobecker <brobecker@adacore.com>
12101
12102 * gdb.ada/packed_array/pa.adb: New file.
12103 * gdb.ada/packed_array.exp: New testcase.
12104
57f5cdfb 121052005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 12106
1f393151
MK
12107 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
12108 files.
12109
ebdda337
MK
12110 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
12111 on *-*-openbsd*. Correctly match whitespace in regukar
12112 expressions.
12113
cf309262
DJ
121142005-02-10 Daniel Jacobowitz <dan@debian.org>
12115
12116 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
12117 PR exp/1821
12118 * gdb.base/gdb1821.c: New test file.
12119 * gdb.base/gdb1821.exp: New test file.
12120
3be49e7a
JB
121212005-02-09 Joel Brobecker <brobecker@adacore.com>
12122
12123 * gdb.base/start.c: New file.
12124 * gdb.base/start.exp: New testcase.
12125
e292e67d
JB
121262005-02-09 Joel Brobecker <brobecker@adacore.com>
12127
12128 * gdb.ada/start/dummy.adb: New file.
12129 * gdb.ada/start.exp: New testcase.
12130
dbdfa66c
CV
121312005-02-09 Corinna Vinschen <vinschen@redhat.com>
12132
12133 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
12134 for printing symbols and statistics.
12135 Add test for using relative pathnames in "maint print msymbols" test.
12136 Mark "maint info sections DATA" XFAIL on Cygwin.
12137 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
12138 tests.
12139
d7941671
AC
121402005-02-09 Andreas Schwab <schwab@suse.de>
12141
12142 Committed by Andrew Cagney <cagney@gnu.org>
12143 * gdb.base/remotetimeout.exp: New file.
12144
74e5ef44
MK
121452005-02-07 Mark Kettenis <kettenis@gnu.org>
12146
12147 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
12148
464dd14d
JB
121492005-02-03 Joel Brobecker <brobecker@adacore.com>
12150
12151 * gdb.ada/gnat_ada.gpr: New file.
12152 * gdb.ada/gnat_ada.gin: Delete, no longer used.
12153 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
12154 * configure.ac: No longer generate gnat_ada.gpr.
12155 * configure: Regenerate.
12156 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
12157 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
12158 * gdb.ada/null_record/bar.ads: Likewise.
12159 * gdb.ada/null_record/bar.adb: Likewise.
12160 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
12161 * gdb.ada/null_record.exp (testdir): New variable.
12162 (testfile): executable is now in testdir subdirectory.
12163 (srcfile): Use full path to the main compilation unit.
12164 * gdb.ada/fixed_points.exp: Same changes as above.
12165
30d756ae
NR
121662005-02-03 Nick Roberts <nickrob@snap.net.nz>
12167
12168 * gdb.base/interp.exp: New test.
12169
9d799f85
AC
121702005-01-24 Andrew Cagney <cagney@gnu.org>
12171
12172 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
12173
15656118
AC
121742005-01-19 Andrew Cagney <cagney@gnu.org>
12175
a892c31b
AC
12176 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
12177 configure.ac not configure.in.
12178
15656118
AC
12179 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
12180 of powerpc*-*-*.
12181 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 12182 * gdb.base/list.exp (test_list_function)
15656118
AC
12183 (test_list_filename_and_function): Ditto.
12184 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
12185
a7b01baf
AC
121862005-01-16 Andrew Cagney <cagney@gnu.org>
12187
17d92a02
AC
12188 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
12189
a7b01baf
AC
12190 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
12191
bc8332bb
AC
121922005-01-14 Andrew Cagney <cagney@gnu.org>
12193
12194 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
12195 * gdb.mi/mi2-var-cmd.exp: Ditto.
12196
4d074752
CV
121972005-01-10 Corinna Vinschen <vinschen@redhat.com>
12198
12199 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
12200
bec39cab
AC
122012005-01-07 Andrew Cagney <cagney@gnu.org>
12202
12203 * configure.ac: Rename configure.in, require autoconf 2.59.
12204 * configure: Re-generate.
12205 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
12206 * gdb.stabs/configure: Re-generate.
12207 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
12208 * gdb.hp/configure: Re-generate.
12209 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
12210 autoconf 2.59.
12211 * gdb.hp/gdb.objdbg/configure: Re-generate.
12212 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
12213 autoconf 2.59.
12214 * gdb.hp/gdb.defects/configure: Re-generate.
12215 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
12216 autoconf 2.59.
12217 * gdb.hp/gdb.compat/configure: Re-generate.
12218 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
12219 autoconf 2.59.
12220 * gdb.hp/gdb.base-hp/configure: Re-generate.
12221 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
12222 autoconf 2.59.
12223 * gdb.hp/gdb.aCC/configure: Re-generate.
12224
f10b16d4
JB
122252004-12-15 Jim Blandy <jimb@redhat.com>
12226
12227 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
12228 under NPTL when there is debugging info available for libpthread.
12229
fb6e1814
JG
122302004-12-13 Jerome Guitton <guitton@gnat.com>
12231
12232 * gdb.ada/fixed_points.c: New file.
12233 * gdb.ada/fixed_points.exp: New file.
12234
fe46cd3a
RC
122352004-12-03 Randolph Chung <tausq@debian.org>
12236
12237 * gdb.arch/pa-nullify.exp: New file.
12238 * gdb.arch/pa-nullify.s: New file.
12239
8de0841b
RC
122402004-11-30 Randolph Chung <tausq@debian.org>
12241
12242 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
12243 instead of "tbug". Fix regexp to work properly with gdb_test.
12244
c8170782
PH
122452004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
12246
12247 * gdb.base/bitfields2.exp: New test.
12248 * gdb.base/bitfields2.c: New file.
12249
954269c2
RE
122502004-11-28 Richard Earnshaw <rearnsha@arm.com>
12251
12252 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
12253
0107feed
RC
122542004-11-16 Randolph Chung <tausq@debian.org>
12255
12256 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
12257
f073ae8c
DJ
122582004-11-14 Daniel Jacobowitz <dan@debian.org>
12259
12260 * gdb.threads/threadapply.exp: Correct "macro details" test.
12261
19ad59e7
JJ
122622004-11-11 Jeff Johnston <jjohnstn@redhat.com>
12263
12264 * gdb.threads/threadapply.exp: New test.
12265 * gdb.threads/threadapply.c: New file.
12266
9cf0961b
MK
122672004-11-07 Mark Kettenis <kettenis@gnu.org>
12268
12269 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
12270 frames.
12271
c789492a
FL
122722004-11-05 Felix Lee <felix+log1@specifixinc.com>
12273
12274 * gdb.base/cursal.exp: New file.
12275 * gdb.base/cursal.c: New file.
12276
a1e167bb
AC
122772004-11-03 Andrew Cagney <cagney@gnu.org>
12278
12279 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
12280
b7cbf173
MK
122812004-10-30 Mark Kettenis <kettenis@gnu.org>
12282
12283 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
12284 NetBSD/ELF targets.
12285
88f9d34f
JB
122862004-10-29 Joel Brobecker <brobecker@gnat.com>
12287
12288 * gdb.threads/bp_in_thread.c: New file, copied from
12289 pthread_cond_wait.c.
12290 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
12291 file, rather than reusing the .c file from another testcase.
12292
ca7d6a0c
JB
122932004-10-20 Joel Brobecker <brobecker@gnat.com>
12294
12295 * gdb.ada/null_record.exp: Check where we stopped after
12296 sending the start command, instead of where the associated
12297 temporary breakpoint was inserted.
12298
0d863d03
AC
122992004-10-14 Andrew Cagney <cagney@gnu.org>
12300
12301 * gdb.mi/gdb701.c (main): Return 0.
12302
d11e72cb
DJ
123032004-10-13 Daniel Jacobowitz <dan@debian.org>
12304
d40539a4 12305 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 12306
e1923096
JJ
123072004-10-12 Jeff Johnston <jjohnstn@redhat.com>
12308
12309 * gdb.threads/schedlock.c: Add comment markers to use to find
12310 line numbers.
12311 * gdb.threads/schedlock.exp: Adjust regex to handle the new
12312 comments.
12313 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
12314 breakpoint lines.
12315
ec8ba2c9
DJ
123162004-10-12 Daniel Jacobowitz <dan@debian.org>
12317
12318 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
12319
0eb3658b
DJ
123202004-10-12 Daniel Jacobowitz <dan@debian.org>
12321
12322 * configure.in: Add gdb.dwarf2.
12323 * configure: Regenerated.
12324 * Makefile.in: Add gdb.dwarf2.
12325 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
12326 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
12327 gdb.dwarf2/file1.txt: New files.
12328
a271cc33
OF
123292004-10-11 Orjan Friberg <orjanf@axis.com>
12330
a9c64011 12331 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
12332 of "run", since the latter doesn't work with remote targets. Adjust
12333 the breakpoint numbering accordingly.
12334 * gdb.threads/pthread_cond_wait.exp: Ditto.
12335
895ce074
MC
123362004-10-08 Michael Chastain <mec.gnu@mindspring.com>
12337
12338 * gdb.base/overlays.exp: Update copyright years.
12339
6be3092d
KI
123402004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
12341
12342 * gdb.base/overlays.exp: Disable if target is Linux.
12343
e05389b8
FL
123442004-10-06 Felix Lee <felix+log1@specifixinc.com>
12345
12346 * config/gdbserver.exp (gdb_load): Use right filename on remote.
12347
73cb587d
KI
123482004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
12349
12350 * gdb.asm/asm-source.exp: Add m32r-linux target.
12351 * gdb.asm/m32r-linux.inc: New file.
12352
3c0edcdc
AC
123532004-09-24 Andrew Cagney <cagney@redhat.com>
12354 David Anderson <anderson@redhat.com>
12355
12356 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
12357 command fails, assume things will work.
12358 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
12359 (_GNU_SOURCE): Define.
12360 (print_unsigned, print_hex): Change parameter to "long long".
12361 (print_byte_count): New function, use to print byte counts.
12362 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
12363 O_LARGEFILE.
12364 (main): Compute an upper bound on a corefile in max_core_size.
12365 Limit memory chunk size to max_core_size. Limit total memory
12366 allocated to max_core_size.
12367
4bb3667f
AC
123682004-09-23 Andrew Cagney <cagney@gnu.org>
12369
12370 * gdb.base/bigcore.exp: Replace the code that creates a corefile
12371 from a separate process with code that creates a corefile by
12372 making the inferior dump core.
12373
60fe1a51
MK
123742004-09-23 Mark Kettenis <kettenis@gnu.org>
12375
12376 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
12377 block.
12378
8e937346
MC
123792004-09-23 Michael Chastain <mec.gnu@mindspring.com>
12380
12381 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
12382 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
12383 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
12384 Likewise.
12385
7213f6d6
JJ
123862004-09-20 Jeff Johnston <jjohnstn@redhat.com>
12387
12388 * gdb.java/jprint.exp: New test case for java inferior call.
12389 * gdb.java/jprint.java: Ditto.
12390
eac69dca
JB
123912004-09-15 Joel Brobecker <brobecker@gnat.com>
12392
12393 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
12394
22227696
MC
123952004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12396
12397 * gdb.threads/killed.c: Include <stdlib.h>.
12398 * gdb.threads/pthreads.c: Likewise.
12399
7dd403a4
MC
124002004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12401
12402 * gdb.threads/killed.c: Add copyright notice.
12403
33f2d567
JM
124042004-09-10 Jason Molenda (jmolenda@apple.com)
12405
a9c64011
AS
12406 * gdb.base/define.exp: Two new tests to verify zero space chars
12407 after 'if' and 'while' commands in a user-defined command is correctly
12408 parsed.
33f2d567 12409
e05b62ac
AC
124102004-09-08 Andrew Cagney <cagney@gnu.org>
12411
12412 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
12413 delivery test with duplicate at end of file.
12414
9cbe82da
MK
124152004-09-06 Mark Kettenis <kettenis@jive.nl>
12416
12417 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
12418
564803d9
MC
124192004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12420
12421 * config/hppro.exp: Removed.
12422
7c6807ce
MC
124232004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12424
12425 * config/sparclet.exp: Removed.
12426
bf7e26dd
MC
124272004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12428
12429 * config/udi.exp: Removed.
12430
714e341b
MC
124312004-09-02 Michael Chastain <mec.gnu@mindspring.com>
12432
12433 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
12434 of "exp_continue".
12435 (advancei): Likewise.
12436
1236e623
JJ
124372004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12438
12439 * gdb.base/unload.exp: Fix so messages aren't duplicated.
12440
3bdcad15
MI
124412004-09-01 Manoj Iyer <manjo@austin.ibm.com>
12442
228af206 12443 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
12444 to check for nodebug in executable.
12445 * gdb.gdb/observer.exp (setup_test): Likewise.
12446 * gdb.gdb/selftest.exp (test_with_self): Likewise.
12447 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
12448
c72b934c
AC
124492004-09-01 Andrew Cagney <cagney@gnu.org>
12450
12451 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12452 files.
12453
edd9b715
JJ
124542004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12455
12456 * gdb.base/unload.exp: Fix expected warning message to match
12457 latest format.
12458
fb4ce06b
CV
124592004-09-01 Corinna Vinschen <vinschen@redhat.com>
12460
12461 * gdb.base/call-rt-st.exp: Fix typos.
12462
ce78e7c3
MI
124632004-08-31 Manoj Iyer <manjo@austin.ibm.com>
12464
12465 * gdb.threads/thread_check.exp: New testcase.
12466 * gdb.threads/thread_check.c: New testcase.
12467
2dedb159
AC
124682004-08-31 Andrew Cagney <cagney@gnu.org>
12469
12470 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
12471 (skip_to_handler_entry): New procedures. Test stepping into a
12472 handler when the breakpoint is at the handler's entry point.
12473
68f53502
AC
124742004-08-30 Andrew Cagney <cagney@gnu.org>
12475
12476 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
12477 gdb/1757.
12478
3e3ffd2b
MC
124792004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12480
12481 With code from Manoj Iyer <manjo@austin.ibm.com>:
12482 * lib/gdb.exp (gdb_file_cmd): Return more information in the
12483 return value. Add an arm for "no debugging symbols found".
12484 Change a stray "error" to "perror".
12485 (gdb_run_cmd): Adapt to new return value.
12486 * gdb.base/remote.exp: Adapt to new return value.
12487 * gdb.gdb/complaints.exp: Likewise.
12488 * gdb.gdb/observer.exp: Likewise.
12489 * gdb.gdb/selftest.exp: Likewise.
12490 * gdb.gdb/xfullpath.exp: Likewise.
12491
4b6f5fd2
JB
124922004-08-27 Joel Brobecker <brobecker@gnat.com>
12493
12494 * gdb.threads/bp_in_thread.exp: New testcase.
12495
e5b25496
MC
124962004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12497
12498 Fix PR testsuite/1735.
12499 * gdb.threads/schedlock.c (thread_function): Add a cast
12500 to suppress a gcc warning.
12501 * gdb.threads/thread-specific.c (thread_function): Likewise.
12502
934353d6
MC
125032004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12504
12505 * gdb.base/unload.c: Include <stdlib.h>.
12506
f98a0aef 125072004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 12508
f98a0aef 12509 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
12510 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
12511 synchronized after the "return".
12512
5a2e8882
MC
125132004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12514
12515 * gdb.mi/basics.c: Include <stdio.h>.
12516 * gdb.mi/pthreads.c: Include <stdlib.h>.
12517 * gdb.mi/var-cmd.c: Include <stdlib.h>.
12518
a9640423
MC
125192004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12520
12521 * gdb.threads/schedlock.c: Add copyright notice.
12522
b04e311d
AC
125232004-08-25 Andrew Cagney <cagney@gnu.org>
12524
12525 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
12526 (skip_over_handler, breakpoint_over_hander): New test procedures.
12527 (advance, advancei): Add a proper prefix, do not use
12528 rerun_to_main.
12529 * gdb.base/sigstep.c (main): Change to use an infinite loop.
12530
7c27f15b
MC
125312004-08-24 Michael Chastain <mec.gnu@mindspring.com>
12532
12533 * gdb.mi/basics.c: Add copyright notice.
12534 * gdb.mi/var-cmd.c: Add copyright notice.
12535
fffc87ae
MC
125362004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12537
12538 * lib/gdb.exp: Remove signed_keyword_not_used.
12539 * lib/compiler.c: Likewise.
12540 * lib/compiler.cc: Likewise.
12541
d782e0bf
MC
125422004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12543
12544 * gdb.base/whatis.c: Remove conditional disabling of "signed".
12545 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
12546
96033e83
MC
125472004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12548
12549 * gdb.base/whatis.c: Add copyright notice.
12550
cf38c229
MK
125512004-08-20 Mark Kettenis <kettenis@gnu.org>
12552
12553 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
12554 it to skip the breakpoints encoded in the inline assembly.
12555
f4b49756
MC
125562004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12557
12558 * Makefile.in: Add gdb.fortran.
12559
2f193b69
MC
125602004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12561
12562 * gdb.base/call-sc.exp (test_scalar_returns):
12563 Fix cut-and-paste glitch in "Make fun return now".
12564
89a237cb
MC
125652004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12566
12567 * configure.in: Add gdb.fortran.
12568 * configure: Regenerate.
12569 * gdb.fortran/Makefile.in: New file.
12570 * lib/gdb.exp (skip_fortran_tests): New procedure.
12571
469aff8e
MC
125722004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12573
12574 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
12575 reference to bug-gnu@prep.ai.mit.edu.
12576 * gdb.mi/mi-var-child.exp: Likewise.
12577 * gdb.mi/mi-var-cmd.exp: Likewise.
12578 * gdb.mi/mi-var-display.exp: Likewise.
12579 * gdb.mi/mi2-var-block.exp: Likewise.
12580 * gdb.mi/mi2-var-child.exp: Likewise.
12581 * gdb.mi/mi2-var-cmd.exp: Likewise.
12582 * gdb.mi/mi2-var-display.exp: Likewise.
12583
00b51b9f
MK
125842004-08-15 Mark Kettenis <kettenis@gnu.org>
12585
12586 * gdb.base/unload.c (main): Make local variable msg const.
12587
45f07fef
MC
125882004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12589
12590 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
12591 to bug-gnu@prep.ai.mit.edu.
12592 * gdb.mi/mi-disassemble.exp: Likewise.
12593 * gdb.mi/mi-eval.exp: Likewise.
12594 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
12595 default line number.
12596 * gdb.mi/mi-return.exp: Likewise.
12597 * gdb.mi/mi-simplerun.exp: Likewise.
12598 * gdb.mi/mi-stack.exp: Likewise.
12599 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
12600 number with explicit range test.
12601 * gdb.mi/mi-watch.exp: Likewise.
12602 * gdb.mi/mi2-break.exp: Likewise.
12603 * gdb.mi/mi2-cli.exp: Likewise.
12604 * gdb.mi/mi2-disassemble.exp: Likewise.
12605 * gdb.mi/mi2-eval.exp: Likewise.
12606 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
12607 default line number.
12608 * gdb.mi/mi2-return.exp: Likewise.
12609 * gdb.mi/mi2-simplerun.exp: Likewise.
12610 * gdb.mi/mi2-stack.exp: Likewise.
12611 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
12612 number with explicit range test.
12613 * gdb.mi/mi2-watch.exp: Likewise.
12614
dd8c8ee7
MC
126152004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12616
12617 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
12618 * gdb.cp/m-static.exp: Likewise.
12619 * gdb.cp/rtti.exp: Likewise.
12620
4e838464
MK
126212004-08-14 Mark Kettenis <kettenis@gnu.org>
12622
12623 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
12624
8d8cb839
EZ
126252004-08-14 Eli Zaretskii <eliz@gnu.org>
12626
12627 * ChangeLog: Prefix Local Variables with semi-colons and indent
12628 the reference to older ChangeLog files, to fix fontification in
12629 Emacs.
12630
deea8bb0
MC
126312004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12632
12633 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
12634 * gdb.mi/mi2-break.exp: Likewise.
12635
c3297504
MC
126362004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12637
12638 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
12639
25808999
MC
126402004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12641
12642 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
12643
226a8d71
MC
126442004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12645
12646 * gdb.cp/classes.exp: Remove unused declarations. Just let
12647 test names default instead of providing special names. Remove
12648 extraneous demangler test.
12649
37fdf854
JJ
126502004-08-12 Jeff Johnston <jjohnstn@redhat.com>
12651
12652 * gdb.base/unload.exp: New test for breakpoints in dynamically
12653 loaded libraries.
12654 * gdb.base/unload.c: Ditto.
12655 * gdb.base/unloadshr.c: Ditto.
12656
2d3a7986
MC
126572004-08-12 Michael Chastain <mec.gnu@mindspring.com>
12658
12659 * gdb.cp/classes.exp (test_ptype_class_objects): Call
12660 cp_test_ptype_class.
12661 (test_enums): Likewise.
12662
c72b934c
AC
126632004-08-10 Andrew Cagney <cagney@gnu.org>
12664
12665 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12666 files.
12667
cc503c8a
AC
126682004-08-10 Andrew Cagney <cagney@gnu.org>
12669
12670 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
12671 init_malloc call.
12672
902f2ccb
MC
126732004-08-10 Michael Chastain <mec.gnu@mindspring.com>
12674
12675 * ChangeLog: Add copyright notice. The notice is copied
12676 from emacs 21.3 top level ChangeLog.
12677
78c90502
MC
126782004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12679
12680 * lib/cp-support.exp: New file.
12681 * lib/cp-support.exp (cp_test_type_class): New function.
12682 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
12683 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
12684 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
12685 cp_test_ptype_class.
12686
88e5ea78
MC
126872004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12688
12689 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
12690 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
12691 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
12692 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
12693 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12694 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
12695 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
12696 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
12697 gdb.mi/mi2-watch.exp: Update copyright years.
12698
6a89fc9c
MK
126992004-08-09 Mark Kettenis <kettenis@gnu.org>
12700
12701 * gdb.base/sigaltstack.exp: Provide proper anchoring.
12702
1482e0de
MC
127032004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12704
12705 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
12706 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
12707 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
12708 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
12709 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
12710 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
12711 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
12712 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
12713 gdb.mi/mi-watch.exp: Update copyright years.
12714
1a5ce3f3
DJ
127152004-08-08 Daniel Jacobowitz <dan@debian.org>
12716
12717 PR gdb/1738
12718 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
12719 from a breakpoint with a pending signal.
12720
04f6ecf2
DJ
127212004-08-08 Daniel Jacobowitz <dan@debian.org>
12722
12723 PR gdb/1736
12724 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
12725 * gdb.base/sigaltstack.exp (finish_test): Consume output until
12726 the prompt.
12727 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
12728
54d90d35
DJ
127292004-08-08 Daniel Jacobowitz <dan@debian.org>
12730
12731 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
12732
d2f6abb0
DJ
127332004-08-08 Daniel Jacobowitz <dan@debian.org>
12734
12735 PR gdb/1736
12736 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
12737 for i?86-*-linux*.
12738
5598c03d
DJ
127392004-08-08 Daniel Jacobowitz <dan@debian.org>
12740
12741 * gdb.arch/i386-prologue.exp: Compile without debug information.
12742
c6fee705
MC
127432004-08-08 Michael Chastain <mec.gnu@mindspring.com>
12744
12745 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
12746 rather than asking gdb to search.
12747
dd90efdb
MC
127482004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12749
12750 * gdb.base/gcore.c: Include <string.h>.
12751
1e84bec1
MC
127522004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12753
12754 * gdb.base/gcore.c: Add copyright notice.
12755
e425eb2b
MC
127562004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12757
12758 * gdb.base/freebpcmd.c: Include <stdio.h>.
12759 * gdb.base/long_long.c: Include <string.h>.
12760 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
12761 * gdb.base/siginfo.c: Include <string.h>.
12762 * gdb.base/sigstep.c: Include <string.h>.
12763
cb9aaed5
MC
127642004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12765
12766 * gdb.base/complex.c: Include <stdlib.h>.
12767
55944f3d
MC
127682004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12769
12770 * gdb.base/complex.c: Add copyright notice.
12771
7b2953d9
MC
127722004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12773
12774 * gdb.base/charset.c: Include <stdlib.h>.
12775
c9133d23
MC
127762004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12777
12778 * gdb.base/auxv.c: Include <stdlib.h>.
12779
0a8490ad
MC
127802004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12781
12782 * gdb.base/auxv.c: Add copyright notice.
12783
3426d5ec
MC
127842004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12785
12786 * gdb.base/coremaker.c: Add copyright notice.
12787 * gdb.base/coremaker2.c: Add copyright notice.
12788
8da195dd
AC
127892004-08-04 Andrew Cagney <cagney@gnu.org>
12790
12791 * gdb.base/store.exp: Update copyright.
12792 (check_set, up_set, check_struct, up_struct): Add a prefix to test
12793 names, do not import gdb_prompt.
12794
8d394f98
AC
127952004-08-01 Andrew Cagney <cagney@gnu.org>
12796
12797 Fix PR testsuite/1729.
12798 * gdb.base/dump.exp: Add test name to callers of capture_value, do
12799 not use capture_value with value 4.
12800 (capture_value): Add optional test name parameter.
12801 (test_reload_saved_value, test_restore_saved_value): Use $msg as
12802 the prefix, pass to capture_value.
12803
b6702b23
MK
128042004-08-01 Mark Kettenis <kettenis@gnu.org>
12805
12806 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
12807 * gdb.arch/i386-prologue.c (standard): New prototype and function.
12808 (main): Call new function.
12809
c203e0ca
MC
128102004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12811
12812 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
12813
a7995a30
MC
128142004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12815
12816 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
12817
9366563b
MC
128182004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12819
b6eeaf26 12820 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
12821 Accept more values of vtbl pointer. Remove some messages
12822 about "obsolete gcc or gdb".
12823
2fc1f950
MC
128242004-07-30 Michael Chastain <mec.gnu@mindspring.com>
12825
12826 * gdb.cp/classes.exp: Accept more varieties of ptype output.
12827
c724d49b
MC
128282004-07-30 Michael Chastain <mec.gnu@mindspring.com>
12829
12830 * gdb.base/asm-source.exp: Properly convert target board
12831 debug flags from gcc format to binutils format.
12832
736b0fce
MK
128332004-07-28 Mark Kettenis <kettenis@gnu.org>
12834
12835 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
12836 gdb1718". PR backtrace/1718 partially fixed.
12837
5633ea5c
JJ
128382004-07-27 Jeff Johnston <jjohnstn@redhat.com>
12839
12840 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
12841
575eebb1
NC
128422004-07-26 Nick Clifton <nickc@redhat.com>
12843
12844 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
12845 good default value for a specific architecture is available then
12846 set it to that value. Otherwise default to the -gstabs switch.
12847 Remove the -g... switches from the asm-flags variable. Allow the
12848 target board info to override the value if it wants to. Pass the
12849 switch on the assembler command line.
12850
62104619
MK
128512004-07-23 Mark Kettenis <kettenis@gnu.org>
12852
12853 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
12854 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
12855 (main): Call new function.
12856
4a1135b8
MC
128572004-07-22 Michael Chastain <mec.gnu@mindspring.com>
12858
12859 Test for PR exp/1715.
12860 * gdb.base/radix.exp: Refactor common procedures. Make all
12861 test names unique. Change XFAIL to KFAIL.
12862
8a12c1f0
MC
128632004-07-20 Michael Chastain <mec.gnu@mindspring.com>
12864
12865 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
12866 * gdb.ada/gnat_ada.gin: ... to here.
12867 * configure.in: Use gnat_ada.gin.
12868 * configure: Regenerate.
12869
23b451cf
AC
128702004-07-20 Andrew Cagney <cagney@gnu.org>
12871
12872 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
12873 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
12874 XFAILs. Clean up test messages and comments. Check backtraces.
12875 Delete re-sync code.
12876
ab618a02
MC
128772004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12878
12879 Fix PR cli/740.
12880 * gdb.base/annota1.exp: Honor gdb,nosignals.
12881 * gdb.base/annota3.exp: Likewise.
12882
46dad340
MC
128832004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12884
12885 * lib/java.exp: Update copyright notice.
12886
756d8c70
AC
128872004-07-19 Andrew Cagney <cagney@gnu.org>
12888
12889 * gdb.base/selftest.exp: Copy file from here ...
12890 * gdb.gdb/selftest.exp: ... to here.
12891
586027e6
AC
128922004-07-16 Andrew Cagney <cagney@redhat.com>
12893
12894 * lib/insight-support.exp: Delete file.
12895 * lib/java.exp (java_init): Fix copyright.
12896
029d2200
AC
128972004-07-16 Andrew Cagney <cagney@gnu.org>
12898
12899 * gdb.base/restore.c: Append "prologue" to comments marking the a
12900 function's prologue.
12901 * gdb.base/restore.exp: Update copyright, re-indent.
12902 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
12903 callerN" prefix where needed. Update patterns that match a
12904 function's prologue.
12905
653b62c5
MC
129062004-07-16 Michael Chastain <mec.gnu@mindspring.com>
12907
12908 * gdb.base/restore.c: Add copyright notice.
12909
f7d690e5
AC
129102004-07-16 Andrew Cagney <cagney@gnu.org>
12911
12912 * gdb.base/logical.exp: Update copyright.
12913 (evaluate): New procedure. Use to re-implement tests using
12914 several tables.
12915
d629a7cb
MH
129162004-07-14 Martin Hunt <hunt@redhat.com>
12917
12918 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
12919 which fixes some problems where init.tcl was not found.
12920
9c7bb332
AC
129212004-07-13 Andrew Cagney <cagney@gnu.org>
12922
6bf46641
AC
12923 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
12924 (check_sizeof, check_valueof): Do not include the output in the
12925 test name. Use gdb_test.
12926 (get_valueof): Use gdb_test_multiple.
12927
c4ffd4c0
AC
12928 * gdb.base/step-test.exp: Update copyright. Use
12929 gdb_test_multiple. Ensure that test names do not include
12930 architecture dependent output.
12931
ab89363a
AC
12932 * gdb.gdb/observer.exp: Update copyright.
12933 (setup_test): Use gdb_test_multiple.
12934 (attach_first_observer, attach_second_observer)
12935 (attach_third_observer, detach_first_observer)
12936 (detach_second_observer, detach_third_observer)
12937 (reset_counters, check_counters): Make $message a prefix.
12938 (test_normal_stop_notifications): Add "args" parameter - a list of
12939 init functions to be called. Make $message a prefix,
12940 (test_observer_normal_stop): Change the message prefixes so that
12941 they are unique, pass the attach / detach procedures to
12942 test_normal_stop_notifications.
12943
ec58997a
AC
12944 * gdb.base/signull.exp (test_segv): Prefix all tests with
12945 "${name}". Clean up test messages.
12946
b475183b
AC
12947 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
12948
9c7bb332
AC
12949 * gdb.base/ena-dis-br.exp: Update copyright.
12950 (break_at): New function. Replace send_gdb with gdb_test,
12951 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
12952 ignore count, not stopped at bpt", with KFAIL.
12953
2dd95497
CV
129542004-07-13 Corinna Vinschen <vinschen@redhat.com>
12955
12956 * gdb.base/attach.exp: Remove cleanupfile handling.
12957
419e626b
AC
129582004-07-12 Andrew Cagney <cagney@gnu.org>
12959
12960 * gdb.base/annota1.exp: Cleanup corefile test name.
12961 * gdb.base/annota3.exp: Ditto.
12962
8b1b3228
AC
129632004-07-12 Andrew Cagney <cagney@gnu.org>
12964
78650829
AC
12965 * gdb.base/signals.exp: Clean up copyright, re-indent.
12966
8b1b3228
AC
12967 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12968 gdb_test and gdb_test_multiple.
12969
935c2760
JJ
129702004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12971
12972 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 12973 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
12974 provide line number info for first statement in main.
12975
1544280f
AC
129762004-07-08 Andrew Cagney <cagney@gnu.org>
12977
1279f4ff
AC
12978 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12979
1544280f
AC
12980 * gdb.base/sigbpt.exp: Make the common part of each test name a
12981 prefix instead of suffix.
12982
bcc82369
BR
129832004-07-07 Bob Rossi <bob_rossi@cox.net>
12984
12985 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12986 test from test_tbreak_creation_and_listing to
12987 test_file_list_exec_source_file
12988 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12989 Changed name of test from test_tbreak_creation_and_listing to
12990 test_file_list_exec_source_file
12991
23f4b0aa
JJ
129922004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12993
12994 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12995 the jmisc() constructor instead of <init>.
12996 * gdb.java/jmisc1.exp: Ditto.
12997
56401cd5
AC
129982004-07-07 Andrew Cagney <cagney@gnu.org>
12999
13000 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
13001 corrupting the PC.
13002
44ae2f6a
MC
130032004-07-06 Michael Chastain <mec.gnu@mindspring.com>
13004
13005 * gdb.cp/templates.exp: Accept whitespace change in demangler
13006 output.
13007
45a83408
AC
130082004-07-06 Andrew Cagney <cagney@gnu.org>
13009
13010 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
13011
d205ad70
MC
130122004-07-02 Michael Chastain <mec.gnu@mindspring.com>
13013
13014 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
13015 * lib/compiler.cc: Likewise.
13016
06ea1a61
MC
130172004-06-30 Michael Chastain <mec.gnu@mindspring.com>
13018
13019 * lib/compiler.cc: Work around string preprocessing problem
13020 with old hp c++ compiler.
13021 * lib/compiler.c: Likewise.
13022
daab1251
CV
130232004-06-29 Corinna Vinschen <vinschen@redhat.com>
13024
13025 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
13026 directives to conditionalize symbol prefixing.
13027 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
13028 additional_flags handling. Add underscore prefix for Cygwin.
13029 * gdb.arch/i386-unwind.c: Use preprocessor directives to
13030 conditionalize symbol prefixing.
13031 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
13032 additional_flags handling. Add underscore prefix for Cygwin.
13033
cc984116
CV
130342004-06-29 Corinna Vinschen <vinschen@redhat.com>
13035
13036 * gdb.base/bigcore.exp: Skip test on Cygwin.
13037
c279b077
MC
130382004-06-28 Michael Chastain <mec.gnu@mindspring.com>
13039
13040 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
13041 formats for "info register". Use gdb_test_multiple. Fix
13042 the "invalid register" test.
13043
0e915747
CV
130442004-06-28 Corinna Vinschen <vinschen@redhat.com>
13045
13046 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
13047 PID for Cygwin. Add Cygwin specific strings to check for in some
13048 tests.
13049 (do_attach_tests): Add a test for user interaction when attaching
13050 to a process with no matching symbol table already loaded.
13051
11422c86
AC
130522004-06-26 Andrew Cagney <cagney@gnu.org>
13053
13054 Test PR java/1567 and PR java/1565.
13055 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
13056 * gdb.java/jmisc2.exp: Delete file.
13057
cefbce26
MC
130582004-06-26 Michael Chastain <mec.gnu@mindspring.com>
13059
13060 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
13061
e19f872c
CV
130622004-06-25 Corinna Vinschen <vinschen@redhat.com>
13063
13064 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
13065 attach process.
13066
d931ba3b
MC
130672004-06-23 Michael Chastain <mec.gnu@mindspring.com>
13068
13069 * gdb.cp/pr-1553.exp: Remove.
13070
aef68c48
MC
130712004-06-22 Michael Chastain <mec.gnu@mindspring.com>
13072
13073 * gdb.cp/pr-1553.cc: Remove.
13074 * gdb.cp/pr-1553.exp: Disable this test.
13075
8d5df71a
JB
130762004-06-20 Jim Blandy <jimb@redhat.com>
13077
a9c64011 13078 Fix PR testsuite/1680.
8d5df71a
JB
13079 * gdb.arch/i386-sse.exp: Properly quote curly braces in
13080 regular expressions.
13081
4ac6f39d
MC
130822004-06-19 Michael Chastain <mec.gnu@mindspring.com>
13083
13084 Fix PR testsuite/1679.
13085 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
13086 Issue an UNSUPPORTED result instead.
13087
1b413552
JB
130882004-06-18 Jim Blandy <jimb@redhat.com>
13089
13090 * gdb.base/charset.exp: Only send a control-C if we see a new
13091 prompt and incomplete command.
13092
6daa6ebd
MC
130932004-06-18 Michael Chastain <mec.gnu@mindspring.com>
13094
13095 * gdb.cp/pr-574.cc: Add copyright notice.
13096
51fa4ae0
JB
130972004-06-17 Jim Blandy <jimb@redhat.com>
13098
13099 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
13100 cases where the regexp has no groups; this grabs random text from
13101 the previous test suite, whatever that was.
13102
8fea26c5
MC
131032004-06-17 Michael Chastain <mec.gnu@mindspring.com>
13104
13105 * gdb.cp/printmethod.cc: Add copyright notice.
13106
1e3aeb41
MC
131072004-06-16 Michael Chastain <mec.gnu@mindspring.com>
13108
13109 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
13110
9d9030bc
AC
131112004-06-16 Andrew Cagney <cagney@gnu.org>
13112
13113 * gdb.base/signull.c: Update copyright. Include <string.h>.
13114 (bowler): Replace data_pointer with data_read
13115 and data_write cases. Add code_descriptor case.
13116 (zero, desc): New array and pointer.
13117 (data, code): Change to simple pointers.
13118 * gdb.base/signull.exp: Fix probe pattern matching a function
13119 descriptor SIGSEGV. Replace data_pointer with data_read and
13120 data_write tests.
13121
acd4ad44
AC
131222004-06-16 Andrew Cagney <cagney@gnu.org>
13123
13124 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
13125
08fd625c
MC
131262004-06-15 Michael Chastain <mec.gnu@mindspring.com>
13127
13128 * gdb.base/long_long.c: Add copyright notice.
13129
1903502c
MC
131302004-06-15 Michael Chastain <mec.gnu@mindspring.com>
13131
13132 * gdb.base/long_long.exp: Remove reference to
13133 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
13134 to gdb_breakpoint and gdb_continue_to_breakpoint.
13135
83313cb1
JB
131362004-06-14 Jim Blandy <jimb@redhat.com>
13137
13138 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
13139 endian case.
13140
1bf404ef
AC
131412004-06-14 Andrew Cagney <cagney@gnu.org>
13142
13143 * gdb.base/gcore.exp (capture_command_output): Delete the always
13144 passing tests containing inferior values.
13145 * gdb.base/ending-run.exp: Do not include the breakpoint address
13146 in the test message. Update copyright.
13147 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
13148 size in the test name, use gdb_test_multiple. Update copyright.
13149
ef220b33
MC
131502004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13151
13152 * gdb.cp/ref-types.cc: Add copyright notice.
13153
4f70a4c9
MC
131542004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13155
13156 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
13157 hp_aCC_compiler.
13158 * lib/compiler.cc: Likewise.
13159 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
13160 'set' commands. Log diagnostics for other lines. Set
13161 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
13162
335928ac
MC
131632004-06-13 Michael Chastain <mec.gnu@mindspring.com>
13164
13165 * gdb.cp/try_catch.cc: Add copyright notice.
13166
2efb12e8
MC
131672004-06-12 Michael Chastain <mec.gnu@mindspring.com>
13168
13169 * gdb.cp/userdef.cc: Add copyright notice.
13170
0bbed51a
MC
131712004-06-11 Michael Chastain <mec.gnu@mindspring.com>
13172
13173 * gdb.cp/virtfunc.cc: Add copyright notice.
13174
e12a46c9
RC
131752004-06-11 Randolph Chung <tausq@debian.org>
13176
13177 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
13178 problem.
13179
338e05af
AC
131802004-06-10 Andrew Cagney <cagney@gnu.org>
13181
13182 * lib/compiler.cc, lib/compiler.c: Append either
13183 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
13184 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
13185 instead of gcc-3-3.
13186
dc3f10cb
AC
131872004-06-09 Andrew Cagney <cagney@gnu.org>
13188
b4d946af
AC
13189 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
13190 gdb/1455, bug is specific to "long long" and "double".
a9c64011 13191
dc3f10cb
AC
13192 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
13193 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
13194 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
13195 fixed.
13196
b5c0bfa2
AC
131972004-06-09 Andrew Cagney <cagney@gnu.org>
13198
13199 * gdb.base/structs.exp (test_struct_returns): Replace
13200 "return_value_unknown" and "finish_value_unknown" by
13201 "return_value_known" and "finish_value_known". Instead of
13202 "return_value_unknown" iff "finish_value_unknown", check
13203 "return_value_known" implies "finish_value_known".
13204
caeb605f
MH
132052004-06-08 Martin Hunt <hunt@redhat.com>
13206
13207 * gdb.base/float.exp: Add pattern for mips targets.
13208
c892bb64
RC
132092004-06-08 Randolph Chung <tausq@debian.org>
13210
13211 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
13212 message for unknown architectures more clear.
13213
48306d3e
JB
132142004-06-08 Joel Brobecker <brobecker@gnat.com>
13215
13216 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
13217 start the execution of the program.
13218
83ecb59f
JB
132192004-06-07 Jim Blandy <jimb@redhat.com>
13220
13221 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
13222 * gdb.arch/i386-cpuid.h: New helper file.
13223
55264cb4
RC
132242004-06-07 Randolph Chung <tausq@debian.org>
13225
13226 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
13227 has started.
13228
23cadb28
RM
132292004-06-04 Roland McGrath <roland@redhat.com>
13230
13231 Fix PR gdb/1647.
13232 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
13233 differently to be robust to output buffering differences.
13234
51d01eda
MC
132352004-06-04 Michael Chastain <mec.gnu@mindspring.com>
13236
13237 * gdb.threads/pthreads.exp: Update copyright years.
13238 (check_control_c): Change asynchronous 'after' to synchronous.
13239
f4fc3b93
RM
132402004-06-04 Roland McGrath <roland@redhat.com>
13241
13242 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
13243 next gdb prompt.
13244
4013522b
MC
132452004-06-02 Michael Chastain <mec.gnu@mindspring.com>
13246
13247 Fix PR gdb/1636.
13248 * gdb.threads/manythreads.exp: Change asynchronous 'after'
13249 calls to synchronous.
13250
7a8f1e6b
JB
132512004-05-26 Jim Blandy <jimb@redhat.com>
13252
13253 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
13254
81bb3443
RC
132552004-05-24 Randolph Chung <tausq@debian.org>
13256
13257 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
13258 * gdb.asm/pa.inc: New file.
13259
8f5a3103
MK
132602004-05-22 Mark Kettenis <kettenis@gnu.org>
13261
13262 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
13263
734b8fe8 132642004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 13265 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
13266
13267 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
13268 GDB prompt.
13269
725603e1
UW
132702004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13271
f4fc3b93 13272 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
13273 setjmp/longjmp. Use sigaction instead of signal.
13274
8b923272 132752004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 13276 Michael Snyder <msnyder@redhat.com>
8b923272
JB
13277
13278 * gdb.threads/pthread_cond_wait.c: New file.
13279 * gdb.threads/pthread_cond_wait.exp: New testcase.
13280
8bfabb04
AC
132812004-05-13 Andrew Cagney <cagney@redhat.com>
13282
13283 * gdb.base/signull.exp, gdb.base/signull.c: New files.
13284 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
13285
42edda50
AC
132862004-05-11 Andrew Cagney <cagney@redhat.com>
13287
13288 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
13289 fixed but revealed gdb/1639.
13290
d303a6c7
AC
132912004-05-10 Andrew Cagney <cagney@redhat.com>
13292
13293 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
13294 func1" and "next to 2nd alarm", kernel bug avoided.
13295
bf08c2a1
DJ
132962004-05-10 Daniel Jacobowitz <dan@debian.org>
13297
13298 PR external/1568
13299 * gdb.base/bigcore.exp: Check the size of the dumped core file.
13300 XFAIL if it is smaller than bytes_allocated.
13301 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
13302 (main): Make chunks_allocated unsigned. Correct comment.
13303
c0586a34
JB
133042004-05-07 Joel Brobecker <brobecker@gnat.com>
13305
13306 * gdb.arch/powerpc-aix-prologue.c: New file.
13307 * gdb.arch/powerpc-aix-prologue.exp: New file.
13308
f2785d12
JB
133092004-05-07 Jim Blandy <jimb@redhat.com>
13310
13311 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
13312 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
13313
bd7f6e30
JB
133142004-05-06 Joel Brobecker <brobecker@gnat.com>
13315
13316 * gdb.base/sep.exp: No longer setup_kfail when the program was
13317 built with dwarf2.
13318
0a5e7efe
JI
133192004-05-05 Jim Ingham <jingham@apple.com>
13320
13321 * gdb.base/pending.exp: Make sure pending breakpoints
13322 preserve the ignore count.
f4fc3b93 13323
a8958849
MK
133242004-04-27 Jerome Guitton <guitton@gnat.com>
13325
13326 * i386-prologue.exp: Add testcase for jump instruction as first
13327 instruction of the real code.
13328 * i386-prologue.c (jump_at_beginning): New function.
13329
7e103f5b
MK
133302004-04-28 Mark Kettenis <kettenis@gnu.org>
13331
13332 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
13333 x86_64-*-*.
13334
5d38b224
MK
133352004-04-28 Mark Kettenis <kettenis@gnu.org>
13336
13337 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
13338 i*86-*-*.
13339
0ef32fd9
MK
133402004-04-25 Mark Kettenis <kettenis@gnu.org>
13341
13342 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
13343 expression that checks the return type.
13344
71d7dd7c
AC
133452004-04-23 Andrew Cagney <cagney@redhat.com>
13346
13347 * gdb.base/call-sc.exp: New test of scalar call/return values.
13348 * gdb.base/call-sc.c: Ditto.
13349
1e9f977e
JJ
133502004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13351
13352 * gdb.threads/manythreads.c: Reduce thread stack size.
13353
899d9e3a
JJ
133542004-04-23 Jeff Johnston <jjohnstn@redhat.com>
13355
13356 * gdb.threads/manythreads.c: Add copyright notice.
13357
61bcae62
AC
133582004-04-23 Andrew Cagney <cagney@redhat.com>
13359
13360 * gdb.base/siginfo.exp: Better handle step out of signal.
13361 * gdb.base/sigstep.exp: Ditto.
13362
7339a42e 133632004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 13364 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
13365
13366 * gdb.threads/manythreads.c: New testcase.
13367 * gdb.threads/manythreads.exp: Ditto.
13368
5c98409b
JB
133692004-04-22 Jim Blandy <jimb@redhat.com>
13370
13371 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
13372 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
13373
3b611f1a
MC
133742004-04-21 Michael Chastain <mec.gnu@mindspring.com>
13375
13376 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
13377
f0fd9238
AC
133782004-04-21 Andrew Cagney <cagney@redhat.com>
13379
13380 * gdb.base/sigstep.c: New file.
13381 * gdb.base/sigstep.exp: New file.
13382
90990674
JB
133832004-04-16 Joel Brobecker <brobecker@gnat.com>
13384
13385 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
13386 call to observer_notify_normal_stop.
13387
78cef34b
AC
133882004-04-15 Andrew Cagney <cagney@redhat.com>
13389
13390 * gdb.base/siginfo.c: New file.
13391 * gdb.base/siginfo.exp: New file.
13392
d2343407
JB
133932004-04-12 J. Brobecker <brobecker@gnat.com>
13394
13395 * gdb.base/sep.exp: Fix typo in comment.
13396
a2dba3c8
JB
133972004-04-12 J. Brobecker <brobecker@gnat.com>
13398
13399 * gdb.base/sep.c: New file.
13400 * gdb.base/sep-proc.c: New file.
13401 * gdb.base/sep.exp: New testcase.
13402
15f7b60e
MK
134032004-04-09 Mark Kettenis <kettenis@gnu.org>
13404
13405 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
13406 support.
13407
44f4de1a
AC
134082004-04-05 Andrew Cagney <cagney@redhat.com>
13409
13410 * gdb.base/sigaltstack.c: New file.
13411 * gdb.base/sigaltstack.exp: New file.
13412
ef04f396
JB
134132004-04-04 Joel Brobecker <brobecker@gnat.com>
13414
13415 * gdb.base/foll-fork.exp: Update the expected output for
13416 "help set follow-fork-mode", to match a change that was made
13417 to the help of this variable on 2004-01-13.
13418
d40d2c92
JB
134192004-04-01 Joel Brobecker <brobecker@gnat.com>
13420
13421 * lib/ada.exp: Add copyright notice.
13422 * bar.ads: Likewise.
13423 * bar.adb: Likewise.
13424 * null_record.adb: Likewise.
13425 * null_record.exp: Likewise.
13426 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
13427
f86ef5a3
JB
134282004-04-01 Joel Brobecker <brobecker@gnat.com>
13429
13430 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
13431 * configure: Regenerate.
13432
414e70e3
JB
134332004-04-01 Joel Brobecker <brobecker@gnat.com>
13434
13435 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
13436 to build the application. Remove the message printed when in
13437 verbose mode, redundant with the UNSUPPORTED message above.
13438
f0aaee49
JB
134392004-03-31 Joel Brobecker <brobecker@gnat.com>
13440
13441 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
13442 * gdb.ada (null_record.exp): New testcase.
13443
ac81cb54
JB
134442004-03-31 Joel Brobecker <brobecker@gnat.com>
13445
13446 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
13447
854af2f7
JB
134482004-03-31 Joel Brobecker <brobecker@gnat.com>
13449
13450 * gdb.ada: New subdirectory.
13451 * gdb.ada/Makefile.in: New file.
13452 * gdb.ada/gnat_ada.gpr.in: New file.
13453
034cb681
JB
134542004-03-31 Joel Brobecker <brobecker@gnat.com>
13455
13456 * lib/ada.exp: New file.
13457
78a1a894
DJ
134582004-03-24 Daniel Jacobowitz <drow@mvista.com>
13459
13460 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
13461 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
13462
4b2b3b3e
AC
134632004-03-22 Andrew Cagney <cagney@redhat.com>
13464
13465 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
13466 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
13467 Problem identified by Ulrich Weigand.
13468
23c73aa3
DC
134692004-03-17 David Carlton <carlton@kealia.com>
13470
13471 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
13472 PR c++/826.
13473
d63a86f8
RM
134742004-03-16 Roland McGrath <roland@redhat.com>
13475
13476 * gdb.base/auxv.exp: New file.
13477 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
13478
0e02aa50
DC
134792004-03-12 David Carlton <carlton@kealia.com>
13480
13481 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
13482 * gdb.cp/pr-1553.cc: Ditto.
13483 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
13484 pass branch.
13485
c20b71be
MC
134862004-03-12 Michael Chastain <mec.gnu@mindspring.com>
13487
13488 * gdb.cp/templates.exp: Accept more template types.
13489
c7414a01
MC
134902004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13491
13492 From Corinna Vinschen with modifications.
13493 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
13494 local variable obj_with_enum.
13495 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
13496 results with obj_with_enum.
13497
ed69573c
MC
134982004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13499
13500 * gdb.cp/classes.cc: New file, copied from misc.cc.
13501 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
13502
28301461
MC
135032004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13504
13505 * gdb.cp/misc.cc: Add copyright notice.
13506
1198ecbe
DC
135072004-03-05 David Carlton <carlton@kealia.com>
13508
13509 * gdb.cp/rtti.exp: Add 'print *obj3' test.
13510 * gdb.cp/rtti.h: Update copyright.
13511 (namespace n2::n3): New.
13512 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
13513 (n2::n3::func3): New.
13514 (main): Call n2::n3::func3.
13515 * gdb.cp/rtti2.cc: Update copyright.
13516 (n2::create3): New.
13517
9e08c470
MK
135182004-03-04 Mark Kettenis <kettenis@gnu.org>
13519
13520 * gdb.asm/openbsd.inc: Fix typo.
13521
4bebc3aa
FF
135222004-03-03 Fred Fish <fnf@redhat.com>
13523
13524 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
13525 "val" instead of unused "size". Update copyright year.
13526
6ea9fb37
DJ
135272004-02-29 Daniel Jacobowitz <drow@mvista.com>
13528
13529 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
13530 to use unsigned char.
13531 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
13532 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
13533
23b23974
DJ
135342004-02-29 Daniel Jacobowitz <drow@mvista.com>
13535
13536 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
13537 line of output.
13538
7574fd53
DJ
135392004-02-28 Daniel Jacobowitz <drow@mvista.com>
13540
13541 * gdb.base/relocate.c (dummy): Initialize.
13542
a195357f
DJ
135432004-02-28 Daniel Jacobowitz <drow@mvista.com>
13544
13545 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
13546 a breakpoint at exit.
13547
72fd54a9
FF
135482004-02-27 Fred Fish <fnf@redhat.com>
13549
13550 * gdb.base/chng-syms.exp: Add expect condition to match failing
13551 case that isn't a timeout.
13552
b9d23137
AC
135532004-02-27 Andrew Cagney <cagney@redhat.com>
13554
13555 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
13556 support.
13557
15d208f6 135582004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 13559
15d208f6
FF
13560 * gdb.arch/gdb1431.c: Remove.
13561 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
13562 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
13563 of "until" incorrectly.
13564
98f9cd2d
JB
135652004-02-26 J. Brobecker <brobecker@gnat.com>
13566
13567 * gdb.cp/class2.cc (empty): New class.
13568 (refer): New function.
13569 (main): Declare an object of type empty and use it.
13570 * gdb.cp/class2.exp: Print the value of an object of type empty.
13571
9b50c11b
JJ
135722004-02-26 Jeff Johnston <jjohnstn@redhat.com>
13573
13574 * gdb.base/langs.exp: Update query string to match the
13575 new nquery format used for pending breakpoints.
13576
0dcd613f
AC
135772004-02-26 Andrew Cagney <cagney@redhat.com>
13578
13579 Fix PR i18n/1570.
13580 * gdb.base/charset.c: Update copyright notice.
13581 (main, init_string): Remove the escape character '\e' tests.
13582 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
13583 * gdb.base/charset.exp (valid_host_charset): Ditto.
13584 * gdb.base/setvar.exp: Ditto.
13585
b8a56647
AC
135862004-02-24 Andrew Cagney <cagney@redhat.com>
13587
90d59e34
AC
13588 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
13589 mmapped data in core file" PASS and FAIL messages consistent.
13590
b8a56647
AC
13591 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
13592 setting a breakpoint. Work around PR java/1565.
13593
9f27c604
JJ
135942004-02-23 Jeff Johnston <jjohnstn@redhat.com>
13595
13596 * lib/gdb.exp (gdb_breakpoint): Update query string to match
13597 new nquery format.
13598 * gdb.base/pending.exp: Ditto.
13599
3224a706
MK
136002004-02-22 Mark Kettenis <kettenis@gnu.org>
13601
13602 * configure.in: Run stabs tests on *BSD.
13603 * configure: Regenerated.
13604
41e0a9ca
MK
136052004-02-21 Mark Kettenis <kettenis@gnu.org>
13606
13607 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
13608
1e1b3428
FF
136092004-02-20 Fred Fish <fnf@redhat.com>
13610
13611 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
13612 blank in test for "returns short", for consistency with other
13613 "returns xxx" tests. Update copyright year.
13614
f9a7572a
FF
136152004-02-19 Fred Fish <fnf@redhat.com>
13616
13617 New testcase for PR breakpoint/1558.
13618 * gdb.arch/gdb1558.exp: New file.
13619 * gdb.arch/gdb1558.c: New file.
13620
b2ce2854
EZ
136212004-02-19 Elena Zannoni <ezannoni@redhat.com>
13622
13623 * gdb.base/nodebug.exp: Fix typo.
13624
e7c9ff01
JB
136252004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13626
13627 Committed by Jim Blandy <jimb@redhat.com>.
13628
62f4b920
JB
13629 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
13630
2db536a1
JB
13631 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
13632
e7c9ff01
JB
13633 * gdb.base/float.exp: Support s390*-*-* targets.
13634
f3205b34
AF
136352004-02-17 Adam Fedor <fedor@gnu.org>
13636
13637 * gdb.base/gdb1555.exp: New file.
13638 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
13639
9d62932d
EZ
136402004-02-17 Elena Zannoni <ezannoni@redhat.com>
13641
13642 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
13643
344c9711
FF
136442004-02-16 Fred Fish <fnf@redhat.com>
13645
13646 * gdb.arch/gdb1291.c: Remove
13647 * gdb.arch/gdb1291.s: New test input file.
13648 * gdb.arch/gdb1291.exp: Expand test to check case that should not
13649 fail. Test for correct result, known incorrect result, other
13650 failures and timeouts.
13651
2d822687
AC
136522004-02-16 Andrew Cagney <cagney@redhat.com>
13653
13654 * gdb.base/bigcore.exp: New file.
13655 * gdb.base/bigcore.c: New file.
13656
dac15b66
AC
136572004-02-13 Andrew Cagney <cagney@redhat.com>
13658
13659 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
13660 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
13661 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
13662 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
13663 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
13664 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
13665 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
13666 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
13667 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
13668 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
13669
6bdfc2c4
JJ
136702004-02-11 Jeff Johnston <jjohnstn@redhat.com>
13671
13672 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
13673 executed is an alloc instruction.
13674
87b3ede8
DC
136752004-02-11 David Carlton <carlton@kealia.com>
13676
13677 * gdb.cp/breakpoint.exp: New.
13678 * gdb.cp/breakpoint.cc: New.
13679
6e19e2bf
MC
136802004-02-11 Michael Chastain <mec.gnu@mindspring.com>
13681
13682 Partial fix for PR gdb/1543.
13683 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
13684 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
13685 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
13686 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
13687 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
13688 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
13689 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
13690 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
13691 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
13692 to bug-gdb@prep.ai.mit.edu .
13693 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
13694 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
13695 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
13696 Likewise.
13697
5c5455dc
AC
136982004-02-10 Andrew Cagney <cagney@redhat.com>
13699
13700 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
13701 using gdb_internal_error_resync.
13702
9cf689d7
DJ
137032004-02-09 Daniel Jacobowitz <drow@mvista.com>
13704
13705 * gdb.threads/thread-specific.exp: Stop early if no threads are
13706 found.
13707
d2dc51db
MC
137082004-02-09 Michael Chastain <mec.gnu@mindspring.com>
13709
13710 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
13711
14b1a056
DJ
137122004-02-08 Daniel Jacobowitz <drow@mvista.com>
13713
13714 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
13715 breakpoints.
13716
83f66e8f
DJ
137172004-02-07 Daniel Jacobowitz <drow@mvista.com>
13718
13719 * config/sim.exp (gdb_load): Handle $arg == "".
13720 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
13721 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
13722
30fc0091
EZ
137232004-02-07 Elena Zannoni <ezannoni@redhat.com>
13724
a9c64011
AS
13725 * gdb.base/maint.exp: Update test to reflect
13726 obstack changes.
30fc0091 13727
4d806929
JJ
137282004-02-04 Jeff Johnston <jjohnstn@redhat.com>
13729
13730 * gdb.base/pendshr.c (pendfunc): New function that calls
13731 pendfunc1.
13732 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
13733
7bfdd688
FF
137342004-02-04 Fred Fish <fnf@redhat.com>
13735
13736 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
13737 function symbols and update copyright years.
13738 * gdb.arch/gdb1291.c: Ditto.
13739
aaa08ee4
MC
137402004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13741
13742 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
13743
dbad7755
MC
137442004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13745
13746 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
13747
ec4646ef
MC
137482004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13749
13750 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
13751
1b802196
FF
137522004-02-02 Fred Fish <fnf@redhat.com>
13753
13754 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
13755 remote targets. Update copyright years.
13756
18fe2033
JJ
137572004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13758
13759 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
13760 support.
13761 * gdb.base/langs.exp: Fix test which attempts to create
13762 breakpoint on non-existent function to handle new pending
13763 support.
13764 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
13765 a breakpoint.
13766 * gdb.base/pending.exp: New test.
13767 * gdb.base/pending.c: New file.
13768 * gdb.base/pendshr.c: Ditto.
13769
8d577d32
DC
137702004-02-02 David Carlton <carlton@kealia.com>
13771
13772 * gdb.cp/overload.exp: Add overloadNamespace tests.
13773 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
13774 (overloadNamespace, XXX): New.
13775 (main): Call XXX::marker2.
13776
3ad13771
FF
137772004-02-01 Fred Fish <fnf@redhat.com>
13778
13779 * gdb.base/dump.exp: Use runto_main instead of "runto main".
13780 * gdb.base/finish.exp: Ditto.
13781 * gdb.base/gcore.exp: Ditto.
13782 * gdb.base/huge.exp: Ditto.
13783 * gdb.base/info-proc.exp: Ditto.
13784 * gdb.base/return2.exp: Ditto.
13785 * gdb.threads/gcore-thread.exp: Ditto.
13786
44c75849
DJ
137872004-02-01 Daniel Jacobowitz <drow@mvista.com>
13788
13789 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
13790
005bc093
MK
137912004-02-01 Mark Kettenis <kettenis@gnu.org>
13792
13793 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
13794 that opening the file succeeds on OpenBSD.
13795
c47cebdb
DJ
137962004-02-01 Daniel Jacobowitz <drow@mvista.com>
13797
13798 * gdb.threads/thread-specific.c: New file.
13799 * gdb.threads/threads-specific.exp: New test script.
13800 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
13801 to expect_out.
13802
5a01311c
MK
138032004-02-01 Mark Kettenis <kettenis@gnu.org>
13804
13805 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
13806 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
13807 only on the "print_small_structs from print_long_arg_list" test.
13808
ce22a4f1
DJ
138092004-02-01 Daniel Jacobowitz <drow@mvista.com>
13810
13811 * gdb.base/completion.exp: Kill a stray backslash.
13812
13813 From Jim Ingham <jingham@apple.com>:
13814 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
13815 agrees with the result from sending a tab.
13816
abbab9d3
DJ
138172004-01-31 Daniel Jacobowitz <drow@mvista.com>
13818
13819 * gdb.base/chng-syms.exp: Remove stray newline.
13820
53904d1e
MK
138212004-01-31 Mark Kettenis <kettenis@gnu.org>
13822
13823 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
13824 *-*-openbsd*.
13825 * gdb.asm/openbsd.inc: New file.
13826
3a4b3aac
MK
138272004-01-30 Mark Kettenis <kettenis@gnu.org>
13828
13829 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
13830 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
13831 *-*solaris2*. Remove commented out default settings for
13832 asm-flags. Replace gdb_compile with target_link.
13833
ebac27b4
MC
138342004-01-29 Michael Chastain <mec.gnu@mindspring.com>
13835
13836 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
13837 for all tests. Remove old hp-ux and cygnus xfail cases.
13838
d8679d84
PH
138392004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
13840
13841 * gdb.base/chng-syms.exp: New file.
13842 * gdb.base/chng-syms.c: New file.
13843
0a55bc22
MC
138442004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13845
13846 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
13847 Provide arms for current output in all my configurations.
13848
94b8e876
MC
138492004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13850
13851 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
13852 * lib/compiler.cc: Likewise.
13853 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
13854 get the right preprocessor. Eval the output directly. Remove
13855 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
13856 hp_f77_compiler and hp_f90_compiler completely.
13857 (gdb_preprocess): Delete.
13858 (get_compiler): Delete.
13859
7cf03d44
MK
138602004-01-24 Mark Kettenis <kettenis@gnu.org>
13861
13862 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
13863 <string.h>.
13864
68b6dce9
NR
138652004-01-24 Nick Roberts <nick@nick.uklinux.net>
13866
13867 * gdb.mi/mi-stack.exp: Update copyright.
13868
b368761e
DC
138692004-01-23 David Carlton <carlton@kealia.com>
13870
13871 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
13872 test for cp_lookup_transparent_type.
13873 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
13874 call them.
13875
f2061b53
DJ
138762004-01-23 Daniel Jacobowitz <drow@mvista.com>
13877
13878 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
13879 after -var-update.
13880
37fc574a
DC
138812004-01-23 David Carlton <carlton@kealia.com>
13882
13883 * gdb.cp/namespace.cc (C::ensureRefs): New.
13884 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
13885
8e94b928
NR
138862004-01-20 Nick Roberts <nick@nick.uklinux.net>
13887
13888 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
13889 case "-stack-list-locals 2".
13890 * gdb.mi/mi-var-child.exp: Test for case
13891 "-var-list-children --all-values NAME".
13892
997b0952
MC
138932004-01-18 Michael Chastain <mec.gnu@mindspring.com>
13894
13895 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
13896
52470da3
MK
138972004-01-18 Mark Kettenis <kettenis@gnu.org>
13898
7049b4b8
MK
13899 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
13900 used with gdb_test_multiple.
13901
52470da3
MK
13902 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
13903 read at address 0. This fixes PR testsuite/1504.
13904
da6012e5
DJ
139052004-01-18 Daniel Jacobowitz <drow@mvista.com>
13906
13907 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
13908 Remove downloading, guessing the host executable, the calls to
13909 gdb_file_cmd and gdb_target_cmd, and "load" support.
13910 (infer_host_exec): New function broken out from gdb_load.
13911 (gdb_load): New wrapper for gdbserver_gdb_load.
13912 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
13913 gdb_target_cmd. Use -target-select.
13914 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
13915 Download binaries to the host. Clear last_mi_remote_file when
13916 we load a new binary.
13917 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
13918 call gdbserver_gdb_load and mi_gdb_target_cmd.
13919
32c70722
MC
139202004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13921
13922 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
13923 type patterns.
13924
b0cecf36
MC
139252004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13926
13927 * gdb.cp/templates.exp: Fix typo in test name of
13928 "print Foo<volatile char*>::foo".
13929
4120d7e6
MC
139302004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13931
13932 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
13933
f679e530
BE
139342004-01-16 Ben Elliston <bje@wasabisystems.com>
13935
13936 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
13937 (clean mostlyclean): Remove empty rm.
13938
091c48f6
MC
139392004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13940
13941 * gdb.base/setvar.exp: Add copyright years.
13942
3e5fc8d2
DC
139432004-01-14 David Carlton <carlton@bactrian.org>
13944
13945 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
13946 PR c++/1511 and update coment.
13947 * gdb.cp/templates.exp: Update patterns to match current output.
13948 If changes involve something other than whitespace, KFAIL
13949 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
13950
63d06c5c
DC
139512004-01-14 David Carlton <carlton@kealia.com>
13952
13953 * gdb.cp/namespace.exp: Add tests involving classes defined within
13954 namespaces.
13955 * gdb.cp/namespace.cc (C::CClass): New.
13956 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13957
a51dab88
EZ
139582004-01-14 Elena Zannoni <ezannoni@redhat.com>
13959
13960 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13961 what debug info we have. Print a better message if something goes
13962 wrong while producing the separate debug info file.
13963
a476ccc9
MC
139642004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13965
13966 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13967
f453692c
MC
139682004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13969
13970 * gdb.base/callfuncs.c: Add copyright notice.
13971
f40063a5
MC
139722004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13973
13974 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13975 inheritance. PR gdb/1498, PR gcc/13539.
13976
19ac3974
EZ
139772004-01-13 Elena Zannoni <ezannoni@redhat.com>
13978
a9c64011
AS
13979 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13980 test specific name.
13981 * gdb.mi/gdb669.exp: Ditto.
13982 * gdb.mi/mi-pthreads.exp: Ditto.
13983 * gdb.mi/mi1-pthreads.exp: Ditto.
13984 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 13985
56c97c6e
MC
139862004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13987
13988 * gdb.cp/member-ptr.cc: Add copyright notice.
13989
a0644324
MC
139902004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13991
13992 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13993 some patterns for recent versions of gcc and hpacc. Delete
13994 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13995 Delete tests that access a NULL pointer-to-member-data. This
13996 script is still disabled for gcc.
13997
32fabe09
EZ
139982004-01-12 Elena Zannoni <ezannoni@redhat.com>
13999
14000 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 14001 escaped correctly.
32fabe09 14002
1f8a6abb
EZ
140032004-01-12 Elena Zannoni <ezannoni@redhat.com>
14004
14005 * gdb.base/sepdebug.exp: New file.
14006 * gdb.base/sepdebug.c: New file.
14007 * lib/gdb.exp (separate_debug_filename): New procedure.
14008 (gdb_gnu_strip_debug): New procedure.
14009
48efe704
AC
140102004-01-12 Andrew Cagney <cagney@redhat.com>
14011
14012 * gdb.mi/ChangeLog: Delete file. Renamed to ...
14013 * gdb.mi/ChangeLog-1999-2003: New file.
14014
a9415475
AC
140152004-01-12 Andrew Cagney <cagney@redhat.com>
14016
14017 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
14018 "Renaming a directory to a non-empty directory returns ENOTEMPTY
14019 or EEXIST", treat EBUSY as an XFAIL.
14020
83b8cf9d
MC
140212004-01-11 Michael Chastain <mec.gnu@mindspring.com>
14022
14023 * gdb.base/scope.exp: Remove obsolete setup_xfail for
14024 hp_cc_compiler.
14025
9939d2a8
MC
140262004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14027
14028 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
14029 decorations.
14030
1ff8cadf
MC
140312004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14032
14033 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
14034 and "(aCC)" decorations. Remove obsolete doco about old
14035 test results.
14036
6fa9022e
MC
140372004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14038
14039 * gdb.cp/exception.exp: Fix typo in doco.
14040
209721fe
MK
140412004-01-09 Mark Kettenis <kettenis@gnu.org>
14042
14043 * gdb.base/gdb1476.exp: Fix typo.
14044
ef11303e
MC
140452004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14046
14047 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
14048 file.
14049
041ab88c
MC
140502004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14051
14052 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
14053 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
14054 Use gdb_compile. Remove restriction on gcc. Add some patterns
14055 for recent version of gdb. Delete second half, which was a copy
14056 of the first half with different build flags. This test is
14057 still disabled because it is still not ready for production.
14058
e36d075a
MC
140592004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14060
14061 * gdb.cp/exception.cc: Add copyright notice.
14062 * gdb.cp/exception.exp: Add a notice that this file is broken
14063 because of line number changes caused by addition of copyright
14064 notice.
14065
42b190ad
MC
140662004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14067
14068 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
14069 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
14070
8f25f06b
MC
140712004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14072
14073 * gdb.cp/classes.exp: Accept gnu abi 2.
14074 * gdb.cp/derivation.exp: Likewise.
14075 * gdb.cp/overload.exp: Likewise.
14076 * gdb.cp/virtfunc.exp: Likewise.
14077
06ded8b8
MC
140782004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14079
14080 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
14081 semicolon after end of function.
14082
77c26ae3
MC
140832004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14084
14085 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
14086 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
14087 boilerplate code for compiling and running the program under
14088 test. Add some string method tests.
14089
20757486
MC
140902004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14091
14092 * gdb.cp/bs15503.cc: Add copyright notice.
14093 * gdb.cp/bs15503.exp: Adjust line number.
14094
0fd3b503
MC
140952004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14096
14097 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
14098 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
14099
10d1bea8
MC
141002004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14101
14102 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
14103 hp_cc_compiler.
14104
2789202a
MC
141052004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14106
14107 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
14108 * gdb.cp/ctti.exp: Use the marker instead of "next".
14109 With gcc, run further before bailing.
14110
b862f14c
MC
141112004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14112
14113 * gdb.cp/cttiadd.cc: Add copyright notice.
14114 * gdb.cp/cttiadd1.cc: Likewise.
14115 * gdb.cp/cttiadd2.cc: Likewise.
14116 * gdb.cp/cttiadd3.cc: Likewise.
14117
96da2469
MC
141182004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14119
14120 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
14121 Use gdb_test, gdb_test_multiple. Use floating-point values that
14122 have exact representations in IEEE-ish formats.
14123
053248ff
MC
141242004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14125
14126 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
14127 compilers. Delete duplicate call to get_compiler_info.
14128 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
14129 * gdb.base/volatile.exp: Likewise.
14130
84acecdd
MK
141312004-01-07 Mark Kettenis <kettenis@gnu.org>
14132
14133 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
14134 memory at address 0.
14135
fe11a27f
MC
141362004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14137
14138 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
14139 to test for hp-ux assembler. Fix copyright years.
14140
60ad077b
AC
141412004-01-07 Andrew Cagney <cagney@redhat.com>
14142
14143 * gdb.base/fileio.c (strerrno): Add "EBUSY".
14144
1c9b8f33
AC
141452004-01-07 Andrew Cagney <cagney@redhat.com>
14146
14147 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
14148 when creating the read-only file. From analysis by Roland McGrath
14149 and Elena Zannoni.
14150
753ccc7a
MC
141512004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14152
14153 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
14154
eca3e36b
MC
141552004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14156
14157 * gdb.base/cvexpr.c: Be type-safe with function pointers and
14158 data pointers.
14159
f8d4bac4
MC
141602004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14161
14162 * gdb.cp/m-static.exp: Compile one source file at a time.
14163 Delete unused call to get_compiler_info.
14164
9b4e0f94
MC
141652004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14166
14167 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
14168 * gdb.base/call-rt-st.exp: Likewise.
14169 * gdb.base/nodebug.exp: Likewise.
14170 * gdb.base/volatile.exp: Likewise.
14171 * gdb.cp/ref-types.exp: Likewise.
14172 * gdb.cp/templates.exp: Likewise.
14173
023c1024
MK
141742004-01-05 Mark Kettenis <kettenis@gnu.org>
14175
14176 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
14177
19703c4a
MC
141782004-01-05 Michael Chastain <mec.gnu@mindspring.com>
14179
14180 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
14181 hppa*-hp-hpux*.
14182
18b67037
MK
141832004-01-04 Mark Kettenis <kettenis@gnu.org>
14184
ba6219c8
MK
14185 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14186 x86_64-*-*.
14187
18b67037
MK
14188 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14189 sparc64-*-* and sparc*-solaris2*.
14190
1bfbbb9d
MK
141912004-01-04 Mark Kettenis <kettenis@gnu.org>
14192
14193 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
14194 return ${tests}" test. The ${tests} already mentions the
14195 filename.
14196
06846494
MC
141972004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14198
14199 * gdb.cp/local.exp: Accept gcc abi 2.
14200
3b0cb202
MC
142012004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14202
14203 * gdb.cp/templates.exp: Accept gcc abi 2.
14204
0643ec3f
MC
142052004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14206
14207 * lib/compiler.cc: Remove supports_template_debugging.
14208 * gdb.cp/templates.exp: Do not test supports_template_debugging.
14209
d231d0b1
MC
142102004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14211
14212 * gdb.cp/namespace.exp: Accept gcc abi 2.
14213
44ffb27c
MC
142142004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14215
14216 * gdb.cp/method.exp: Accept gcc abi 2.
14217
184ad485
MC
142182004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14219
14220 * gdb.cp/classes.exp: Generate identical results as old version.
14221 * gdb.cp/derivation.exp: Likewise.
14222 * gdb.cp/overload.exp: Likewise.
14223 * gdb.cp/virtfunc.exp: Likewise.
14224
116f09e7
MC
142252004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14226
14227 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
14228 mysterious bug with sourceware version of expect.
14229
b1379776
MC
142302004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14231
14232 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
14233 current versions of gcc, including gcc abi 2. Remove gratuitous
14234 restart of test program. Use gdb_test_multiple and gdb_test for
14235 all tests. Add patterns to xfail missing "const" in "const char *"
14236 and kfail PR gdb/1155.
14237
6b7a4c0e
MC
142382004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14239
14240 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
14241 current versions of gcc, including gcc abi 2. Remove gratuitous
14242 restart of test program. Use gdb_test_multiple and gdb_test for
14243 all tests. Add patterns to kfail PR gdb/1498.
14244
51615d72
MC
142452003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14246
14247 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
14248 current versions of gcc, including gcc abi 2. Use "breakpoint"
14249 and "continue" instead of restarting the target program. Use
14250 gdb_test_multiple and gdb_test for all tests.
14251
7b79a9d7
MK
142522004-01-01 Mark Kettenis <kettenis@gnu.org>
14253
14254 * gdb.asm/asm-source.exp: Update copyright year. Link statically
14255 for *-*-solaris2*.
14256
1cd3489f
MC
142572003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14258
14259 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
14260 current versions of gcc, including gcc abi 2. Use "breakpoint"
14261 and "continue" instead of restarting the target program several
14262 times. Use gdb_test_multiple and gdb_test for all tests.
14263
850742db
MC
142642003-12-18 Michael Chastain <mec.gnu@mindspring.com>
14265
14266 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
14267 source files.
14268
eb4bbda8
MC
142692003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14270
14271 * gdb.base/environ.exp: Handle compiling test case from multiple
14272 source files.
14273
e42c7771
MC
142742003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14275
14276 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
14277
80e4b428
JB
142782003-12-17 Jim Blandy <jimb@redhat.com>
14279
5f06973a
JB
14280 * gdb.base/freebpcmd.c: Add copyright notice.
14281
80e4b428
JB
14282 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
14283
0ab84fb7
MC
142842003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14285
14286 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
14287
1b3bb3d0
JB
142882003-12-13 Jim Blandy <jimb@redhat.com>
14289
14290 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
14291
3a4c9371
KB
142922003-12-12 Kevin Buettner <kevinb@redhat.com>
14293
14294 * gdb.asm/frv.inc: New file.
14295 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
14296
a1dea79a
FF
142972003-12-09 Fred Fish <fnf@redhat.com>
14298
14299 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
14300 functions to break1.c and leave prototypes behind. Add more
14301 "set breakpoint NN here" comments.
14302 * gdb.base/break1.c: New file.
14303
14304 * gdb.base/break.exp: Handle compiling test case from multiple
14305 source files and change source file references as needed.
14306 * gdb.base/completion.exp: Ditto.
14307 * gdb.base/condbreak.exp: Ditto.
14308 * gdb.base/define.exp: Ditto.
14309 * gdb.base/ena-dis-br.exp: Ditto.
14310 * gdb.base/info-proc.exp: Ditto.
14311 * gdb.base/maint.exp: Ditto.
14312 * gdb.base/until.exp: Ditto.
14313
14314 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
14315 hardcoded line numbers.
14316 * gdb.base/define.exp: Ditto.
14317 * gdb.base/ena-dis-br.exp: Ditto.
14318 * gdb.base/maint.exp: Ditto.
14319 * gdb.base/until.exp: Ditto.
14320
14321 * gdb.base/completion.exp: Use "break1" for completion tests since
14322 "break" is no longer a unique prefix.
14323
5266b69c
AC
143242003-12-06 Andrew Cagney <cagney@redhat.com>
14325
14326 * gdb.base/structs.exp (test_struct_returns): When applicable, set
14327 "return_value_unimplemented". When an unimplemented struct return
14328 architecture, report incorrect values as a KFAIL
14329
374451f0
MC
143302003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14331
14332 * gdb.cp/rtti.exp: Accept new wording of warning from
14333 cp_lookup_rtti_type.
14334
ba9b20a7
MC
143352003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14336
14337 Partial fix for PR testsuite/1456.
14338 * gdb.base/scope.exp (test_at_main): Replace references to
14339 gcc_compiled with calls to test_compiler_info.
14340 (test_at_foo): Likewise.
14341 (test_at_bar): Likewise.
14342
b74b6d0b
MC
143432003-12-04 Michael Chastain <mec.gnu@mindspring.com>
14344
14345 Partial fix for PR testsuite/1456.
14346 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
14347 to test_compiler_info.
14348
ccfa3402
MC
143492003-12-03 Michael Chastain <mec.gnu@mindspring.com>
14350
14351 * gdb.base/so-impl-ld.exp: Update copyright notice.
14352
f6246aba
MC
143532003-12-02 Michael Chastain <mec.gnu@mindspring.com>
14354
14355 Partial fix for PR testsuite/1456.
14356 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
14357 to test_compiler_info.
14358
13ae734a
MC
143592003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14360
14361 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
14362 from current versions of gdb. Clean up regular expressions.
14363 Delete redundant timeout case.
14364
d8e1cdee
MC
143652003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14366
14367 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
14368 from current versions of gdb. Clean up regular expressions.
14369 Delete redundant timeout case.
14370
96457b64
MC
143712003-12-01 Michael Chastain <mec.gnu@mindspring.com>
14372
14373 Partial fix for PR testsuite/1456.
14374 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
14375 gcc_compiled with call to test_compiler_info.
14376
f35309fc
MC
143772003-11-30 Michael Chastain <mec.gnu@mindspring.com>
14378
14379 Partial fix for PR testsuite/1456.
14380 * gdb.base/list.exp (test_list_function): Delete unused declaration
14381 of gcc_compiled.
14382
d7afdf9b
MC
143832003-11-29 Michael Chastain <mec.gnu@mindspring.com>
14384
14385 Partial fix for PR testsuite/1456.
14386 * gdb.base/complex.exp: Replace reference to gcc_compiled with
14387 call to test_compiler_info.
14388
71507b56
MK
143892003-11-29 Mark Kettenis <kettenis@gnu.org>
14390
14391 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
14392 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
14393 it to create the appropriate note.inc.
14394 * gdb.asm/asmsrc1.s: Include "note.inc".
14395 * gdb.asm/netbsd.inc: New file.
14396 * gdb.asm/empty.inc: New file.
14397
f81f93f7
MC
143982003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14399
14400 Partial fix for PR testsuite/1456.
14401 * gdb.base/constvars.exp: Replace references to gcc_compiled with
14402 calls to test_compiler_info.
14403
9a77938e
MC
144042003-11-27 Michael Chastain <mec.gnu@mindspring.com>
14405
14406 Partial fix for PR testsuite/1456.
14407 * gdb.base/volatile.exp: Replace references to gcc_compiled with
14408 calls to test_compiler_info.
14409
e8367dc7
MK
144102003-11-27 Mark Kettenis <kettenis@gnu.org>
14411
14412 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
14413 pattern for the KFAILs.
14414
526c61ee
AF
144152003-11-25 Adam Fedor <fedor@gnu.org>
14416
14417 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
14418 * gdb.objc/objcdecode.m: New file.
14419
28f2d600
AF
144202003-11-25 Adam Fedor <fedor@gnu.org>
14421
14422 * gdb.objc/nondebug.exp: Test for PR objc/1236.
14423 * gdb.objc/nondebug.m: New file.
14424
a3895cee
BE
144252003-11-26 Ben Elliston <bje@wasabisystems.com>
14426
14427 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14428 NetBSD as it does on FreeBSD. Modelled on a similar change by
14429 Mark Kettenis on 2003-05-30.
14430 (link-flags): Set to "--entry _start" regardless of target.
14431 Special linker flags are to be appended to $link-flags.
14432 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
14433
c9f2c8a3
MC
144342003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14435
14436 * gdb.cp/method.exp: Accept output of new demangler.
14437
15a0587a 144382003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
14439
14440 * gdb/class2.exp: New file.
14441 * gdb/class2.cc: New file.
14442
3c00b570
MC
144432003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14444
14445 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
14446 of new demangler.
14447
7027acc7
MK
144482003-11-23 Mark Kettenis <kettenis@gnu.org>
14449
14450 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
14451 of gdb_test "run".
14452
b0e1598a
MK
144532003-11-23 Mark Kettenis <kettenis@gnu.org>
14454
14455 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
14456 "continue" into "run".
14457
4d9eda44
MC
144582003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14459
14460 Partial fix for PR testsuite/1456.
14461 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
14462 call to test_compiler_info.
14463 * gdb.cp/ctti.exp: Likewise.
14464 * gdb.cp/derivation.exp: Likewise.
14465 * gdb.cp/member-ptr.exp: Likewise.
14466 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
14467 reference to gcc_compiled.
14468
144692003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
14470
14471 Fix PR testsuite/1463.
14472 * gdb.base/structs.exp (start_structs_test): Call
14473 get_debug_format before using the debug format.
14474
d422fe19
AC
144752003-11-22 Andrew Cagney <cagney@redhat.com>
14476
14477 * lib/gdb.exp (gdb_test_multiple): Add simple example.
14478 * gdb.base/structs.exp: Use gdb_test_multiple.
14479
039cf96d
AC
144802003-11-20 Andrew Cagney <cagney@redhat.com>
14481
6882279b
AC
14482 * gdb.base/structs.exp: Handle and recover from internal errors.
14483 Replace "foo${n}" with "foo<n>" in test messages.
14484
e53890ae
AC
14485 * gdb.base/structs.exp: Update copyright. Rewrite.
14486 * gdb.base/structs.c: Update copyright. Rewrite.
14487
2b211c59
AC
14488 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
14489 resync count exceeded.
d63a86f8 14490
039cf96d
AC
14491 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
14492 from the internal error.
14493 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
14494 Original from Jim Blandy.
14495 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 14496
eac98b22
AC
144972003-11-19 Andrew Cagney <cagney@redhat.com>
14498
14499 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
14500 KFAIL.
14501
67455b2a
MK
145022003-11-17 Mark Kettenis <kettenis@gnu.org>
14503
14504 New testcase for PR backtrace/1435.
14505 * gdb.arch/i386-unwind.exp: New file.
14506 * gdb.arch/i386-unwind.c: New file.
14507
853d6e5b
AC
145082003-11-17 Andrew Cagney <cagney@redhat.com>
14509
14510 * lib/gdb.exp (compiler_info): New global.
14511 (test_compiler_info): New function.
14512 (get_compiler_info): Set compiler_info.
14513 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
14514 "compiler_info" to gcc-<major>-<minor>.
14515
38cf6e11
MC
145162003-11-15 Michael Chastain <mec.gnu@mindspring.com>
14517
14518 * gdb.trace/configure: Remove.
14519
a50d3602
EZ
145202003-11-13 Elena Zannoni <ezannoni@redhat.com>
14521
14522 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 14523 breakpoints.
a50d3602
EZ
14524 * gdb.base/break.exp: Remove all references to explicit line
14525 numbers.
14526
d9407aaa
NC
145272003-11-11 Nick Clifton <nickc@redhat.com>
14528
14529 * gdb.base/shreloc.exp: Do not run for targets which do not
14530 support shared objects.
14531
db488fc1
CV
145322003-11-10 Corinna Vinschen <vinschen@redhat.com>
14533
14534 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
14535 Don't run tests if nofileio flag is given.
14536
6a90a18e
EZ
145372003-11-07 Elena Zannoni <ezannoni@redhat.com>
14538
14539 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 14540 as well as 'Watchpoint'.
6a90a18e 14541
0b915e9c
EZ
145422003-11-06 Elena Zannoni <ezannoni@redhat.com>
14543
14544 Reported by Jim Ingham <jingham@apple.com>:
14545 * gdb.base/annota1.exp: Match at least one occurrence of the
14546 signal handler annotation.
14547
d7e4b55f
EZ
145482003-11-06 Elena Zannoni <ezannoni@redhat.com>
14549
a9c64011
AS
14550 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
14551 as well as 'Watchpoint'.
d7e4b55f 14552
2fe4e8d0
MC
145532003-11-05 Michael Chastain <mec@shout.net>
14554
14555 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
14556
6ef88553
KW
145572003-11-03 Kris Warkentin <kewarken@qnx.com>
14558
14559 * gdb.arch/gdb1291.c: New test file.
14560 * gdb.arch/gdb1291.exp: New test script.
14561 * gdb.arch/gdb1431.c: New test file.
14562 * gdb.arch/gdb1431.exp: New test script.
14563
ae7dc4d8
MC
145642003-10-22 Michael Chastain <mec@shout.net>
14565
14566 * gdb.mi/pthreads.c: Add copyright notice.
14567
c39d7427
MC
145682003-10-22 Michael Chastain <mec@shout.net>
14569
14570 * gdb.threads/pthreads.c: Add copyright notice.
14571
8b7d96c1
MC
145722003-10-20 Michael Chastain <mec@shout.net>
14573
14574 * gdb.base/gdb1056.exp: New test script.
14575
d1d69fdd
DJ
145762003-10-13 Daniel Jacobowitz <drow@mvista.com>
14577
14578 * gdb.threads/killed.exp: Use gdb_run_cmd.
14579
7d605576
DJ
145802003-10-13 Daniel Jacobowitz <drow@mvista.com>
14581
14582 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
14583 create a core file.
14584 * gdb.threads/gcore-thread.exp: Likewise.
14585
618ec112
CV
145862003-10-13 Corinna Vinschen <vinschen@redhat.com>
14587
14588 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
14589 type, based on char type.
14590 (struct bit_flags_short_t): New bitfield type, based on short type.
14591 (init_bit_flags_char): New fuction.
14592 (init_bit_flags_short): Ditto.
14593 (print_bit_flags_char): Ditto.
14594 (print_bit_flags_short): Ditto.
14595 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
14596
9367a73c
MC
145972003-10-11 Michael Chastain <mec@shout.net>
14598
14599 * gdb.base/call-rt-st.exp: Update copyright year.
14600
1decf120
KI
146012003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
14602
14603 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
14604 * gdb.disasm/sh3.s: Ditto.
14605
5445b2ae
DJ
146062003-10-07 Daniel Jacobowitz <drow@mvista.com>
14607
14608 * gdb.threads/switch-threads.exp: New test.
14609 * gdb.threads/switch-threads.c: New source file.
14610
aec24853
CV
146112003-10-07 Corinna Vinschen <vinschen@redhat.com>
14612
14613 * gdb.base/ending-run.exp: Add sh specific case.
14614
adc7428d
AC
146152003-10-06 Andrew Cagney <cagney@redhat.com>
14616
14617 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
14618 * gdb.disasm/mn10200.exp: Delete obsolete file.
14619
c9d37158
DJ
146202003-09-29 Daniel Jacobowitz <drow@mvista.com>
14621
14622 * ChangeLog: Correct an entry command.exp -> commands.exp.
14623 * gdb.base/commands.exp (bp_deleted_in_command_test)
14624 (temporary_breakpoint_commands): Check noargs.
14625
79c2c32d
DC
146262003-09-25 David Carlton <carlton@kealia.com>
14627
14628 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
14629 of some print tests, where appropriate. Add tests for C::D::cd,
14630 E::ce, F::cXfX, G::XgX.
14631 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
14632
594e6d67
RE
146332003-09-25 Richard Earnshaw <rearnsha@arm.com>
14634
14635 * lib/java.exp (java_init): Import target_alias before using it.
14636
10f0d451
DC
146372003-09-25 David Carlton <carlton@kealia.com>
14638
14639 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
14640
274bcba0
EZ
146412003-09-23 Elena Zannoni <ezannoni@redhat.com>
14642
d63a86f8 14643 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 14644 weirdness.
274bcba0 14645
cdbf20f7
MC
146462003-09-17 Michael Chastain <mec@shout.net>
14647
14648 * gdb.cp/gdb1355.exp: New file.
14649 * gdb.cp/gdb1355.c: New file.
14650
71e06f80
CV
146512003-09-15 Corinna Vinschen <vinschen@redhat.com>
14652
14653 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
14654 * gdb.asm/sh.inc: New file.
14655
5c4e30ca
DC
146562003-09-11 David Carlton <carlton@kealia.com>
14657
bd45b7af
DC
14658 * gdb.cp/namespace.exp: Add tests for namespace types.
14659 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
14660 (test_namespace): New.
14661
1c199746
EZ
146622003-09-11 Elena Zannoni <ezannoni@redhat.com>
14663
a9c64011 14664 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 14665 * gdb.stabs/weird.exp: Ditto.
1c199746 14666
04ed252f
MC
146672003-09-08 Michael Chastain <mec@shout.net>
14668
14669 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
14670
d8a2d9e7
MC
146712003-09-07 Michael Chastain <mec@shout.net>
14672
14673 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
14674 'parse error'.
14675
161afb24
MK
146762003-09-07 Mark Kettenis <m.kettenis@osp.nl>
14677
14678 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
14679
49f2741a
MC
146802003-08-30 Michael Chastain <mec@shout.net>
14681
14682 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
14683 * gdb.gdb/observer.exp: Ditto.
14684 * gdb.gdb/xfullpath.exp: Ditto.
14685
8afa723e
MK
146862003-08-29 Mark Kettenis <kettenis@gnu.org>
14687
14688 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
14689 *-*-*bsd*.
14690
f31dfe3b
JJ
146912003-08-28 Jeff Johnston <jjohnstn@redhat.com>
14692
14693 * gdb.base/dump.exp: Skip for ia64.
14694
4630e498
JJ
146952003-08-25 Jeff Johnston <jjohnstn@redhat.com>
14696
14697 * gdb.asm/asm-source.exp: Add ia64 support.
14698 * gdb.asm/ia64.inc: New file.
14699
1105b7ef
MC
147002003-08-22 Michael Chastain <mec@shout.net>
14701
14702 * gdb.cp: New directory.
14703 * gdb.cp/*: Copy from gdb.c++/*.
14704 * gdb.c++/*: Remove.
14705 * Makefile.in: Change gdb.c++ to gdb.cp.
14706 * configure.in: Ditto.
14707 * configure: Regnerate.
14708
c945b932
MK
147092003-08-18 Mark Kettenis <kettenis@gnu.org>
14710
14711 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
14712 * gdb.arch/i386-prologue.c (gdb1338): Add function.
14713
2b66634b
DJ
147142003-08-17 Daniel Jacobowitz <drow@mvista.com>
14715
14716 * mi-var-display.exp (-var-list-children weird): Accept function
14717 pointers with argument types.
14718 * mi1-var-display.exp (-var-list-children weird): Likewise.
14719 * mi2-var-display.exp (-var-list-children weird): Likewise.
14720
a356f73b
DJ
147212003-08-17 Daniel Jacobowitz <drow@mvista.com>
14722
14723 * gdb.base/annota3.exp: Add missing newline.
14724
483417b8
MC
147252003-08-06 Michael Chastain <mec@shout.net>
14726
14727 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
14728
c99c59c3
MS
147292003-08-12 Michael Snyder <msnyder@redhat.com>
14730
14731 * gdb.base/float.exp: Add test for SH.
14732
55ed7501
MK
147332003-08-10 Mark Kettenis <kettenis@gnu.org>
14734
14735 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
14736
1a371f2e
EZ
147372003-08-07 Elena Zannoni <ezannoni@redhat.com>
14738
14739 * gdb.base/completion.exp: Remove reduntant completion test
14740 on filename.
14741
e0f353ce
EZ
147422003-08-07 Elena Zannoni <ezannoni@redhat.com>
14743
a9c64011
AS
14744 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
14745 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
14746 gdb.trace/save-trace.exp: Make sure that full pathnames are
14747 escaped correctly.
e0f353ce 14748
5710a1af 147492003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 14750
a9c64011
AS
14751 * configure.in: Don't generate config.h from config.hin.
14752 * configure: Regenerate.
14753 * config.hin: Remove file.
14754 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
14755 * gdb.threads/pthreads.c: Ditto.
5710a1af 14756
dcd81ce9
DJ
147572003-08-07 Daniel Jacobowitz <drow@mvista.com>
14758
14759 From Kei Sakamoto <sakamoto.kei@renesas.com>:
14760 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
14761 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
14762 Replace ld24 with seth/add3.
14763
6009d884
AC
147642003-08-02 Andrew Cagney <cagney@redhat.com>
14765
14766 * gdb.base/annota3.exp: New file.
14767 * gdb.base/annota3.c: New file.
14768 * gdb.c++/annota3.exp: New file.
14769 * gdb.c++/annota3.cc: New file.
14770
51514e06
MC
147712003-07-29 Michael Chastain <mec@shout.net>
14772
14773 * gdb.threads/tls.c (spin): Check errno only if sem_wait
14774 actually failed.
14775 (do_pass): Likewise.
14776 * gdb.threads/tls.exp: Always initialize no_of_threads.
14777
4ee6625b
DJ
147782003-07-27 Daniel Jacobowitz <drow@mvista.com>
14779
14780 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
14781 pattern.
14782 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
14783 * gdb.threads/tls.exp: Recognize one case of the host library not
14784 supporting TLS.
14785
225f2bf6
AC
147862003-07-27 Andrew Cagney <cagney@redhat.com>
14787
14788 * gdb.base/fileio.exp: Use SH when running commands using
14789 remote_exec.
14790
bcb27c9f
DJ
147912003-07-24 Daniel Jacobowitz <drow@mvista.com>
14792
14793 From Kei Sakamoto <sakamoto.kei@renesas.com>:
14794 * gdb.base/relocate.c (dummy): New padding array.
14795
3d67be83
MS
147962003-07-22 Michael Snyder <msnyder@redhat.com>
14797
d63a86f8 14798 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
14799
14800 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
14801 patterns to be more general, accepting old and new output.
14802 Some output chars (such as '+') also must be quoted.
d63a86f8 14803 Some addresses are displayed numerically instead of
3d67be83
MS
14804 symbolically.
14805
57ba3b85
MS
148062003-07-23 Michael Snyder <msnyder@redhat.com>
14807
686d097c
MS
14808 * gdb.base/return2.exp: Don't test long-long return.
14809
57ba3b85
MS
14810 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
14811 * gdb.disasm/t01_mov.exp: Ditto.
14812 * gdb.disasm/t02_mova.s: Ditto.
14813 * gdb.disasm/t02_mova.exp: Ditto.
14814 * gdb.disasm/t03_add.s: Ditto.
14815 * gdb.disasm/t03_add.exp: Ditto.
14816 * gdb.disasm/t04_sub.s: Ditto.
14817 * gdb.disasm/t04_sub.exp: Ditto.
14818 * gdb.disasm/t05_cmp.s: Ditto.
14819 * gdb.disasm/t05_cmp.exp: Ditto.
14820 * gdb.disasm/t06_ari2.s: Ditto.
14821 * gdb.disasm/t06_ari2.exp: Ditto.
14822 * gdb.disasm/t07_ari3.s: Ditto.
14823 * gdb.disasm/t07_ari3.exp: Ditto.
14824 * gdb.disasm/t08_or.s: Ditto.
14825 * gdb.disasm/t08_or.exp: Ditto.
14826 * gdb.disasm/t09_xor.s: Ditto.
14827 * gdb.disasm/t09_xor.exp: Ditto.
14828 * gdb.disasm/t10_and.s: Ditto.
14829 * gdb.disasm/t10_and.exp: Ditto.
14830 * gdb.disasm/t11_logs.s: Ditto.
14831 * gdb.disasm/t11_logs.exp: Ditto.
14832 * gdb.disasm/t12_bit.s: Ditto.
14833 * gdb.disasm/t12_bit.exp: Ditto.
14834 * gdb.disasm/t13_otr.s: Ditto.
14835 * gdb.disasm/t13_otr.exp: Ditto.
14836
e00759ef
EZ
148372003-07-22 Elena Zannoni <ezannoni@redhat.com>
14838
14839 * gdb.threads/tls.exp :Add kfail for 'info address' case.
14840
8bc2021f
EZ
148412003-07-22 Elena Zannoni <ezannoni@redhat.com>
14842
a9c64011
AS
14843 * gdb.threads/tls.c : New file.
14844 * gdb.threads/tls.exp : New file.
14845 * gdb.threads/tls-main.c : New file.
14846 * gdb.threads/tls-shared.c : New file.
14847 * gdb.threads/tls-shared.exp : New file.
8bc2021f 14848
89320c4c
AS
148492003-07-22 Andreas Schwab <schwab@suse.de>
14850
14851 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
14852
180dea7c
AS
148532003-07-20 Andreas Schwab <schwab@suse.de>
14854
14855 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
14856 due to insn reordering.
14857
0714963c
AC
148582003-07-15 Andrew Cagney <cagney@redhat.com>
14859
14860 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
14861
98a23b3f
MC
148622003-07-15 Michael Chastain <mec@shout.net>
14863
14864 * gdb.base/gdb1250.exp: New file.
14865 * gdb.base/gdb1250.c: New file.
14866
27e417a2
ML
148672003-07-09 Michal Ludvig <mludvig@suse.cz>
14868
14869 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
14870 expansion of size_t to 'unsigned long', not only to 'unsigned'.
14871
8bc2021f
EZ
148722003-07-09 Elena Zannoni <ezannoni@redhat.com>
14873
a9c64011
AS
14874 * gdb.threads/tls.c: New file.
14875 * gdb.threads/tls.exp: New file.
14876 * gdb.threads/tls-main.c: New file.
14877 * gdb.threads/tls-shared.c: New file.
14878 * gdb.threads/tls-shared.exp: New file.
8bc2021f 14879
d99968dc
EZ
148802003-07-09 Elena Zannoni <ezannoni@redhat.com>
14881
14882 * gdb.base/annota1.exp: Make sure that we properly escape the
14883 full path of the source file. Xfail more permissive patterns,
d63a86f8 14884 due to a compiler debug info problem.
d99968dc 14885
83876b3b
AS
148862003-07-07 Andreas Schwab <schwab@suse.de>
14887
2705e972
AS
14888 * gdb.asm/m68k.inc: New file.
14889 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
14890
83876b3b
AS
14891 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
14892 arguments"): Also match negative number.
14893
14894 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
14895
3a871b37
DJ
148962003-07-03 Daniel Jacobowitz <drow@mvista.com>
14897
14898 * gdb.base/store.c (charest): New typedef.
14899 (add_char): Rename to add_charest, update.
14900 (wack_char): Rename to wack_charest, update types. Return l + r
14901 to keep r live across the call.
14902 (wack_short, wack_int, wack_long, wack_longest, wack_float)
14903 (wack_double, wack_doublest): Return l + r to keep r live across
14904 the call.
14905 * gdb.base/store.exp: Accomodate store.c changes.
14906
b2a7f303
DC
149072003-06-30 David Carlton <carlton@kealia.com>
14908
14909 * gdb.c++/maint.exp (test_invalid_name): New.
14910 (test_first_component): Add tests for invalid names.
14911
3c6cb4a1
MC
149122003-06-29 Michael Chastain <mec@shout.net>
14913
14914 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
14915 output of '<VTT for class>' for virtual base classes.
14916
f1c2644b
DJ
149172003-06-29 Daniel Jacobowitz <drow@mvista.com>
14918
14919 * gdb.base/completion.exp: Tab-complete "complet" instead of
14920 "compl".
14921 * gdb.base/complex.exp, gdb.base/complex.c: New files.
14922
18080350
DJ
149232003-06-29 Daniel Jacobowitz <drow@mvista.com>
14924
14925 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
14926 * gdb.base/volatile.exp: Likewise.
14927
f56973f8
DJ
149282003-06-29 Daniel Jacobowitz <drow@mvista.com>
14929
14930 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
14931 gdb/1265.
14932
149332003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
14934 Daniel Jacobowitz <drow@mvista.com>
14935
14936 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
14937 initial line count of 'captured_main' from 26 to 32.
14938 (test_with_self): Allow xmalloc call to be interleaved with the
14939 preceding two lines.
14940
e766d4d6
JB
149412003-06-24 Joel Brobecker <brobecker@gnat.com>
14942
14943 * gdb.base/bang.exp: New testcase.
14944
f125c9a4
JB
149452003-06-23 Joel Brobecker <brobecker@gnat.com>
14946
14947 * gdb.base/langs.exp: Add some tests for the "minimal" language
14948 support.
14949
6e25beaf
EZ
149502003-06-23 Elena Zannoni <ezannoni@redhat.com>
14951
14952 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
14953 the testcase.
14954
2f816dda
DJ
149552003-06-22 Daniel Jacobowitz <drow@mvista.com>
14956
14957 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14958 offset.
14959
db5a5748
DJ
149602003-06-22 Daniel Jacobowitz <drow@mvista.com>
14961
14962 * gdb.c++/pr-1210.cc: New file.
14963 * gdb.c++/pr-1210.exp: New file.
14964
1df0c130
DJ
149652003-06-21 Daniel Jacobowitz <drow@mvista.com>
14966
14967 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14968 000-exec-continue.
14969
a92feac0
MK
149702003-06-15 Mark Kettenis <kettenis@gnu.org>
14971
14972 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14973 on *-*-*bsd* instead of *-*-freebsd*.
14974
81a58f5b
AC
149752003-06-14 Andrew Cagney <cagney@redhat.com>
14976
14977 * gdb.base/store.exp: Test longest and doublest. Test all
14978 parameters. Weaken return statement match.
14979 * gdb.base/store.c: Add longest and doublest - aka long long and
14980 long double functions. Put all parameters into local register
14981 variables. Use negative values.
14982
b257a0d3
AC
149832003-06-14 Andrew Cagney <cagney@redhat.com>
14984
14985 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14986 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14987 exit status.
14988 * gdb.base/fileio.exp: Disable target when nointerrupts and
14989 noinferiorio, instead of limiting it to remote. Use remote_exec
14990 instead of system.
d63a86f8 14991
21c38304
JJ
149922003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14993
14994 * gdb.base/float.exp: Add ia64 support.
14995
1bcdb424
CV
149962003-06-12 Corinna Vinschen <vinschen@redhat.com>
14997
14998 * gdb.base/fileio.exp: Run only on remote targets.
14999
6aeb981f
CV
150002003-06-10 Corinna Vinschen <vinschen@redhat.com>
15001
15002 * gdb.base/fileio.c: New file, testing File-I/O.
15003 * gdb.base/fileio.exp: Ditto.
15004
53df362e
RG
150052003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
15006
15007 * gdb.base/shreloc.exp: New file, check symbol values obtained from
15008 shared objects after relocation at load time (gdb PR/1132).
15009 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 15010 as above, part of the shared object relocation test.
53df362e 15011
ffee1b46
MK
150122003-06-08 Mark Kettenis <kettenis@gnu.org>
15013
b5ca3722
MK
15014 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
15015 fully filled history list.
15016 * gdb.base/gdb_history: New file.
15017
03ed860d
MK
15018 * gdb.base/signals.exp: XFAIL "continue to func1" on
15019 i*86-*-freebsd*.
15020
ffee1b46
MK
15021 * gdb.base/attach.exp: When trying to attach to a nonexistent
15022 process, make it possible to specify the PID based on the target,
15023 and do so for *-*-freebsd*.
15024
d80dbb52
RH
150252003-06-02 Richard Henderson <rth@redhat.com>
15026
15027 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
15028
6dd77b81
RH
150292003-06-02 Richard Henderson <rth@redhat.com>
15030
15031 * gdb.base/selftest.exp: Next over lim_at_start initialization.
15032
f6347e16
RH
150332003-06-02 Richard Henderson <rth@redhat.com>
15034
15035 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
15036
2c161407
DJ
150372003-06-01 Daniel Jacobowitz <drow@mvista.com>
15038
15039 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
15040 of globalvar.
15041
572eb746
MK
150422003-06-01 Mark Kettenis <kettenis@gnu.org>
15043
15044 * gdb.asm/asm-source.exp: Check for memory read errors in
15045 disassembler test on *BSD too.
15046
9e9617a5
RH
150472003-06-01 Richard Henderson <rth@redhat.com>
15048
15049 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
15050 for .frame.
15051 (gdbasm_call): Lose ldgp.
15052 (gdbasm_startup): Add frame information.
15053 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
15054
7b34ad4e
MK
150552003-05-31 Mark Kettenis <kettenis@gnu.org>
15056
15057 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
15058 i?86-*-*.
15059
10059fdf
MK
150602003-05-30 Mark Kettenis <kettenis@gnu.org>
15061
15062 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15063 FreeBSD.
15064
acf4b816
RH
150652003-05-29 Richard Henderson <rth@redhat.com>
15066
15067 * gdb.asm/alpha.inc: New file.
15068 * gdb.asm/asm-source.exp: Use it.
15069
e9ecd949
JB
150702003-05-29 Jim Blandy <jimb@redhat.com>
15071
15072 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
15073 'core.PID'.
15074
e3e5a4f3
JB
150752003-05-22 Jim Blandy <jimb@redhat.com>
15076
15077 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
15078 backtrace.
d63a86f8 15079
72fe3d25
DC
150802003-05-20 David Carlton <carlton@math.stanford.edu>
15081
15082 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
15083 this time.
15084
58da2eb2
DC
150852003-05-19 David Carlton <carlton@bactrian.org>
15086
15087 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
15088 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
15089
1fcb5155
DC
150902003-05-19 David Carlton <carlton@bactrian.org>
15091
15092 * gdb.c++/namespace.exp: Add namespace scope and anonymous
15093 namespace tests.
15094 Bump copyright date.
15095 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
15096 (main): Call C::D::marker2.
15097 * gdb.c++/namespace1.cc: New file.
15098
85e85163
JJ
150992003-05-14 Jeff Johnston <jjohnstn@redhat.com>
15100
15101 Roland McGrath <roland@redhat.com>
d63a86f8 15102 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
15103 there is no manager thread.
15104
a25fbfec
JJ
151052003-05-08 Jeff Johnston <jjohnstn@redhat.com>
15106
d63a86f8
RM
15107 * gdb.threads/schedlock.exp: Remove assumption that all threads
15108 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
15109 in one of the child threads rather than the main thread.
15110
be375bae
JB
151112003-05-07 Jim Blandy <jimb@redhat.com>
15112
09bf6082
JB
15113 Add support for assembly source testing on the s390x.
15114 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
15115 architecture.
15116 * gdb.asm/s390x.inc: New file.
15117
be375bae
JB
15118 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
15119 succession of 'if' statements.
15120
00905d52
AC
151212003-05-05 Andrew Cagney <cagney@redhat.com>
15122
15123 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
15124
b1e29e33
AC
151252003-05-05 Andrew Cagney <cagney@redhat.com>
15126
15127 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
15128 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
15129
e33d66ec
EZ
151302003-05-02 Elena Zannoni <ezannoni@redhat.com>
15131
15132 * gdb.base/charset.exp: Update based on new behavior of set/show
15133 charset commands.
15134
2b6fd0d8
AC
151352003-05-01 Andrew Cagney <cagney@redhat.com>
15136
15137 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
15138 variable do not give memory errors.
15139
130cacce
AF
151402003-04-30 Adam Fedor <fedor@gnu.org>
15141
15142 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
15143 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
15144 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
15145 gdb.objc/basicclass.m: : New files
15146
15147 * lib/gdb.exp (gdb_compile_objc): New procedure.
15148
bea71854
DJ
151492003-04-27 Daniel Jacobowitz <drow@mvista.com>
15150
15151 * gdb.base/signals.exp: Make backtrace tests more specific.
15152
0f20eeea
DC
151532003-04-23 David Carlton <carlton@bactrian.org>
15154
15155 * gdb.c++/maint.exp (test_first_component): Add tests for
15156 'operator' in more locations.
15157
c8c4d8dc
KB
151582003-04-16 Kevin Buettner <kevinb@redhat.com>
15159
15160 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
15161
3fe60e3c
EZ
151622003-04-16 Elena Zannoni <ezannoni@redhat.com>
15163
15164 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 15165 func marke' instead. Update test name.
3fe60e3c 15166
9219021c
DC
151672003-04-15 David Carlton <carlton@math.stanford.edu>
15168
15169 * gdb.c++/maint.exp: New file.
15170
5dd55bdd
EZ
151712003-04-14 Elena Zannoni <ezannoni@redhat.com>
15172
15173 * gdb.threads/schedlock.c: Change type of thread function argument
15174 to long, to avoid warnings on 64-bit platforms.
15175
00890572
EZ
151762003-04-14 Elena Zannoni <ezannoni@redhat.com>
15177
a9c64011
AS
15178 * gdb.base/attach.exp: Add new message from ptrace in case of
15179 attaching to nonexistent process.
d63a86f8 15180
93201743
JB
151812003-04-11 Jim Blandy <jimb@redhat.com>
15182
15183 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15184 gdb.c++/userdef.cc: Place comments on the lines to which the
15185 marker function might return.
15186 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15187 gdb.c++/userdef.exp: Look for those comments to check that we've
15188 returned to the right place, instead of checking line numbers.
15189
2a11c64d
EZ
151902003-04-11 Elena Zannoni <ezannoni@redhat.com>
15191
a9c64011
AS
15192 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
15193 match on sourcefile name, instead of directory name.
2a11c64d 15194
68ab8fc5
EZ
151952003-04-10 Elena Zannoni <ezannoni@redhat.com>
15196
d63a86f8 15197 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
15198 working directory name.
15199
5624293a
JB
152002003-04-09 Jim Blandy <jimb@redhat.com>
15201
15202 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15203 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
15204 after an inferior function call, report the failure, but allow the
15205 test to continue.
15206
f1f02ee4
SC
152072003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15208
15209 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15210 with -DPROTOTYPES.
15211
6eb79af0
SC
152122003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15213
15214 * gdb.base/break.exp: Revert last patch.
15215
8dfb4cf0
SC
152162003-04-04 Stephane Carrez <stcarrez@nerim.fr>
15217
15218 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15219 with -DPROTOTYPES.
15220
ed4c619a
AC
152212003-04-02 Andrew Cagney <cagney@redhat.com>
15222
15223 * gdb.base/callfuncs.exp: Make "print add" messages unique.
15224 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
15225 matching directories by the name breakpoint.
15226 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
15227 Make "continue to marker1" consistent.
15228 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
15229 message consistent.
15230 * lib/gdb.exp: Put "the program is no longer running", and "the
15231 program exited" in parenthesis.
15232 * lib/mi-support.exp: Ditto.
d63a86f8 15233
4e35d5f0 152342003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 15235
4e35d5f0
BR
15236 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
15237
71900fe8
AC
152382003-03-29 Andrew Cagney <cagney@redhat.com>
15239
15240 * gdb.base/sizeof.c (main): Print the value of '\377'.
15241 * gdb.base/sizeof.exp: Check the sign of '\377'.
15242
c0655a16
MC
152432003-03-27 Michael Chastain <mec@shout.net>
15244
15245 * gdb.base/gdb1090.exp: New file.
15246 * gdb.base/gdb1090.cc: New file.
15247
5b2a3989
JB
152482003-03-27 J. Brobecker <brobecker@gnat.com>
15249
15250 * gdb.gdb/observer.exp: New regression test.
15251
79876890
MC
152522003-03-27 Michael Chastain <mec@shout.net>
15253
15254 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
15255 * gdb.base/ptype.exp: Likewise.
15256
6eac95e3
CV
152572003-03-27 Corinna Vinschen <vinschen@redhat.com>
15258
15259 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
15260
e8c71839
MC
152612003-03-26 Michael Chastain <mec@shout.net>
15262
15263 * gdb.base/ptype.exp: Actually use some typedef'd types.
15264
71b10041
SC
152652003-03-21 Stephane Carrez <stcarrez@nerim.fr>
15266
15267 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
15268 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
15269
2512cf80
CV
152702003-03-20 Corinna Vinschen <vinschen@redhat.com>
15271
15272 * gdb.base/default.exp: Fix regular expression.
15273
0d195a4f
CV
152742003-03-20 Corinna Vinschen <vinschen@redhat.com>
15275
15276 * gdb.base/args.exp: Fix regular expression.
15277
8a2dbca8
CV
152782003-03-20 Corinna Vinschen <vinschen@redhat.com>
15279
15280 * gdb.base/help.exp: Allow Win32 child process.
15281
bf028682
CV
152822003-03-20 Corinna Vinschen <vinschen@redhat.com>
15283
15284 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
15285 when stepping out of main().
15286
182dbe85
CV
152872003-03-20 Corinna Vinschen <vinschen@redhat.com>
15288
15289 * gdb.base/default.exp: Check for win32 specific message when calling
15290 "run" without executable.
15291
d67a6ba5
CV
152922003-03-20 Corinna Vinschen <vinschen@redhat.com>
15293
15294 * gdb.base/args.exp: Expect .exe in output.
15295
a955b5bb
CV
152962003-03-20 Corinna Vinschen <vinschen@redhat.com>
15297
15298 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
15299 Cygwin native.
15300
bf6bad4b
AC
153012003-03-17 Andrew Cagney <cagney@redhat.com>
15302
15303 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
15304 vector registes.
15305 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
15306 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
15307
293e9a31
DC
153082003-03-17 David Carlton <carlton@math.stanford.edu>
15309
15310 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
15311 test, for PR breakpoints/38.
15312 Call test_watchpoint_and_breakpoint.
15313 * gdb.base/watchpoint.c (func3): New function.
15314 (main): Call func3.
15315
5330f2db
DC
153162003-03-04 David Carlton <carlton@math.stanford.edu>
15317
15318 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
15319 Garply<Garply<char> >:: garply".
15320 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
15321 with respect to PR c++/1111; note also PR c++/1113.
15322 (test_template_breakpoints): KFAIL "constructor breakpoint" with
15323 respect to PR c++/1062.
15324 KFAIL "destructor breakpoint" with respect to PR c++/1112.
15325
6ece72da
DC
153262003-03-03 David Carlton <carlton@math.stanford.edu>
15327
15328 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
15329 with respect to PR c++/57.
15330 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
15331 c++/826.
15332 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
15333 respect to PR c++/57.
15334
85ca1584
DC
153352003-03-03 David Carlton <carlton@math.stanford.edu>
15336
15337 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
15338 respect to PR c++/33 into FAILs.
15339
98e9c5b8
MC
153402003-03-03 Michael Chastain <mec@shout.net>
15341
7bedbf27
MC
15342 * configure.in: Update copyright years.
15343
153442003-03-03 Michael Chastain <mec@shout.net>
15345
15346 * Makefile.in: Update copyright years.
98e9c5b8 15347
f683e100
DC
153482003-02-28 David Carlton <carlton@math.stanford.edu>
15349
15350 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
15351 print class instead of struct and/or superfluous protection
15352 specifiers, as long as the resulting output is equivalent to the
15353 source code.
15354 Delete FIXME from end of messages on tests that don't need
15355 fixing.
15356
a9e0cf2c
DC
153572003-02-28 David Carlton <carlton@math.stanford.edu>
15358
15359 * gdb.c++/templates.exp (do_tests): Allow const in the two
15360 Foo<volatile char *>::foo tests.
15361
e8d359df
MS
153622003-02-27 Michael Snyder <msnyder@redhat.com>
15363
d63a86f8 15364 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
15365 will be consistant.
15366
0b71dc91
DC
153672003-02-26 David Carlton <carlton@math.stanford.edu>
15368
15369 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
15370 char *>::foo" test with respect to PR c++/33. Create a new test
15371 which is identical to that one except that it doesn't put the
15372 space between the "char" and the "*"; KFAIL it, too.
15373
dd14ab43
DC
153742003-02-26 David Carlton <carlton@math.stanford.edu>
15375
15376 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
15377 template types into either PASSes or KFAILs (corresponding to PR
15378 c++/57). Tweak indentation. Update copyright.
15379
1146c7f1
SC
153802003-02-23 Stephane Carrez <stcarrez@nerim.fr>
15381
15382 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
15383
74641dfb
MC
153842003-02-13 Michael Chastain <mec@shout.net>
15385
15386 * gdb.base/exprs.exp: Remove i960 remnants.
15387 * gdb.base/funcargs.exp: Likewise.
15388 * gdb.base/list.exp: Likewise.
15389 * gdb.base/ptype.exp: Likewise.
15390
559cd2d0
DC
153912003-02-14 David Carlton <carlton@math.stanford.edu>
15392
15393 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
15394 pEe->D::vg()" from XFAIL to KFAIL.
15395
c4f90d87
JM
153962003-02-13 Jason Molenda (jmolenda@apple.com)
15397
15398 * gdb.base/maint.exp: Update maint print statistics regexp to include
15399 new entries.
15400
cbc4d97c
MC
154012003-02-13 Michael Chastain <mec@shout.net>
15402
15403 * gdb.c++/inherit.exp: Remove call to get_debug_format.
15404
40f235b7
MC
154052003-02-12 Michael Chastain <mec@shout.net>
15406
15407 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
15408 * gdb.c++/inherit.exp: Likewise.
15409 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
15410 * gdb.c++/templates.exp: Likewise.
15411 * gdb.c++/virtfunc.exp: Likewise.
15412
c56716b0
JM
154132003-02-06 Jason Molenda (jason-cl@molenda.com)
15414
15415 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
15416 why the code is written that way.
15417
070afcf8
MC
154182003-02-05 Michael Chastain <mec@shout.net>
15419
15420 * gdb.base/dump.exp: Add missing copyright line.
15421
5d0331e5
JM
154222003-02-05 Jason Molenda (jason-cl@molenda.com)
15423
f7ae6d3e 15424 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
15425 at the beginning so the breakpoint doesn't get set on the loop.
15426
92851186
MC
154272003-02-05 Michael Chastain <mec@shout.net>
15428
15429 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
15430 output for configurations with gcc 2.95.3.
15431
cbf1e085
AC
154322003-02-05 Keith Seitz <keiths@redhat.com>
15433 Andrew Cagney <ac131313@redhat.com>
15434
15435 * gdb.mi/mi-cli.exp: New file.
d63a86f8 15436
29518e1e
MC
154372003-02-04 Michael Chastain <mec@shout.net>
15438
15439 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
15440 Call perror and then continue.
15441
5af1d5f3
MC
154422003-02-03 Michael Chastain <mec@shout.net>
15443
15444 * gdb.c++/pr-1023.cc: New file.
15445 * gdb.c++/pr-1023.exp: New file.
15446
6b549786
JB
154472003-02-05 Jim Blandy <jimb@redhat.com>
15448
15449 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
15450 it's local to foobar. Check for it there, and check that it's not
15451 present in main.
15452 * gdb.c++/local.cc (marker2): New function.
15453 (foobar): Call marker1.
15454 (main): Call marker2 instead of marker1.
15455
67f16606
AC
154562003-02-04 Andrew Cagney <ac131313@redhat.com>
15457
15458 * gdb.disasm/mn10200.exp: Obsolete file.
15459 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
15460 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
15461 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
15462
1c5cb38e
DC
154632003-02-04 David Carlton <carlton@math.stanford.edu>
15464
15465 * gdb.c++/overload.exp: Test intToChar(1).
15466 * gdb.c++/overload.cc (intToChar): New.
15467 (main): Call intToChar.
15468
d1fe6965
DC
154692003-02-03 David Carlton <carlton@math.stanford.edu>
15470
15471 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
15472 'might_kfail' arg.
15473 KFAIL some of the continue_to_bp_overloaded calls, according to
15474 PR c++/1025.
15475
9ba61c5d
MC
154762003-02-01 Michael Chastain <mec@shout.net>
15477
15478 * gdb.base/advance.c (marker1): New marker function.
15479 * gdb.base/advance.exp: When the 'advance' command lands on the
15480 return breakpoint, it can legitimately stop on either the
15481 current line or the next line. Accommodate both outcomes.
15482 * gdb.base/until.exp: Likewise.
15483
e7494ffb
AC
154842003-02-02 Andrew Cagney <ac131313@redhat.com>
15485
15486 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
15487 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
15488 now a list, not a tuple.
15489 * gdb.mi/mi-var-display.exp: Ditto.
15490 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 15491
075559bc
AC
154922003-02-01 Andrew Cagney <ac131313@redhat.com>
15493
15494 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
15495 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
15496 stack backtraces.
15497 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 15498
2bd4c7b1
MK
154992003-02-01 Mark Kettenis <kettenis@gnu.org>
15500
15501 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15502 gdb.mi/mi1-pthreads.exp: Return instead of calling
15503 gdb_suppress_entire_file.
15504
eabd8992
MS
155052003-02-01 Mark Salter <msalter@redhat.com>
15506
15507 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
15508
71469e2f
MS
155092003-01-31 Mark Salter <msalter@redhat.com>
15510
15511 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
15512 Support empty arg.
15513
38a94d44
MC
155142003-01-30 Michael Chastain <mec@shout.net>
15515
15516 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
15517 This was a workaround for a UTF-8 bug in readline 4.3. The bug
15518 has been fixed in gdb/readline on 2003-01-09.
15519
19ea9e73
MS
155202003-01-29 Michael Snyder <msnyder@redhat.com>
15521
e8d359df
MS
15522 * gdb.base/maint.exp: Allow for leading underscore in symbol.
15523 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
15524 * gdb.base/args.exp: Skip if target does not support args passing.
15525
2307bd6a
DJ
155262003-01-22 Daniel Jacobowitz <drow@mvista.com>
15527
19ea9e73 15528 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
15529 gdb_test. Accept a list of expect arguments as the third
15530 parameter.
15531 (gdb_test): Use it.
15532
f2dd3617
EZ
155332003-01-20 Elena Zannoni <ezannoni@redhat.com>
15534
15535 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
15536 allow for different test tree configurations. Update some
15537 tescases accordingly.
15538 * gdb.arch/altivec-regs.exp: Ditto.
15539 * gdb.asm/asm-source.exp: Ditto.
15540 * gdb.base/advance.exp: Ditto.
15541 * gdb.base/display.exp: Ditto.
d63a86f8 15542 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
15543 * gdb.base/mips_pro.exp: Ditto.
15544 * gdb.base/overlays.exp: Ditto.
15545 * gdb.base/relocate.exp: Ditto.
15546 * gdb.base/setshow.exp: Ditto.
15547 * gdb.base/step-line.exp: Ditto.
15548 * gdb.base/step-test.exp: Ditto.
15549 * gdb.base/until.exp: Ditto.
15550 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
15551
c71cdefd
DC
155522003-01-17 David Carlton <carlton@math.stanford.edu>
15553
15554 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
15555 corresponding to PR c++/945.
15556 Update copyright.
15557
fdba05d7
DC
155582003-01-17 David Carlton <carlton@math.stanford.edu>
15559
15560 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
15561 corresponding to PR c++/68.
15562
155632003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
15564
15565 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
15566 (test_paddr_hairy_functions): Call print_addr_2_kfail for
15567 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
15568
c362c33a
EZ
155692003-01-15 Elena Zannoni <ezannoni@redhat.com>
15570
0fbc361c
EZ
15571 * gdb.base/break.exp: Fix change of default location, because of
15572 removal of until tests.
15573 * gdb.base/help.exp: Update test for new 'until' help message.
15574 Add test for help on 'advance'.
a9c64011 15575 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 15576
dabf8a35
MK
155772003-01-15 Mark Kettenis <kettenis@gnu.org>
15578
15579 * gdb.base/default.exp: Adapt "info float" test for recent changes
15580 to that command. Add test for "info vector".
15581 * gdb.base/float.exp: New file. Add test for "info float" that
15582 resembles the old test in gdb.base/default.exp.
15583
a1769aca
DC
155842003-01-15 David Carlton <carlton@math.stanford.edu>
15585
15586 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
15587
82025e13
EZ
155882003-01-15 Elena Zannoni <ezannoni@redhat.com>
15589
15590 * gdb.base/break.exp: Move the tests of until command from here...
15591 * gdb.base/until.exp: ... to here. New file. Add other tests.
15592 * gdb.base/advance.c: New file.
15593 * gdb.base/advance.exp: New file.
15594
8f9ab801
EZ
155952003-01-14 Elena Zannoni <ezannoni@redhat.com>
15596
a9c64011
AS
15597 * gdb.base/args.c: New file.
15598 * gdb.base/args.exp: New file.
8f9ab801 15599
9ae66589
DJ
156002003-01-14 Daniel Jacobowitz <drow@mvista.com>
15601
15602 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
15603
8d77e5c3
DJ
156042003-01-14 Daniel Jacobowitz <drow@mvista.com>
15605
15606 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
15607
12d2f0a1
DJ
156082003-01-14 Daniel Jacobowitz <drow@mvista.com>
15609
15610 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
15611 dates.
15612
6ca37014
DJ
156132003-01-13 Daniel Jacobowitz <drow@mvista.com>
15614
15615 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
15616
b0023472
DJ
156172003-01-13 Daniel Jacobowitz <drow@mvista.com>
15618
15619 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
15620 (ptype &*"foo").
15621 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
15622
607fbc54 156232003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
15624
15625 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
15626 * gdb.mi/mi1-console.exp: Likewise.
15627
607fbc54 156282003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
15629
15630 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
15631 * gdb.mi/mi1-console.exp: Likewise.
15632
a1fb14a2
DJ
156332003-01-13 Daniel Jacobowitz <drow@mvista.com>
15634
15635 * gdb.c++/overload.exp: Remove some fixed XFAILs.
15636
c4cf40b7
DJ
156372003-01-09 Daniel Jacobowitz <drow@mvista.com>
15638
15639 * gdb.base/detach.exp: New test.
15640
696d5a5b
DJ
156412003-01-09 Daniel Jacobowitz <drow@mvista.com>
15642
15643 * Makefile.in (ALL_SUBDIRS): New variable.
15644 (subdirs, clean, distclean): Use it.
15645 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
15646 regenerating Makefile, since it is generated from the top level.
15647 * gdb.asm/Makefile.in: Likewise.
15648 * gdb.base/Makefile.in: Likewise.
15649 * gdb.c++/Makefile.in: Likewise.
15650 * gdb.disasm/Makefile.in: Likewise.
15651 * gdb.java/Makefile.in: Likewise.
15652 * gdb.mi/Makefile.in: Likewise.
15653 * gdb.threads/Makefile.in: Likewise.
15654 * gdb.trace/Makefile.in: Likewise.
15655
754533e4
DC
156562003-01-09 David Carlton <carlton@math.stanford.edu>
15657
15658 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
15659 Add copyright year 2003.
15660
d8b3e9ee
MC
156612003-01-06 Michael Chastain <mec@shout.net>
15662
15663 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
15664 When selecting a thread, 'line' and 'file' are optional.
15665 * gdb.mi/mi1-pthreads.exp: Likewise.
15666
8e9e0fe6
AS
156672003-01-06 Andreas Schwab <schwab@suse.de>
15668
15669 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
15670 failures.
15671
b5ab8ff3
DJ
156722003-01-04 Daniel Jacobowitz <drow@mvista.com>
15673
15674 Fix PR gdb/844
15675 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
15676 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
15677
15678 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
15679 instead of calling gdb_suppress_entire_file.
15680 * gdb.threads/print-threads.exp: Likewise.
15681 * gdb.threads/schedlock.exp: Likewise.
15682
15683 * gdb.threads/killed.exp: Return instead of calling
15684 gdb_suppress_entire_file.
15685 * gdb.threads/linux-dp.exp: Likewise.
15686 * gdb.threads/pthreads.exp: Likewise.
15687
1e698235
DJ
156882003-01-04 Daniel Jacobowitz <drow@mvista.com>
15689
15690 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
15691 stabs.
15692 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
15693 * gdb.base/whatis.exp: Always allow (void) after function names.
15694
147ff08c
DJ
156952003-01-04 Daniel Jacobowitz <drow@mvista.com>
15696
15697 * gdb.c++/casts.exp: Correct regexp.
15698
dc62bfc2
MK
156992003-01-04 Mark Kettenis <kettenis@gnu.org>
15700
15701 * configure.in: Call AC_CONFIG_HEADER. Don't call
15702 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
15703 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
15704 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
15705 aforementioned directories in the AC_OUPUT call.
15706 * config.hin: New file.
15707 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15708 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
15709 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
15710 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
15711 pass -I$objdir instead of -I$objdir/$subdir in compilation.
15712 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
15713 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
15714 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
15715 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
15716 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
15717 gdb.threads/configure.in, gdb.threads/configure,
15718 gdb.threads/config.in, gdb.trace/configure.in,
15719 gdb.trace/configure: Removed.
15720
77afa639
MC
157212003-01-03 Michael Chastain <mec@shout.net>
15722
15723 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
15724 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
15725
7634bb6e
DJ
157262003-01-03 Daniel Jacobowitz <drow@mvista.com>
15727
15728 * gdb.base/store.exp: Fix regular expressions.
15729
b39c905e
MK
157302002-12-28 Mark Kettenis <kettenis@gnu.org>
15731
15732 * configure.in: Rewrite.
15733 * configure: Regenerated.
15734
0a8551dd
DC
157352003-01-03 David Carlton <carlton@math.stanford.edu>
15736
15737 * gdb.base/psymtab.exp: New file.
15738 * gdb.base/psymtab1.c: Ditto.
15739 * gdb.base/psymtab2.c: Ditto.
15740
c60b7188
AF
157412002-12-23 Adam Fedor <fedor@gnu.org>
15742
15743 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
15744
ee73db83
DC
157452002-12-23 David Carlton <carlton@math.stanford.edu>
15746
15747 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
15748 and current_directory initialization.
15749
d6c1774e
JB
157502002-12-22 Jim Blandy <jimb@redhat.com>
15751
f0a847b8
JB
15752 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
15753 rather than as part of the output file name.
15754
d6c1774e
JB
15755 * gdb.base/attach.exp: There's no need to copy the test program to
15756 /tmp; that was only ever necessary on HP/UX, and this test is
15757 entirely disabled there anyway.
15758
f0708dbb
JB
157592002-12-21 Jim Blandy <jimb@redhat.com>
15760
4c2acfea
JB
15761 * gdb.c++/psmang.exp: Doc fix.
15762
f0708dbb
JB
15763 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
15764 test.
15765
9579e000
DC
157662002-12-20 David Carlton <carlton@math.stanford.edu>
15767
15768 * gdb.c++/annota2.exp: KFAIL annotate-quit.
15769
d1810171
MC
157702002-12-18 Michael Chastain <mec@shout.net>
15771
15772 * gdb.c++/annota2.exp: Add copyright year 2002.
15773
76565097
DC
157742002-12-17 David Carlton <carlton@math.stanford.edu>
15775
15776 * gdb.c++/try_catch.cc: Add marker comments.
15777 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
15778 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
15779 * gdb.c++/m-static.cc: Ditto.
15780 * gdb.c++/m-static1.cc: Ditto.
15781 * gdb.c++/try_catch.cc: Ditto.
15782
da81390b
JJ
157832002-12-16 Jeff Johnston <jjohnstn@redhat.com>
15784
15785 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
15786 to see whether we are using the new -environment-directory
15787 command which resets via -r or the old version of the command
15788 which may prompt the user. Part of fix for gdb/741.
15789
b304d130
AC
157902002-12-13 Andrew Cagney <ac131313@redhat.com>
15791
15792 * gdb.fortran/types.exp: Update obsolete comment.
15793 * gdb.fortran/exprs.exp: Ditto.
15794 * lib/gdb.exp: Delete obsolete code.
15795 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
15796 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
15797 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
15798 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
15799 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
15800 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
15801 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
15802 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
15803 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
15804 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
15805 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
15806 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
15807 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
15808 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
15809 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
15810 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
15811 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
15812 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
15813 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
15814 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
15815 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
15816 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
15817 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
15818 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
15819 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
15820 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
15821 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
15822 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
15823 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
15824 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
15825 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
15826 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
15827 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
15828 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
15829 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
15830 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
15831 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
15832
a23b6e6a
DC
158332002-12-11 David Carlton <carlton@math.stanford.edu>
15834
15835 * gdb.c++/m-data.exp: Add test for members that shadow global
15836 variables: see PR gdb/804.
15837 * gdb.c++/m-data.cc: Ditto.
15838
6604731b
DJ
158392002-12-10 Daniel Jacobowitz <drow@mvista.com>
15840
15841 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
15842
de46ecd7
DC
158432002-12-06 David Carlton <carlton@math.stanford.edu>
15844
15845 * gdb.base/store.c: Don't declare functions static.
15846
27e829d0
AC
158472002-12-04 Andrew Cagney <ac131313@redhat.com>
15848
15849 * gdb.base/store.exp, gdb.base/store.c: New files.
15850
92806416
DJ
158512002-12-03 Daniel Jacobowitz <drow@mvista.com>
15852
15853 * gdb.base/selftest.exp: Update for current gdb.
15854
3bcbaac5
DJ
158552002-12-03 Daniel Jacobowitz <drow@mvista.com>
15856
15857 * gdb.base/maint.exp: Only dump symbols from one source file
15858 or objfile.
15859
f4f00b1f
DJ
158602002-12-03 Daniel Jacobowitz <drow@mvista.com>
15861
15862 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
15863 function call.
15864
f1c8a949
JB
158652002-11-25 Jim Blandy <jimb@redhat.com>
15866
15867 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
15868 function appearing in error message.
15869
9e297a97
DJ
158702002-11-21 Daniel Jacobowitz <drow@mvista.com>
15871
15872 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
15873
1f312e79
JJ
158742002-11-08 Jeff Johnston <jjohnstn@redhat.com>
15875
d63a86f8
RM
15876 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
15877 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
15878 should be in mi console format. This is part of fix for PR gdb/604.
15879
83c31e7d
FN
158802002-09-18 Fernando Nasser <fnasser@redhat.com>
15881
15882 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
15883 which explicitly prints the zero offset as "+0".
15884
322b3f65
DJ
158852002-10-22 Daniel Jacobowitz <drow@mvista.com>
15886
15887 * gdb.threads/schedlock.c (args): Make unsigned.
15888
158892002-10-21 Daniel Jacobowitz <drow@mvista.com>
15890
15891 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
15892 numbers. Allow "foo2|selected stack frame".
15893 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
15894 * gdb.asm/asmsrc2.s: Likewise.
15895 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
15896 comments.
15897 * gdb.asm/mips.inc: New file.
15898
5e2fe5b8
AF
158992002-10-18 Adam Fedor <fedor@gnu.org>
15900
15901 * gdb.base/default.exp: Update expected output to include 'ObjC'.
15902 * gdb.base/help.exp: Likewise.
15903
abe1a5d0
KB
159042002-10-17 Kevin Buettner <kevinb@redhat.com>
15905
15906 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
15907 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
15908
10abb1d4
JB
159092002-10-02 Jim Blandy <jimb@redhat.com>
15910
15911 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
15912
1f609b42
AC
159132002-10-01 Andrew Cagney <ac131313@redhat.com>
15914
15915 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
15916 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
15917 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
15918 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
15919 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
15920 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
15921 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
15922
0aee02e4
AC
159232002-09-29 Andrew Cagney <ac131313@redhat.com>
15924
15925 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
15926 * mi0-disassemble.exp, mi0-eval.exp: Delete.
15927 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
15928 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
15929 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
15930 * mi0-var-block.exp, mi0-var-child.exp: Delete.
15931 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 15932
6fde09ad
KB
159332002-09-27 Kevin Buettner <kevinb@redhat.com>
15934
15935 * gdb.base/annota1.exp (info break): Make directory components of
15936 path optional since not all compilers emit this debug information.
15937
889bf7c5
PA
15938 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
15939 step ends up stepping out of the function instead of stopping on
15940 the epilogue.
6fde09ad 15941
9e8aab75
KS
159422002-09-26 Keith Seitz <keiths@redhat.com>
15943
15944 * lib/insight-support.exp (gdbtk_start): Figure out where
15945 the insight executable is based on where gdb is. Use this
15946 executable to start insight instead of gdb.
15947
e36180d7
AC
159482002-09-25 Andrew Cagney <cagney@redhat.com>
15949
15950 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
15951
9dd34b2b
AC
159522002-09-24 Andrew Cagney <ac131313@redhat.com>
15953
15954 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15955 test_isolated_complaints.
15956 (test_empty_complaint): New function.
15957 (test_empty_complaints): New function. Check no output when no
15958 complaints.
d63a86f8 15959
dea97812
KB
159602002-09-19 Jim Blandy <jimb@redhat.com>
15961
a9c64011 15962 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 15963
54951bd7
AC
159642002-09-19 Andrew Cagney <ac131313@redhat.com>
15965
15966 * gdb.gdb/complaints.exp: New file.
15967
dec43320
AC
159682002-09-18 Andrew Cagney <ac131313@redhat.com>
15969
15970 * gdb.base/maint.exp: Check `help maint internal-warning'.
15971
e70d6e3f
DC
159722002-09-18 David Carlton <carlton@math.stanford.edu>
15973
15974 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15975 numbers, and replace them by a single breakpoint after the
15976 constructors are all finished.
15977 Add test 4.
15978 * gdb.c++/m-static.cc: Add test 4.
15979 * gdb.c++/m-static.h: New file.
15980 * gdb.c++/m-static1.cc: New file.
15981
15982 * gdb.c++/printmethod.exp: New file.
15983 * gdb.c++/printmethod.cc: New file.
15984
15985 * gdb.c++/pr-574.exp: New file.
15986 * gdb.c++/pr-574.cc: New file.
15987
afb5c968
CV
159882002-09-18 Corinna Vinschen <vinschen@redhat.com>
15989
15990 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15991 embedded targets which never actually exit.
15992
31e45dee
FN
159932002-09-18 Fernando Nasser <fnasser@redhat.com>
15994
15995 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15996 "don't step after run" as unresolved or unsupported, instead of xfail.
15997
a283c5a1
CV
159982002-09-18 Corinna Vinschen <vinschen@redhat.com>
15999
16000 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
16001 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
16002 Add newline to expected string in "step out of main (status wrapper)"
16003 case.
16004
11350d2a
CV
160052002-09-18 Corinna Vinschen <vinschen@redhat.com>
16006
16007 * lib/gdb.exp (rerun_to_main): Allow restarting application.
16008 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
16009
0deec7d6
TT
160102002-09-17 Tom Tromey <tromey@redhat.com>
16011
16012 * gdb.base/printcmds.exp (test_print_string_constants): Expect
16013 \000, not \0, in double-quoted string.
16014
b2b4a1b5
CV
160152002-09-14 Corinna Vinschen <vinschen@redhat.com>
16016
c9d37158 16017 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
16018 string after running the commands execution on breakpoint tests.
16019
1c56143a
CV
160202002-09-13 Corinna Vinschen <vinschen@redhat.com>
16021
16022 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
16023
37f8da45
JB
160242002-09-12 Joel Brobecker <brobecker@gnat.com>
16025
16026 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
16027
08b468e0
KS
160282002-09-10 Keith Seitz <keiths@redhat.com>
16029
16030 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
16031 runto proc.
16032 (mi_run_to_main): Use mi_runto.
16033 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
16034
dc360f58
KS
160352002-09-10 Keith Seitz <keiths@redhat.com>
16036
16037 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
16038 regexp for stopping at main. Could have multiple event notifications.
16039 Don't assume that main was declared with no parameters.
16040 (mi_next): Use mi_step_to.
16041 (mi_step): Use mi_next_to.
16042
ce3abcfb
CV
160432002-09-09 Corinna Vinschen <vinschen@redhat.com>
16044
16045 * gdb.base/default.exp: Fix expected string in `info float' test.
16046
d1f5b980
BE
160472002-09-09 Ben Elliston <bje@redhat.com>
16048
16049 * config/mips.exp: Update comments.
16050 * config/mips-idt.exp: Likewise.
16051 * config/nind.exp: Likewise.
16052 * config/slite.exp: Likewise.
16053 * config/sparclet.exp: Likewise.
16054 * config/udi.exp: Likewise.
16055 * config/vx.exp: Likewise.
16056 * config/vxworks29k.exp: Likewise.
16057
2f71430b
JB
160582002-09-05 Jim Blandy <jimb@redhat.com>
16059
16060 * gdb.threads/killed.exp: Fix test failure message.
16061
7ddebc7e
KS
160622002-09-04 Keith Seitz <keiths@redhat.com>
16063
16064 * lib/mi-support.exp: Update copyright.
16065 (mi_gdb_test): Increase the priority of the expected pattern
16066 so that it matches gdb_test.
16067
0ae67eb3
KS
160682002-09-03 Keith Seitz <keiths@redhat.com>
16069
16070 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
16071 Use integer comparison instead of string comparison for testing
16072 whether binary was built.
16073
38fc42c8
JB
160742002-09-03 Jim Blandy <jimb@redhat.com>
16075
16076 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
16077
b6ff0e81
JB
160782002-08-29 Jim Blandy <jimb@redhat.com>
16079
16080 * gdb.threads/pthreads.exp: Move the portable thread compilation
16081 code into a function in lib/gdb.exp, and call that from here.
16082 * lib/gdb.exp (gdb_compile_pthreads): New function.
16083
07c98896
KS
160842002-08-29 Keith Seitz <keiths@redhat.com>
16085
16086 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
16087 expect_out so that callers can get at it.
16088
0312286c
DJ
160892002-08-23 Daniel Jacobowitz <drow@mvista.com>
16090
16091 * gdb.threads/print-threads.c: New file.
16092 * gdb.threads/print-threads.exp: New file.
16093 * gdb.threads/schedlock.c: New file.
16094 * gdb.threads/schedlock.exp: New file.
16095
dd039bc4
EZ
160962002-08-22 Elena Zannoni <ezannoni@redhat.com>
16097
a9c64011
AS
16098 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
16099 not altivec.c.
dd039bc4 16100
1f36144c
MK
161012002-08-17 Mark Kettenis <kettenis@gnu.org>
16102
16103 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
16104 targets. The problem should be fixed now.
16105
16057ec7 161062002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
16107
16108 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
16109 2002-07-24 change that removes final dots from error messages.
16110
3c1499ad
TT
161112002-08-13 Tom Tromey <tromey@redhat.com>
16112
16113 * gdb.base/readline.exp: New file.
16114
a20ce2c3
AC
161152002-08-01 Andrew Cagney <ac131313@redhat.com>
16116
16117 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
16118 supress message.
16119
db034ac5
AC
161202002-08-01 Andrew Cagney <cagney@redhat.com>
16121
16122 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
16123 CHILL_FOR_TARGET and CHILL_LIB.
16124 * configure.in (configdirs): Remove gdb.chill.
16125 * configure: Regenerate.
16126 * lib/gdb.exp: Obsolete references to chill.
16127 * gdb.fortran/types.exp: Ditto.
16128 * gdb.fortran/exprs.exp: Ditto.
16129
3e000b18
KB
161302002-07-30 Kevin Buettner <kevinb@redhat.com>
16131
16132 * gdb.base/shlib-call.exp (additional_flags): Conditionally
16133 set Irix-specific compile and link flags.
16134
28f4966b
KB
161352002-07-29 Kevin Buettner <kevinb@redhat.com>
16136
16137 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
16138 source files. The ``-o'' option doesn't work with the ``-E'' option
16139 when using the Irix compiler.
16140
46c0d5a6
DJ
161412002-07-19 Daniel Jacobowitz <drow@mvista.com>
16142
16143 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
16144 Improve support for reusing an exec file. Copy exec file
16145 to target, and run gdbserver on the target instead of on the host.
16146
eecf4bed
JB
161472002-07-18 Jim Blandy <jimb@redhat.com>
16148
0f815cdf
JB
16149 * gdb.base/ending-run.exp: Don't expect to see the program end in
16150 some orderly fashion when we're running on a real stand-alone
16151 board.
16152
eecf4bed
JB
16153 * gdb.base/interrupt.exp: Correct logic for skipping tests on
16154 targets that don't support interrupts.
16155
52d309e4
JB
161562002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
16157
16158 * gdb.base/attach.exp: Add patterns to match output from /proc-based
16159 systems.
16160 Move comments in expect statements to inside the actions, so that they
16161 don't get matched against.
16162
ff683d9e
MK
161632002-07-10 Mark Kettenis <kettenis@gnu.org>
16164
16165 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
16166 function when asleep" test.
16167
b5356753
AC
161682002-07-10 Andrew Cagney <ac131313@redhat.com>
16169
16170 * gdb.base/page.exp: Rewrite to handle problems with very long
16171 `info set' output. Update copyright.
16172
6aa4d13a
AC
161732002-06-26 Andrew Cagney <ac131313@redhat.com>
16174
16175 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
16176 gdb.threads-hp.
16177 * gdb.hp/configure: Regenerate.
16178 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
16179 * gdb.hp/gdb.threads-hp/configure: Delete file.
16180 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
16181
8cf8c2b8
AC
161822002-06-22 Andrew Cagney <ac131313@redhat.com>
16183
16184 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
16185 setlocale, bindtextdomain and textdomain.
16186
6827a8f8
JB
161872002-06-11 Jim Blandy <jimb@redhat.com>
16188
919d772c
JB
16189 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
16190 preprocessor macro information is present.
16191
6827a8f8
JB
16192 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
16193 tests.
16194
c15b0d21
MS
161952002-06-06 Michael Snyder <msnyder@redhat.com>
16196
c5984d70
MS
16197 * gdb.base/overlays.exp: Record addresses of overlay
16198 functions in TCL variables rather than in GDB variables,
16199 to avoid having GDB convert them to pointers (with loss
16200 of information).
16201
d63a86f8 16202 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 16203 default linker script changes.
c15b0d21
MS
16204 * gdb.base/long_long.exp: Add check for sizeof (long double).
16205
be26fe0d
ML
162062002-06-06 Michal Ludvig <mludvig@suse.cz>
16207
16208 * gdb.asm/asm-source.exp: Add x86-64 target.
16209 * gdb.asm/x86_64.inc: New.
d63a86f8 16210
258093ca 162112002-05-30 Michael Chastain <mec@shout.net>
258093ca 16212
4b3153f1 16213 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
16214 * gdb.c++/m-static.cc: New file.
16215 * gdb.c++/m-static.exp: New file.
16216
241264c6
MS
162172002-05-28 Michael Snyder <msnyder@redhat.com>
16218
16219 * gdb.base/call-ar-st.exp: Allow for reduced floating point
16220 precision.
16221
9bba8c8f 162222002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 16223
4b3153f1 16224 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
16225 * gdb.c++/m-data.cc: New file.
16226 * gdb.c++/m-data.exp: New file.
16227
162282002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 16229
4b3153f1 16230 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 16231 * gdb.c++/try_catch.cc: New file.
d63a86f8 16232 * gdb.c++/try_catch.exp: New file.
9bba8c8f 16233
def1b996
MC
162342002-05-27 Michael Chastain <mec@shout.net>
16235
16236 * gdb.c++/local.exp: Accept more nested types in output.
16237
522ba268
MC
162382002-05-26 Michael Chastain <mec@shout.net>
16239
16240 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
16241
277254ba
MS
162422002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
16243
16244 * lib/gdb.exp (gdb_wrapper_init): Just because
16245 gdb_wrapper_file exists, this does not mean that the file
16246 should not be rebuilt. That is what gdb_wrapper_initialized
16247 is for.
16248 (default_gdb_init): Reset gdb_wrapper_initialized.
16249
b61a8733
MS
162502002-05-23 Michael Snyder <msnyder@redhat.com>
16251
d63a86f8 16252 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
16253 the precision of the floating point test results.
16254 * gdb.base/call-rt-st.exp: Ditto.
16255
b61a8733
MS
16256 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
16257 * gdb.base/call-rt-st.exp: Ditto.
16258
56f6e910
MC
162592002-05-19 Michael Chastain <mec@shout.net>
16260
16261 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
16262
ad0b0016
EZ
162632002-05-19 Elena Zannoni <ezannoni@redhat.com>
16264
a9c64011
AS
16265 * configure.in (configdirs): Add gdb.arch.
16266 * configure: Regenerate.
ad0b0016 16267
f617d2b6
JB
162682002-05-17 Jim Blandy <jimb@redhat.com>
16269
16270 * gdb.base/completion.exp: Recognize the more detailed error
16271 messages produced by the macro expander's lexical analyzer.
16272
eac2a696
EZ
162732002-05-14 Elena Zannoni <ezannoni@redhat.com>
16274
a9c64011
AS
16275 * gdb.arch/altivec-abi.c: New file.
16276 * gdb.arch/altivec-abi.exp: New file.
16277 * gdb.arch/altivec-regs.c: New file.
16278 * gdb.arch/altivec-regs.exp: New file.
eac2a696 16279
2fdde8f8
DJ
162802002-05-14 Daniel Jacobowitz <drow@mvista.com>
16281
16282 * gdb.base/maint.exp (maint print type): Update for new type
16283 structure.
d63a86f8 16284
e31f1a7c
EZ
162852002-05-14 Elena Zannoni <ezannoni@redhat.com>
16286
16287 * gdb.arch: New directory.
16288 * gdb.arch/configure.in: New file.
16289 * gdb.arch/configure: New file.
16290 * gdb.arch/Makefile.in: New file.
16291
db589741
CV
162922002-05-13 Corinna Vinschen <vinschen@redhat.com>
16293
16294 * gdb.asm/asm-source.exp: Add v850 as supported target.
16295 * gdb.asm/v850.inc: New file.
16296
8ce2a7dc
DJ
162972002-05-13 Daniel Jacobowitz <drow@mvista.com>
16298
16299 * gdb.c++/annota2.exp (annotate-quit): Add comment.
16300
df763c7f
DJ
163012002-05-12 Daniel Jacobowitz <drow@mvista.com>
16302
16303 * gdb.base/break.exp: Check 'break "marker2"'.
16304
377daeed
MS
163052002-05-10 Michael Snyder <msnyder@redhat.com>
16306
16307 * gdb.base/long_long.exp: Fix typo.
16308
c4b7bc2b
JB
163092002-05-10 Jim Blandy <jimb@redhat.com>
16310
ecac9a4e
JB
16311 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
16312 a bug.
16313
c4b7bc2b
JB
16314 * gdb.base/printcmds.exp (test_integer_literals_rejected):
16315 Recognize more detailed error message produced by the macro
16316 expander's lexical analyzer.
16317 * lib/gdb.exp (test_print_reject): Same.
16318
e71019a1
MK
163192002-05-09 Mark Kettenis <kettenis@gnu.org>
16320
16321 * gdb.c++/method.exp: Fix typo.
16322
fedfc8e6
MS
163232002-05-08 Michael Snyder <msnyder@redhat.com>
16324
166a1957
MS
16325 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
16326 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 16327 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
16328 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
16329 Add iftarget clause for strongarm.
d63a86f8 16330
f1c47eb2
MS
163312002-05-06 Michael Snyder <msnyder@redhat.com>
16332
cb9a9d3e
MS
16333 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
16334 (gdb_continue_to_end): Accept output from status wrapper.
16335 * gdb.base/ending-run.exp: Add case for output from status wrapper.
16336 Clean up fail messages to match pass messages.
16337
f1c47eb2
MS
16338 Enable the "needs_status_wrapper" testsuite feature.
16339 * lib/gdb.exp (gdb_wrapper_init): New procedure.
16340 (gdb_compile): Conditionally call gdb_wrapper_init.
16341 * gdb.base/a2-run.exp: Recognize output from status wrapper.
16342 * gdb.c++/method.exp: Recognize output from status wrapper.
16343
6079c749
BE
163442002-05-06 Ben Elliston <bje@redhat.com>
16345From Graydon Hoare <graydon@redhat.com>
16346
16347 * config/sid.exp: Include support for "rawsid" protocol.
16348
188baff3
JB
163492002-05-03 Jim Blandy <jimb@redhat.com>
16350
16351 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
16352 * gdb.c++/hang3.C: New file.
16353
b9c07f0f
AC
163542002-05-04 Andrew Cagney <ac131313@redhat.com>
16355
16356 * gdb.base/default.exp: Remove obsolete code.
16357 * gdb.c++/misc.exp: Ditto. Update copyright.
16358 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
16359 * gdb.base/whatis.exp: Ditto. Update copyright.
16360 * gdb.base/scope.exp: Ditto. Update copyright.
16361 * gdb.base/ptype.exp: Ditto. Update copyright.
16362 * gdb.base/printcmds.exp: Ditto. Update copyright.
16363 * gdb.base/opaque.exp: Ditto. Update copyright.
16364 * gdb.base/list.exp: Ditto.
16365 * gdb.base/funcargs.exp: Ditto. Update copyright.
16366 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
16367 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
16368 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
16369 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
16370 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
16371 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
16372
5c7a0397
MS
163732002-05-02 Michael Snyder <msnyder@redhat.com>
16374
d6dcc264 16375 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
16376 * gdb.base/long_long.exp: Add xscale target.
16377 * gdb.base/default.exp: Add xscale target.
16378
eb7f1c48
JB
163792002-05-01 Jim Blandy <jimb@redhat.com>
16380
16381 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
16382 gdb.c++/hang.exp: New test.
16383
a6befae8
FF
163842002-05-01 Fred Fish <fnf@redhat.com>
16385
16386 * gdb.base/completion.exp: Handle completions of "./Make" for
16387 more than one completion possibility, as is the case when we
16388 build and test in the source tree.
16389
0a310277
AG
163902002-04-29 Anthony Green <green@redhat.com>
16391
16392 * gdb.java/jmisc1.exp: New file.
16393 * gdb.java/jmisc2.exp: New file.
16394
6ff9af88
DJ
163952002-04-24 Daniel Jacobowitz <drow@mvista.com>
16396
16397 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
16398
96b3d632
EZ
163992002-04-23 Elena Zannoni <ezannoni@redhat.com>
16400
16401 * gdb.base/help.exp: Change 'help status' to allow for target
16402 dependent output differences.
16403
5019bb54
MC
164042002-04-22 Michael Chastain <mec@shout.net>
16405
16406 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
16407
a805a116
MC
164082002-04-22 Michael Chastain <mec@shout.net>
16409
16410 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
16411
a1706bfd
DM
164122002-04-17 David S. Miller <davem@redhat.com>
16413
16414 * gdb.asm/sparc64.inc: New file.
16415 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
16416
a73a20a2
EZ
164172002-04-19 Elena Zannoni <ezannoni@redhat.com>
16418
16419 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
16420 instruction file directly into the build tree. Clean up at end of
16421 test.
16422
ba678339
DM
164232002-04-18 David S. Miller <davem@redhat.com>
16424
16425 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
16426 handle 64-bit platforms correctly.
16427 * gdb.base/maint.exp: Likewise.
16428
b03399da
KB
164292002-04-18 Kevin Buettner <kevinb@redhat.com>
16430
16431 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
16432 ``-fpic'' when compiling files comprising a shared library, but
16433 it does need additional linker flags in order to find shared
16434 libraries at run time.
16435
e2004992
KB
164362002-04-18 Kevin Buettner <kevinb@redhat.com>
16437
16438 * gdb.base/cvexpr.c (use): New function.
16439 (main): Invoke use() on all global variables to prevent
16440 some linkers from deleting these otherwise unused symbols.
16441
d8937120
MC
164422002-04-17 Michael Chastain <mec@shout.net>
16443From David S. Miller <davem@redhat.com>
16444
16445 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
16446 handle 64-bit platforms correctly.
16447
ffd61a58
MS
164482002-04-12 Michael Snyder <msnyder@redhat.com>
16449From Jim Blandy <jimb@redhat.com>
a9c64011 16450 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
16451 script can handle this instead.
16452 * gdb.base/bar.c (barx): Same.
16453 * gdb.base/baz.c (bazx): Same.
16454 * gdb.base/grbx.c (grbxx): Same.
16455
16456 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
16457 manager doesn't automatically unmap overlays unnecessarily.
16458
6b8426a6
MH
164592002-04-10 Martin M. Hunt <hunt@redhat.com>
16460
16461 * gdb.base/ending-run.exp: Fix pattern for Mips targets
16462 stepping out of main.
16463
34af4875
MC
164642002-04-09 Michael Chastain <mec@shout.net>
16465
16466 * gdb.c++/local.cc (main): Move call to marker1() inside nested
16467 scope so that the nested scope tests will make sense.
16468 * gdb.c++/local.exp: Write patterns that actually work with gcc
16469 (the HP patterns "were never known to work with gcc").
16470 Keep the old aCC patterns too.
16471
2d1676a0
DJ
164722002-04-09 Daniel Jacobowitz <drow@mvista.com>
16473
16474 * gdb.base/attach.exp: Correct target board test.
16475
3a63e3f9
MC
164762002-04-08 Michael Chastain <mec@shout.net>
16477
16478 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
16479 in a const method. Add some xfail and fail cases for configurations
16480 that do not emit the "const ...".
16481
f18dabd2
MC
164822002-04-07 Michael Chastain <mec@shout.net>
16483
16484 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
16485 Accept "A * const" and "const A * const" as type of "this".
16486 Fix spelling of getFunky throughout. Make messages uniform.
16487
0fcddd82
EZ
164882002-04-07 Elena Zannoni <ezannoni@redhat.com>
16489
a9c64011 16490 Work around for PR gdb/285:
0fcddd82
EZ
16491 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
16492
16a8534a
EZ
164932002-04-07 Elena Zannoni <ezannoni@redhat.com>
16494
16495 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
16496 instructions file at run time instead of configure time.
16497 Sometimes we run the test in a directory that is not the one we
16498 configured in.
16499 * gdb.asm/configure.in: Delete creation of symlink.
16500 * gdb.asm/configure: Regenerate.
16501
24181d81
JB
165022002-04-05 J. Brobecker <brobecker@gnat.com>
16503
16504 * gdb.gdb/xfullpath.exp: New test, to exercise the new
16505 xfullpath () function.
16506
7cdb7107
DJ
165072002-04-04 Daniel Jacobowitz <drow@mvista.com>
16508
16509 * gdb.asm/Makefile.in: Correct dependencies.
16510
16511 * gdb.asm/powerpc.inc: New file.
16512 * gdb.asm/asm-source.exp: Add PowerPC.
16513 * gdb.asm/configure.in: Likewise.
16514 * gdb.asm/configure: Regenerated.
16515
a7d17088
DJ
165162002-04-04 Daniel Jacobowitz <drow@mvista.com>
16517
16518 * gdb.base/relocate.exp: New file.
16519 * gdb.base/relocate.c: New file.
16520
cd721503
FF
165212002-04-04 Fred Fish <fnf@redhat.com>
16522
16523 * gdb.base/step-test.exp: Update comment regarding stopping in
16524 memcpy/bcopy calls inserted as part of the compiler runtime.
16525
b22ad7a7
MS
165262002-04-04 Michael Snyder <msnyder@redhat.com>
16527
16528 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
16529
5f279fa6
DJ
165302002-04-03 Daniel Jacobowitz <drow@mvista.com>
16531
16532 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
16533 (gdb_expect): Remove $notransfer hack.
16534
dd0fd3ce
DJ
165352002-04-02 Daniel Jacobowitz <drow@mvista.com>
16536
16537 * gdb.c++/classes.exp ("calling method for small class"): Match
16538 updated register output.
16539
1e50cda1
DJ
165402002-03-30 Daniel Jacobowitz <drow@mvista.com>
16541
16542 Fix PR gdb/452
16543 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
16544 when finished. Make gdb_file_cmd send "exec-file" when
16545 appropriate.
16546
24015922
DJ
165472002-03-30 Daniel Jacobowitz <drow@mvista.com>
16548
16549 * gdb.base/attach.exp: Remove extra setup_xfail.
16550
dd7dfd64
MS
165512002-03-26 Michael Snyder <msnyder@redhat.com>
16552
16553 * gdb.base/default.exp: Add tests for dump, append, and restore.
16554 * gdb.base/help.exp: Add tests for dump, append, and restore.
16555 * gdb.base/dump.exp: New file, test dump, append and restore.
16556 * gdb.base/dump.c: New file.
16557
48b2f8d7
MS
165582002-03-27 Michael Snyder <msnyder@redhat.com>
16559
d63a86f8 16560 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
16561 clean-ups in help messages.
16562
05b4d525
FF
165632002-03-26 Fred Fish <fnf@redhat.com>
16564
16565 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
16566 have debugging info for those functions and the compiler uses them
16567 internally to copy structs around.
16568
d7679631
FF
165692002-03-26 Fred Fish <fnf@redhat.com>
16570
16571 * gdb.base/list.exp: Revert the change made yesterday and add note
16572 about why we don't list the default lines for remote targets.
16573
523ac3f9
MS
165742002-03-25 Michael Snyder <msnyder@redhat.com>
16575
16576 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
16577
754b2b8d
FF
165782002-03-25 Fred Fish <fnf@redhat.com>
16579
16580 * gdb.base/list.exp: This test works on remote targets so remove
16581 the short circuit for remote targets. Update copyright.
16582
33c3e192
FF
165832002-03-25 Fred Fish <fnf@redhat.com>
16584
16585 * gdb.base/attach.exp: Fix logic error that was suppressing this
16586 test for all non hppa*-*-hpux* targets, instead of the hp target.
16587 Move comments closer to the suppression point. Also now need to
16588 check that we are running natively.
16589
d43e73ee
MS
165902002-03-22 Michael Snyder <msnyder@redhat.com>
16591
882c8f02
MS
16592 * gdb.base/default.exp: Add test for gcore. Update copyright.
16593 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 16594
04c12f60
FF
165952002-03-06 Fred Fish <fnf@redhat.com>
16596
16597 * gdb.base/funcargs.c: Remove extraneous ';' character.
16598 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
16599
b43df995
MC
166002002-03-04 Michael Chastain <mec@shout.net>
16601
16602 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
16603 accommodate gcc v3 function signature.
16604 * gdb.mi/mi0-var-cmd-exp: Ditto.
16605
92362027
AC
166062002-02-24 Andrew Cagney <ac131313@redhat.com>
16607
16608 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
16609 ``GNU/Linux'' or ``Linux kernel''
16610 * testsuite/gdb.threads/pthreads.c: Ditto.
16611
258ad32d
MC
166122002-02-24 Michael Chastain <mec@shout.net>
16613
16614 * gdb.threads/pthreads.c (thread1): Add a return statement.
16615 (thread2): Likewise.
16616 (foo): Likewise.
16617
04c3b3d4
MC
166182002-02-23 Michael Chastain <mec@shout.net>
16619
16620 * gdb.threads/linux-dp.c (philosopher): Add a return statement
16621 to placate gcc.
16622
5a2a0a20
MC
166232002-02-23 Michael Chastain <mec@shout.net>
16624
16625 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
16626 test "ptype bint". The test passes on all my stabs configurations.
16627
a640f7fc
JB
166282002-02-21 Jim Blandy <jimb@redhat.com>
16629
27924826
JB
16630 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
16631 filename at a time, and watch for the ones we want to see.
16632
a640f7fc
JB
16633 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
16634 types of pointers to prototyped functions.
16635
edcc8c75
AC
166362002-02-20 Andrew Cagney <ac131313@redhat.com>
16637
16638 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
16639 signed, unsigned and straight char.
16640 (padding_char, padding_short, padding_int, padding_long,
16641 padding_long_long, padding_float, padding_double,
16642 padding_long_double): New global variables.
16643 (fill, fill_structs): New functions.
16644
16645 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
16646 for correctly sized writes. Update copyright.
16647 (get_valueof): New procedure.
16648 (get_sizeof): Call get_valueof.
16649 (check_valueof): New procedure.
16650 (check_padding): New procedure.
16651
ac57ea44
MC
166522002-02-20 Michael Chastain <mec@shout.net>
16653
16654 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
16655 to setup_xfail. Document some of the remaining calls.
16656
7a10c941
MC
166572002-02-18 Michael Chastain <mec@shout.net>
16658
16659 * gdb.c++/userdef.exp: Update copyright year.
16660
fb8acdcc
DJ
166612002-02-18 Daniel Jacobowitz <drow@mvista.com>
16662
16663 * gdb.c++/userdef.exp: Test overloaded operators properly.
16664 Remove xfails.
16665
fda6ae12
MS
166662002-02-14 Michael Snyder <msnyder@redhat.com>
16667
16668 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
16669
676a0442
DJ
166702002-02-14 Daniel Jacobowitz <drow@mvista.com>
16671
16672 * gdb.base/a2-run.exp: Check for a remote target properly.
16673 * gdb.base/annota1.exp: Likewise.
16674 * gdb.base/list.exp: Likewise.
16675 * gdb.base/reread.exp: Likewise.
16676 * gdb.base/scope.exp: Likewise.
16677 * gdb.base/shlib-call.exp: Likewise.
16678 * gdb.base/term.exp: Likewise.
16679 * gdb.c++/annota2.exp: Likewise.
16680
78b4f468
RE
166812002-02-13 Richard Earnshaw <rearnsha@arm.com>
16682
16683 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
16684
9a81ba51
MC
166852002-02-10 Michael Chastain <mec@shout.net>
16686
16687 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
16688 (call_after_alloca): Ditto.
16689
004af6c7
DJ
166902002-02-10 Daniel Jacobowitz <drow@mvista.com>
16691
16692 * gdb.base/ending-run.exp: Guard "cont" test with
16693 gdb_skip_stdio_test.
16694
37225f62
JB
166952002-02-06 Jim Blandy <jimb@redhat.com>
16696
16697 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
16698 from here...
16699 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
16700 To here. Disable this test on non-HP platforms. Add big comment.
16701
fe6fdd96
MS
167022002-02-04 Michael Snyder <msnyder@redhat.com>
16703
16704 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
16705 other than d10v and m32r.
16706
036fad3f
RE
167072002-02-02 Richard Earnshaw <rearnsha@arm.com>
16708
16709 * gdb.base/default.exp: Rewrite test patterns to reduce time
16710 taken to match them.
16711
7148ab62
DJ
167122002-01-30 Daniel Jacobowitz <drow@mvista.com>
16713
16714 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
16715 Allow a start function above main.
16716 * gdb.threads/linux-dp.exp: Fix copyright date.
16717
396cc255
DJ
167182002-01-30 Daniel Jacobowitz <drow@mvista.com>
16719
a9c64011
AS
16720 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
16721 (check_philosopher_stack): Check for manager thread before checking
16722 for a just-starting thread.
396cc255 16723
f038d31b
DJ
167242002-01-30 Daniel Jacobowitz <drow@mvista.com>
16725
16726 From Neil Booth <neil@daikokuya.demon.co.uk>:
16727 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
16728 warnings.
16729
b3ff9d9a
FF
167302002-01-21 Fred Fish <fnf@redhat.com>
16731
16732 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
16733 not caller.
16734
39ad761d
JB
167352002-01-21 Jim Blandy <jimb@redhat.com>
16736
16737 * gdb.base/reread.exp: Check that GDB properly re-reads the
16738 executable file when it changes while no inferior is running.
16739
aaf320fa
FF
167402002-01-21 Fred Fish <fnf@redhat.com>
16741
a9c64011
AS
16742 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
16743 optionally accept the "shlib events" variation.
aaf320fa 16744
808a31f5
JB
167452002-01-21 Jim Blandy <jimb@redhat.com>
16746
16747 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
16748 call `fflush' after every `printf', so that the output is produced
16749 at predictable points, regardless of whatever buffering does (or
16750 doesn't) take place.
16751 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
16752 at different points.
16753
4420d5e2
DJ
167542002-01-20 Daniel Jacobowitz <drow@mvista.com>
16755
16756 * gdb.c++/inherit.exp: Update copyright years.
16757 * gdb.c++/method.exp: Likewise.
16758
3e36a0f4
DJ
167592002-01-20 Daniel Jacobowitz <drow@mvista.com>
16760
16761 * gdb.c++/classes.exp: Update for improved v3 support and skipping
16762 artificial methods/arguments.
16763 * gdb.c++/derivation.exp: Likewise.
16764 * gdb.c++/inherit.exp: Likewise.
16765 * gdb.c++/method.exp: Likewise.
16766 * gdb.c++/virtfunc.exp: Likewise.
16767
b4ceaee6
AC
167682002-01-18 Andrew Cagney <ac131313@redhat.com>
16769
16770 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
16771 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
16772 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
16773 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
16774 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
16775 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
16776
ecace851
JB
167772002-01-17 Jim Blandy <jimb@redhat.com>
16778
16779 * gdb.asm/asm-source.exp (info symbol): Take another shot at
16780 anchoring the pattern matching the entry point symbol's name.
16781
375fc983
AC
167822002-01-17 Andrew Cagney <ac131313@redhat.com>
16783
16784 * gdb.base/maint.exp: Update ``maint internal-error'' to match
16785 continue/quit query. Update copyright.
16786
fe6fdd96
MS
167872002-01-14 Michael Snyder <msnyder@redhat.com>
16788
16789 * gdb.base/gcore.exp: Remove extra debugging output.
16790
e017c81f
DJ
167912002-01-13 Daniel Jacobowitz <drow@mvista.com>
16792
16793 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
16794 for slightly dubious v2 mangled string.
16795
37ab3bf8
DJ
167962002-01-13 Daniel Jacobowitz <drow@mvista.com>
16797
16798 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
16799
1bc05c3a 168002002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 16801
1bc05c3a 16802 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 16803
1bc05c3a
JM
16804 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
16805 constructors.
16806 * gdb.c++/derivation.exp: Likewise.
16807 * gdb.c++/templates.exp: Likewise.
16808 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 16809
1bc05c3a
JM
168102002-01-10 Michael Snyder <msnyder@redhat.com>
16811
16812 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 16813
a911c360
MS
168142002-01-08 Michael Snyder <msnyder@redhat.com>
16815
16816 * gdb.base/gcore.exp: New test for generate-core-file command.
16817 * gdb.base/gcore.c: Testcase for above.
16818 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
16819
ea2119ec
JM
168202002-01-08 Jason Merrill <jason@redhat.com>
16821
16822 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
16823
68203136
FF
168242002-01-07 Fred Fish <fnf@redhat.com>
16825
16826 * gdb.c++/overload.exp: Remove unconditional xfails for:
16827 print foo_instance1.overloadargs(1)
16828 print foo_instance1.overloadargs(1, 2)
16829 print foo_instance1.overloadargs(1, 2, 3)
16830 print foo_instance1.overloadargs(1, 2, 3, 4)
16831 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
16832 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
16833 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
16834 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
16835 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
16836 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
16837 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
16838 print foo_instance1.overload1arg()
16839 print foo_instance1.overload1arg((char)arg2)
16840 print foo_instance1.overload1arg((signed char)arg3)
16841 print foo_instance1.overload1arg((unsigned char)arg4)
16842 print foo_instance1.overload1arg((int)arg7)
16843 print foo_instance1.overload1arg((unsigned int)arg8)
16844 print foo_instance1.overload1arg((float)arg11)
16845 print foo_instance1.overload1arg((double)arg12)
d63a86f8 16846
21b9b5b1
MS
168472002-01-07 Michael Snyder <msnyder@redhat.com>
16848
16849 * gdb.base/huge.exp: New test. Print a very large target data object.
16850 (skip_huge_test): New test variable. Define if you want to skip this
16851 test. The test reads an 8 megabyte data object from the target, so it
16852 might be very time consuming on remote targets with a slow connection.
16853 * gdb.base/huge.c: New file. Test case for above.
16854
725f922e
FF
168552002-01-07 Fred Fish <fnf@redhat.com>
16856
16857 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
16858 g_instance.bfoo, and g_instance.cfoo.
16859
889bf7c5 168602002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 16861
889bf7c5
PA
16862 * gdb.base/break.c (multi_line_if_conditional): New function.
16863 (multi_ilne_while_conditional): Likewise.
16864 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
16865 IF or WHILE condition puts the breakpoint at the start of
16866 the condition.
f286b2c3 16867
634d57ec
JL
16868 * gdb.base/selftest.exp (backtrace through signal handler): Remove
16869 hppa*-*-hpux* expected failure.
16870 * gdb.base/structs.exp (do_function_calls): Similarly.
16871
16872 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
16873 watchpoints.
16874
9fbfe2dc
AC
168752002-01-06 Andrew Cagney <ac131313@redhat.com>
16876
16877 Fix PR gdb/66.
16878 * gdb.base/structs.exp: Replace skip for a29k with skip for
16879 gdb,cannot_call_functions.
16880 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
16881 * gdb.base/callfuncs.exp: Ditto.
16882 * gdb.base/call-rt-st.exp: Ditto.
16883 * gdb.base/call-strs.exp: Ditto.
16884 * gdb.base/callfwmall.exp: Ditto.
16885 * gdb.base/scope.exp: Obsolete xfail a29k.
16886 * gdb.c++/misc.exp: Ditto.
16887 * gdb.c++/cplusfuncs.exp: Ditto.
16888 * gdb.base/ptype.exp: Ditto.
16889 * gdb.base/printcmds.exp: Ditto.
16890 * gdb.base/opaque.exp: Ditto.
16891 * gdb.base/list.exp: Ditto.
16892 * gdb.base/funcargs.exp: Ditto.
16893 * gdb.base/default.exp: Ditto.
16894
8ddad156
MS
168952002-01-04 Michael Snyder <msnyder@redhat.com>
16896
ca4976a6 16897 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
16898 * gdb.base/maint.exp: Add tests for maint info sections options.
16899
1b074332
JL
16900Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
16901
16902 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
16903
7d159115
CV
169042001-12-20 Corinna Vinschen <vinschen@redhat.com>
16905
16906 * gdb.asm/arm.inc: New file.
16907 * gdb.asm/asm-source.exp: Add arm targets.
16908 * gdb.asm/configure.in: Ditto.
16909 * gdb.asm/configure: Recreated from configure.in.
16910
8fb87725
JL
16911Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
16912
afabe08c
JL
16913 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
16914 with HP's compiler.
16915 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16916 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16917 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16918 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16919
16920 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
16921 either HP's compilers or GCC.
16922
db521deb
JL
16923 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
16924 a SIGBUS or SIGSEGV.
16925
16926 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
16927
16928 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
16929 can be compiled with either HP's compiler or GCC.
16930
cfa88ab7
JL
16931 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
16932 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
16933 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
16934
ca344dff
JL
16935 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
16936 to match current gdb output. Update due to using auto-solib-limit
16937 for limiting instead of overloading auto-solib-add.
16938 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
16939 test program.
16940
3f3c6e55 16941 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
16942 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
16943 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16944 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16945 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16946 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16947 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
16948 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
16949 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
16950 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
16951 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
16952 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
16953 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 16954
8fb87725
JL
16955 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16956 a SIGTRAP to the inferior.
16957
cf599fa7
CV
169582001-12-19 Corinna Vinschen <vinschen@redhat.com>
16959
16960 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16961 Substitute call to target_link by call to gdb_compile.
16962
2cd045cd
JL
16963Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16964
a9c64011
AS
16965 * gdb.base/break.exp: Fix HP specific search string when testing
16966 backtracing in a called function.
2cd045cd 16967
a9c64011
AS
16968 * gdb.base/constvars.exp: Only set lang to C++ if we're
16969 compiling the test with HP's compilers.
16970 * gdb.base/volatile.exp: Similarly.
2cd045cd 16971
99ebe9ac
JB
169722001-12-19 Jim Blandy <jimb@redhat.com>
16973
16974 * gdb.base/printcmds.exp: Expect the null character to be printed
16975 as '\0', and the '\013' to be printed as '\v'.
16976 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16977 * gdb.base/setvar.exp: Same.
16978
b9891b29
JB
169792001-12-17 Jim Blandy <jimb@redhat.com>
16980
0eba65ab
JB
16981 * gdb.base/completion.exp: Rather than completing very long
16982 filenames, which can make the readline library produce output we
16983 don't recognize, cd to the directory first, and then complete
16984 using nice, short relative paths.
16985
6970b5b1
JB
16986 * gdb.base/completion.exp: On some systems, there is, in fact, a
16987 variable named `b' in scope, since GDB treats all static
a9c64011
AS
16988 variables as being in scope. So use `no_var_named_this'
16989 instead of `b'.
6970b5b1 16990
b9891b29 16991 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 16992 can't find the core file's registers as a failure.
b9891b29 16993
e6ccd35f
JSC
169942001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16995
a9c64011
AS
16996 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16997 test expect string more specific.
e6ccd35f 16998
105ba819
CV
169992001-12-13 Corinna Vinschen <vinschen@redhat.com>
17000
17001 * gdb.asm/asm-source.exp: Add support for xstormy16.
17002 * gdb.asm/configure.in: Ditto.
17003 * gdb.asm/configure: Rebuild.
17004 * gdb.asm/xstormy16.inc: New file.
17005
e9e79dd9
FF
170062001-12-10 Fred Fish <fnf@redhat.com>
17007
17008 * gdb.base/maint.exp: Update to match changes in type dumping code.
17009
347dc97d
JB
170102001-12-10 Jim Blandy <jimb@redhat.com>
17011
17012 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
17013 matching the entry point symbol's name at the beginning of the
17014 line.
347dc97d 17015
5178b9d6
DJ
170162001-12-07 Daniel Jacobowitz <drow@mvista.com>
17017
17018 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
17019 gdb.c++/inherit.exp, gdb.c++/method.exp,
17020 gdb.c++/namespace.exp, gdb.c++/templates.exp,
17021 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
17022 and class layout support.
17023
af890c52
DJ
170242001-12-07 Daniel Jacobowitz <drow@mvista.com>
17025
17026 * gdb.c++/classes.exp: Add test for static member function.
17027 * gdb.c++/misc.cc: Add class with static member function.
17028
7a345fb3
JB
170292001-12-07 Jim Blandy <jimb@redhat.com>
17030
f2e54a80 17031 If GDB says it can't find the struct the function returned, report
8032bf31
JB
17032 those tests as `unsupported'.
17033 * gdb.base/call-rt-st.exp (print_struct_call): New function.
17034 Rewrite subsequent tests to use it.
17035
17036 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
17037 those tests as `unsupported'.
17038 * gdb.base/structs.exp (call_struct_func): New function.
17039 (do_function_calls): Use call_struct_func to call the functions
17040 returning structs.
17041
0bc69509
JB
17042 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
17043 whether functions are prototyped or not, so we can't possibly pass
17044 arguments to t_float_values2 properly.
17045
7a345fb3
JB
17046 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
17047 value of `timeout' for targets other than the mips*tx39-*.
17048
edb6ede1
MS
170492001-12-06 Michael Snyder <msnyder@redhat.com>
17050
d63a86f8 17051 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
17052 and detect whether the start symbol has a leading underscore.
17053
2d842f13
JB
170542001-12-04 Jim Blandy <jimb@redhat.com>
17055
17056 * gdb.base/completion.exp: Clarify indentation.
17057
68550daf
JB
170582001-12-03 Jim Blandy <jimb@redhat.com>
17059
17060 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
17061 variables on the S/390, not `.word'.
17062
cd5195a8
JB
170632001-11-30 Jim Blandy <jimb@redhat.com>
17064
17065 Add assembly-source tests for s390-ibm-linux.
17066 * gdb.asm/s390.inc: New file.
17067 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
17068 the S/390 architecture.
a9c64011 17069 * gdb.asm/configure: Regenerated.
cd5195a8 17070
ca9efc90
MS
170712001-11-30 Michael Snyder <msnyder@redhat.com>
17072
17073 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
17074 next, info source, info sources, info line, global and static
17075 variables, and static functions.
17076 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
17077 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
17078 * gdb.asm/asmsrc1.s: Add a static function and some variables.
17079 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
17080 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
17081 (gdbasm_leave): Restore frame pointer.
17082 (gdbasm_startup): Copy stack set-up from crt0.S.
17083
d0e66976
FN
170842001-11-26 Fernando Nasser <fnasser@redhat.com>
17085
17086 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
17087 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
17088 to a local (non-static) variable. Copy tstruct.a to a static buffer
17089 and return a pointer to that buffer.
17090 * gdb.base/callfwmall.c (t_structs_a): Ditto.
17091
e2334072
MK
170922001-11-24 Mark Kettenis <kettenis@gnu.org>
17093
17094 * gdb.asm/configure.in: Fix recognition of ix86 target.
17095 * gdb.asm/configure: Regenerate.
17096
756caa3d
MS
170972001-11-21 Michael Snyder <msnyder@redhat.com>
17098
17099 * gdb.asm/sparc.inc: New file.
17100 * gdb.asm/asm-source.exp: Recognize sparc target.
17101 * gdb.asm/configure.in: Recognize sparc target.
17102 * gdb.asm/configure: Regenerate.
d63a86f8 17103
9a4d72d5
MS
171042001-11-21 Michael Snyder <msnyder@redhat.com>
17105
17106 * gdb.asm/m32r.inc: New file.
17107 * gdb.asm/asm-source.exp: Recognize m32r target.
17108 * gdb.asm/configure.in: Recognize m32r target.
17109 * gdb.asm/configure: Regenerate.
17110
a773d1cd
MS
171112001-11-20 Michael Snyder <msnyder@redhat.com>
17112
017ac23d
MS
17113 * gdb.asm/i386.inc: New file.
17114 * gdb.asm/asm-source.exp: Recognize ix86 target.
17115 * gdb.asm/configure.in: Recognize ix86 target.
17116 * gdb.asm/configure: Regenerate.
17117
a773d1cd
MS
17118 * gdb.c++/namespace.exp: Fix quotes in output messages.
17119
bb632afb
MS
171202001-11-14 Michael Snyder <msnyder@redhat.com>
17121
25d559ca 17122 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
17123 qualifier in a type cast expression, to designate an address
17124 in the instruction space (Harvard architecture).
17125
4749e309
MS
171262001-11-13 Michael Snyder <msnyder@redhat.com>
17127
17128 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
17129 Tests for expressions using 'const' and 'volatile'.
17130
25050984
CV
171312001-11-13 Corinna Vinschen <vinschen@redhat.com>
17132
17133 * gdb.asm/asm-sources.exp: Allow defining linker flags.
17134
1902c51f
DJ
171352001-11-12 Daniel Jacobowitz <drow@mvista.com>
17136
17137 * lib/mi-support.exp (mi_run_to_helper): Move comments
17138 outside of gdb_expect.
17139
dcf95b47
DJ
171402001-11-11 Daniel Jacobowitz <drow@mvista.com>
17141
17142 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
17143 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
17144 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
17145 mi0_run_to): New functions.
17146 * gdb.mi/mi-simplerun.exp: Use them.
17147 * gdb.mi/mi0-simplerun.exp: Likewise.
17148 * gdb.mi/mi-var-cmd.exp: Likewise.
17149 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 17150
45b074e1
AC
171512001-11-10 Andrew Cagney <ac131313@redhat.com>
17152
17153 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
17154 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
17155
bf50d346
AC
171562001-11-09 Andrew Cagney <ac131313@redhat.com>
17157
17158 * gdb.base/restore.exp: Include $expected value in restored test
17159 message.
17160
9383332c
AC
171612001-11-09 Andrew Cagney <ac131313@redhat.com>
17162
17163 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
17164 implemented.
17165
db62520a
MS
171662001-11-08 Michael Snyder <msnyder@redhat.com>
17167
17168 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
17169 Add pass/fail message for stop at breakpoint in call dummy function.
17170
b5703437
MS
171712001-11-07 Michael Snyder <msnyder@redhat.com>
17172
d63a86f8
RM
17173 * gdb.c++/templates.exp (test_template_breakpoints):
17174 If we get an overload menu, but it does not match what
760f6330 17175 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
17176 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
17177 making the whitespace optional. Argument for "new" may be
17178 "unsigned" as well as "unsigned int/long".
d63a86f8 17179 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
17180 making the whitespace optional. Also replace "(void) with
17181 "((void|)), making the keyword "void" optional.
d63a86f8 17182 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
17183 making the whitespace optional. Also replace "(void) with
17184 "((void|)), making the keyword "void" optional.
3bf40917
MS
17185 * gdb.base/callfuncs.c (t_float_values): This function must
17186 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 17187 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
17188 can be tested against both cases. Usually one case involves
17189 promotion of float to double, while the other does not.
17190 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
17191 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
17192 includes a stack frame for "start".
17193
c8ab4e6d
JB
171942001-11-05 Jim Blandy <jimb@redhat.com>
17195
17196 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
17197 pointers are 32 bits long, and that offsets of relocs are always
17198 stored in the data (REL-style), and not in the reloc entry itself
17199 (RELA-style).
17200 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
17201 stabs.
17202
3f08ced9
MS
172032001-11-01 Michael Snyder <msnyder@redhat.com>
17204
17205 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
17206 and regular expression operators by using quoting.
17207
cbfa24cd
MS
172082001-10-31 Michael Snyder <msnyder@redhat.com>
17209
17210 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
17211 depending on what the symbol table contains.
17212 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
17213 the output of the ptype command. Similarly, accept both "const &"
17214 and "const&".
17215
aaa68313
CV
172162001-10-31 Corinna Vinschen <vinschen@redhat.com>
17217
17218 * gdb.base/miscexprs.c (main): Add usage of preprocessor
17219 symbol `STORAGE' to allow to choose the storage class of
17220 the local datastructures.
17221 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
17222 compiler directive.
17223
91740388
MS
172242001-10-30 Michael Snyder <msnyder@redhat.com>
17225
17226 * gdb.base/jump.exp: Allow it to run for all targets.
17227
1b7c05e7
CV
172282001-10-29 Corinna Vinschen <vinschen@redhat.com>
17229
17230 * gdb.base/call-ar-st.c (print_double_array): Match for loop
17231 with new double_array size.
17232 (main): Change storage class of all local variables to static.
17233 Reduce size of double_array to 9.
17234 * gdb.base/call-ar-st.exp: Increase timeout value.
17235 Change expected output for double array to match new size in
17236 call-ar-st.c.
17237
36a22261
CV
172382001-10-29 Corinna Vinschen <vinschen@redhat.com>
17239
17240 * gdb.base/ending-run.exp: Create identical output when passing
17241 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 17242 Stormy16 target.
36a22261 17243
92b8ae91
MK
172442001-10-28 Mark Kettenis <kettenis@gnu.org>
17245
17246 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
17247 that we catch the expected failure under Linux/x86.
17248
cb135b83
OF
172492001-10-29 Orjan Friberg <orjanf@axis.com>
17250
17251 * gdb.base/setvar.exp: Escape curly braces.
17252 * gdb.stabs/weird.exp: Ditto.
17253
6884aa54
DJ
172542001-10-27 Daniel Jacobowitz <drow@mvista.com>
17255
17256 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
17257 * gdm.mi/mi0-hack-cli.exp: Likewise.
17258
0398c9aa
AC
172592001-10-25 Andrew Cagney <ac131313@redhat.com>
17260
17261 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
17262 messages.
17263
d20bf2e8
AC
172642001-10-21 Andrew Cagney <ac131313@redhat.com>
17265
17266 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
17267 checking MI enabled.
17268
03dd63aa
CV
172692001-10-09 Corinna Vinschen <vinschen@redhat.com>
17270
17271 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
17272
1d9d99f3
FCE
172732001-10-04 Frank Ch. Eigler <fche@redhat.com>
17274
17275 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
17276 if gdb child process crashes, just signal an error.
17277
838ae6c4
JB
172782001-10-02 Jim Blandy <jimb@redhat.com>
17279
17280 * lib/gdb.exp (test_xfail_format): Simplify.
17281
17282 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
17283 front of the variable name `format'. Simplify `if'.
17284
8f0cbc1c
DJ
172852001-10-01 Daniel Jacobowitz <drow@mvista.com>
17286
17287 * gdb.threads/pthreads.exp: Wait for output and delay
17288 before sending ^C.
17289
1f08dafd
DJ
172902001-10-01 Daniel Jacobowitz <drow@mvista.com>
17291
17292 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
17293 some incorrect output instead of timing out.
17294 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
17295
674f90ff
CV
172962001-09-28 Corinna Vinschen <vinschen@redhat.com>
17297
17298 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
17299 check to allow additional `int'.
17300
9b284272
DJ
173012001-09-27 Daniel Jacobowitz <drow@mvista.com>
17302
17303 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
17304 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
17305
b55a4771
MS
173062001-09-27 Michael Snyder <msnyder@redhat.com>
17307
17308 * lib/gdb.exp (test_debug_format): New proc.
17309 (setup_xfail_format): Use new proc test_debug_format.
17310 * gdb.base/constvars.exp (local_compiler_xfail_check): New
17311 proc; use new service proc test_debug_format.
17312 Replace all other "gcc_compiled" tests with this test.
17313 * gdb.base/volatile.exp (local_compiler_xfail_check): New
17314 proc; use new service proc test_debug_format.
17315 Replace all other "gcc_compiled" tests with this test.
17316
173172001-09-27 Michael Snyder <msnyder@redhat.com>
17318
17319 * gdb.base/cvexpr.exp: New file.
17320 * gdb.base/cvexpr.c: New file
17321 Test for expressions using const and volatile keywords.
17322
4e6667ac
CV
173232001-09-26 Corinna Vinschen <vinschen@redhat.com>
17324
17325 * gdb.base/constvars.exp: Check for different orders of keywords
17326 and additional "int" strings in output.
17327
4f337972
AC
173282001-09-22 Andrew Cagney <ac131313@redhat.com>
17329
17330 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
17331 responses from "help maint".
17332
2015650d
FCE
173332001-09-19 Frank Ch. Eigler <fche@redhat.com>
17334
17335 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
17336 to localhost:NNN instead of :NNN, in case Xvfb is listening
17337 only on TCP.
17338
f3bcedc1
CV
173392001-09-19 Corinna Vinschen <vinschen@redhat.com>
17340
17341 * gdb.base/recurse.exp: When checking leaving the watchpoint
17342 scope, recognize when gdb is in function's epilogue and pass.
17343
6b819c92
KS
173442001-09-18 Keith Seitz <keiths@redhat.com>
17345
17346 * lib/insight-support.exp (_gdbtk_export_target_info): Add
17347 support for running tests against sid targets.
17348 (gdbtk_done): Ditto.
17349
a10c9419
CV
173502001-09-18 Corinna Vinschen <vinschen@redhat.com>
17351
17352 * gdb.base/ending-run.c (main): Set stdout buffersize
17353 to the same reasonable value for any target.
17354 * gdb.base/ending-run.exp: Add a regular expression
17355 to make testsuite happy on Sanyo Stormy16 target.
17356
739d0d99
CV
173572001-09-17 Corinna Vinschen <vinschen@redhat.com>
17358
17359 * gdb.base/display.c (do_loops): Add float variable `f'.
17360 Increment f in loop.
17361 * gdb.base/display.exp: Increment timeout by 60 seconds.
17362 Change float display test to use variable `f'.
17363
1b8947f0
JB
173642001-09-17 Jim Blandy <jimb@redhat.com>
17365
17366 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
17367 overflowing the limited breakpoint tables on some ROM monitors
17368 (like the ROM68K).
17369
9890ac81
FCE
173702001-09-15 Frank Ch. Eigler <fche@redhat.com>
17371
17372 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
17373 the "-ac" (disable access control) flag.
17374
6db765ea
JH
173752001-08-30 Jeff Holcomb <jeffh@redhat.com>
17376
17377 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
17378 ints.
17379
4c32cc04
KS
173802001-08-30 Keith Seitz <keiths@redhat.com>
17381
17382 * lib/gdb.exp: Move all insight-related functionality into
17383 separate file.
17384 * lib/insight-support.exp: New file.
17385
8d6e6f81
FCE
173862001-08-29 Frank Ch. Eigler <fche@redhat.com>
17387
17388 * config/sid.exp (sid_start): Never set sid verbosity; disable
17389 expect_background {} that consumed its stdout; tolerate </dev/null.
17390 Attempt to set endianness override in "sid" protocol mode. Cleanup.
17391
6a90e1d0
AC
173922001-08-18 Andrew Cagney <ac131313@redhat.com>
17393
17394 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
17395 CLI jump command to start it.
17396 (mi_run_to_main): Fail immediatly when unexpected output.
17397
1759b3c3
AC
173982001-08-18 Andrew Cagney <ac131313@redhat.com>
17399
17400 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
17401 beginning of function. Fix PR gdb/191.
17402
61d11d80
FCE
174032001-08-16 Frank Ch. Eigler <fche@redhat.com>
17404
17405 * config/sid.exp (sid_start): Don't warn if we cannot figure out
17406 what to force sid endianness to.
17407
942a4df2
KS
174082001-08-15 Keith Seitz <keiths@redhat.com>
17409
17410 * lib/gdb.exp (gdbtk_start): Don't set environment
17411 variables for TCL_LIBRARY and friends. Insight will
17412 now figure these out for itself.
17413
0521c418
MS
174142001-08-02 Michael Snyder <msnyder@redhat.com>
17415
17416 * gdb.base/completion.exp: Remove the symbol "a64l" from
17417 the expect string; this is target-specific, and not related
17418 to what is being tested.
17419
74a9a58a
DB
174202001-08-02 Dave Brolley <brolley@redhat.com>
17421
17422 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
17423
c70819fa
MS
174242001-07-25 Michael Snyder <msnyder@redhat.com>
17425
c2b8fa57
MS
17426 * gdb.base/consecutive.exp: New file. Test stepping over
17427 breakpoints on consecutive instructions.
17428 * gdb.base/consecutive.c: New file.
17429
c70819fa
MS
17430 * gdb.base/call-rt-st.exp: Use double-backslash to quote
17431 curly braces in regular expressions.
17432
2b1a1355
MS
174332001-07-25 Michael Snyder <msnyder@redhat.com>
17434
17435 * gdb.base/ending-run.exp: Accept "Program exited normally" as
17436 legitimate output from stepping out of main.
17437
413eca6f
KS
174382001-07-22 Keith Seitz <keiths@redhat.com>
17439
17440 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
17441 the empty string, do not run the tests.
17442
7e5a9322
SC
174432001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17444
17445 * gdb.base/long_long.exp: Detect size of pointer. Take into
17446 account 2-byte pointers when testing for p/a results.
17447
de58f10f
SC
174482001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17449
d63a86f8 17450 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
17451 and defined to 1K for m68hc11.
17452 (random_data): Reduce table to 1K for embedded platforms (68hc11).
17453 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
17454 (sizeof_random_data): New variable to tell the size of the data table;
17455 don't test past this size; always run to main.
17456
d6f5fea1
SC
174572001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17458
17459 * gdb.base/return2.exp: return of long long and double fails for
17460 68HC11; don't execute these tests on that platform.
17461 * gdb.base/return.exp: Return of a double fails for 68hc11.
17462
c477543d
SC
174632001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17464
17465 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
17466 tests that print a float.
17467 * call-rt-st.exp: Likewise.
17468
63cf1c79
MK
174692001-07-12 Mark Kettenis <kettenis@gnu.org>
17470
17471 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
17472 running this test on Linux.
17473
112f9ab5
MC
174742001-06-24 Michael Chastain <chastain@redhat.com>
17475
17476 * gdb.base/arithmet.exp: Remove some tests to make all test names
17477 unique.
17478
4970cb0f
MS
174792001-07-03 Michael Snyder <msnyder@redhat.com>
17480
17481 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
17482 the output of the ptype command.
17483
d85da69f
MS
174842001-07-02 Michael Snyder <msnyder@redhat.com>
17485
4c8a82de
MS
17486 * gdb.base/completion.exp: Don't assume that break.c is the only
17487 source file that may contain functions named "marker".
d85da69f
MS
17488 * gdb.base/corefile.exp: Quote the curly braces in regexp.
17489
8afc772b
AC
174902001-06-28 Andrew Cagney <ac131313@redhat.com>
17491
17492 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
17493 of files to delete.
17494
17495 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
17496 * gdb.disasm/h8300s.exp: New file.
17497 gdb.disasm/h8300s.s: Likewise.
17498
cff22675
AC
174992001-06-27 Andrew Cagney <ac131313@redhat.com>
17500
17501 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
17502 empty breakpoint tables.
17503
68c81b54
AC
175042001-06-25 Andrew Cagney <ac131313@redhat.com>
17505
17506 * lib/mi-support.exp: Update args=... part of stop-reason
17507 patterns. Accept either a list or a tuple.
17508
2dd62704
AC
175092001-06-23 Andrew Cagney <ac131313@redhat.com>
17510
17511 * lib/mi-support.exp: Remove local emacs variable defining
17512 change-log-default-name.
17513
b4127474
MC
175142001-06-22 Michael Chastain <chastain@redhat.com>
17515
17516 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
17517 This is operationally compatible with the previous version.
17518
8dbfb380
JB
175192001-06-13 Jim Blandy <jimb@redhat.com>
17520
17521 * lib/gdb.exp (gdb_test): Doc fix.
17522
f2d8c86d
MC
175232001-06-10 Michael Chastain <chastain@redhat.com>
17524
17525 * gdb.base/exprs.exp: Remove a duplicate test.
17526
81564d34
JB
175272001-06-06 Jim Blandy <jimb@redhat.com>
17528
17529 * gdb.base/return2.exp (main): Use values to test float and double
17530 returns that are not NaN's, to avoid being confused by IEEE
17531 comparison rules.
17532
da55addb
MS
175332001-06-04 Michael Snyder <msnyder@redhat.com>
17534
17535 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 17536 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
17537 rather than wait for 12 more tests to time out.
17538
42c65987
JB
175392001-06-06 Jim Blandy <jimb@redhat.com>
17540
b18bced9 17541 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 17542 Don't forget to match the GDB prompt.
b18bced9 17543
42c65987
JB
17544 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
17545
5b41e5f0
JB
175462001-06-04 Jim Blandy <jimb@redhat.com>
17547
17548 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
17549 command.
17550
015e046f
KB
175512001-05-31 Kevin Buettner <kevinb@redhat.com>
17552
17553 * gdb.base/annota1.exp (info break): Match four or more spaces
17554 after "Address".
17555
fb1ffbbe
MC
175562001-05-31 Michael Chastain <chastain@redhat.com>
17557
17558 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
17559 (dm_type_int_star): Likewise.
17560 (dm_type_long_star): Likewise.
17561 (dm_type_void_star): Likewise.
17562
5ea2a32c
KB
175632001-05-29 Kevin Buettner <kevinb@redhat.com>
17564
17565 * gdb.base/completion.exp (INPUTRC): Set this environment variable
17566 to a known value in order to get consistent results regardless
17567 of the setting of INPUTRC or the presence or contents of .inputrc.
17568
ae23c492
MS
175692001-05-24 Michael Snyder <msnyder@redhat.com>
17570
ac55707e
MS
17571 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
17572 Don't require that the main thread and the manager thread are the
17573 first in the list.
17574
ae23c492
MS
17575 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
17576 debugging. If test fails, issue an "unsupported" not a "fail".
17577
400071f1
JB
175782001-05-24 Jim Blandy <jimb@redhat.com>
17579
17580 Don't assume that short is shorter than int.
17581 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
17582 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 17583 this isn't true.
400071f1
JB
17584 ("print unsigned char == (~0)"): Add test that verifies that ~0,
17585 an int, is not equal to ~0 stored in an unsigned char. This tests
17586 the same thing that the previous test meant to, but works on
17587 16-bit machines, too.
17588 ("print unsigned char != (~0)"): Same test, complemented.
17589
0816a3e5
MS
175902001-05-24 Michael Snyder <msnyder@redhat.com>
17591
17592 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 17593 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
17594 and prevents dejagnu getting out of step.
17595
f6dc23a9
KB
175962001-05-23 Kevin Buettner <kevinb@redhat.com>
17597
17598 * gdb.base/finish.exp (finish_void): Revise pattern for
17599 stopping on the call statement to not permit stopping at
17600 the start of the instructions comprising the call sequence.
17601
7dbd117d
MC
176022001-05-19 Michael Chastain <chastain@redhat.com>
17603
17604 * gdb.base/callfuncs.exp: Make all test names unique.
17605 * gdb.base/commands.exp: Make all test names unique.
17606 * gdb.base/condbreak.exp: Make all test names unique.
17607 * gdb.base/dbx.exp: Make all test names unique.
17608 * gdb.base/default.exp: Make all test names unique.
17609 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
17610 and TIMEOUT messages to their corresponding PASS message.
17611 * gdb.base/ending-run.exp: Make all test names unique.
17612 * gdb.base/long_long.exp: Remove duplicate test.
17613
6b0b0a9e
KB
176142001-05-21 Kevin Buettner <kevinb@redhat.com>
17615
17616 * gdb.base/finish.exp (finish_void): Allow "finish" command to
17617 stop on the call statement as well as the statement after the
17618 call.
17619
2caa35cb
MS
176202001-05-21 Michael Snyder <msnyder@redhat.com>
17621
17622 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
17623
40713331
EZ
176242001-05-10 Elena Zannoni <ezannoni@redhat.com>
17625
a9c64011
AS
17626 * gdb.base/completion.exp: Revamp test. Make it execute on all
17627 platforms.
40713331 17628
c2c1be8d
EZ
176292001-05-10 Elena Zannoni <ezannoni@redhat.com>
17630
a9c64011
AS
17631 * config/gdbserver.exp (gdb_load): Handle the case
17632 in which the arguments to gdbserver are given in the
17633 baseboard configuration file.
17634 Also handle the case in which the server needs to do a
17635 load.
2c9cd303 17636
9671de48
KS
176372001-05-07 Keith Seitz <keiths@cygnus.com>
17638
a9c64011
AS
17639 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
17640 set up the display for testing.
17641 (gdbtk_start): Convert all paths to paths that tcl will like.
17642 Export target information to environment.
17643 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
17644 necessary.
17645 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
17646 (to_tcl_path): New proc to convert a given pathname into
17647 a path acceptible as an argument to a tcl command.
17648 (_gdbtk_export_target_info): New proc to export target info
17649 into the environment for gdbtk testing.
17650 (gdbtk_done): New proc to signal end-of-test.
9671de48 17651
5a360f47
JB
176522001-05-06 Jim Blandy <jimb@redhat.com>
17653
17654 * restore.c: Make the code of caller0 correspond to its comment.
17655
66c756c6
MS
176562001-05-03 Michael Snyder <msnyder@redhat.com>
17657
17658 * config/sid.exp (gdb_target_sid): Check for error messages.
17659 On error or timeout, don't make expect exit (which will terminate
17660 all subsequent tests); instead just make gdb exit.
d63a86f8 17661 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
17662 return a negative value.
17663
a966fde5
JB
176642001-04-24 Jim Blandy <jimb@redhat.com>
17665
851c18e0
JB
17666 * gdb.c++/templates.exp: If we see the prompt for the overload
17667 list, but we haven't recognized any of the longer patterns,
17668 arrange for this test to fail, not hang.
17669
a966fde5
JB
17670 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
17671 variations.
17672
db144853
MC
176732001-04-22 Michael Chastain <chastain@redhat.com>
17674
17675 * gdb.c++/local.exp: Use the 'runto' library function.
17676 * gdb.c++/namespace.exp: Likewise.
17677 * gdb.c++/overload.exp: Likewise.
17678
3207ec21
KB
176792001-03-26 Kevin Buettner <kevinb@redhat.com>
17680
17681 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
17682 * gdb.base/step-line.exp: New file. Test step/next in presence of
17683 #line directives.
17684 * gdb.base/step-line.c: New file. Test program for the above.
17685 * gdb.base/step-line.inp: New file. We pretend that this file has
17686 been transformed by some other tool into step-line.c.
17687
13b57657
JB
176882001-03-21 Jim Blandy <jimb@redhat.com>
17689
17690 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
17691 unmangled operator names.
17692
754cbe1c
JB
176932001-03-20 Jim Blandy <jimb@redhat.com>
17694
17695 * gdb.threads/linux-dp.exp: Recognize an additional message
17696 generated by GDB when it doesn't understand how to debug threads
17697 on the target system.
17698
177495c9
AC
176992001-03-19 Andrew Cagney <ac131313@redhat.com>
17700
17701 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
17702
f266096b
MC
177032001-03-12 Michael Chastain <chastain@redhat.com>
17704
17705 * gdb.c++/derivation.exp: Use the 'runto' library function.
17706
cac3c2ff
MC
177072001-03-12 Michael Chastain <chastain@redhat.com>
17708
17709 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
17710
b6c11a24
MC
177112001-02-24 Michael Chastain <chastain@redhat.com>
17712
17713 * gdb.c++/ref-types.exp: Change handwritten code to library
17714 function 'runto'.
17715
6bae5bce
OF
177162001-03-16 Orjan Friberg <orjanf@axis.com>
17717
17718 * gdb.base/signals.exp: Set count to 0 explicitly.
17719
0015fd9a
MS
177202001-03-15 Mark Salter <msalter@redhat.com>
17721
17722 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
17723 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
17724 (gdb_load): Add support for additional target_info: gdb_download_size
17725 and gdb_load_timeout.
0015fd9a 17726
fc33412a
DT
17727Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
17728
17729 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
17730 file -- to prevent failing when the compile fails but we have no
17731 intention of running the tests anyway.
fc33412a
DT
17732
17733 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
17734 tests if set.
17735
17736 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 17737 integers.
fc33412a
DT
17738
17739 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
17740 * gdb.c++/namespace.exp: Ditto.
17741
115f06de
OF
177422001-03-07 Orjan Friberg <orjanf@axis.com>
17743
17744 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
17745 * gdb.base/pointers.exp: Relax pattern match of decimals.
17746
b6ba6518
KB
177472001-03-06 Kevin Buettner <kevinb@redhat.com>
17748
17749 * Makefile.in, config/abug.exp, config/cfdbug.exp,
17750 config/cpu32bug.exp, config/dve.exp, config/est.exp,
17751 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
17752 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
17753 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
17754 config/sh.exp, config/sid.exp, config/slite.exp,
17755 config/sparclet.exp, config/udi.exp, config/unknown.exp,
17756 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
17757 config/vxworks.exp, config/vxworks29k.exp,
17758 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
17759 gdb.base/all-bin.exp, gdb.base/annota1.exp,
17760 gdb.base/arithmet.exp, gdb.base/assign.exp,
17761 gdb.base/async.exp, gdb.base/attach.exp,
17762 gdb.base/bitfields.exp, gdb.base/bitops.exp,
17763 gdb.base/break.exp, gdb.base/call-ar-st.exp,
17764 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
17765 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
17766 gdb.base/commands.exp, gdb.base/completion.exp,
17767 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17768 gdb.base/constvars.exp, gdb.base/corefile.exp,
17769 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
17770 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
17771 gdb.base/ending-run.exp, gdb.base/environ.exp,
17772 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17773 gdb.base/finish.exp, gdb.base/foll-exec.exp,
17774 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
17775 gdb.base/funcargs.exp, gdb.base/help.exp,
17776 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
17777 gdb.base/logical.exp, gdb.base/long_long.exp,
17778 gdb.base/maint.exp, gdb.base/mips_pro.exp,
17779 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
17780 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
17781 gdb.base/pointers.exp, gdb.base/printcmds.exp,
17782 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
17783 gdb.base/regs.exp, gdb.base/relational.exp,
17784 gdb.base/remote.exp, gdb.base/reread.exp,
17785 gdb.base/restore.exp, gdb.base/return2.exp,
17786 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
17787 gdb.base/selftest.exp, gdb.base/setshow.exp,
17788 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
17789 gdb.base/sigall.exp, gdb.base/signals.exp,
17790 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
17791 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17792 gdb.base/step-test.exp, gdb.base/structs.c,
17793 gdb.base/structs.exp, gdb.base/structs2.exp,
17794 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
17795 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
17796 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
17797 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17798 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
17799 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
17800 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
17801 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
17802 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
17803 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
17804 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
17805 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
17806 gdb.fortran/types.exp, gdb.java/jmisc.exp,
17807 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17808 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
17809 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17810 gdb.trace/circ.exp, gdb.trace/collection.exp,
17811 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
17812 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17813 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
17814 gdb.trace/report.exp, gdb.trace/save-trace.exp,
17815 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17816 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17817 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
17818 notices.
17819
dc96c6c7 178202001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
17821
17822 * gdb.base/varargs.c (find_max_double): Fix printf format string:
17823 first arg is int not float.
17824
dc96c6c7 178252001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
17826
17827 * gdb.base/reread.exp: Unsupported for non-native targets;
17828 doesn't work for remote debugging.
17829
9b0c4aeb
FN
178302001-02-19 Fernando Nasser <fnasser@redhat.com>
17831
17832 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
17833 * gdb.base/ending-run.exp: Properly handle the BSP state when
17834 stepping past the end of main.
9b0c4aeb 17835
02aa71d5
MC
178362001-02-19 John Moore <jmoore@redhat.com>
17837
17838 * gdb.base/commands.exp (infrun_breakpoint_command_test):
17839 Converted HPUX fix for non-expected items following multiple
17840 step commands into general solution for all platforms.
17841
1fa449a4
MC
178422001-02-18 Michael Chastain <chastain@redhat.com>
17843
17844 * gdb.c++/classes.exp (do_tests): Change runto statements
17845 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17846 statements demangler agnostic.
17847 * gdb.c++/virtfunc.exp (do_tests): Likewise.
17848 (gdb_virtfunc_restart): Likewise.
17849
b2f9ec70
MC
178502001-02-14 Michael Chastain <chastain@redhat.com>
17851
17852 * gdb.c++/inherit.exp (do_tests): Change runto statements
17853 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17854 statements demangler agnostic.
17855
cf74b8ca
AC
17856Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
17857
17858 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
17859 ``continue to bkpt at common_routine in thread 2'' and ``stopped
17860 before calling common_routine 15 times'' tests.
cf74b8ca 17861
99f78f56
MC
178622001-02-11 Michael Chastain <chastain@redhat.com>
17863
17864 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
17865 Helps the test script figure out which demangler is in use.
17866 (dm_type_foo_ref): Ditto.
17867 (dm_type_int_star): Ditto.
17868 (dm_type_long_star): Ditto.
17869 (dm_type_unsigned_int): Ditto.
17870 (dm_type_void): Ditto.
17871 (dm_type_void_star): Ditto.
99707966 17872 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
17873 Probe the gdb demangler and set variables to accommodate
17874 formatting differences.
17875 (info_func_regexp): New function. Same as info_func, but
17876 matches against a regexp.
17877 (info_func): Match against a literal string.
17878 (print_addr_2): New function. Match against a literal string,
17879 which can be different from the input to gdb.
17880 (print_addr): Simply call print_addr_2 with the same argument twice.
17881 (test_lookup_operator_functions): Use demangler formatting variables.
17882 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
17883 the tests in the same order as the C++ class declaration.
17884 (test_paddr_operator_functions): Ditto.
17885 (test_paddr_overloaded_functions): Ditto.
17886 (test_paddr_hairy_functions): Use demangler formatting variables.
17887 Add reference to gdb/19 for related tests.
17888 (do_tests): Call probe_demangler.
17889
1de8f023
KB
178902001-01-30 Kevin Buettner <kevinb@redhat.com>
17891
17892 * gdb.c++/templates.cc (printf): Remove unused function definition.
17893
ca3f91ed
MS
178942001-01-26 Felix Lee <flee@redhat.com>
17895
17896 * sid.exp (sid_exit): Pass host, not target, to remote_close.
17897
178982001-01-25 matthew green <mrg@redhat.com>
17899
17900 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
17901 up sid.
17902 (sid_exit): Call `remote_pop_conn' after GDB is gone.
17903
179042001-01-25 matthew green <mrg@redhat.com>
17905
17906 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 17907 Deprecate $sid_spawn_id.
ca3f91ed
MS
17908 (sid_exit): Remove code necessary only for `spawn.'
17909
179102001-01-25 matthew green <mrg@redhat.com>
17911
17912 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
17913
fb18ec4a
MC
179142001-01-28 Michael Chastain <chastain@redhat.com>
17915
17916 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
17917 to call when tests fail. It takes gdb out of the overloaded
17918 function choice menu back to the main prompt, so that the test
17919 program stays synchronized.
17920 (set_bp_overloaded): New proc to collect all the common
17921 code for setting a breakpoint on an overloaded name. Calls
17922 take_gdb_out_of_choice_menu when needed.
17923 (menu_overload1arg): New variable to collect the repeated
17924 instances of the expected menu for an overloaded name. Change
17925 the regular expression to handle changes in g++ type encoding:
17926 "void" can be either "void" or "", and "unsigned int" can be
17927 either "unsigned int" or "unsigned".
17928 (continue_to_bp_overloaded): Change regular expressions to handle
17929 changes in g++ type encoding.
17930 (no proc): Call take_gdb_out_of_choice_menu when needed.
17931 Remove redundant calls to "info break". Accept either "canceled"
17932 or "cancelled". Change regular expressions in "info break"
17933 calls to handle changes in g++ type encoding. Give all tests
17934 unique strings.
17935
9c646a6e
BE
179362001-01-17 Ben Elliston <bje@redhat.com>
17937
17938 * config/sid.exp: New file.
17939
9549d9c1
AC
17940Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
17941
17942 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
17943
dc96c6c7 179442000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
17945
17946 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
17947 Add a RE to accept a non-ascii char if one is ever presented.
17948
b4df4f68
FN
179492000-12-20 Fernando Nasser <fnasser@redhat.com>
17950
297dd0fd 17951 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 17952
dc96c6c7 179532000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 17954
d63a86f8 17955 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
17956 in regexp. One '\' does not suffice on Linux.
17957
4a7bddb6
MC
179582000-12-09 Michael Chastain <chastain@redhat.com>
17959
17960 * gdb.base/break.exp (test_clear_command): Use a marker function
17961 rather than 'main' for the test function. Also move this
17962 test to an execution point where the marker function names are
17963 guaranteed to be bound to functions. (Executing tests after a
17964 'finish' from main runs into name conflicts with local names
17965 in __libc_start_main).
17966
dc96c6c7 179672000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
17968
17969 * gdb.base/finish.exp: New test for gdb's "finish" command.
17970 * gdb.base/return2.exp: New test for gdb's "return" command.
17971 * gdb.base/return2.c: New source file for above.
17972
dc96c6c7 179732000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
17974
17975 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17976 * gdb.base/miscexprs.exp: Ditto.
17977 * gdb.base/pointers.exp: Ditto.
17978 * gdb.c++/derivation.exp: Ditto.
17979 * gdb.c++/local.exp: Ditto.
17980 * gdb.c++/namespace.exp: Ditto.
17981 * gdb.c++/overload.exp: Ditto.
17982 * gdb.c++/ref-types.exp: Ditto.
17983
dc96c6c7 179842000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
17985
17986 * gdb.base/constvars.exp: Test result of "up" command.
17987 * gdb.base/miscexprs.exp: Ditto.
17988 * gdb.base/pointers.exp: Ditto.
17989 * gdb.base/scope.exp: Ditto.
17990 * gdb.c++/derivation.exp: Ditto.
17991 * gdb.c++/local.exp: Ditto.
17992 * gdb.c++/namespace.exp: Ditto.
17993 * gdb.c++/overload.exp: Ditto.
17994 * gdb.c++/ref-types.exp: Ditto.
17995
44097287
FN
179962000-11-22 Michael Chastain <chastain@redhat.com>
17997
17998 * mips_pro.exp: Accept either "middle -> top -> main" or
17999 "middle -> main" in the backtrace, because gcc can optimize
18000 tail calls to jumps. Remove setup_xfail for the hppa case.
18001 Add a comment with the original warning messages from PR 3016,
18002 which was filed in 1993, to preserve them for posterity.
18003
9d2e1bab
ND
180042000-11-17 Nick Duffek <nsd@redhat.com>
18005
18006 * lib/gdb.exp (gdb_test): Override timeout with board info.
18007
1aca8eb7
ND
180082000-11-17 Nick Duffek <nsd@redhat.com>
18009
18010 * gdb.base/display.exp: Don't kill running stub. Add "again" to
18011 the second kill and detach messages.
18012
93076499
ND
180132000-11-17 Nick Duffek <nsd@redhat.com>
18014
18015 * configure.in: Add AC_EXEEXT.
18016 * configure: Regenerate.
18017 * Makefile.in (just-check): Export EXEEXT.
18018 * lib/gdb.exp ($EXEEXT): Import from environment.
18019 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
18020 expect "maint dump-me" on Cygwin.
18021 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
18022 $EXEEXT.
18023
30e87cd3
ND
180242000-11-17 Nick Duffek <nsd@redhat.com>
18025
18026 * gdb.base/break.exp: Test backtrace and finish from called
18027 function on all platforms, not just HP-UX.
18028
dc96c6c7 180292000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
18030
18031 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
18032 code from gdb_target_monitor, so it can be used independantly
18033 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 18034
dc96c6c7 180352000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
18036
18037 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
18038 * gdb.base/corefile.exp: Expect the message "Program is being
18039 debugged already" when we send the "corefile" command, since
18040 the preceeding gdb_load may have connected gdb to a remote target.
18041 * gdb.base/display.exp: Disable hardware watchpoints if new
18042 board info variable "no_hardware_watchpoints" is true.
18043 Replace single-letter commands with more readable ones.
18044 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
18045 if new board info variable "no_hardware_watchpoints" is true.
18046 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
18047 to see if stdio (printf) testing is possible.
18048 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
18049 board info variable "no_hardware_watchpoints" is true. Use new
18050 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
18051
39124dea
FN
180522000-11-13 Fernando Nasser <fnasser@redhat.com>
18053
18054 From Orjan Friberg <orjanf@axis.com>:
18055 * gdb.base/printcmds.exp: Escape curly braces followed by a number
18056 in array print pattern match.
18057
a9e2e984
FN
180582000-11-09 Fernando Nasser <fnasser@redhat.com>
18059
18060 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
18061 spelling "cancelled" to U.S. spelling "canceled" to match changes
18062 made to gdb.
18063 * gdb.c++/ovldbreak.exp: Ditto.
18064
c7db355b
PS
180652000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18066
18067 * gdb.base/callfuncs.c (main): Moved to end of file, call
18068 t_double_values to initialize the FPU before inferior calls are made.
18069 * gdb.base/callfuncs.exp: Test for register preservation after calling
18070 inferior functions. Add tests for continuining, finishing and
18071 returning from a stop in a call dummy.
18072
dc96c6c7 180732000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
18074
18075 * gdb.base/commands.exp: Break up long lines, and re-indent.
18076
dc96c6c7 180772000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
18078
18079 * config/gdbserver.exp: Rewritten from the ground up, to make it
18080 compatible with the current dejagnu tree, and to make it work with
18081 the new "gdbserver" in libremote.
18082
dc96c6c7 180832000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
18084
18085 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
18086 * gdb.base/varargs.exp: Skip entire test if no printf support.
18087 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
18088 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
18089
dc96c6c7 180902000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
18091
18092 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
18093 no floating point support.
18094 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
18095 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
18096 * gdb.base/call-rt-st.exp: Ditto.
18097 * gdb.base/call-strs.exp: Ditto.
18098
bac5fc66
JG
180992000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
18100
18101 * gdb.base/sizeof.c: include <stdio.h>.
18102
18103 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
18104 'finish', otherwise uncaptured gdb_prompt would potentially
18105 throw remaining test points out of sync.
bac5fc66 18106
b22a6027
SB
181072000-07-26 Scott Bambrough <scottb@netwinder.org>
18108
18109 * gdb.base/recurse.exp: Run tests for all targets.
18110 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
18111 gnu-oldld case on ARM.
18112 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
18113 for ARM targets.
d63a86f8 18114
d8231941
AG
18115Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
18116
18117 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
18118 * gdb.java/configure: Rebuild.
18119
8caabe69
AG
18120Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
18121
18122 * gdb.java/jv-exp.exp: New file.
18123
9d273ca3
AG
18124Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
18125
18126 * configure: Rebuilt.
18127 * configure.in (configdirs): Add gdb.java.
18128 * gdb.java/jmisc.java: New file.
18129 * gdb.java/jmisc.exp: New file.
18130 * gdb.java/Makefile.in: New file.
18131 * gdb.java/configure: Rebuilt.
18132 * gdb.java/configure.in: New file.
18133 * lib/java.exp: New file.
18134
4f823a66
AC
18135Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
18136
18137 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 18138 underflow.
4f823a66 18139
2391e11d
AC
18140Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
18141
18142 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 18143 and the compilers sizes.
2391e11d 18144
54602222
ND
181452000-07-09 Nick Duffek <nsd@redhat.com>
18146
18147 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
18148 (use_methods): New function.
18149 (main): Call use_methods().
18150 * gdb.c++/classes.exp (test_method_param_class): New procedure.
18151 (do_tests): Call test_method_param_class.
18152
2bec0572
ND
181532000-07-09 Nick Duffek <nsd@redhat.com>
18154
18155 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
18156 spelling.
18157 (test_enums): New procedure. Move enum tests from end of script
18158 to here. Set breakpoint on function name instead of line number.
18159 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
18160 (enums2): New marker function.
18161 (enums1): New function.
18162 (main): Call enums1(). Move enum tests to enums1().
18163
78492fde
AC
18164Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
18165
18166 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 18167 compile/link program. Update line numbers.
78492fde
AC
18168 * gdb.asm/d10v.inc: Define ``startup''.
18169 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 18170
49a2cef8
AC
18171Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
18172
18173 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
18174
3e6c8688
EZ
181752000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18176
18177 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 18178 of 'help maint print' command.
3e6c8688 18179
9ff5cbe9
AC
18180Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
18181
18182 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 18183 they use gdb_expect_list.
9ff5cbe9 18184
17c579bd
AC
18185Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
18186
18187 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
18188 memory-read-packet-size'' instead of ``set endian big'' to test
18189 long commands.
17c579bd 18190
e6d71bf3
DB
181912000-06-03 Daniel Berlin <dan@cgsoftware.com>
18192
18193 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 18194 g++, and stop skipping them.
e6d71bf3
DB
18195
18196 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
18197 work under g++.
18198
d63a86f8 18199 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
18200 initialization.
18201
dc96c6c7 182022000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
18203
18204 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
18205 the regular expression: accept an (almost) arbitrary sequence of
18206 "frames-invalid" and "breakpoints-invalid" messages both before
18207 and after the "starting" message.
18208
dc96c6c7 182092000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
18210
18211 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 18212
dc96c6c7 182132000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
18214
18215 * gdb.base/annota1.exp (annotate-signal-handler-caller):
18216 Relax the regular expression a little, make it pass on Solaris 8.
18217
8216cda9
KB
182182000-05-12 Kevin Buettner <kevinb@redhat.com>
18219
18220 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 18221 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
18222 Instead, it is permissible for gdb to stop on the line of the
18223 call itself.
18224
1a570b2f
MS
182252000-05-12 Michael Snyder <msnyder@.cygnus.com>
18226
18227 * gdb.base/break.exp (bp on small function, optimized file):
18228 Add a second pass pattern. The behavior differs here between stabs
18229 and dwarf for one-line functions. Stabs preserves two line symbols
18230 (one before the prologue and one after) with the same line number,
18231 but dwarf regards these as duplicates and discards one of them.
18232 Therefore the address after the prologue (where the breakpoint is)
18233 has no exactly matching line symbol, and GDB reports the breakpoint
18234 as if it were in the middle of a line rather than at the beginning.
18235
dc96c6c7 182362000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 18237
d63a86f8 18238 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
18239 rather than "send_gdb" (for consistancy).
18240
7d418785
AC
18241Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
18242
18243 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
18244 * gdb.c++/templates.cc: Properly check for GCC version number.
18245 * lib/compiler.cc: Likewise
18246
dc96c6c7 182472000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 18248
d63a86f8 18249 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
18250 gdb may not stop at the first line of main, due to code motion.
18251
dc96c6c7 182522000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
18253
18254 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
18255 This test depends on parsing the printf output from the target.
18256 Since the sparclet stub doesn't do stdio, this will never work.
18257 * gdb.base/call-rt-st.exp: ditto.
18258 * gdb.base/call-strs: ditto.
18259
dc96c6c7 182602000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
18261
18262 * gdb.base/miscexprs.exp: make sizeof long array test portable.
18263
18264 * gdb.base/ending-run.exp: After connecting to a remote target,
18265 but before running, the target will appear to be in a random
18266 location. Specify both a file and a line for breakpoints.
18267 Also, the function that calls main may be called 'init'
18268 rather than 'start'.
18269
a5a51225
EZ
182702000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18271
18272 * gdb.base/help.exp: Update output for add-symbol-file command.
18273
7930cc7c
FN
182742000-04-10 Fernando Nasser <fnasser@cygnus.com>
18275
18276 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18277 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
18278
23e37ab1
C
182792000-04-07 J.T. Conklin <jtc@redback.com>
18280
e93c542c
C
18281 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
18282
23e37ab1
C
18283 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
18284
591b8fa3
PDM
18285Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
18286
18287 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 18288 values that can be represented exactly.
591b8fa3
PDM
18289 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
18290 above change, and to not check against the directory part of the source
18291 file name.
18292 (step into print_long_arg_list): Likewise.
18293 (print print_small_structs from print_long_arg_list): Likewise.
18294 (print print_long_arg_list): Likewise.
18295
7a495180
EZ
182962000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18297
30b53638 18298 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 18299
beb998c6
AC
18300Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
18301
18302 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
18303
1c689132
DB
183042000-03-25 Daniel Berlin <dan@cgsoftware.com>
18305
18306 * gdb.base/commands.exp (deprecated_command_test): Add test for
18307 deprecate with no arguments.
18308
c1790a9d
JL
183092000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
18310
18311 * gdb.base/break.exp: Add new test for setting breakpoints on
18312 optimized code so we can test breakpoints work even when function
18313 prologues may be optimized away
18314
003ba290
FN
183152000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
18316
18317 From David Whedon <dwhedon@gordian.com>
a9c64011 18318 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 18319
6837a0a2
DB
183202000-03-22 Daniel Berlin <dan@cgsoftware.com>
18321
18322 * gdb.base/help.exp: Added test for new apropos command.
18323
b9593231
KB
183242000-03-21 Kevin Buettner <kevinb@redhat.com>
18325
18326 * gdb.base/pointers.c (usevar): New function.
18327 (main): Make sure that global variables v_int_pointer2, rptr,
18328 and y are all referenced someplace in the program by calling
18329 usevar() on them. [Some linkers delete symbols which are
18330 never referenced. The space remains, but there's no way to
18331 get a (symbolic) handle on the variable from the debugger.]
18332
751a959b
EZ
183332000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18334
18335 * gdb.base/printcmds.c: Add typedeffed arrays.
18336
18337 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 18338 procedure to test arrays that are typedef'd.
751a959b 18339
73a93a32
JI
183402000-03-13 James Ingham <jingham@leda.cygnus.com>
18341
18342 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 18343 the library directories.
73a93a32 18344
fb40c209
AC
18345Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
18346
18347 * configure.in (configdirs): Add sub directory gdb.mi.
18348 * configure: Re-generate.
18349
18350 * gdb.mi: New directory.
d63a86f8 18351
ee4dd2c9
AC
183522000-02-25 Scott Bambrough <scottb@netwinder.org>
18353
18354 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 18355 a long long value as a double on ARM platforms.
ee4dd2c9 18356
70f0cc22
JB
183572000-02-16 Jim Blandy <jimb@redhat.com>
18358
18359 * gdb.base/break.exp ("breakpoint line number"): Make sure the
18360 default source file is set properly before running this test.
18361
853819b8
EZ
183622000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18363
18364 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 18365 gdbtk/library directory, not in gdbtcl2.
853819b8 18366
dfcd3bfb
JM
183672000-02-04 Jim Blandy <jimb@redhat.com>
18368
18369 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
18370 backslash from regexp pattern.
18371
18372 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
18373 procedure. Use it to run all the "continue to bp overloaded"
18374 tests. Note that this changes the names of the tests slightly.
18375 If the breakpoint hit message includes a hex PC value, because
18376 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
18377 from the real source code, still consider that a pass.
18378
18379 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
18380 XFAIL here if the breakpoint message contains a hex address. Note
18381 similar change on 1999-11-02.
18382
18383 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
18384
18385 * gdb.base/ptype.exp: Establish a default source file before
18386 calling get_debug_format.
18387
183882000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
18389
18390 * gdb.base/watchpoint.exp: Remove duplication of test messages.
18391
8b93c638
JM
183922000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18393
18394 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
18395 of successive stepi commands -- while in the prologue we should see
18396 the function entry bracket.
18397
183982000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18399
18400 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
18401 reach __change_mode() when stepping through the end of main().
18402
c5394b80
JM
184032000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
18404
18405 * gdb.base/default.exp: Fix expected pattern.
18406 * gdb.base/help.exp: Same.
18407
0d06e24b
JM
184082000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18409
18410 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 18411 Don't use xfail's because that affects only the following test.
d63a86f8 18412
0d06e24b 18413 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 18414 solaris or linux.
0d06e24b
JM
18415
18416 * gdb.base/selftest.exp: Update to reflect changes to main.c.
18417
dc96c6c7 184182000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 18419
d63a86f8 18420 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
18421 "A syntax error" rather than "A parse error". Accept both.
18422
184232000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
18424
18425 * gdb.base/default.exp: Remove OS dependent string from "target
18426 remote" test.
18427 * gdb.base/help.exp: Same for "help target remote" test.
18428
c3f6f71d
JM
184292000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18430
18431 From Jim Kingdon <kingdon@redhat.com>:
18432
18433 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
18434 prompt (cleanup rather than necessity, but still might keep output
18435 from spilling to next test).
c3f6f71d
JM
18436
184372000-01-02 Fred Fish <fnf@cygnus.com>
18438
18439 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
18440 AIX, which defines them in <sys/types.h>.
18441
ed9a39eb 184421999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 18443
ed9a39eb 18444 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 18445 float" test.
ed9a39eb
JM
18446
184471999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 18448
ed9a39eb 18449 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
18450
18451 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
18452 outermost frame disallowed".
18453
184541999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
18455
18456 * gdb.base/setvar.exp: New tests for setting the value of a struct
18457 with a constant list.
18458
184591999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18460
18461 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
18462 require the user to type a cast before setting the value of a struct.
18463
de57eccd
JM
184641999-12-06 Jim Blandy <jimb@cygnus.com>
18465
18466 * gdb.base/default.exp: Expect the new 'info float' command on
18467 all i386 platforms.
18468
18469 * gdb.threads/linux-dp.exp: Expand our ability to recognize
18470 LinuxThreads libraries that don't support debugging.
18471
c2d11a7d
JM
18472Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18473
18474 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
18475 Change the buffer type to ``unsigned char'' to simplify size
18476 arithmetic.
c2d11a7d
JM
18477
18478 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
18479 stub only handles 400-1 byte packets. Verify that the download
18480 worked.
c2d11a7d
JM
18481
184821999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
18483
18484 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
18485 tests, using UNRESOLVED for the untested cases. Also, does not wait
18486 for a timeout if the prompt was received before a recognizable pattern.
18487
184881999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
18489
18490 * lib/gdb.exp (gdb_expect_list): Fix spelling.
18491
184921999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18493
18494 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 18495 watchpoints.
c2d11a7d
JM
18496
184971999-11-24 Jason Merrill <jason@casey.cygnus.com>
18498
18499 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
18500
18501 * gdb.c++/local.exp: Be more flexible in recognizing local class
18502 name mangling. Don't allow horribly truncated method names.
18503 * gdb.c++/derivation.exp: Expect protected inheritance.
18504 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
18505 * gdb.c++/virtfunc.exp: Likewise.
18506 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
18507 when printing a nested enum.
18508
185091999-11-22 Jim Blandy <jimb@cygnus.com>
18510
18511 * gdb.base/step-test.exp: Properly await GDB's response to setting
18512 a breakpoint on the call to large_struct_by_value.
18513
18514 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
18515 just because we have debug info for the `start' function.
18516
185171999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
18518
18519 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
18520 "Unknown signal" messages, which indicate (on LinuxThreads) that
18521 GDB doesn't know how to debug threads on this system. This is
18522 better than hanging while philosopher 0 dumps chatter into gdb.log.
18523
185241999-11-18 Tom Tromey <tromey@cygnus.com>
18525
18526 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
18527
185281999-11-18 Fred Fish <fnf@cygnus.com>
18529
18530 * gdb.base/coremaker2.c: Add sample program for generating
18531 cores that is more self contained than coremaker.c. Eventually
18532 I'll add more code to this and tie it into the testsuite.
18533
4ce44c66
JM
185341999-11-12 Stan Shebs <shebs@andros.cygnus.com>
18535
18536 * gdb.base/dollar.exp: Remove, now in gdb.hp.
18537
185381999-11-10 Jimmy Guo <guo@cup.hp.com>
18539
18540 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 18541 from $srcdir/lib/.
4ce44c66 18542 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 18543 and gdb.c++/.
4ce44c66
JM
18544
18545 * gdb.c++/derivation.exp: remove redundant get compiler info code.
18546
d63a86f8 18547 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
18548 'continue with watch' test point.
18549
185501999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
18551
18552 Merged from p2linux-990323-branch:
d63a86f8 18553
4ce44c66
JM
18554 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
18555
11cf8741
JM
18556Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
18557
18558 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 18559 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
18560
18561Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
18562
18563 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 18564 gdb_expect_list.
11cf8741
JM
18565
18566Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
18567
18568 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
18569
185701999-11-03 Mark Salter <msalter@cygnus.com>
18571
18572 * gdb.base/break.exp: Fix "stub continue" pattern.
18573
185741999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
18575
18576 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
18577
185781999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
18579
18580 * gdb.base/display.exp ("finish"): Add timeout clause.
18581
18582 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
18583 plain prompt clause, so this doesn't have to time out in order to
18584 fail.
18585
18586 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 18587 breakpoint hit messages include an address.
11cf8741
JM
18588
18589 * gdb.base/display.exp: Don't forget to escape parens in regular
18590 expressions. Unix regexp notatation sucks.
18591
185921999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18593
18594 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 18595 order for 'signalled' message.
11cf8741 18596
5c44784c
JM
185971999-11-01 Stan Shebs <shebs@andros.cygnus.com>
18598
18599 From Jimmy Guo <guo@cup.hp.com>:
18600 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
18601 * gdb.base/annota1.c: Add code for tests to work with.
18602
186031999-10-26 Frank Ch. Eigler <fche@cygnus.com>
18604
18605 * gdb.base/remote.exp: New test for remote downloading settings.
18606 * gdb.base/remote.c: New file with large .data.
18607
917317f4
JM
186081999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
18609
18610 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
18611 for LinuxThreads support, merged from the Code Fusion branch.
18612
18613Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
18614
18615 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
18616 containing exp_continue into a while within an expect. Don't
18617 attempt a start more than three times. Check return value from
18618 gdb_load.
d63a86f8 18619
2df3850c
JM
18620Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
18621
18622 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 18623 a pass case.
2df3850c 18624
2acceee2
JM
186251999-10-01 Kevin Buettner <kevinb@cygnus.com>
18626
18627 * gdb.base/break.c (main): Added a statement that we can step
18628 off of.
18629 * gdb.base/break.exp: Added tests for setting a breakpoint
18630 at an offset and stepping onto a breakpoint.
18631
186321999-10-01 Fred Fish <fnf@cygnus.com>
18633
d63a86f8 18634 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
18635 gdb output.
18636
c2c6d25f
JM
186371999-09-18 Jim Blandy <jimb@cris.red-bean.com>
18638
18639 * gdb.base/break.exp: Code locations are in hex, don't forget!
18640 (For HP-UX.)
18641
186421999-09-17 Stan Shebs <shebs@andros.cygnus.com>
18643
18644 * condbreak.exp: Use break.c as test program.
18645 * condbreak.c: Remove, redundant with break.c.
18646
186471999-09-15 Stan Shebs <shebs@andros.cygnus.com>
18648
18649 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 18650 Z-packets if the target needs it.
c2c6d25f
JM
18651
186521999-09-13 James Ingham <jingham@leda.cygnus.com>
18653
18654 * gdb.c++/overload.exp: Added tests for listing overloaded
18655 functions with function pointers in the arg, explicitly calling
18656 out the version you want.
18657
cff3e48b
JM
186581999-09-09 Stan Shebs <shebs@andros.cygnus.com>
18659
18660 * long_long.exp: Add variations of test cases that work for
18661 targets with 16-bit ints and 32-bit doubles.
18662
d4f3574e
SS
186631999-09-08 Stan Shebs <shebs@andros.cygnus.com>
18664
18665 * break.c (main): Compare a possibly-uninitialized argc with an
18666 unlikely value that fits in 16 bits.
18667
186681999-09-07 Stan Shebs <shebs@andros.cygnus.com>
18669
18670 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
18671 0xfeeb, don't want negative numbers if ints are 16 bits.
18672
18673 * lib/gdb.exp (skip_cplus_tests): New proc.
18674 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
18675 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
18676 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
18677 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
18678 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
18679 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
18680 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
18681 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
18682
18683 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
18684
18685Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
18686
18687 * gdb.base/corefile.exp (up): Allow a parameter to appear
18688 in the frame that we're going up to.
18689
18690 From Jim Blandy <jimb@cygnus.com>:
18691
18692 * gdb.base/default.exp (info float): Expect some output now.
18693
18694 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
18695 returning floating-point values to fail on the x86.
18696 * gdb.base/callfwmall.exp (do_function_calls): Same.
18697
18698 * gdb.base/list.exp (test_listsize): Correct expectations for
18699 listing line 1 with listsize 2. Also, listing a single line
18700 works now, as does listing three lines. [Kevin's note: There
18701 were a number of other cases fixed too where the expectations
18702 differed...]
18703
187041999-09-02 Stan Shebs <shebs@andros.cygnus.com>
18705
18706 * gdb.base/selftest.exp: Add case for when version prints as
18707 constant string instead of char pointer.
18708
104c1213
JM
187091999-08-25 Stan Shebs <shebs@andros.cygnus.com>
18710
18711 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 18712 stepping out of main.
104c1213
JM
18713
18714 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
18715 G++ used.
18716
18717 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 18718 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
18719
18720 * gdb.c++/ovldbreak.exp: Update match string in test that
18721 includes a warning of multiple breakpoints.
18722
187231999-08-24 Stan Shebs <shebs@andros.cygnus.com>
18724
18725 * gdb.base/display.exp: Improve precision of step-after-finish
18726 added yesterday.
18727
18728 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 18729 test.
104c1213
JM
18730
18731 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
18732 configs when using G++, not just hppa*.
18733
187341999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18735
18736 * gdb.base/async.c: New file.
18737 * gdb.base/async.exp: New file.
18738
18739Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
18740
18741 * gdb.base/break.exp: Tweak PA specific tests to properly handle
18742 PA64.
18743
53a5351d
JM
18744Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
18745
104c1213
JM
18746 * gdb.base/display.exp: "finish" can leave us mid-line on many
18747 targets, deal with it. Add a small constant to main, instead of
18748 1000 since main+1000 may not be a valid address in the target.
18749
53a5351d
JM
18750 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
18751 on hpux11.
18752
18753 * gdb.base/attach.exp: Handle another hpux11 error message variant
18754 when attaching to a process that does not exist.
18755
187561999-08-19 J.T. Conklin <jtc@redback.com>
18757
18758 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 18759 characters in 'continue to 1241' test.
53a5351d
JM
18760
187611999-08-17 Stan Shebs <shebs@andros.cygnus.com>
18762
18763 * gdb.base/call-ar-st.exp: Add a shorter match case for the
18764 stop in print_long_arg_list, define and use a whitespace
18765 variable in print_small_structs test, add an XFAIL for Solaris.
18766 * gdb.base/dbx.exp: XFAIL func commands until somebody is
18767 interested enough to fix.
18768
7be570e7
JM
187691999-08-13 Keith Seitz <keiths@cygnus.com>
18770
18771 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
18772 (dbx_gdb_load): Remove. Use gdb_load instead, since that
18773 proc knows about targets other than the natives.
18774 (test_assign): Use "gdb_run_cmd" to "run" the target.
18775 Check that we've actually hit the breakpoint at main.
18776 When we attempt to assign a value to a local variable, check
18777 that the variable is in the current scope, i.e., don't use
18778 a test with an empty result.
18779
18780Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
18781
18782 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 18783 command.
7be570e7
JM
18784
187851999-08-09 Stan Shebs <shebs@andros.cygnus.com>
18786
18787 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18788 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
18789 gdb.compat, gdb.threads-hp.
18790 gdb.hp/configure, gdb.hp/configure.in: New files.
18791 gdb.hp/Makefile.in: Recurse into new subdirs.
18792 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
18793 gdb.hp/gdb.objdbg: New directory, tests for debugging info
18794 in object files.
18795 gdb.hp/tools: New directory, aux tools for HP-specific tests.
18796
96baa820
JM
187971999-08-05 Stan Shebs <shebs@andros.cygnus.com>
18798
18799 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 18800 funky printf, remove a bogus p/a test.
96baa820
JM
18801
188021999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18803
18804 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
18805 connected to the target. This is necessary when running not
18806 natively.
96baa820
JM
18807
188081999-08-03 Stan Shebs <shebs@andros.cygnus.com>
18809
18810 * gdb.base/step-test.exp: Removed some extraneous messages.
18811
18812 * gdb.base/long_long.exp: Don't run memory examination tests
18813 on little-endian targets (they will need a different set of
18814 results to match).
18815
188161999-08-02 Stan Shebs <shebs@andros.cygnus.com>
18817
18818 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
18819 until somebody decides to fix GDB.
18820
18821 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 18822 constant as "ULL".
96baa820
JM
18823 * gdb.base/long_long.exp: Loosen x/c test, add partial result
18824 matches for a couple x/2 commands.
18825
a0b3c4fd
JM
188261999-07-30 Stan Shebs <shebs@andros.cygnus.com>
18827
18828 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
18829 by merging in ref-types2 tests.
18830 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
18831
18832 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18833 * gdb.c++/Makefile.in: Add standard actions.
18834 (EXECUTABLES): Rename from PROGS, update list.
18835 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
18836 from gdb.hp.
18837 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
18838 foo and bar locals.
18839 * gdb.c++/anon-union.exp: Fix tests to match.
18840 * gdb.c++/classes.exp: Run if HP compiler used, add extra
18841 expect matches to handle output variations.
18842 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
18843 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 18844 output, add HP alternatives for new and delete prints.
a0b3c4fd 18845 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 18846 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
18847 * gdb.c++/demangle.exp: Use $style when reporting failure.
18848 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
18849 * gdb.c++/inherit.exp: Run if HP compiler used, add some
18850 match alternatives.
18851 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 18852 compilers.
a0b3c4fd
JM
18853 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
18854 * gdb.c++/method.exp: Add match alternatives.
18855 * gdb.c++/misc.cc: Add bool types.
18856 * gdb.c++/misc.exp: Add tests for bool types.
18857 * gdb.c++/overload.exp: Add xfails.
18858 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
18859 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
18860 add some more template parameter tests (only for HP currently).
18861 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
18862 * gdb.c++/virtfunc.cc: Add return type and value for main.
18863 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
18864 match alternatives.
d63a86f8 18865
a0b3c4fd
JM
188661999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18867
18868 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
18869
188701999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
18871
18872 * gdb.base/signals.exp: Don't expect getting a backtrace from
18873 within a signal handler to fail on Linux.
18874
188751999-07-29 Stan Shebs <shebs@andros.cygnus.com>
18876
18877 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18878 * lib/gdb.exp: Remove some gratuitious semicolons.
18879 (delete_breakpoints): Increase timeout.
18880 (gdb_expect): Add -notransfer option.
18881 (gdb_test): Use -notransfer option.
18882 (get_compiler_info): Add f77 case.
18883 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 18884 case.
a0b3c4fd
JM
18885 (gdb_preprocess): Call get_compiler.
18886
18887 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
18888 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
18889 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
18890 gdb.base/long_long.exp, gdb.base/printcmds.exp,
18891 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
18892 third arg to gdb_test.
a0b3c4fd
JM
18893 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
18894 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 18895 HP-UX xfails, add others.
a0b3c4fd
JM
18896 * gdb.base/completion.exp: Reflect name change of self-test.
18897 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
18898 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
18899 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
18900 HP failure number.
a0b3c4fd
JM
18901 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
18902 useless HP-UX 10.30 references.
18903 * gdb.base/maint.exp: Loosen matches.
18904 * gdb.base/pointers.c (main): Declare more_code.
18905 * gdb.base/pointers.exp: Match on output of a `next'.
18906 * gdb.base/structs.c: Add prototypes.
18907 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
18908 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
18909
189101999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18911
18912 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 18913 command.
a0b3c4fd
JM
18914
189151999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18916
18917 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
18918 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
18919
18920 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
18921 debug info. Deal with lack of signal hanlder info in stack.
18922
a9c64011 18923 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
18924 * gdb.base/annota1.exp: If printf has debug info, deal with it.
18925
5a2468f5
JM
189261999-07-19 Stan Shebs <shebs@andros.cygnus.com>
18927
18928 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 18929 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 18930
adf40b2e
JM
18931Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18932
18933 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 18934 a1-selftest.exp.
adf40b2e
JM
18935 * gdb.base/configure: Re-generate.
18936
189371999-07-12 Stan Shebs <shebs@andros.cygnus.com>
18938
18939 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
18940 in trying to run first and name is too long.
18941
18942 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
18943 pointers2.c and pointers2.exp, respectively.
18944 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
18945 doschk happier.
18946
43e526b9
JM
189471999-07-08 Stan Shebs <shebs@andros.cygnus.com>
18948
18949 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
18950 callfuncs2.c and callfuncs2.exp.
18951
18952 * gdb.base/list.exp: Remove mistaken xfails.
18953 * gdb.base/list0.h: Add optional prototypes.
18954
9846de1b
JM
18955Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18956
a9c64011 18957 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 18958 calling malloc.
a9c64011
AS
18959 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18960 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 18961 use.
9846de1b
JM
18962
189631999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18964
18965 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18966 * gdb.base/annota2.cc, annota2.exp: Move from here.
18967 * gdb.c++/annota2.cc, annota2.exp: To here.
18968 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18969
43ff13b4
JM
18970Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18971
18972 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 18973 a consistent format.
43ff13b4 18974
085dd6e6
JM
189751999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18976
18977 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18978 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18979 HP compilers, also set the globals $true and $false.
18980
18981 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
18982 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18983 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18984 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18985 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18986 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18987 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18988 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18989 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18990 whatis.c} Add C++ compatible function definitions and return
18991 types, add includes for library functions.
085dd6e6
JM
18992 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18993 * gdb.base/step-test.c (myglob): Rename from glob.
18994 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
18995 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18996 files, move here from gdb.hp.
085dd6e6 18997 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
18998 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18999 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
19000 Adjust line numbers in regexps.
085dd6e6
JM
19001
19002 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
19003 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
19004 instead of 0/1.
19005
19006 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
19007 foll-vfork.exp: New files, move here from gdb.hp.
19008 * gdb.base/page.exp: New file, test of pagination command.
19009
19010 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
19011 recursion test.
19012 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
19013
19014 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 19015 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
19016
19017 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 19018 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 19019 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 19020 watchpoint test.
085dd6e6
JM
19021 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
19022 them work.
19023 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
19024 expressions properly.
19025 * gdb.base/corefile.exp: Loosen the match slightly.
19026 * gdb.base/default.exp: Allow "Error accessing memory" message
19027 also.
19028 * gdb.base/display.exp: Skip over x/0 j if PA64.
19029 * gdb.base/funcargs.exp: Add xfails for HP-UX.
19030 * gdb.base/interrupt.exp: Ditto.
19031 * gdb.base/langs.exp: Add symbolic matches governed by compiler
19032 in use.
19033 * gdb.base/list.exp: Add xfails for HP-UX.
19034 * gdb.base/long_long.exp: Refine some of the numeric matches.
19035 * gdb.base/mips_pro.exp: Xfail on HP-UX.
19036 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
19037 * gdb.base/nodebug.exp: Succeed on more varieties of output.
19038 * gdb.base/opaque.exp: Remove some HP-UX xfails.
19039 * gdb.base/ptype.exp: Succeed on more varieties of output.
19040 * gdb.base/scope.exp: Add xfails for HP-UX.
19041 * gdb.base/sect-cmd.exp: Add more cases.
19042 * gdb.base/setvar.exp: Add xfails for HP-UX.
19043 * gdb.base/shlib-call.exp: Loosen some matches slightly.
19044 * gdb.base/signals.exp: Match on void symbolically.
19045 * gdb.base/step-test.exp: Add case for PA64.
19046 * gdb.base/term.exp: Add exit and restart.
19047 * gdb.base/twice.exp: Clean up after self.
19048 * gdb.base/varargs.exp: Disable overload resolution explicitly.
19049 * gdb.base/whatis.exp: Allow more ways to pass tests.
19050
19051 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 19052 no longer useful.
085dd6e6
JM
19053
19054Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
19055
19056 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 19057 list of patterns.
085dd6e6 19058 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
19059 print_double_array(double_array)", "continuing to breakpoint
19060 1018", "print print_double_array(array_d)" and "continuing to
19061 1034" tests.
d63a86f8 19062
085dd6e6
JM
190631999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
19064
a9c64011 19065 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
19066
190671999-06-24 Stan Shebs <shebs@andros.cygnus.com>
19068
19069 * config/mt-*: Remove, these haven't been used since 1996.
19070
190711999-06-22 Stan Shebs <shebs@andros.cygnus.com>
19072
19073 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 19074 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
19075 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
19076
9e0b60a8
JM
190771999-06-18 Stan Shebs <shebs@andros.cygnus.com>
19078
19079 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
19080 simpler match case for the ptype of the big class.
19081
190821999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19083
19084 * gdb.exp: Fix test for gdb_prompt existence.
19085
190861999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19087
19088 * gdb.exp (gdb_test): Add fail after calls to perror.
19089
190901999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19091
19092 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
19093
190941999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19095
19096 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
19097
0f71a2f6
JM
19098Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
19099
19100 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 19101 malloc() is linked in.
0f71a2f6
JM
19102
191031999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
19104
19105 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
19106 step at end.
19107
19108 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
19109
191101999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
19111
19112 * gdb.java/jv-print.exp: New file. (Our first Java test!)
19113
cce74817
JM
19114Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
19115
19116 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
19117 * gdb.base/mips_pro.exp: Likewise.
19118
191191999-06-02 Keith Seitz <keiths@cygnus.com>
19120
19121 * gdb.c++/templates.cc: Change all "new" operators to throw
19122 an exception.
19123 * gdb.c++/cplusfuncs.cc: Likewise.
19124
19125 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
19126
19127Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
19128
19129 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
19130 * gdb.base/ending-run.exp: When stepping out of main, accept a
19131 step into an arbitrary assembler file.
cce74817 19132
392a587b
JM
191331999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19134
d63a86f8 19135 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 19136 "breakpoint-invalid" to be printed.
d63a86f8 19137 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
19138 number of "frames-invalid" and "breakpoint-invalid" to be printed.
19139 * gdb.base/annota2.cc: Initialize a.x to 0.
19140
9e086581
JM
191411999-05-17 Keith Seitz <keiths@cygnus.com>
19142
19143 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
19144 when "skip_float_tests" set.
19145 Ditto for "print print_double_array(array_d)", "print print_small_structs",
19146 "print print_ten_doubles", and "step into print_long_arg_list".
19147 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
19148 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
19149 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
19150 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
19151 "skip_float_tests" is set.
19152 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
19153 when "skip_float_tests" set.
d63a86f8 19154
cd0fc7c3
SS
191551999-05-06 Keith Seitz <keiths@cygnus.com>
19156
19157 * gdb.base/annota2.cc: Include stdio.h.
19158
19159Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
19160
19161 * gdb.base/crossload.exp: Remove, this has been disabled ever
19162 since BFD stopped including all targets, and cross-GDB gets
19163 plenty of testing anyway.
19164 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
19165 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
19166 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
19167 * gdb.base/README: Remove, was doc for this.
19168 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 19169 needed.
cd0fc7c3 19170
b83266a0
SS
191711999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19172
19173 * gdb.base/call-ar-st.exp: Fix one regular expression in test
19174 output.
19175
19176 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
19177 * gdb.base/annota2.exp: New file. More annotation tests.
19178 * gdb.base/annota1.c: New file. Source file for annota1.exp.
19179 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
19180
191811999-04-23 Angela Marie Thomas <angela@cygnus.com>
19182
19183 * config/cfdbug.exp: New file.
19184
7a292a7a
SS
191851999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
19186
19187 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
19188 Marcus Daniel's and Dale Hawkins's demangler crashes.
19189
19190 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
19191 test_lucid_style_demangling, test_arm_style_demangling,
19192 test_hp_style_demangling): Try Tom Tromey's core-dumping
19193 identifier under each demangling style.
7a292a7a
SS
19194
191951999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
19196
19197 * gdb.c++/demangle.exp: Include the current demangling style
19198 in all test names.
19199 (current_demangling_style): New global variable.
19200 (set_demangling_style, test_demangling_core, test_demangling,
19201 test_demangling_exact): New functions.
19202 (test_gnu_style_demangling, test_lucid_style_demangling,
19203 test_arm_style_demangling, test_hp_style_demangling): Use those,
19204 instead of calling gdb_test and gdb_test_exact directly.
19205 (catch_demangling_errors): New function, which reports errors
19206 signalled by the demangling test functions in an orderly way.
19207 (do_tests): Use catch_demangling_errors.
19208
192091999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
19210
19211 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 19212 grouping in expressions, not {}.
7a292a7a
SS
19213
19214 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 19215 initialized yet.
7a292a7a
SS
19216
192171999-04-01 Stan Shebs <shebs@andros.cygnus.com>
19218
19219 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
19220 are listed.
19221
192221999-03-26 Stan Shebs <shebs@andros.cygnus.com>
19223
19224 * gdb.stabs/weird.exp: Test for CC being defined before
19225 looking at its value.
19226
192271999-03-25 Stan Shebs <shebs@andros.cygnus.com>
19228
19229 * gdb.base/call-ar-st.exp: Remove stray '#'.
19230 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
19231 "short int" and "long int".
19232 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 19233 change, to mollify finicky HP compiler.
7a292a7a
SS
19234 * gdb.hp/reg-test.exp (testfile): Fix file name.
19235 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 19236
7a292a7a
SS
19237 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
19238 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
19239 alternate form of enum ptype.
19240
c906108c
SS
192411999-03-23 Stan Shebs <shebs@andros.cygnus.com>
19242
7a292a7a
SS
19243 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
19244 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
19245 passing skip_hp_tests, so as not to waste time on guaranteed
19246 failure.
7a292a7a 19247
c906108c
SS
19248 * gdb.c++/overload.cc: Pass string instead of char addr, always
19249 init ccpfoo.
19250 * gdb.c++/templates.cc: Fix syntax error.
19251
7a292a7a
SS
19252Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19253
19254 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 19255 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
19256 command.
19257
192581999-03-18 James Ingham <jingham@cygnus.com>
19259
19260 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
19261
19262 * gdb.c++/method.exp: It was testing an uninitialized int on the
19263 stack and assuming it was positive.
19264
19265 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
19266
19267 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 19268 keep it from killing the rest of the tests.
7a292a7a
SS
19269 Use gdb_continue_to_end.
19270
19271 * gdb.base/sigall.exp: use gdb_continue_to_end.
19272
19273 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
19274
19275 * gdb.base/display.exp: use runto_main, not run.
19276
d63a86f8
RM
19277 * gdb.base/default.exp: Check for the current error message in the
19278 r abbreviation test.
7a292a7a
SS
19279 Add strongarm to the targets that know info float.
19280
d63a86f8 19281 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
19282 run which doesn't work with monitors.
19283
19284 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
19285
19286 * gdb.base/break.exp: use the gdb_continue_to_end proc.
19287
19288 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
19289 program. Traps the case (in Cygmon) when the program never really
19290 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
19291 more places, so I used my name. Sorry Mark...
19292
19293 * config/monitor.exp (gdb_target_monitor): added another
19294 target_info parameter: remotebinarydownload. This will set the
19295 remotebinarydownload flag if this is causing some boards trouble.
19296
192971999-03-18 Mark Salter <msalter@cygnus.com>
19298
19299 * lib/gdb.exp (continue_to_exit): New function.
19300
19301 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
19302 * gdb.base/ending-run.exp: Ditto.
19303 * gdb.base/step-test.exp: Ditto.
19304
193051999-03-16 Stan Shebs <shebs@andros.cygnus.com>
19306
19307 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
19308 (suggested by Art Haas <ahaas@neosoft.com>).
19309
193101999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
19311
889bf7c5 19312 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
19313
19314Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
19315
19316 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 19317 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
19318
193191999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
19320
19321 * gdb.base/call-strs.exp: Don't assume that `step' will step over
19322 a call to strlen; sometimes we do have sources.
19323
193241999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
19325
19326 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 19327 character, so GDB won't print garbage after its end.
d63a86f8 19328
c906108c
SS
19329 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
19330 breakpoint there instead. Sometimes GCC emits memcpy to handle
19331 the large structures being passed by value, so we step into that
19332 instead of sum_array_print, which obscures what we're really testing.
19333 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
19334 the bizarre steps into memcpy, so do that here. Add check for
19335 stepping into function calls that pass large structures by value.
19336 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
19337 Remove all references to specific line numbers.
19338 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
19339 New type and function.
19340 (main): Call large_struct_by_value, passing it a large struct by value.
19341 * lib/gdb.exp (gdb_get_line_number): New function.
19342
19343 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
19344 more portable.
19345
7a292a7a
SS
193461999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19347
c906108c
SS
19348 * lib/gdb.exp: Doc fixes.
19349
7a292a7a
SS
193501999-03-05 Nick Clifton <nickc@cygnus.com>
19351
d63a86f8 19352 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
19353
193541999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
19355
c906108c 19356 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
19357 commands. They're not germane to this test, and they don't work
19358 that way on remote targets.
c906108c 19359
3fc11d3e
JM
193601999-03-01 James Ingham <jingham@cygnus.com>
19361
19362 * Changelog entries merged over from gdb development branch.
19363
3fc11d3e
JM
19364 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
19365
19366 * lib/gdb.exp (gdbtk_analyze_results): Generic function
19367 for outputting results of test run.
19368
2d4a1622 19369 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
19370
19371 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 19372
7a292a7a
SS
193731999-02-25 Felix Lee <flee@cygnus.com>
19374
19375 * lib/gdb.exp (debug_format): initialize
19376
c906108c
SS
193771999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
19378
19379 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
19380 * gdb.base/call-rt-st.c: Ditto.
19381
c906108c
SS
193821999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
19383
19384 * gdb.threads/pthreads.exp (horiz): New variable.
19385 (test_startup): Fix regexps that capture thread numbers.
19386
193871999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
19388
19389 * gdb.base/smoke.exp: Disambiguate two test case names (both
19390 called ``print'').
19391
19392Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19393
19394 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 19395 compilation.
c906108c
SS
19396
193971999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19398
19399 * gdb.base/miscexprs.exp: Change patterns to match GDB's
19400 actual output formatting.
19401 * gdb.base/smoke.exp: GDB removes leading 0's.
19402 * gdb.base/volatile.exp: Don't check type of remuneration;
19403 that variable is no longer defined in constvars.c.
19404 * gdb.base/step-test.c (main): Exit with explicit exit code.
19405 * gdb.base/step-test.exp: Remove two nexti checks--they are
19406 not portable.
19407
194081999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19409
19410 * gdb.base/help.exp ("help delete display"): Fix test to match
19411 gdb's output.
19412
19413 * gdb.base/long_long.c (known_types): Initialize values to zero.
19414 * gdb.base/long_long.exp: Step one more line
19415 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
19416 leading zeros. Explicitly ask for hex formatting. Use
19417 unique test case names.
c906108c
SS
19418
19419Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19420
d63a86f8 19421 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
19422
19423 * gdb.c++/method.exp: Add missing close brace.
19424
194251999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
19426
19427 * gdb.base/maint.exp: Use 'set height 0' to disable page
19428 prompting, not 'set height 400'.
19429
19430 Fix a bunch of timeouts.
19431 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
19432 four separate tests, so expect doesn't take forever to match a ton
19433 of text against a regexp with lots of .* forms.
19434 ("maint print psymbols", "maint print symbols"): Make some of
19435 these greps more selective, so that expect doesn't try to wade
19436 through huge piles of output and time out.
19437
19438 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
19439
19440 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
19441 tests: one which doesn't expect shlib events to be reported, and
19442 another which does, but is XFAIL for all platforms other than
19443 HP/UX.
c906108c
SS
19444
19445 * gdb.base/break.exp: Teach the test suite that the `catch
19446 fork', `catch vfork', and `catch exec' commands produce error
19447 messages on platforms that don't provide these features.
19448
19449Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19450
19451 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
19452 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
19453 (shortening names from solib_threshold.exp etc), won't run on
19454 anything but HP-UX for the foreseeable future.
c906108c 19455 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 19456 reflect move.
c906108c
SS
19457
19458Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
19459
19460 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 19461 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
19462
19463Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
19464
19465 * gdb.base/shlib-call.exp: add test cases to verify that gdb
19466 successfully re-sets breakpoints in shared libraries.
19467 * gdb.base/shmain.c (main): return 0, don't fall off the end.
19468
19469Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19470
d63a86f8
RM
19471 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
19472 and compiled w/o GCC.
c906108c
SS
19473
19474 * gdb.hp/watch-cmd.exp: ditto.
19475
19476 * gdb.hp/watch-hp.exp: ditto.
19477
19478 * gdb.hp/xdb1.exp: ditto.
19479
19480 * gdb.hp/xdb2.exp: ditto.
19481
19482 * gdb.hp/dbx.exp: ditto.
19483
19484Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
19485
19486 * constvars.c: Remove C++-isms.
19487 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 19488 with GCC.
c906108c
SS
19489
19490Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
19491
19492 The following changes are part of the HP merge.
19493
19494 * gdb.base/break.exp: new tests to verify that catchpoints for
19495 fork, vfork, and exec don't trigger inappropriately.
19496
19497 * gdb.base/opaque.exp: compile one file at a time, then link.
19498
19499 * gdb.base/signals.exp: be more restrictive about which hppa
19500 systems receive a setup_xfail. new tests.
19501
19502 * gdb.base/solib_threshold.build: new file.
19503 * gdb.base/solib_threshold.exp: new file.
19504 * gdb.base/solib_threshold.link_opts: new file.
19505 * gdb.base/solib_threshold.mk: new file.
19506 * gdb.base/gen_solib_threshold.c: new file.
19507
19508 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
19509 tests. New tests for enums inside classes.
19510
19511 * gdb.c++/compiler.cc: indicate support of template debugging.
19512
19513 * gdb.c++/demangle.exp: run hp style demangling tests.
19514
19515 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
19516 tests.
19517
19518 * gdb.c++/misc.cc: changes to support new tests.
19519
19520 * gdb.c++/templates.cc: changes to support HP's compiler; changes
19521 to support new tests.
19522
19523 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
19524 gcc, then skip these tests.
19525
19526Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
19527
19528 The following files are part of the HP merge; some had longer
19529 names at HP, but have been renamed to be no more than 14
19530 characters in length.
19531
19532 * gdb.hp/ambiguous.cc: new file.
19533 * gdb.hp/ambiguous.exp: new file.
19534 * gdb.hp/attach.exp: new file.
19535 * gdb.hp/attach2.exp: new file.
19536 * gdb.hp/classes-hp.exp: new file.
19537 * gdb.hp/ctti.exp: new file.
19538 * gdb.hp/ctti-add.cc: new file.
19539 * gdb.hp/ctti-add1.cc: new file.
19540 * gdb.hp/ctti-add2.cc: new file.
19541 * gdb.hp/ctti-add3.cc: new file.
19542 * gdb.hp/dbx.exp: new file.
19543 * gdb.hp/exception.cc: new file.
19544 * gdb.hp/exception.exp: new file.
19545 * gdb.hp/foll-exec.c: new file.
19546 * gdb.hp/foll-exec.exp: new file.
19547 * gdb.hp/foll-fork.c: new file.
19548 * gdb.hp/foll-fork.exp: new file.
19549 * gdb.hp/foll-vfork.c: new file.
19550 * gdb.hp/foll-vfork.exp: new file.
19551 * gdb.hp/inherit-hp.exp: new file.
19552 * gdb.hp/more-steps.exp: new file.
19553 * gdb.hp/namespace.cc: new file.
19554 * gdb.hp/namespace.exp: new file.
19555 * gdb.hp/optimize.exp: new file.
19556 * gdb.hp/pxdb.c: new file.
19557 * gdb.hp/pxdb.exp: new file.
19558 * gdb.hp/quicksort.exp: new file.
19559 * gdb.hp/reg-test.exp: new file.
19560 * gdb.hp/reg-test.s: new file.
19561 * gdb.hp/sized-enum.c: new file.
19562 * gdb.hp/sized-enum.exp: new file.
19563 * gdb.hp/start-stop.exp: new file.
19564 * gdb.hp/templ-hp.cc: new file.
19565 * gdb.hp/templ-hp.exp: new file.
19566 * gdb.hp/thr-lib.c: new file.
19567 * gdb.hp/thr-lib.exp: new file.
19568 * gdb.hp/thr-lib.h: new file.
19569 * gdb.hp/thr-liblib.c: new file.
19570 * gdb.hp/virtfun-hp.c: new file.
19571 * gdb.hp/virtfun-hp.exp: new file.
19572 * gdb.hp/watch-cmd.exp: new file.
19573 * gdb.hp/watch-hp.exp: new file.
19574 * gdb.hp/xdb1.exp: new file.
19575 * gdb.hp/xdb2.exp: new file.
19576 * gdb.hp/xdb3.exp: new file.
19577
19578Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
19579
19580 The following files are part of the HP merge; some had longer
19581 names at HP, but have been renamed to be no more than 14
19582 characters in length.
19583
19584 * gdb.base/ss.h: new file.
19585 * gdb.base/call-ar-st.c: new file.
19586 * gdb.base/call-ar-st.exp: new file.
19587 * gdb.base/call-rt-st.c: new file.
19588 * gdb.base/call-rt-st-exp: new file.
19589 * gdb.base/call-strs.exp: new file.
19590 * gdb.base/ena-dis-br.exp: new file.
19591 * gdb.base/environ.exp: new file.
19592 * gdb.base/long_long.exp: new file.
19593 * gdb.base/sect-cmd.exp: new file.
19594 * gdb.base/shlib-cl2.exp: new file.
19595 * gdb.base/smoke.exp: new file.
19596 * gdb.base/so-impl-ld.c: new file.
19597 * gdb.base/so-impl-ld.exp: new file.
19598 * gdb.base/so-indr-cl.c: new file.
19599 * gdb.base/so-indr-cl.exp: new file.
19600 * gdb.base/varargs.exp: new file.
19601 * gdb.base/volatile.exp: new file.
19602 * gdb.base/whatis-exp.exp: new file.
7a292a7a 19603 * gdb.base/display.exp: new file.
c906108c
SS
19604 * gdb.c++/derivation.exp: new file.
19605 * gdb.c++/local.exp: new file.
19606 * gdb.c++/member-ptr.exp: new file.
19607 * gdb.c++/overload.exp: new file.
19608 * gdb.c++/ovldbreak.exp: new file.
19609 * gdb.c++/ref-types.exp: new file.
19610 * gdb.c++/ref-types2.exp: new file.
19611 * gdb.c++/userdef.exp: new file.
d63a86f8 19612
c906108c
SS
19613Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
19614
19615 * gdb.base/default.exp: Reflect wording change in remote.c.
19616
dc96c6c7 19617Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19618
19619 * gdb.base/help.exp: Update to reflect current text.
19620
19621Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
19622
19623 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
19624 they're stack variables and contain garbage.
19625 * gdb.c++/anon-union.exp: new file.
19626
19627 The following changes were made by David Taylor
889bf7c5
PA
19628 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19629 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19630 in changes by HP.
c906108c
SS
19631
19632 * gdb.base/bitops.exp: new file.
19633 * gdb.base/default.exp: change expected messages for catch and
19634 info catch tests to reflect HP merge changes.
19635 * gdb.base/enable-disable-break.exp
19636 * gdb.base/ending-run.c: new file.
19637 * gdb.base/long_long.c: new file.
19638 * gdb.base/maint.exp: new file.
19639 * gdb.base/pointers2.exp: new file.
19640 * gdb.base/shlib-call2.exp: new file.
19641 * gdb.base/solib.exp: new file.
19642 * gdb.base/step-test.c: new file.
19643 * gdb.c++/anon-union.cc: new file.
19644 * gdb.c++/local.cc: new file.
19645 * gdb.c++/member-pointer.cc: new file.
19646 * gdb.c++/method.cc: new file.
19647 * gdb.c++/ref-types.cc: new file.
19648 * gdb.c++/ref-types2.cc: new file.
19649 * gdb.c++/userdef.cc: new file.
d63a86f8 19650
c906108c
SS
19651 * gdb.base/scope.exp: compile one file at a time, then link.
19652 * gdb.base/langs.exp: ditto.
19653 * gdb.base/list.exp: ditto.
d63a86f8 19654
c906108c
SS
19655Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
19656
19657 The following changes were made by David Taylor
889bf7c5
PA
19658 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19659 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19660 in changes by HP.
d63a86f8 19661
c906108c
SS
19662 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
19663 skip tests. When compiling pass c++ flag to gdb_compile.
19664 * gdb.c++/
d63a86f8 19665
c906108c
SS
19666 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
19667 test for on hppa*-*-hpux*; use args to see if c++ was specified.
19668 (skip_hp_tests): new function.
19669 (gdb_preprocess): new function.
19670
19671 * configure.in (hpdir): decide whether to configure gdb.hp.
19672 * configure: regenerated.
19673
19674 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
19675 to delete on clean.
19676 (EXECUTABLES): update to reflect new additions.
19677 * gdb.base/commands.exp: update message expected.
19678 * gdb.base/default.exp: add copyright notice.
19679 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
19680 * gdb.base/help.exp: update messages to reflect current text.
19681 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
19682 targets for recurse tests.
19683 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
19684 skip this file.
19685
19686 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
19687 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
19688 compilation.
19689 * gdb.c++/misc.exp: ditto.
19690 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
19691 run the tests. tell gdb_compile that it's a c++ compilation.
19692
19693 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 19694
c906108c
SS
19695 * gdb.base/all-bin.exp: new file.
19696 * gdb.base/arithmet.exp: new file.
19697 * gdb.base/assign.exp: new file.
19698 * gdb.base/completion.exp: new file.
19699 * gdb.base/cond-expr.exp: new file.
19700 * gdb.base/condbreak.exp: new file.
19701 * gdb.base/define.exp: new file.
19702 * gdb.base/dollar.exp: new file.
19703 * gdb.base/environment.exp: new file.
19704 * gdb.base/eval-skip.exp: new file.
19705 * gdb.base/jump.exp: new file.
19706 * gdb.base/logical.exp: new file.
19707 * gdb.base/pointers.exp: new file.
19708 * gdb.base/relational.exp: new file.
19709 * gdb.base/section_command.exp: new file.
19710 * gdb.base/whatis-expr.exp: new file.
19711
19712 * gdb.base/all-types.c: new file.
19713 * gdb.base/call-array-struct.c: new file.
19714 * gdb.base/call-return-struct.c: new file.
19715 * gdb.base/call-strings.c: new file.
19716 * gdb.base/callfuncs2.c: new file.
19717 * gdb.base/condbreak.c: new file.
19718 * gdb.base/constvars.c: new file.
19719 * gdb.base/display.c: new file.
19720 * gdb.base/int-type.c: new file.
19721 * gdb.base/jump.c: new file.
19722 * gdb.base/miscexprs.c: new file.
19723 * gdb.base/pointers.c: new file.
19724 * gdb.base/pointers2.c: new file.
19725 * gdb.base/shmain.c: new file.
19726 * gdb.base/shr1.c: new file.
19727 * gdb.base/shr2.c: new file.
19728 * gdb.base/solib.c: new file.
19729 * gdb.base/solib1.c: new file.
19730 * gdb.base/solib2.c: new file.
19731 * gdb.base/varargs.c: new file.
19732 * gdb.c++/derivation.cc: new file.
19733 * gdb.c++/overload.cc: new file.
19734 * gdb.c++/ovldbreak.cc: new file.
19735 * gdb.hp/attach.c: new file.
19736 * gdb.hp/attach2.c: new file.
19737 * gdb.hp/average.c: new file.
19738 * gdb.hp/compiler.c: new file.
19739 * gdb.hp/compiler.cc: new file.
19740 * gdb.hp/execd-program.c: new file.
19741 * gdb.hp/follow-exec.c: new file.
19742 * gdb.hp/follow-fork.c: new file.
19743 * gdb.hp/follow-vfork-and-exec.c: new file.
19744 * gdb.hp/misc-hp.cc: new file.
19745 * gdb.hp/more-steps.c: new file.
19746 * gdb.hp/optimize.c: new file.
19747 * gdb.hp/quicksort.c: new file.
19748 * gdb.hp/run-hp.c: new file.
19749 * gdb.hp/start-stop.c: new file.
19750 * gdb.hp/sum.c: new file.
19751 * gdb.hp/templates-hp.cc: new file.
19752 * gdb.hp/thread-local-in-lib.c: new file.
19753 * gdb.hp/thread-local-in-lib.h: new file.
19754 * gdb.hp/thread-local-in-lib.lib.c: new file.
19755 * gdb.hp/vforked-program.c: new file.
19756 * gdb.hp/virtfunc-hp.cc: new file.
19757 * gdb.hp/watchpoint-hp.c: new file.
19758 * gdb.hp/xdb.c: new file.
19759 * gdb.hp/xdb0.c: new file.
19760 * gdb.hp/xdb0.h: new file.
19761 * gdb.hp/xdb1.c: new file.
19762
19763Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
19764
19765 The following change was made by Edith Epstein
889bf7c5
PA
19766 <eepstein@cygnus.com> as part of a project to merge in changes
19767 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
19768
19769 * gdb.c++/demangle.exp: changed the expected output for some
19770 ARM-style mangling -- removed second reference to datatype.
889bf7c5 19771 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 19772 T1<char>::~T1<char>(void)
c906108c 19773 becomes,
a9c64011
AS
19774 maint demangle __dt__11T1__pt__2_cFv
19775 T1<char>::~T1(void)
c906108c 19776
889bf7c5 19777 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 19778
c906108c
SS
19779Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
19780
19781 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
19782 * gdb.trace/backtrace.exp: Likewise.
19783 * gdb.trace/circ.exp: Likewise.
19784 * gdb.trace/collection.exp: Likewise.
19785 * gdb.trace/deltrace.exp: Likewise.
19786 * gdb.trace/infotrace.exp: Likewise.
19787 * gdb.trace/limits.exp: Likewise.
19788 * gdb.trace/packetlen.exp: Likewise.
19789 * gdb.trace/passc-dyn.exp: Likewise.
19790 * gdb.trace/passcount.exp: Likewise.
19791 * gdb.trace/report.exp: Likewise.
19792 * gdb.trace/save-trace.exp: Likewise.
19793 * gdb.trace/tfind.exp: Likewise.
19794 * gdb.trace/tracecmd.exp: Likewise.
19795 * gdb.trace/while-dyn.exp: Likewise.
19796 * gdb.trace/while-stepping.exp: Likewise.
19797
197981998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
19799
19800 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
19801
19802Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
19803
19804 From Brendan Kehoe:
19805 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
19806 int return types.
19807
19808Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
19809
19810 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 19811 remote dos host testing right.
c906108c
SS
19812
19813Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
19814
19815 * gdb.base/corefile.exp: remove some xfails.
19816
19817Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
19818
19819 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 19820 have different timestamps.
c906108c
SS
19821
19822Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
19823
19824 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 19825 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
19826
19827Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
19828
19829 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 19830 delta.
c906108c
SS
19831
19832Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
19833
19834 * gdb.base/default.exp: Add brace missing from previous delta.
19835
19836Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
19837
19838 * gdb.base/default.exp: Support test for info float for all
19839 varieties of arm toolchain.
19840
dc96c6c7 19841Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19842
19843 * gdb.trace/*.exp: remove "remote_download" command.
19844
dc96c6c7 19845Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19846
19847 * gdb.trace/*.exp: remove -gdwarf from compile.
19848
19849Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
19850
19851 * gdb.trace/configure.in(AC_INIT): typo
19852 * gdb.trace/configure: regenerated
19853
dc96c6c7 19854Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19855
19856 * config/m68k-emc.exp: New file.
19857 * lib/<emc-support.exp trace-support.exp}: New files.
19858 * configure.in: add new test directory gdb.trace.
19859 * gdb.trace/{configure configure.in Makefile.in}: New files.
19860 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
19861 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
19862 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
19863 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
19864 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
19865 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
19866 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 19867
dc96c6c7 19868Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19869
19870 * gdb.c++/classes.exp: Change all regular expressions to match
19871 arbitrary combinations of newline/carriage-return, so that they
19872 will work equally well on Unix and Windows.
19873 * gdb.c++/inherit.exp: ditto.
19874 * gdb.c++/virtfunc.exp: ditto.
19875
198761998-08-11 Dawn Perchik <dawn@cygnus.com>
19877
19878 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
19879
c2d11a7d
JM
19880Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
19881
19882 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
19883 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
19884 to use a0-a3/d0-d3 as needed.
19885
19886Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
19887
19888 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
19889 * gdb.disasm/am33.exp: Corresponding changes.
19890
c906108c
SS
198911998-07-11 Felix Lee <flee@cygnus.com>
19892
19893 * gdb.base/callfuncs.exp: add cmp10 test.
19894 * gdb.base/callfuncs.c (cmp10): new function.
19895
19896Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
19897
d63a86f8 19898 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
19899 into two parts to get around a synchronization problem in expect.
19900
3fc11d3e
JM
19901Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
19902
19903 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
19904
19905 * configure.in: Add options for gdbtk testsuite.
19906
19907 * configure: Regenerate.
19908
19909 * gdb.gdbtk: New directory to hold gdbtk tests.
19910
c906108c
SS
19911Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19912
19913 * gdb.fortran/types.exp: Escape brackets in expect patterns
19914 for test_float_literal_types_accepted tests.
19915 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
19916 before run test.
19917
c2d11a7d
JM
19918Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
19919
19920 * am33.exp: Just compile, do not link the testcase.
19921 * am33.s: Add ".am33" pseudoop to force am33 mode.
19922
c906108c
SS
199231998-06-25 Felix Lee <flee@cygnus.com>
19924
19925 * gdb.base/setshow.exp: make sure $pc is sane.
19926
19927 * gdb.stabs/weird.exp: split expect patterns properly.
19928
c2d11a7d
JM
19929Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
19930
19931 * gdb.disasm/am33.s: New disassembler testfile for the am33.
19932 * gdb.disasm/am33.exp: Run it.
19933
dc96c6c7 19934Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19935
19936 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
19937 match processing (and eliminate spurious timeouts when running).
19938
dc96c6c7 19939Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19940
19941 * gdb.base/signals.exp (test_handle_all_print): put back Mach
19942 exception test, but conditionalize it on target [mach | gnu].
19943
dc96c6c7 19944Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19945
19946 * gdb.base/overlays.exp: fixup compile line for linker script.
19947
19948Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
19949
19950 * gdb.fortran/types.exp: don't guess at float size.
19951
19952Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
19953
19954 * gdb.base/exprs.exp: delete test that depends on int size.
19955
19956Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19957
19958 * config/sim.exp: Removed checks for target triplets.
19959 (gdb_target_sim): Use gdb,target_sim_options.
19960
19961Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19962
19963 * gdb.base/reread.exp: New file.
19964 * gdb.base/reread1.c: New file.
19965 * gdb.base/reread2.c: New file.
19966
19967Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19968
19969 * config/sim.exp: Use 'target sim -sparclite' when running
19970 SPARClite programs.
19971
19972Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19973
19974 * gdb.base/structs2.exp: New file.
19975 * gdb.base/structs2.c: New file.
19976
19977Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19978
19979 * gdb.asm/common.inc: New file.
19980 * gdb.asm/d10v.inc: New file.
19981 * asm-source.exp: Pass -I's to gas to find .inc files.
19982 Update line numbers in expected output.
19983 * asmsrc1.s: Rewrite.
19984 * asmsrc2.s: Rewrite.
19985 * configure.in: Create arch.inc symlink.
19986 * configure: Regenerate.
19987 * Makefile.in (distclean): Delete arch.inc.
19988
19989Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19990
19991 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
19992 (t_enum_value2): ditto
19993 (t_enum_value3): ditto
19994 (main): ditto
c906108c
SS
19995Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19996
19997 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19998 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19999 change.
20000 Use gdb_test instead of send_gdb/gdb_expect sequences.
20001
20002Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
20003
20004 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
20005 not void.
20006
20007Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
20008
20009 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
20010 subroutines. Used to test gdbs ability to single step through PC
20011 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
20012
20013Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
20014
20015 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
20016 more rigorous EGCS C++ error checking.
20017
20018Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20019
a9c64011
AS
20020 * gdb.base/help.exp: Clean up `help set args' and `help show args'
20021 tests.
20022 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
20023 function when asleep.
20024 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
20025 for i*86 Linux and SVR4 signal handling problems.
20026 Remove linux xfail for `next to handler in signals_tests_1', fixed
20027 by recent infrun.c change.
20028 Limit backtrace to 10 frames to avoid timeout problems with infinite
20029 stack backtraces.
20030 Adjust expect pattern in `handle all print' test to match Apr 28 1997
20031 target.[ch] change.
c906108c
SS
20032
20033Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
20034
20035 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
20036 for a newline from gdb before continuing.
20037 (default_gdb_exit): Just look for y or n.
20038 (gdb_test): Detect abnormal exit from GDB running on DOS; if
20039 it does, fail the rests of the tests in the file.
20040
20041Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
20042
20043 * config/cygmon.exp: New file.
20044
20045Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
20046
20047 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 20048 main" test on remote targets.
c906108c
SS
20049
20050 * gdb.base/scope.exp: Fix problem with filelocal_bss before
20051 run test on remote targets.
20052
20053Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
20054
20055 * gdb.asm: New directory.
20056 * configure.in: Configure it.
20057 * configure: Regenerate.
20058 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
20059 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
20060
20061Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
20062
20063 * config/mn10300-eval.exp: New file to support MN10300 eval board.
20064
dc96c6c7 20065Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 20066
a9c64011
AS
20067 * gdb.base/overlays (several files): Merge the two overlay
20068 managers into one. Change variables (foox, barx, bazx, grbxx)
20069 back into ints but force them to load in their proper sections.
c906108c
SS
20070
20071Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
20072
20073 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 20074 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
20075 (D10VCopy): Handle memory regions crossing 16k boundaries.
20076 (D10VCopy): Transfer data in 32 bit chunks.
20077
20078Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
20079
20080 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 20081 correct.
c906108c
SS
20082
20083 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 20084 map. Include space for printf in .text segment.
c906108c
SS
20085
20086 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 20087 updated d10v memory VMA/LMA map.
c906108c 20088 (D10VCopy): Call D10VTranslate.
d63a86f8 20089
c906108c
SS
20090Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
20091
20092 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
20093
20094 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
20095 that it won't be put into the .sdata - small data -
20096 section. Update reference.
c906108c
SS
20097 * gdb.base/baz.c (bazx, baz): Ditto.
20098 * gdb.base/foo.c (foox, foo): Ditto.
20099 * gdb.base/grbx.c (grbxx, grbx): Ditto.
20100
20101 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 20102 to be arrays.
d63a86f8 20103
dc96c6c7 20104Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 20105
a9c64011
AS
20106 * gdb.base/overlays.exp: fix up and get working again.
20107 Add tests for backtraces from an overlay function.
d63a86f8 20108
c906108c
SS
20109Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
20110
20111 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
20112 "calling function with watchpoint enabled".
20113
20114Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
20115
20116 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 20117 gdb_suppress_tests for d10v-*-*.
c906108c
SS
20118 * lib/gdb.exp (gdb_suppress_tests): Disable this function
20119 pending review of whether it is useful or not.
20120
20121Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
20122
20123 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
20124
20125Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
20126
20127 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
20128 * config/dve.exp: New file to support Densan boards.
20129
20130Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
20131
20132 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 20133 reads and BSD.
c906108c
SS
20134
20135Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
20136
20137 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
20138 response.
20139
20140 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
20141
20142Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
20143
20144 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 20145 test.
c906108c
SS
20146
20147 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 20148 target_sizeof_long and target_bigendian_p.
c906108c 20149 (structs_by_value, structs_by_reference): Check values according
889bf7c5 20150 to targets word size and endianess.
d63a86f8 20151
c906108c
SS
20152Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
20153
20154 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 20155 output.
c906108c
SS
20156
20157Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
20158
20159 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 20160 Update test of set args help to match source change.
c906108c
SS
20161
20162Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
20163
20164 * gdb.base/default.exp: Expect help system output to be in
20165 alphabetical order.
20166 * gdb.base/help.exp: Ditto.
20167
20168Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
20169
20170 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
20171 "i*86-pc-linux-gnu*".
20172 * gdb.base/interrupt.exp: Ditto.
20173 * gdb.base/corefile.exp: Ditto.
20174
20175 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 20176 define vxworks when building the testcase.
c906108c
SS
20177
20178 * gdb.base/ptype.exp: Fix testnames to be unique.
20179 * gdb.base/radix.exp: Ditto.
20180 * gdb.base/term.exp: Ditto.
20181 * gdb.base/whatis.exp: Ditto.
20182 * gdb.c++/classes.exp: Ditto.
20183
20184Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
20185
20186 * gdb.base/callfuncs.exp: Fix indentation.
20187
20188 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
20189 suppress_flag has been set.
20190 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
20191 target feature.
20192
20193Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
20194
20195 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
20196 the testcase.
20197
20198 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 20199 set_debug_traps() and breakpoint().
c906108c
SS
20200 * gdb.c++/misc.cc (main): Ditto.
20201 * gdb.c++/templates.cc (main): Ditto.
20202 * gdb.c++/virtfunc.cc (main): Ditto.
20203
20204Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
20205
20206 * lib/gdb.exp(gdb_step_for_stub): New function.
20207 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
20208 exists, reload the executable and do a "continue" instead of
20209 doing a jump.
20210 (runto_main): Use gdb_step_for_stub.
d63a86f8 20211
c906108c 20212 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 20213 tests to have unique names.
c906108c
SS
20214 * gdb.base/callfuncs.exp: Ditto.
20215 * gdb.base/commands.exp: Ditto.
20216 * gdb.base/default.exp: Ditto.
20217 * gdb.base/help.exp: Ditto.
20218 * gdb.base/list.exp: Ditto.
20219 * gdb.base/opaque.exp: Ditto.
20220 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
20221 similar tests.
d63a86f8 20222
c906108c
SS
20223 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
20224 * gdb.c++/cplusfuncs.cc: Ditto.
20225 * gdb.c++/virtfunc.cc: Ditto.
20226
20227 * config/monitor.exp: Keep track of the last file we saw, rather
20228 than trying to get the info from gdb.
20229
20230 * gdb.fortran/types.exp: Move comment to previous line.
20231
20232Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
20233
20234 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 20235 target mode.
c906108c
SS
20236
20237Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
20238
20239 From Bob Manson:
20240 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 20241 string from GDB when it connects.
c906108c
SS
20242
20243 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
20244
20245Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
20246
20247 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
20248 if we can't get a debug format from GDB (we may be testing an
20249 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
20250
20251 * gdb.stabs/weird.exp: Fix quoting.
20252
20253 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
20254
20255Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
20256
20257 * config/arm-ice.exp: New file.
20258
20259Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
20260
20261 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 20262 until it has been modified to work with the new testsuite.
c906108c 20263
99707966 20264 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
20265 testcase won't compile, cause all of the testcases in the file to
20266 fail instead.
c906108c
SS
20267
20268 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
20269 (gdb_clear_suppressed): New procedure.
20270 (gdb_stop_suppressing_tests): Only clear suppress_flag if
20271 it contains a positive value.
20272
20273Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
20274
20275 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
20276
20277 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
20278
20279Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
20280
20281 * lib/gdb.exp (setup_xfail_format): New function.
20282 (get_debug_format): New function to get debug format.
20283 (debug_format): New global variable to hold last value set
20284 by get_debug_format.
20285 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 20286 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
20287 * gdb.c++/ptype.exp: Ditto.
20288 * gdb.c++/classes.exp: Ditto.
20289 * gdb.c++/cplusfuncs.exp: Ditto.
20290 * gdb.c++/inherit.exp: Ditto.
20291 * gdb.c++/templates.exp: Ditto.
20292 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 20293
c906108c
SS
20294Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
20295
20296 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
20297 host doesn't have a currently-open connection.
20298
20299 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
20300 any gdb stub target. Handle cases where gdb doesn't respond when
20301 interrupted in a sane fashion.
c906108c
SS
20302
20303 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 20304 same thing in a totally different way.
c906108c
SS
20305
20306 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 20307 setting "timeout".
c906108c 20308 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 20309 default_gdb_init now.
c906108c
SS
20310
20311Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
20312
20313 * gdb.base/printcmds.exp: Fix "check for floating addition"
20314 regexp to accept results within approx +/- .01 of exact value.
20315 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
20316
20317Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
20318
20319 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 20320 properly.
c906108c
SS
20321 (gdb_expect): Add optional timeout parameter, and add timeout
20322 value to various calls.
20323 (gdb_suppress_tests): Only give one warning message per group.
20324
20325Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
20326
20327 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
20328 global variables. Handle getting a value for $timeout more
20329 gracefully.
c906108c
SS
20330
20331Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20332
20333 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 20334 initialize.
c906108c 20335 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 20336 by a target configuration file.
c906108c
SS
20337 (gdb_expect): Pass the timeout to remote_expect.
20338
20339 * config/monitor.exp(gdb_load): Fix typo in regexp.
20340
20341Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
20342
20343 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
20344
20345Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
20346
20347 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
20348 here. Call gdb_target_exec before rebooting the target, to make
20349 sure the connection to the target is closed.
c906108c
SS
20350 (gdb_load): Pass the name of the executable to gdb_target_monitor.
20351 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
20352 Also detect "Timeout reading from remote" error.
20353
20354 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
20355 gdb_target_monitor. Don't call gdb_file_cmd here; let
20356 gdb_target_monitor do it.
c906108c
SS
20357
20358 * gdb.disasm/hppa.exp: Don't use exec_output.
20359
20360Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
20361
20362 * gdb.base/list.exp: If we're debugging a non-native target,
20363 try to set the pc register to point to the start of the
20364 program before doing the first list command.
20365
20366 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 20367 test_calls after restarting.
c906108c
SS
20368
20369 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 20370 reloading.
c906108c
SS
20371
20372 * gdb.base/watchpoint.exp: Fix typo.
20373
20374 * gdb.base/setshow.exp: Check for use_gdb_stub.
20375
20376 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 20377 stub case.
c906108c
SS
20378 * gdb.base/langs.exp: Ditto.
20379
20380 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
20381 gdb_load_offset. If we weren't given a file to load, figure out
20382 what the current file is and use it.
c906108c
SS
20383
20384 * config/i386-bozo.exp: New file.
20385
20386Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
20387
20388 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
20389 feature.
20390
20391 * config/proelf.exp: New entry.
20392
20393Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
20394
20395 * lib/gdb.exp: Remove spurious .* patterns at the beginning
20396 of regexps.
20397
20398 * gdb.base/watchpoint.exp: Don't run the test_stepping
20399 tests if gdb can't call functions on the target.
20400
20401 * gdb.base/setshow.exp: Don't run the set prompt tests if
20402 the board has gdb_prompt set.
20403
20404Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
20405
20406 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
20407 * gdb.base/commands.exp: Likewise.
20408 * gdb.base/setshow.exp: Likewise.
20409
20410Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
20411
20412 * config/monitor.exp(gdb_start): Look for gdb_prompt target
20413 feature.
20414
20415 * config/i960.exp: New file.
20416
20417Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
20418
20419 * gdb.base/funcargs.exp: Check for gdb,short_int target
20420 feature instead of looking for explicit target triplets.
20421
dc96c6c7 20422Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 20423
d63a86f8 20424 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
20425 "p 123DEADBEEF", to check parse_number.
20426 * top.c: change "to enable to enable" to "to enable" in a couple
20427 of help strings.
20428
20429Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
20430
20431 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
20432 on the mn10300.
d63a86f8 20433
c906108c
SS
20434Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
20435
20436 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
20437 where the test executable is run with explicit args.
20438 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
20439
20440Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
20441
20442 * gdb.base/run.c: Use FAKEARGV to build test executable that
20443 does not require a command line arg, since most simulators
20444 don't currently support passing such an arg into the simulated
20445 program.
20446 * gdb.base/commands.exp: Change tests to insert the proper
20447 value as the arg to the first recursive factorial call. Change
20448 compilation line to define FAKEARGV at compile time.
20449
20450Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
20451
20452 * gdb.base/recurse.exp: Enable these tests for the mn10300.
20453 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
20454 function with watchpoint enabled" test.
20455
20456Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
20457
20458 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 20459 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
20460
20461 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 20462 "Tests restarted" messages.
c906108c
SS
20463
20464Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
20465
20466 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
20467
dc96c6c7 20468Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20469
20470 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
20471 for INFO SYMBOL; add help tests for OVERLAY commands.
20472 * gdb.base/default.exp: add tests for INFO SYMBOL command;
20473 add tests for OVERLAY commands
20474 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
20475 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
20476 * gdb.base/sigall.c: add usestubs code frag
20477 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 20478
c906108c
SS
20479Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
20480
20481 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
20482 failures.
20483 (gdb_stop_suppressing_tests): Note that tests have restarted.
20484
20485Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
20486
20487 * config/h8300.exp: New file.
20488
20489Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
20490
20491 * gdb.base/setshow.exp: Check for the existence of a
20492 feature, not its value.
20493
20494Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
20495
20496 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
20497
20498 * gdb.base/scope.exp: It's now init0(), not init().
20499
20500 * gdb.base/scope0.c: For now, change init() to be init0().
20501
20502 * config/monitor.exp: Use gdb_serial in preference to serial
20503 or netport.
20504
20505 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 20506 and it's not already set.
c906108c
SS
20507
20508Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
20509
20510 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 20511 isn't using a stub and if it supports argument passing.
c906108c
SS
20512
20513Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
20514
20515 * config/udi.exp(gdb_start): Make sure UDICONF is set
20516 properly before starting gdb.
20517
20518Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
20519
20520 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
20521 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
20522 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
20523
20524Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
20525
20526 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 20527 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
20528
20529 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
20530
20531 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
20532
20533 * config/monitor.exp: Make sure we disconnect from the target.
20534 Also, try a reboot/reload cycle instead of failing if the
20535 load fails.
20536
20537Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
20538
20539 * gdb.base/default.exp: Don't set match_max.
20540 * gdb.base/help.exp: Ditto.
20541 * gdb.base/list.exp: Ditto.
20542 * gdb.base/signals.exp: Ditto.
20543
20544 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
20545 set, use remote_ld to download the testcase instead of
20546 the GDB loader.
20547
20548Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
20549
20550 * config/vr5000.exp: New file.
20551
20552 * config/monitor.exp(gdb_target_monitor): Add pattern for
20553 "Ending remote" to detect errors in connecting.
20554
20555 * gdb.base/setshow.exp: Add .* within auto language test.
20556
20557 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
20558 target feature.
20559
20560 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 20561 and reboot the board if necessary.
c906108c
SS
20562
20563 * gdb.base/setvar.exp(test_set): Handle multiple prints within
20564 a set of tests. Remove print.* from the patterns being checked.
20565
20566Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
20567
20568 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
20569 refer to gdb_spawn_id.
20570
20571 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
20572 longer used.
20573 * config/sparclet.exp: Ditto.
20574 * config/sparclet-old.exp: Ditto.
20575 * config/slite.exp: Ditto.
20576 * config/sim.exp: Ditto.
20577 * gdb.base/funcargs.exp: Ditto.
20578
20579 * lib/gdb.exp:Remove references to gdb_spawn_id.
20580 (gdb_expect): Move to remote.exp.
20581
20582Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
20583
20584 * config/monitor.exp: Detect the "Couldn't establish connection"
20585 message from GDB.
20586
20587Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
20588
20589 * gdb.base/bitfields.exp: Use runto instead of explicit
20590 gdb_run_cmd/gdb_expect sequences.
20591
20592 * gdb.base/break.exp(text_next_with_recursion): Add match for
20593 gdb_expect call.
20594
20595 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
20596 We also need to handle the "A program is being debugged already"
20597 prompt from gdb. Use gdb_test to set the baud rate.
20598
20599 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
20600 to 20000. Really. I mean it.
20601
20602Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20603
20604 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
20605 fails. If suppress_flag is set, skip perror message about not
20606 being able to send to GDB.
c906108c 20607 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 20608 GDB.
c906108c
SS
20609 (gdb_expect): If suppress_flag is set, always fail immediately.
20610 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
20611 (gdb_init): Call gdb_stop_suppressing_tests.
20612 (default_gdb_exit): Ditto.
20613 (default_gdb_start): Ditto.
20614
20615 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 20616 gdb_stop_suppressing_tests as appropriate.
c906108c 20617 * gdb.base/break.exp: Ditto.
889bf7c5 20618 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
20619 * gdb.base/commands.exp: Ditto.
20620 * gdb.base/exprs.exp: Ditto.
889bf7c5 20621 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
20622 * gdb.base/list.exp: Ditto.
20623 * gdb.base/recurse.exp: Ditto.
889bf7c5 20624 * gdb.base/scope.exp: Ditto.
c906108c
SS
20625 * gdb.base/structs.exp: Ditto.
20626 * gdb.c++/inherit.exp: Ditto.
20627
20628Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
20629
20630 * config/vr4300.exp: New file.
20631
99707966 20632 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 20633
99707966 20634 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
20635
20636Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
20637
20638 * lib/gdb.exp(gdb_init): New function.
20639
20640 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 20641 for each individual variable set.
c906108c
SS
20642
20643 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
20644 name.
20645
20646 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
20647
20648 * gdb.base/scope.exp: Use gdb_test.
20649
20650 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
20651 aborting; the testsuite driver will do that for us (see
20652 gdb_finish). Also, use gdb_test in a few more places.
20653
20654Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
20655
20656 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
20657
20658Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
20659
20660 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
20661 and "add_tests" are not at the same address.
20662
20663Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
20664
20665 * gdb.base/ptype.exp: Use gdb_test.
20666
20667Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
20668
20669 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
20670 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
20671 left in. No longer expect them to fail.
20672
20673 * gdb.stabs/*.mt; Deleted, no longer used.
20674 * gdb.stabs/configure.in: Remove references to target makefile
20675 frags.
20676 * gdb.stabs/configure: Rebuilt.
20677
20678 * gdb.disasm/*.mt: Deleted, no longer used.
20679 * gdb.disasm/configure.in: Remove references to target makefile
20680 frags. Use "sh3.s" as the unique filename for this directory.
20681 * gdb.disasm/configure: Rebuilt.
20682
20683 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
20684 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
20685 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
20686
20687Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
20688
20689 * config/udi.exp: Use mondfe,name instead of remote_host.
20690
20691Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
20692
20693 * gdb.base/watchpoint.exp: Don't expect a failure when calling
20694 a function with a watchpoint enabled on the mn10200.
20695
20696 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
20697 before trying to create it!
20698
20699Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
20700
20701 * config/vx.exp: Use hostname instead of netport.
20702
20703 * config/vxworks.exp: New file.
20704
20705 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
20706
20707 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 20708 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
20709 occurs.
20710
20711 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
20712 $gdb_spawn_id directly.
20713 (gdb_run_cmd): Try _start as well as start. Use the target feature
20714 gdb,start_symbol as the symbol to start from when jumping.
20715
20716Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
20717
20718 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
20719 redundant) test.
20720
20721 * gdb.base/recurse.exp: Relax final value test for 'b' so that
20722 it doesn't lose for 16bit integer systems.
20723
20724Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
20725
20726 * gdb.fortran/types.exp: If the target doesn't support "double"
20727 data types, then expect "real" types to only be 4 bytes.
20728
20729 * gdb.c++/virtfunc.exp: Expect failure for virtual function
20730 call tests if the target doesn't support inferior function calls.
20731
20732 * gdb.base/printcmds.exp: Allow minor deviation in FP values
20733 in printf tests.
20734
20735Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
20736
20737 * gdb.base/help.exp: Disable "help set", "help show", and
20738 "help support". Simplify regexp for "help stack".
20739
20740 * gdb.base/default.exp: Set match_max to 5000 and the timeout
20741 to 60 seconds. Temporarily set match_max to 15000 around the
20742 "info copying" test.
20743
20744 * gdb.base/nodebug.exp: Don't try to do an inferior function
20745 call if the target doesn't support them.
20746 * gdb.base/printcmds.exp: Likewise.
20747 * gdb.base/setvar.exp: Likewise.
20748 * gdb.base/structs.exp: Likewise.
20749 * gdb.c++/templates.exp: Likewise.
20750 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
20751
20752 * gdb.base/recurse.exp: Enable for the mn10200.
20753
20754 * configure.in: Do configure gdb.stabs directory for *-*-elf
20755 targets.
20756 * configure: Rebuilt.
20757
20758 * gdb.base/break.exp: Check for gdb,noresults before testing
20759 exit status and/or results from the target.
20760 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
20761 * lib/gdb.exp: Remove old (now bogus) initialization of
20762 noinferior, noargs, noresults and nosignals.
20763
20764Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
20765
20766 * config/sh.exp: New file.
20767
20768 * config/slite.exp: Try to connect multiple times to the board
20769 before rebooting. Only send a "monitor run" if need_monitor_run
20770 is set.
20771
20772 * gdb.base/break.exp: Don't do the "stub continue" test if
20773 the target has gdb_stub set.
20774
20775 * gdb.base/callfuncs.exp: Increase the timeout.
20776
20777 * gdb.base/interrupt.exp: Don't even try to compile the testcase
20778 if the target has gdb,noinferiorio set.
20779
20780 * gdb.base/list.exp: Increase match_max to 10000 characters.
20781
20782 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
20783
20784 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
20785 target.
20786
20787 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
20788
20789Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
20790
20791 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
20792 trying to delete the copy of gdb. Catch the file delete so we
20793 don't die if the delete fails; also, the file should be copied to
20794 the host, not to the build.
c906108c
SS
20795
20796Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
20797
20798 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 20799 parenthesis in case it contains multiple regexps separated
c906108c
SS
20800 with |.
20801
20802 * gdb.base/watchpoint.exp: Use gdb_test.
20803 * gdb.base/default.exp: Ditto.
20804
20805Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
20806
99707966 20807 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 20808
c906108c
SS
20809 * gdb.base/scope.exp: Use gdb_test.
20810 * gdb.c++/classes.exp: Ditto.
20811 * gdb.c++/inherit.exp: Ditto.
20812
20813Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
20814
20815 * gdb.base/crossload.exp: Don't use execute_anywhere, use
20816 remote_exec instead.
20817 * gdb.base/corefile.exp: Don't be ridiculous.
20818 * gdb.base/*.c: Add missing stub invocations.
20819
20820Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
20821
20822 * config/slite.exp: Miscellaneous fixes.
20823
20824 * lib/gdb.exp: Fix runto.
20825
20826 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
20827 the target.
20828
20829 * gdb.base/watchpoint.exp: Fix regexp.
20830
20831 * lib/gdb.exp(default_gdb_exit): Add a catch to the
20832 close and wait commands, as the descriptor may now be
20833 invalid. Always call "remote_close host".
20834
20835Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
20836
20837 Major rewrite for testsuite revision.
d63a86f8 20838
c906108c
SS
20839 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
20840 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
20841 instead of relying on spawn_id to always contain a valid
20842 spawn id.
20843 (get_compiler_info): New procedure to build the ${binfile}.ci
20844 file, instead of replicating this in N different places.
20845 (gdb_compile): New procedure.
d63a86f8 20846
c906108c 20847 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
20848 appropriate arguments) instead of compile. Use gdb_test in a lot
20849 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
20850 at the start of a testcase, as this is no longer done magically.
20851
20852 config/*-gdb.exp: Rename without the -gdb suffix.
20853
20854 config/mips.exp: Use remote_close instead of exit_remote_shell.
20855 config/monitor.exp: Use target_info instead of looking at
20856 baud, timeout, etc.
20857 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
20858
20859Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20860
20861 * gdb.c++/templates.exp (test_ptype_of_templates),
20862 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
20863 Update expect patterns for destructors and assignment operators
20864 to match corresponding c-typeprint.c changes.
20865 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
20866 to destructor breakpoint test, GDB should be able to set the
20867 destructor breakpoint without specifying arguments.
20868
20869Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
20870
20871 * gdb.threads/pthreads.exp: Change result for failure to compile due
20872 to lack of pthreads runtime support from an error to simply an
20873 unsupported test, per dejagnu standards.
20874
20875Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20876
20877 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
20878 where GDB exits to reduce pattern match time.
20879 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
20880
20881 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
20882
dc96c6c7 20883Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20884
20885 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
20886 * gdb.base/default.exp: ditto.
20887 * gdb.base/nodebug.exp: ditto.
20888 * gdb.base/printcmds.exp: ditto.
20889 * gdb.base/ptype.exp: ditto.
20890 * gdb.base/setvar.exp: ditto.
20891 * gdb.base/structs.exp: ditto.
20892 * gdb.base/setshow.c: Guard against uninitialized values of argc.
20893
20894Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
20895
20896 * configure, */configure: Rebuild with autoconf 2.12.
20897
20898Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
20899
20900 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
20901 use new i*86-pc-linux*-gnu quads.
20902 * gdb.base/corefile.exp: Ditto.
20903 * gdb.base/signals.exp: Ditto.
20904 * gdb.base/sigall.exp: Ditto.
20905 * gdb.base/interrupt.exp: Ditto.
20906
20907 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
20908 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
20909 RedHat 4.0.
d63a86f8 20910
c906108c 20911 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
20912 linux. This allows the test case to at least compile on latest
20913 linux, but still not run due to missing the threads runtime library.
c906108c
SS
20914
20915Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20916
20917 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
20918 directory to search gdb directory. Accept and step over conditional
20919 stack alignment code. Consume $prompt in failure cases.
20920 Reset timeout to $oldtimeout instead of some arbitrary value.
20921 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
20922 timeout problems with infinite stack backtraces.
20923 * gdb.base/ptype.exp (ptype struct link, union tu_link):
20924 Accept function parameters for linkfunc member.
20925
20926Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
20927
20928 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
20929 (CXXFLAGS): Remove, unreferenced.
20930 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
20931 previous -B options and also add -B option to pick up cross compiled
20932 runtime.
c906108c
SS
20933 (TARGET_INCLUDES): Add for -I options and add code to initialize when
20934 doing cross compiles.
20935 (target_alias): Declare global.
20936 (xgcc): Set variable to full path of gcc in build tree. Use findfile
20937 to verify that gcc exists in build tree, and if so set CC to that
20938 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 20939
c906108c
SS
20940Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
20941
20942 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
20943 ptype test for anonymous union. Fixup testcase to match
20944 current gcc debug output.
20945
20946Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
20947
20948 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
20949 force argument to an unsigned long type.
20950
20951Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
20952
20953 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 20954 tests and anonymous union print/ptype tests.
c906108c
SS
20955 * gdb.base/list.exp (test_forward-search): Increase timeout by
20956 5 minutes for the "search extremely long line" case.
20957 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20958 completely optional and that the pass/fail messages use the command as
20959 the message if that third arg is a null string.
20960 (gdb_test_exact): Arrange that a null string pattern means match a
20961 null string output rather than any output, which might include random
889bf7c5 20962 errors.
c906108c
SS
20963 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20964 backtrace test.
20965 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20966 always failing and failure is now exposed by gdb.exp changes.
20967
20968Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20969
20970 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20971 weren't being noted.
20972
20973Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20974
20975 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20976 * gdb.stabs/weird.exp: Remove v_comb xfails.
20977
dc96c6c7 20978Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20979
20980 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 20981 list.exp scope.exp watchpoint.exp]
c906108c 20982 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 20983
dc96c6c7 20984Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20985
20986 * config/monitor.exp: Increase download timeout to 1000 seconds.
20987
dc96c6c7 20988Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20989
20990 * config/m32r.exp: Increase timeout to 120 seconds.
20991
20992Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20993
20994 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20995 and accept older ordering as obsolescent gcc or gdb.
20996 * gdb.c++/templates.exp: Ditto.
20997 * gdb.c++/virtfunc.exp: Ditto.
20998
20999Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
21000
21001 * gdb.base/coremaker.c: Add code to mmap some data so we
21002 can check that it ends up in the core file.
21003 * gdb.base/corefile.exp: Add test to read mmapped data
21004 from core file.
21005
dc96c6c7 21006Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21007
21008 * config/m32r.exp: New file.
21009
21010Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
21011
21012 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
21013 that cflags can contains -gstabs, and work correctly for other tests.
21014
dc96c6c7 21015Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21016
21017 * gdb.base/setshow.exp: New file, tests show and set.
21018 * gdb.base/setshow.c: New file, tests show and set.
21019 * gdb.base/help.exp: Add test for help set|show annotate.
21020 * gdb.base/default.exp: Add test for set|show annotate.
21021
21022Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
21023
21024 * testsuite/gdb.base/break.exp: Make backtrace from factorial
21025 errors unique.
21026 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
21027 explicitly.
21028
21029Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
21030
21031 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
21032 and width commands. This is done elsewhere.
21033 * (gdb_start): Don't call gdb_start_sim here. That's already
21034 done in gdb_load. This fixes lots of failures in default.exp.
21035
21036Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
21037
21038 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
21039 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
21040 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
21041 in the same we we treat other failures (since it may be an expected
889bf7c5 21042 condition), rather than as an error.
c906108c
SS
21043 * gdb.base/signals.exp (test_handle_all_print): Revert back to
21044 old test format.
21045
21046Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
21047
21048 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
21049 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 21050 twice. Nuke the duplicates.
c906108c 21051 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 21052 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
21053 Remove config.h along with other config files.
21054
21055Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
21056
21057 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
21058 "p func1 ()" and note that rests of tests are skipped.
21059 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 21060 setup_xfails for "print func2::coremaker_local".
c906108c
SS
21061 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
21062 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
21063 affected by the previous run test.
21064 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
21065 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
21066 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
21067 "pass int powerset tuple" and "pass modeless int powerset tuple".
21068 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
21069 "real write 4" and "real write 8".
21070 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 21071 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
21072 "print \$i after tuple assign 2", and
21073 "print vs2 after tuple assign 2".
21074 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
21075 meaningful error message and return -1 so the caller can
21076 suppress further tests and avoid a cascade of errors.
d63a86f8 21077
c906108c
SS
21078Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
21079
21080 * gdb.base/a1-selftest.exp: Tweak tests to account for new
21081 format for printing version.
21082 * gdb.base/default.exp: Ditto.
21083 * gdb.base/interrupt.exp: Fix problem with cascade of
21084 errors if child process dies while calling a function.
d63a86f8 21085
c906108c
SS
21086Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
21087
21088 * Makefile.in (VPATH): Add
21089 * Makefile.in (Makefile, config.status): Fix rules so things get
21090 remade when necessary.
21091
21092Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
21093
21094 * Makefile.in (just-check): Add path to sibling expect dir
21095 to environment variable specified by RPATH_ENVVAR.
21096
21097Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
21098
21099 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
21100 (just-check): Add shared library paths for libstdc++, tk,
21101 tcl, bfd, and opcodes to the environment variable specified
21102 in RPATH_ENVVAR.
21103 * configure.in: Add support to recognize --enable-shared flag
21104 and generate correct value for RPATH_ENVVAR.
21105 * configure: Regenerated with autoconf.
21106
21107Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
21108
21109 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 21110 include all osf versions.
c906108c
SS
21111 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
21112 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
21113 when target is linux. When failing to build pthreads test
21114 executable, give more meaningful message.
21115 * gdb.threads/pthreads.c: Hpux also uses old definition of second
21116 arg for pthread_create.
d63a86f8 21117
c906108c
SS
21118Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
21119
21120 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 21121 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 21122 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 21123 and -lpthreads (everybody else).
c906108c
SS
21124 (test_startup): Fail gracefully if threads are not supported.
21125 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
21126 "p/c array_index("abcdef",2)" when not gcc compiled.
21127 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
21128 "print func2::coremaker_local" when not gcc compiled.
21129 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
21130 "ptype on opaque struct tagname (statically)",
21131 "ptype on opaque struct tagname (dynamically) 1", and
21132 "ptype on opaque struct tagname (dynamically) 2"
21133 for not compiled with gcc.
21134 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
21135 backtrace when compiled with gcc.
d63a86f8 21136 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
21137 than always return success.
21138
21139Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
21140
21141 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
21142
21143Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
21144
21145 * gdb.base/structs.exp: Undo last change.
21146
21147Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
21148
21149 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
21150 encapsulate all the steps/nexts done during self test, starting
21151 at main, and makes them less sensitive to optimization issues.
21152 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
21153 signal handler" test.
21154 * gdb.threads/pthreads.exp: Only run this for native configs.
21155 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
21156 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
21157 tests.
21158 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
21159 for "runto test_calls(void)" test.
d63a86f8 21160
c906108c
SS
21161Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
21162
21163 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
21164 and don't expect address info in breakpoint confirmations.
21165
21166Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
21167
21168 * gdb.base/list.exp (test_forward_search): Increase timeout
21169 temporarily by 60 seconds for searching extremely long line,
889bf7c5 21170 and then reset to old value when done. Increase expect input
c906108c
SS
21171 buffer to 10000.
21172
21173Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
21174
21175 * gdb.base/list.exp (test_forward_search): Fix to handle very
21176 long source line without overflowing expect's input buffer.
21177
21178Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
21179
21180 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
21181 "buffer_full".
21182
21183 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
21184 "buffer_full".
21185
21186 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
21187 "buffer_full".
21188
21189 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
21190 "buffer_full".
21191
21192Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
21193
21194 * configure.in (configdirs): Add gdb.threads.
21195 * configure: Regenerated with autoconf.
21196 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
21197 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
21198 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 21199
c906108c
SS
21200Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
21201
21202 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
21203
21204Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
21205
21206 * gdb.base/signals.exp (test_handle_all_print): Test separately for
21207 each signal's status in the output of "handle all print".
21208 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
21209 the \r\n sequence that immediately precedes the gdb prompt.
21210 * gdb.base/a1-selftest.exp: Save original timeout and restore
21211 after test.
21212
21213Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
21214
21215 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
21216 symbol.
21217
21218Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
21219
21220 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
21221
21222Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
21223
21224 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
21225 timeout by 60 seconds.
21226
21227Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
21228
21229 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
21230 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
21231 error return.
21232
21233Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
21234
21235 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
21236 gdb initialization, also report how long dejagnu waited. Restore
21237 old timeout before doing error return. Temporarily increase timeout
889bf7c5 21238 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
21239
21240Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
21241
21242 * lib/gdb.exp: Report timeout value for verbosity level 2.
21243 * config/gdbserver.exp: Ditto.
21244 * config/hppro.exp: Ditto.
21245 * config/mips-gdb.exp: Ditto.
21246 * config/monitor.exp: Ditto.
21247 * config/netware.exp: Ditto.
21248 * config/sim-gdb.exp: Ditto.
21249 * config/slite-gdb.exp: Ditto.
21250 * config/udi-gdb.exp: Ditto.
21251 * config/unix-gdb.exp: Ditto.
21252 * config/vx-gdb.exp: Ditto.
21253 * gdb.base/a1-selftest.exp: Ditto.
21254 * gdb.base/a2-run.exp: Ditto.
21255 * gdb.base/break.exp: Ditto.
21256 * gdb.base/corefile.exp: Ditto.
21257 * gdb.base/list.exp: Ditto.
21258 * gdb.base/recurse.exp: Ditto.
21259 * gdb.base/scope.exp: Ditto.
21260 * gdb.base/signals.exp: Ditto.
21261
21262Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21263
21264 * gdb.threads/Makefile.in (docdir): Removed.
21265
21266Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21267
21268 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 21269 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 21270 @srcdir@.
d63a86f8 21271 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
21272 autoconf 2.5 or higher.
21273 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
21274
21275Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
21276
21277 * configure: Regenerated.
21278 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
21279 avoid name clashes with SunOS headers.
21280
21281Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
21282
21283 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
21284
21285Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
21286
21287 * gdb.base/callfuncs.exp: Finish last change -- make sure the
21288 prototype information ends up in the compiler info file.
21289
21290Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
21291
21292 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
21293 attempting to regenerate it. Eliminate use of a temporary file
21294 and just generate the info file directly. Source it immediately,
21295 for consistency of use.
21296 * gdb.base/corefile.exp: Ditto
21297 * gdb.base/exprs.exp: Ditto.
21298 * gdb.base/funcargs.exp: Ditto.
21299 * gdb.base/langs.exp: Ditto.
21300 * gdb.base/list.exp: Ditto.
21301 * gdb.base/mips_pro.exp: Ditto.
21302 * gdb.base/nodebug.exp: Ditto.
21303 * gdb.base/opaque.exp: Ditto.
21304 * gdb.base/ptype.exp: Ditto.
21305 * gdb.base/scope.exp: Ditto.
21306 * gdb.base/setvar.exp: Ditto.
21307 * gdb.base/signals.exp: Ditto.
21308 * gdb.base/whatis.exp: Ditto.
21309 * gdb.c++/templates.exp: Ditto.
21310 * gdb.c++/virtfunc.exp: Ditto.
21311 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 21312 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
21313
21314Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21315
21316 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
21317 it got fixed by the recent lookup_minimal_symbol_by_pc change.
21318 Increase timeout, a lot of single stepping might be needed if the
21319 target has no hardware watchpoints.
21320
21321Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
21322
21323 * gdb.base/break.exp: Ignore compiler warnings when compiling
21324 break.c.
21325 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
21326 * gdb.base/default.exp: Add h8300 xfails. Handle messages
21327 from remote-sim.
21328 * gdb.base/exprs.exp: Add h8300 xfails.
21329 * gdb.base/funcargs.exp: Likewise.
21330 * gdb.base/nodebug.exp: Likewise.
21331 * gdb.base/printcmds.exp: Likewise.
21332 * gdb.base/ptype.exp: Likewise.
21333 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
21334 h8300 xfails.
d63a86f8 21335 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
21336 on the h8300.
21337 * gdb.base/funcargs.c: Explicitly make last constant argument to
21338 call_after_alloca_subr an unsigned long type.
21339 * gdb.base/return.c: Include stdio.h.
21340
21341Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
21342
21343 * config/abug.exp: New file for the older Motorola Bug monitor
21344 that runs on the mvme13x series VME boards.
21345 * config/monitor.exp: Use the new config array for target settings
21346 if they exist.
21347
21348Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
21349
21350 * sim-gdb.exp: Make the SH simulator allocate less space when
21351 it is targeted.
21352
21353Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
21354
21355 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
21356 test.
21357
21358Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
21359
21360 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
21361 "rs6000-*-*" for "list function in include file" when gcc compiled.
21362 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
21363 for "p ctable1[120]".
21364 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
21365 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
21366 Remove setup_xfail for "rs6000-*-*" for
21367 "print 'scope0.c'::filelocal before run".
21368 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
21369 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
21370 since some compilers don't allow both options to be given
21371 on the same command line. Create object file and move it.
d63a86f8 21372
c906108c
SS
21373Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
21374
21375 * gdb.base/corefile.exp: Always regenerate the core file, since
21376 we always regenerate the coremaker program. Detect special case
21377 where registers cannot be read from core file.
d63a86f8 21378
c906108c
SS
21379Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
21380
21381 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
21382 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
21383 * gdb.c++/templates.exp: Only match on basename of file since
21384 some formats like xcoff don't encode directory information.
21385 * gdb.stabs/weird.exp: Use the right sed script for powerpc
21386 and rs6000 AIX xcoff targets.
21387 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
21388 * configure: Regenerate.
21389 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
21390 here, rather than in distclean.
d63a86f8 21391
c906108c
SS
21392Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
21393
21394 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
21395 defined, and use it to compile the test case with -O2. The
21396 native compilation still uses no optimization.
21397 * gdb.base/mips_pro.c: Remove inline assembly code since
21398 it is compiled PIC by default, which results in assembler
21399 warnings that make the testsuite think the compilation
21400 was unsuccessful.
21401
21402Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
21403
21404 * gdb.c++/misc.exp: Add note to message for
21405 "print s.a for foo struct" that this is a known gcc 2.7.2
21406 and earlier bug.
21407
21408Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
21409
21410 * gdb.base/break.exp: Fix pattern for matching "Delete all
21411 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
21412 setup_xfail for deleting all breakpoints test. Fix various
21413 timeout messages to include "(timeout)".
21414 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
21415 for "p t_float_values2(3.14159,float_val2)".
21416 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
21417 for "continue to call2g" when gcc compiled.
21418 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
21419 "up to foo in langs.exp", "show language at foo in langs.exp",
21420 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
21421 and "show language at fsub in langs.exp".
21422 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
21423 "list line 1 in include file", "list message for lines past EOF",
21424 "list function in include file", "list list0.h:foo", and
21425 "list filename:function; nonexistant function".
21426 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
21427 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
21428 and "ptype t_char_array" to be for native cc only.
d63a86f8 21429
c906108c
SS
21430Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
21431
d63a86f8 21432 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 21433 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 21434 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
21435
21436Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
21437
21438 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
21439 "bt in signals.exp". This problem only appears when running
21440 the testsuite, and then only intermittently.
21441
21442Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
21443
21444 * gdb.base/return.exp (return_tests): Differentiate between
21445 two tests of continuing.
21446
21447Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
21448
21449 * */Makefile.in (maintainer-clean): Remove config.log.
21450 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
21451 * gdb.c++/Makefile.in (PROGS): Add inherit.
21452 (clean): Remove *.ci.
21453
21454Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
21455
21456 * gdb.c++/misc.cc: Add test code from Mike Stump.
21457 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
21458
21459Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
21460
21461 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
21462 to "alpha-*-osf2*" and add comment.
21463 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
21464 setup_xfail for "step over execarg initialization" and
21465 "step over corearg initialization".
c906108c
SS
21466 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
21467 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
21468 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 21469 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
21470 "print func2::coremaker_local", and "backtrace in corefile.exp".
21471 * gdb.base/signals.exp: Build and source signals.ci.
21472 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
21473 to be for gcc only.
21474 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 21475
c906108c
SS
21476Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21477
21478 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
21479 Feb 3 procfs.c change.
21480
21481Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
21482
21483 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
21484
21485Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
21486
21487 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
21488 from dejagnu's apparent default of 10 seconds, which gives random
21489 results when running the tests over NFS on moderately loaded systems.
21490 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
21491
21492Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
21493
21494 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
21495 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 21496 result reports.
c906108c
SS
21497
21498Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
21499
21500 * configure.in (CY_AC_PATH_TCLH): Remove.
21501 * configure: Regenerate.
21502
21503Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
21504
21505 * gdb.c++/Makefile.in (clean): Add missing '{'.
21506
21507Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
21508
21509 * lib/gdb.exp: Provide a default value for noinferior.
21510
21511 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
21512 Load libgloss.exp.
21513
21514Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
21515
21516 * gdb.disasm/hppa.exp: Compile directly into an executable, use
21517 the executable, not the .o to run the tests from.
21518
21519Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
21520
21521 * gdb.base/break.exp: Don't test for program exit or exit status
21522 if $noresults if nonzero.
21523 * gdb.base/langs.exp: Likewise.
21524 * gdb.base/watchpoint.exp: Likewise.
21525
21526 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
21527 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
21528 trying to compile the testcase.
21529
21530Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
21531
21532 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
21533 * gdb.base/signals.exp (continue to handler): Likewise.
21534
21535Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
21536
21537 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
21538
21539 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
21540
21541Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
21542
21543 * gdb.base/corefile.exp: Recognize "not found" as failure
21544 when trying to determine if a core file was generated.
21545 If no core file was generate the first time, try again without
21546 the ulimit -c to work around braindamaged shells.
21547
21548Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
21549
21550 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
21551 [] tests with "test" and enclose string in quotes.
21552 * gdb.stabs/configure: Rebuild
d63a86f8 21553
c906108c
SS
21554Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
21555
21556 Changes in sync with expect:
21557 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
21558 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
21559 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
21560 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
21561 argument to AC_REQUIRE.
21562 * configure: Regenerated.
21563
21564Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
21565
21566 * gdb.base/corefile.exp: When generating a core, discard any
21567 error messages about ulimit not found and the "core dumped"
21568 message from the shell that runs the coredumper.
21569
21570Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
21571
21572 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
21573
21574 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
21575 which sed script to run. Expect failure for v_comb test
21576 on PA targets too.
d63a86f8 21577
c906108c
SS
21578Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
21579
21580 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 21581 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
21582
21583Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
21584
21585 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
21586 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 21587 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
21588 * lib/gdb.exp (default_gdb_start): Fix typo.
21589 * gdb.base/corefile.exp: Allow "Core was generated by ..."
21590 messages to not include the full program name that caused
21591 the core dump since some systems (such as solaris) apparently
21592 truncate this path to about 80 characters.
21593 When generating a core file first try increasing the core file
21594 size limit to unlimited since some systems may default it to
21595 zero, and it is harmless to try it. Move the test for failing
21596 to generate a core file to where it will actually get executed.
21597 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
21598 new gdb result from g++ debug info improvements and make old
21599 pattern obsolescent. Also account for size_t differences
21600 (may be int or long).
21601 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
21602 initialization before function call is placed in the delay slot
21603 and thus appears to be skipped over by commands such as "next".
21604
21605Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
21606
21607 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
21608
21609Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
21610
21611 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
21612 input source file; fix code to compile test to deal with this
21613 convention.
21614 * gdb.c++/*.exp: Likewise.
21615
21616Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
21617
21618 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
21619 "bt in signals.exp".
21620
21621Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
21622
21623 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
21624 "step over execarg initialization" and
889bf7c5 21625 "step over corearg initialization".
c906108c
SS
21626
21627Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
21628
21629 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
21630 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
21631
21632Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
21633
21634 From Rob Savoye (rob@poseidon.cygnus.com)
21635 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
21636 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
21637 configure.in}, gdb.disasm/{Makefile.in, configure.in},
21638 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
21639 configure.in}: Major reworking for autoconfig.
c906108c
SS
21640 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
21641 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 21642 New files.
c906108c
SS
21643 * config/unix-gdb.exp: Make GDB global.
21644 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
21645 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
21646 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
21647 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
21648 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
21649 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 21650 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
21651 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
21652 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
21653 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
21654 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 21655 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
21656 to returns as necessary, arrange for test to compile own testcase
21657 executable.
c906108c 21658 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 21659
c906108c
SS
21660Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
21661
21662 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 21663 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
21664 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
21665 "backtrace through signal handler".
21666
21667Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21668
21669 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
21670 continuing from a job control stop signal.
21671 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
21672
21673Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
21674
21675 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
21676 * gdb.base/corefile.exp: Likewise.
21677 * gdb.base/funcargs.exp: Likewise.
21678
21679Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
21680
21681 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
21682 * config/monitor.exp: Add support for setting baud rate.
21683
21684Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
21685
21686 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
21687 i*86-*-linux* xfails for "backtrace through signal handler".
21688 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
21689 "print func2::coremaker_local".
21690 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 21691 alpha-dec-osf2* xfail for
c906108c
SS
21692 "delete all breakpoints when none".
21693
21694Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
21695
21696 * gdb.base/break.exp: Change test that deletes all breakpoints
21697 when no user breakpoints are installed. A post 4.15 change
21698 causes gdb to no longer prompt in this case.
21699
21700Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
21701
21702 * gdb.base/return.exp (return_tests): Change xfail for test
21703 "correct value returned double test" to stop xfailing at
21704 Solaris 2.5. Apparently the bug has been fixed.
21705
21706Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
21707
21708 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
21709 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
21710
21711Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
21712
21713 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
21714 * gdb.disasm/hppa.s: Corresponding changes.
21715
21716Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
21717
21718 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
21719 makefile fragment.
21720 * config/mt-hpux: Deleted.
21721
21722Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
21723
d63a86f8 21724 * Many files: When warning about suppressed tests due to a
c906108c
SS
21725 nonexistant test binary, avoid incrementing the warning count.
21726
21727Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
21728
21729 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 21730
c906108c
SS
21731Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21732
21733 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
21734 "sparc-*-solaris2*".
21735
21736Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21737
21738 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
21739 Add global and local variables and initialize them.
21740 * gdb.base/corefile.exp: Test correct mapping of corefile sections
21741 by printing variables. Remove rs6000 and powerpc xfails, BFD now
21742 extracts the file name and terminating signal from the core file.
21743 * TODO: Remove note about tests for correct mapping of corefile.
21744 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
21745 from optimizing it away.
21746 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
21747 handles common blocks.
21748
21749Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
21750
21751 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
21752 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
21753
21754Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
21755
21756 * Makefile.in (maintainer-clean): New target, synonym for
21757 realclean.
21758 * gdb.base/Makefile.in (maintainer-clean): Likewise.
21759 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
21760 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
21761 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
21762 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
21763 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
21764
21765Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
21766
21767 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
21768 xfails when not gcc compiled for "print foo::funclocal".
21769 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
21770 "print foo::funclocal at foo",
21771 "print 'scope1.c'::foo::funclocal at foo",
21772 "print foo::funclocal_bss at foo",
21773 "print 'scope1.c'::foo::funclocal_bss at foo",
21774 "print foo::funclocal_ro at foo",
21775 "print 'scope1.c'::foo::funclocal_ro at foo",
21776 "print bar::funclocal at foo" and
21777 "print 'scope1.c'::bar::funclocal at foo".
21778 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
21779 gcc compiled for "print foo::funclocal at bar".
21780 Expand all messages to ensure that they identify that
21781 the test is at bar().
21782 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
21783 gcc compiled for:
21784 "ptype on opaque struct pointer (statically)",
21785 "ptype on opaque struct tagname (statically)",
21786 "ptype on opaque struct pointer (dynamically) 1",
21787 "ptype on opaque struct tagname (dynamically) 1",
21788 "ptype on opaque struct pointer (dynamically) 2" and
21789 "ptype on opaque struct tagname (dynamically) 2
21790 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
21791 gcc compiled for:
21792 "p datalocal"
21793 "whatis datalocal",
21794 "ptype datalocal",
21795 "p bsslocal",
21796 "whatis bsslocal", and
21797 "ptype bsslocal".
21798 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
21799 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
21800 when not gcc compiled.
21801 * gdb.base/funcargs.exp (float_and_integral_args): Add
21802 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
21803 compiled.
21804 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
21805 "backtrace from call6a" when not gcc compiled.
21806 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
21807 "backtrace from call7a" when not gcc compiled.
21808 * gdb.base/callfuncs.exp (do_function_calls):
21809 Add "hppa*-*-hpux*" xfail when not gcc compiled for
21810 "p t_char_array_values(char_array_val2,char_array_val1)",
21811 "p t_char_array_values(char_array_val1,char_array_val2)",
21812 "p t_char_array_values("carray 1","carray 2")",
21813 "p t_char_array_values("carray 1",char_array_val2)",
21814 "p t_char_array_values(char_array_val1,"carray 2")",
21815 "p sum_args(1,{2})",
21816 "p sum_args(2,{2,3})",
21817 "p sum_args(3,{2,3,4})",
21818 "p sum_args(4,{2,3,4,5})"
21819 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
21820 "backtrace in corefile.exp" when not gcc compiled.
21821
21822Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21823
21824 * gdb.base/signals.exp: Rewrite `handle all print' test as
21825 a procedure. Accept blanks or TABs as whitespace, increase
21826 timeout and expect input buffer size for the large output
21827 from the command. Remove "i*86-*-bsdi2.0" xfail.
21828
21829Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21830
21831 * gdb.base/setvar.exp: Add new testcases for truncation when
21832 assigning invalid values to bitfields.
21833
21834Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
21835
d63a86f8 21836 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
21837 mips-sgi-irix* xfail for
21838 "call inferior func with struct - returns char *"
21839 and fix test so that an optional (unsigned char *) cast is
889bf7c5 21840 accepted in the result.
c906108c
SS
21841
21842Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
21843
21844 * gdb.base/funcargs.exp (float_and_integral_args): Remove
21845 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21846 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
21847 * gdb.base/signals.exp: Remove duplicate "handle all print" test
21848 that accidentally got checked in.
21849
21850Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
21851
d63a86f8 21852 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
21853 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
21854 compiled test.
21855 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
21856 Add mips-sgi-irix5* xfail for not gcc compiled.
21857 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
21858 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
21859 "p top", "whatis top", "p middle", and "whatis middle".
21860 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
21861 "whatis signed char" for not gcc compiled.
21862 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
21863 "set variable signed char=-1 (-1)" and
21864 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
21865 * gdb.base/funcargs.exp (float_and_integral_args):
21866 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
21867 Add mips-sgi-irix* xfail when not gcc compiled for
21868 "continue to call2b".
21869 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
21870 "continue to call2g".
21871 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
21872 "backtrace from call6a"
21873 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
21874 "backtrace from call7k".
21875 Add mips-sgi-irix5* xfail when not gcc compiled for
21876 "backtrace from call7a".
21877 (localvars_after_alloca): Fix gdb_test cmds for
21878 "print * after runto ...".
21879 Remove rs6000-*-* xfails for
21880 "print i after runto localvars_after_alloca" and
21881 "print l after runto localvars_after_alloca"
21882 for all compilers.
21883 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 21884 when not compiled with gcc, for:
c906108c
SS
21885 "print signed char == (minus)",
21886 "print signed char != (minus)",
21887 "print signed char < (minus)",
21888 "print signed char > (minus)".
21889 * gdb.base/callfuncs.exp (do_function_calls):
21890 Add mips-sgi-irix* xfail, when compiled with native compiler, for
21891 "call inferior func with struct - returns char *".
d63a86f8 21892 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
21893 "correct value returned double test" to include Solaris 2.4.
21894 * gdb.base/funcargs.exp (float_and_integral_args):
21895 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 21896
c906108c
SS
21897Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21898
21899 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
21900 enumeration bitfields if compiling with GNU C.
21901 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
21902 to empty' prompt.
21903
21904Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
21905
21906 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
21907 test for PRO targets.
21908
21909 * gdb.base/funcargs.exp: Avoid ever setting more than 8
21910 breakpoints in the inferior at any given time by making
21911 two groups of breakpoints for call2*, call6* and call7*
21912 tests.
21913
21914Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21915
21916 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
21917 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
21918 from optimizing it away.
21919 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
21920 "call inferior func with struct".
21921
21922Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
21923
21924 * configure.in: Only configure gdb.chill for particular targets.
21925
21926Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
21927
21928 * gdb.base/Makefile.in: Add action to .c.o transformation
21929 rule that generates a .ci file for each .o file and remove
21930 explicit .c.o rules except for callfuncs.o.
21931 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
21932 generates a .ci file for each .o file and remove explicit
21933 .cc.o rules.
21934 (clean): Remove *.tmp *.ci files.
21935 (EXECUTABLES): Remove templ-info.exp.
21936 * gdb.base/compiler.c: New file.
21937 * gdb.c++/compiler.cc: New file
21938 * gdb.base/scope.exp: Source gdb.base/scope.ci.
21939 Change rs6000-*-* xfail for
21940 "print 'scope0.c'::filelocal_ro" and
21941 "print 'scope1.c'::filelocal" and
21942 "print 'scope1.c'::filelocal_bss" and
21943 "print 'scope1.c'::filelocal_ro" and
21944 "print 'scope1.c'::foo::funclocal" and
21945 "print 'scope1.c'::foo::funclocal_ro" and
21946 "print 'scope1.c'::bar::funclocal" and
21947 "print 'scope0.c'::filelocal_ro" and
21948 "print 'scope1.c'::filelocal at foo" and
21949 "print 'scope1.c'::filelocal_bss at foo" and
21950 "print 'scope1.c'::filelocal_ro at foo" and
21951 "print 'scope1.c'::foo::funclocal at foo" and
21952 "print 'scope1.c'::foo::funclocal_bss at foo" and
21953 "print 'scope1.c'::foo::funclocal_ro at foo" and
21954 "print 'scope1.c'::bar::funclocal at foo" and
21955 "print 'scope0.c'::filelocal_ro" and
21956 "print 'scope1.c'::filelocal" and
21957 "print 'scope1.c'::filelocal_bss" and
21958 "print 'scope1.c'::filelocal_ro" and
21959 "print 'scope1.c'::foo::funclocal" and
21960 "print 'scope1.c'::foo::funclocal_bss" and
21961 "print 'scope1.c'::foo::funclocal_ro" and
21962 "print 'scope1.c'::bar::funclocal" and
21963 "print 'scope1.c'::bar::funclocal_bss"
21964 to only be xfail'd when not compiled with gcc.
d63a86f8 21965 Add rs6000-*-* xfail for
c906108c
SS
21966 "print 'scope0.c'::filelocal_bss before run"
21967 when compiled with gcc.
21968 (test_at_main): Add rs6000-*-* xfail for
21969 "print filelocal_ro in test_at_main"
21970 when compiled with gcc.
21971 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 21972 Add rs6000-*-aix* xfail for
c906108c
SS
21973 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21974 "ptype t_char_array", not compiled with gcc.
21975 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21976 xfail for "list foo (in include file)" when gcc compiled.
21977 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 21978 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
21979 "run to call0a" if not compiled with gcc.
21980 (unsigned_integral_args): Add rs6000-*-* xfail for
21981 "run to call1a" if not compiled with gcc.
21982 (float_and_integral_args): Add rs6000-*-* xfail for
21983 "run to call2a" if not compiled with gcc and for
21984 "continue to call2b" for any compiler.
21985 Add rs6000-*-* xfail to
21986 "print f1 after run to call2a" for gcc compiled.
21987 (discard_and_shuffle): Add rs6000-*-* xfail for
21988 "run to call6a".
21989 (shuffle_round_robin): Add rs6000-*-* xfail for
21990 "backtrace from call7a" if not compiled with gcc.
21991 Add rs6000-*-* xfail for
21992 "backtrace from call7b" if compiled with gcc.
21993 (call_after_alloca): Add rs6000-*-* xfail for
21994 "print c in call_after_alloca" and
21995 "print s in call_after_alloca" and
21996 "backtrace from call_after_alloca_subr"
21997 if not compiled with gcc.
21998 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21999 "print c in localvars_in_indirect_call" and
22000 "print c in localvars_in_indirect_call" and
22001 "backtrace in indirectly called function" and
22002 "stepping into indirectly called function"
22003 if not compiled with gcc.
22004 (localvars_after_alloca): Add rs6000-*-* xfail for
22005 "print c after runto localvars_after_alloca" and
22006 "print s after runto localvars_after_alloca" and
22007 "print i after runto localvars_after_alloca" and
22008 "print l after runto localvars_after_alloca"
22009 for all compilers.
22010 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
22011 than whatis-info.exp.
22012 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
22013 than opaque-info.exp.
22014 Setup rs6000-*-* xfail for
d63a86f8 22015 "ptype on opaque struct pointer (statically)" and
c906108c
SS
22016 "ptype on opaque struct pointer (dynamically)" when
22017 not compiled with gcc.
22018 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
22019 rather than callf-info.exp.
22020 (do_function_calls): Add clear_xfail for rs6000-*-* for
22021 "p t_float_values2(3.14159,float_val2)". Seems to work
22022 fine there, both with xlc and gcc. Need to find out what
22023 it is doing right and fix other platforms.
22024 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
22025 "call inferior func with struct - returns int",
22026 "call inferior func with struct - returns long",
22027 "call inferior func with struct - returns float",
22028 "call inferior func with struct - returns double",
22029 "call inferior func with struct - returns char *",
22030 but only if not gcc compiled (presumes xlc compiled).
22031 Change rs6000-*-* xfails for
22032 "call inferior func with struct - returns char" and
22033 " call inferior func with struct - returns short" to only
22034 xfail if not using gcc.
22035 (clean mostlyclean): Remove *.ci and *.tmp files.
22036 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
22037 than templ-info.exp.
22038 * gdb.base/langs.exp: Source gdb.base/langs.ci.
22039 Add rs6000-*-* xfail for "up to foo in langs.exp"
22040 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 22041 when not gcc compiled.
d63a86f8 22042
c906108c
SS
22043Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22044
22045 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
22046 * gdb.base/corefile.exp: Likewise.
22047 * gdb.base/list.exp: Likewise.
22048 * gdb.base/scope.exp: Likewise.
22049 * gdb.base/siganls.exp: Likewise.
22050
22051 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
22052 compiler output.
22053 * gdb.base/whatis.exp: Likewise.
22054
22055Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
22056
22057 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
22058 failure (opcode table has been fixed to match reality).
22059
22060Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
22061
22062 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
22063 "call inferior func with struct - returns char",
22064 "call inferior func with struct - returns short"
22065
22066 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
22067 "print 'scope0.c'::filelocal at main",
22068 "print 'scope0.c'::filelocal_bss in test_at_main",
22069 "print 'scope0.c'::filelocal at foo",
22070 "print 'scope0.c'::filelocal_bss in test_at_foo",
22071 "print 'scope0.c'::filelocal at bar",
22072 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 22073
c906108c
SS
22074 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
22075 in source file 1". This bug seems to have been fixed with both
22076 gcc and native cc (was native assembler bug?).
22077
22078Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
22079
22080 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
22081 "backtrace through signal handler" to "i*86-*-sysv4*".
22082 * gdb.base/signals.exp: Add xfail for "'next' behaved as
22083 continue" case. Add "known SVR4 bug" to fail message.
22084 Add "i*86-*-bsdi2.0" xfail for "handle all print".
22085 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
22086 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
22087 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
22088 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
22089 "up to foo in langs.exp", "show language at foo in
22090 langs.exp", "up to cppsub_ in langs.exp", "show
22091 language at cppsub_ in langs.exp", "up to fsub in
22092 langs.exp", and "show language at fsub in langs.exp".
22093 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
22094 "bactrace in corefile.exp".
22095 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
22096 "call inferior function with struct - returns float" and
22097 "call inferior function with struct - returns double".
d63a86f8 22098
c906108c
SS
22099Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
22100
22101 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
22102 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
22103 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
22104 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
22105
22106Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
22107
22108 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
22109 (or overriden) "CHILL" macro rather then bare "gcc".
22110 Also look for ../../gcc/xgcc since that is what we will
22111 actually need, not "Makefile". Remove following assignment
22112 of CHILL to CHILL_FOR_TARGET because that results in
22113 recursive definition.
22114
22115Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
22116
22117 * gdb.base/corefile.exp: Change xfail for backtrace in
22118 corefile.exp from linuxaout to all linux.
22119 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
22120 cases where we miss the breakpoint at the signal handler
22121 for some reason. Setup xfail for linuxoldld/linuxaout and
22122 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
22123 hitting SIGURG breakpoint.
22124 * gdb.base/signals.exp: Setup xfail for "next" acting like
22125 continue to add linuxoldld. Setup xfail for all linux for
22126 "next to handler in signals_tests_1", "backtrace in
22127 signals_tests_1", "continue to func1", "pass SIGUSR1",
22128 and continue to handler".
22129
22130Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
22131
22132 * Update all FSF addresses except those in COPYING* files.
22133
22134Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
22135
22136 * gdb.base/a2-run.exp: Change messages to be more explicit about
22137 the status of args, and quote binfile in results.
22138
22139Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
22140
22141 * gdb.base/callfuncs.exp: Add tests for passing structs to
22142 inferior functions and return various types.
22143 * gdb.base/callfuncs.c: Add functions to receive a struct
22144 and return a member of the struct, in various types.
22145
22146Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22147
22148 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
22149
22150Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
22151
22152 * config/vxworks29k.exp: New file, sources vxworks.exp.
22153
22154Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22155
22156 * config/gdbremote.exp: New file. Testing framework using
22157 gdbserver.
22158
22159Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
22160
22161 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
22162 "call function when asleep" and "send end of file".
22163 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
22164 for "backtrace in corefile.exp".
22165 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
22166 for "backtrace through signal handler".
22167 * gdb.base/corefile.exp: Make sure we actually generate a core file
22168 before trying the core tests. Some systems allow the user to suppress
22169 generation of core files and default to that (linux for example).
22170 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
22171 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
22172
22173Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22174
22175 * gdb.threads: New directory with some crude multi-threaded
22176 gdb tests (step.exp and step2.exp).
22177 * config/mt-lynx (STEP_EXECUTABLE): Define.
22178 (THREADFLAGS): Define.
22179
22180Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
22181
22182 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
22183
22184 * gdb.base/signals.exp: Disable whole file for lynx until
22185 further notice.
22186
22187 * gdb.base/signals.exp: xfail test where "next" acts like
22188 "continue" for lynx.
22189
22190 * gdb.base/interrupt.exp: xfail test for calling function while
22191 inferior is asleep for lynx.
22192
22193 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
22194 than one cr-lf after each command.
22195
22196Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22197
22198 * configure.in: Reinstate setting of stabsdirs variable, fix
22199 typo in setting up configdirs for native builds.
22200
22201 * gdb.base/return.exp: Fix typo in return double test.
22202 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
22203 compiler from optimizing them away.
22204
22205Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
22206
22207 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
22208 sequences to be echo'd by gdb when using gdb_test.
22209 * gdb.chill/chexp.exp: Likewise.
22210 * gdb.fortran/exprs.exp: Likewise
22211
22212Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22213
22214 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
22215 after the inferior gdb has started.
22216
22217 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
22218 after each command.
22219 * gdb.base/funcargs.exp: Likewise.
22220 * gdb.base/gdbvars.exp: Likewise.
22221 * gdb.base/interrupt.exp: Likewise.
22222 * gdb.base/list.exp: Likewise.
22223 * gdb.base/watchpoint.exp: Likewise.
22224 * gdb.c++/demangle.exp: Likewise.
22225 * gdb.c++/inherit.exp: Likewise.
22226 * gdb.chill/chexp.exp: Likewise.
22227 * gdb.fortran/exprs.exp: Likewise.
22228
22229 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
22230 test if we can't handle IO to/from the inferior.
22231
22232 * gdb.c++/misc.exp: Always check for a program already being
22233 started after sending a "run" command to gdb.
22234
22235 * gdb.base/twice.exp: Start with a fresh gdb.
22236
22237 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
22238 only depend on gdb's expression code, not the chill runtime.
22239
22240 * gdb.base/return.c: Put return values into variables so we
22241 can have gdb print them rather than depending on the program
22242 to print them.
22243 * gdb.base/return.exp: Corresponding changes.
22244
22245 * lib/gdb.exp: Provide default value for noinferiorio.
22246 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
22247 the inferior.
22248
22249 * gdb.base/break.exp: Always check for a program already being
22250 started after sending a "run" command to gdb.
22251 (text_next_with_recursion): Don't check the output from the
22252 program's printf statement. Instead just make sure the program
22253 exited.
22254
22255 * gdb.base/commands.exp: Protect tests which need arguments with
22256 $noargs conditionals.
22257
22258Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22259
22260 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
22261 of structure member arrays to match gdb/valops.c:value_addr change.
22262
22263Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
22264
22265 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
22266 cases.
22267
22268Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
22269
22270 * configure.in (configdirs): Remove gdb.chill from default list
22271 of subdirs and then add it back in only if doing a native build.
22272 The current chill compiler does not yet work in any cross build.
22273 * Revert all signal changes from Jul 6.
22274 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
22275 for sh-hms targets, allowing these tests to link, with no other
22276 changes. Testing is suppressed by setting "nosignals" in site.exp.
22277
22278Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
22279
22280 * configure.in (signaldirs): Define and add to configdirs for all
22281 targets except some specific ones that are known to not support signals.
22282 Also clean up formatting.
22283 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
22284 (signals, sigall): Remove rules to build.
22285 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
22286 Moved to new gdb.signals directory.
22287 * gdb.signals: New test directory.
22288 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
22289 signals.c signals.exp}: New or moved files.
22290
22291Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
22292
22293 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
22294
22295Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
22296
22297 * gdb.base/return.exp: Xfail `return double' test failure
22298 on at least Solaris 2.3 and handle future/past versions on
22299 a case by case basis as appropriate. Also update message
22300 to include i*86 failures.
22301
22302Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22303
22304 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
22305
22306 * lib/gdb.exp: Fix comment which erroneously identified
22307 gdb_file_cmd as gdb_load (the 19 May change was in fact to
22308 gdb_file_cmd not gdb_load).
22309 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
22310
22311 * gdb.base/setvar.exp: Make test names consistent between pass and
22312 fail cases. Use gdb_test more.
22313
22314Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22315
22316 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
22317
22318Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22319
22320 * gdb.base/help.exp: Fix expected help string for `show commands'.
22321
22322Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
22323
22324 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
22325
22326 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
22327 of a text section.
22328
22329Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
22330
22331 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
22332 that loop eventually terminates. Fix Connection refused logic so
22333 that testsuite will expire nicely.
22334
22335Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
22336
22337 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
22338 config/rom68k.exp: New tcl glue for the appropriate monitors.
22339 These all just end up calling monitor.exp.
22340 * config/monitor.exp (gdb_target_monitor): Handle `Connection
22341 refused' by retrying. Cleanup some timeout issues.
22342 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
22343 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
22344 callers don't have to set/restore global timeout variable.
22345
22346 * The following set of changes centralizes management of the global
22347 timeout variable. This way, it can be set in one target dependent
22348 place instead of dozens of places scattered throughout the test suite.
22349 If you need to lengthen a timeout, then you should either set timeout
22350 in one of the config/{target}.exp files, or multiply it by a factor.
22351 Setting it to an absolute value is always going to lose for some
22352 targets.
22353 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
22354 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
22355 * gdb.base/funcargs.exp: Don't set timeout.
22356 * gdb.base/list.exp (test_forward_search): Only use local timeout.
22357 * gdb.base/printcmds.exp (test_print_string_constants
22358 test_print_array_constants): Don't set timeout.
22359 * gdb.base/ptype.exp: Don't set timeout.
22360 * gdb.base/recurse.exp: Don't set timeout.
22361 * gdb.base/return.exp: Don't set timeout.
22362 * gdb.base/watchpoint.exp: Don't set timeout.
22363 * gdb.c++/classes.exp (do_tests): Don't set timeout.
22364 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
22365
22366Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
22367
22368 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
22369
22370Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22371
22372 * lib/gdb.exp: Disable chill tests for irix5.
22373
22374Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22375
22376 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
22377 each test pass or fail.
22378
22379Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22380
22381 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
22382 xlc not gcc.
22383
22384Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
22385
22386 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
22387
22388Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
22389
22390 * config/est.exp: Fix copyright and comments. Remove dead code.
22391 Use targetname, serialport and baud variables instead of fixed
22392 constants.
22393 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
22394 * config/cpu32bug.exp: New file to support cpu32bug monitors.
22395
22396Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22397
22398 * gdb.base/watchpoint.exp: Don't run
22399 test_watchpoint_triggered_in_syscall for sunos.
22400
22401Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22402
22403 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
22404 they don't seem to exist. Do include stdio.h.
22405
22406Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22407
22408 * gdb.base/a1-selftest.exp: Add alpha xfail.
22409
22410Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22411
22412 * gdb.base/watchpoint.c (main): Prompt before calling read().
22413 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22414 Revise accordingly. Remove cruft about sending "123" several
22415 times, until it gets noticed. Clean up the "print buf[0]" stuff
22416 so that it passes or fails, and waits for prompts in the usual way.
22417
22418Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22419
22420 * gdb.base/recurse.exp: Fix comment.
22421
22422 * TODO: Remove item about printing variables in nodebug.exp. Add
22423 item about enabling tests which are only run on some targets.
22424
22425 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
22426 fail, make test names unique, use new gdb_test convention
22427 regarding pattern, use gdb_test more, etc.).
22428
22429 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
22430 fail, make test names unique, etc.).
22431
22432Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22433
22434 * gdb.base/nodebug.c: Change return type of top and middle to
22435 short.
22436 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
22437 are fixed by the recent mdebugread.c changes. Allow `short ()'
22438 as type for top and middle.
22439
22440Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22441
22442 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
22443 nearly as I can tell, the whole thing was an accident in Stu's
22444 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
22445 to replace a send/expect pair with gdb_test, but ended up only
22446 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
22447 of 30 Mar 1995 took care of it, but left this vestigial comment
22448 which I am now nuking.
22449
22450Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22451
22452 * gdb.base/break.exp: Look for different line number for
22453 breakpoint at main depending on usestubs.
22454
22455Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22456
22457 * gdb.base/list.exp: Adjust some alternate expect patterns to
22458 match recent list0.c change. Add alternate expect pattern for
22459 output from `list default lines around main' for optimizing
22460 compilers.
22461
22462Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22463
22464 * lib/gdb.exp: If nosignals is not set, set it to 0.
22465
22466Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
22467
22468 * config/slite-gdb.exp: Responds to load symbol table prompt.
22469 * gdb.base/break.exp: Adjust line number, fix rerun.
22470 * gdb.base/langs0.c: Add #ifdef usestubs.
22471
22472Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
22473
22474 * gdb.base/list.exp: Adjust line contents after adding new lines in
22475 list0.c. Also fix a syntax error.
22476
22477 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
22478 * gdb.base/break.exp: ditto.
22479 * gdb.base/list.exp: ditto.
22480 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
22481 * gdb.base/run.c: ditto.
22482 * gdb.base/list0.c: ditto.
22483 * gdb.base/funcargs.c: ditto.
22484
22485Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
22486
22487 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
22488 $targetname, $serialport and $baud instead of hardwired variables.
22489 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
22490 target doesn't support signals.
22491
22492Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
22493
22494 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
22495
22496Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22497
22498 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
22499 Don't rely on the value of an auto variable before it has been
22500 initialized. Use gdb_test more.
22501
22502Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22503
22504 * lib/gdb.exp (default_gdb_version): A version number must start
22505 with a digit, but other than that contains all characters up to
22506 the first whitespace character.
22507
22508Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22509
22510 * gdb.base/commands.exp (breakpoint_command_test): New tests.
22511
22512Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22513
22514 * gdb.c++/*.exp: Warn if executable does not exist. The original
22515 reason for skipping the warning was that configure.in sometimes
22516 intentionally skipped building the executables but the tcl code
22517 had no way of knowing. That (a) was always bogus with respect to
22518 error handling, (b) is no longer true (right now there is no way
22519 to skip C++ tests).
22520
22521 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
22522
22523Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22524
22525 * gdb.base/list.exp: Add expect patterns for output from
22526 SunPRO compiled executables.
22527 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
22528 types.
22529
22530Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22531
22532 * gdb.base/break.exp (test_next_with_recursion): Accept any line
22533 number (we are already testing that the correct source line text
22534 gets printed).
22535
22536 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
22537 that is what is intended, but something needed to be done to get
22538 sunos4 native working again.
22539
22540 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
22541
22542 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
22543 apparently went with a (very) old xfail.
22544
22545Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
22546
22547 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
22548 runto_main is a proc in gdb.exp that will do 'step' for target use
22549 stubs.
22550 * gdb.base/exprs.exp: ditto.
22551 * gdb.base/interrupt.exp: ditto.
22552 * gdb.base/opaque.exp: ditto.
22553 * gdb.base/printcmds.exp: ditto.
22554 * gdb.base/ptype.exp: ditto.
22555 * gdb.base/scope.exp: ditto.
22556 * gdb.base/setvar.exp: ditto.
22557 * gdb.base/signals.exp: ditto.
22558 * gdb.base/twice.exp: ditto.
22559 * gdb.c++/classes.exp: ditto.
22560 * gdb.c++/inherit.exp: ditto.
22561 * gdb.c++/templates.exp: ditto.
22562 * gdb.base/break.exp: no run and hit main for stubs. Change line
22563 numbers for breakpoints and info breakpoint.
22564 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
22565 breakpoint().
22566 * gdb.base/callfuncs.c: ditto.
22567 * gdb.base/exprs: ditto.
22568 * gdb.base/interrupt.c: ditto.
22569 * gdb.base/opaque0.c: ditto.
22570 * gdb.base/printcmds.c: ditto.
22571 * gdb.base/ptype.c: ditto.
22572 * gdb.base/scope0.c: ditto.
22573 * gdb.base/setvar.c: ditto.
22574 * gdb.base/signals.c: ditto.
22575 * gdb.base/twice.c: ditto.
22576 * gdb.c++/misc.cc: ditto.
22577 * gdb.c++/templates.cc: ditto.
22578
22579Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22580
22581 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
22582
22583 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
22584 somewhere between `read' and `main.c'. I'm pretty sure the
22585 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
22586 and it isn't particularly useful.
22587
22588 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
22589
22590Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22591
22592 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
22593
22594Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
22595
22596 * config/mt-slite: add LIBS and -nostdlib.
22597 * config/slite-gdb.exp: add this new file to support sparclite target.
22598
22599Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
22600
22601 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
22602
22603 * gdb.base/a2-run.exp: Change argument to istarget from
22604 "*-*-vxworks" to "*-*-vxworks*".
22605 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
22606
22607Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
22608
22609 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
22610 will not runto main but do a 'step' to step out of breakpoint().
22611 * config/mt-slite: add -Dusestubs.
22612
22613Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22614
22615 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
22616 instead of just @.
22617
22618 * gdb.base/signals.exp: Add test for "handle all print".
22619 * TODO: Remove "handle all print". Also remove item about
22620 checking copyright date (I don't like the idea of a spurious FAIL
22621 based on when we run the tests).
22622
22623 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
22624 for SunOS4 (reason for failure not investigated). Remove
22625 redundant test for $binfile.
22626
22627 * gdb.base/nodebug.c (array_index): Call malloc.
22628
22629 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
22630
22631Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
22632
22633 * gdb.base/recurse.exp: Update gdb_test invocation to use new
22634 conventions and slightly simplify the matching regexp.
22635
22636Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22637
22638 * gdb.base/break.exp: Update gdb_test invocation to use new
22639 convention.
22640
22641 * lib/gdb.exp: If noargs is not set, set it to 0.
22642
22643 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
22644 tests unique.
22645
22646 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
22647
22648Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22649
22650 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
22651 one argument of type "<non-float parameter>".
22652
22653Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
22654
22655 * config/rom68k.exp: New file to support Motorola IDP board.
22656 * gdb.base/a2-run.exp: Skip this file if noargs is set.
22657 * gdb.base/break.c: Change things around so that this program
22658 doesn't depend upon args. This is necessary to make remote
22659 targets work (in general, they can't take args).
22660 * gdb.base/break.exp: Don't try to send args to program. Don't
22661 expect output. Also, replace lots of code with gdb_test.
22662
22663Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22664
22665 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
22666 printing of '\'' (which is what the comment says we are testing,
22667 even though we were not), not '''.
22668 (test_integer_literals_rejected): Test that printing ''' is an error.
22669
22670 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22671 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
22672 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
22673 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
22674 Use gdb_test not test_print_accept.
22675 * lib/gdb.exp: Remove test_print_accept.
22676
22677 * gdb.base/signals.exp (signal_tests_1): Make pass message
22678 consistent with fail message.
22679
22680 * gdb.base/whatis.exp: Remove xfails for printing char vs.
22681 unsigned char; the bug (PR 1821) is fixed.
22682
22683 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
22684
22685 * gdb.base/scope.exp (test_at_localscopes): Call pass for
22686 successful tests--makes xfailing them work right.
22687
22688Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22689
22690 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
22691 only \r\n, not .*. The test can pass .* as the last thing in
22692 $pattern if that is what it wants. In addition to providing this
22693 flexibility, this change should speed up pattern matching in cases
22694 where the pattern already ended with .* (there were a number of
22695 them). This change also helps catch bad patterns--in the old
22696 scheme the typo "char \*" instead of "char \\*" would pass. Now
22697 it is caught.
22698 * Many .exp files: Update callers.
22699
22700 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
22701 clearer and does not spuriously match multiple ('s. Likewise for
22702 ) and *.
22703
22704 * gdb.base/nodebug.exp: Test ability to call a function and pass
22705 it a string (even with no debugging info).
22706
22707 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
22708 "p '\'", which is the same as "p ''" once tcl gets done with
22709 quoting, to "p '\\'", which I suspect is what is intended (one
22710 backslash gets sent to GDB).
22711
22712 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
22713
22714Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22715
22716 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
22717 1817) was fixed literally years ago.
22718
22719Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22720
22721 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
22722 test, it causes stepping out of call_after_alloca_subr with
22723 optimizing compilers.
22724 (localvars_in_indirect_call): Consume GDB prompt if `finish'
22725 fails.
22726
22727 * gdb.c++/templates.exp: Source templ-info.exp only if
22728 the templates executable exists.
22729
22730 * gdb.c++/misc.cc (class Contains_static_instance,
22731 class Contains_nested_static_instance),
22732 gdb.c++/classes.exp (test_static_members): Test printing of
22733 a class that contains a static instance of the class.
22734
22735Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22736
22737 * gdb.base/langs2.c (cppsub_): Don't prototype.
22738 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
22739 only, I believe).
22740
22741Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22742
22743 * lib/gdb.exp (skip_chill_tests): New procedure.
22744
22745 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
22746
22747Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
22748
22749 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
22750 each expect pattern. Cuts runtime from 12 to about 4 seconds.
22751
22752Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22753
22754 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
22755
22756 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
22757 disassemble 8, not 16, instructions for part 4.
22758
22759 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
22760 support the latter anymore.
22761
22762 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
22763 -DNO_PROTOTYPES.
22764 * gdb.base/callfuncs.c: Control use of prototypes based on
22765 NO_PROTOTYPES, not __STDC__.
22766 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
22767 t_float_values2 tests if prototypes in use.
22768
22769 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
22770 t_double_values): When checking differences against DELTA, check
22771 that difference is within the range (-DELTA,DELTA), not just
22772 (-infinity,DELTA).
22773
22774Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
22775
22776 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
22777 'file' command firts, then 'target', then 'load', this is due to gdb
22778 target set up.
22779 * config/mips-gdb.exp: Fix a couple regular exp bugs.
22780
22781Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
22782
22783 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
22784 FP load/store variants.
22785 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
22786
22787Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
22788
22789 * gdb.base/term.exp: Do not give a warning if not native, it is
22790 not an abnormal condition.
22791
22792Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
22793
22794 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
22795 t_char_array".
22796
22797Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
22798
22799 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
22800 are getting the version number.
22801
22802 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
22803 if not native, it is not an abnormal condition.
22804
22805Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22806
22807 * lib/gdb.exp: Just use "file exists", rather than undocumented
22808 dejagnu procedure "findfile".
22809
22810Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
22811
22812 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
22813 (LDFLAGS): Set to -Xlinker -Ur.
22814
22815 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
22816 Removed, these values are set by lib/gdb.exp.
22817
22818 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
22819
22820Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
22821
22822 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
22823 of replicating gdb startup code.
22824
22825 * config/mt-vxworks (LDFLAGS): Set to -r.
22826 (CFLAGS_FOR_TARGET): Removed.
22827
22828 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
22829 (gdb) and gdb for vxworks uses (vxgdb).
22830
22831 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
22832 executable is not in the tree and host != target, use sed and
22833 program_transform_name to determine the gdb name used by the
22834 target.
22835
22836 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
22837 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
22838
22839Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22840
22841 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
22842 floats, chars, and shorts where there are ANSI-style function
22843 definitions.
22844
22845 * gdb.base/langs.exp, gdb.base/langs*: New test.
22846 * gdb.base/Makefile.in: Build it.
22847 * TODO: Remove item about checking that C names don't get C++
22848 demangling applied; this test tests it.
22849
22850Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22851
22852 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
22853 went with the const70 xfail. The xfail went away a year ago.
22854
22855 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
22856
22857 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
22858 for hp300.
22859
22860 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
22861
22862 * gdb.base/a1-selftest.exp: Don't run on hp300.
22863
22864Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22865
22866 * Makefile.in (site.exp): Set host_alias and target_alias as well
22867 as host_triplet and target_triplet.
22868
22869Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22870
22871 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
22872
22873 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
22874 places as other ecoff systems).
22875
22876 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
22877 ultrix.
22878
22879Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22880
22881 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
22882 remove them.
22883 * gdb.base/nodebug.exp: Accept "function" in addition to "text
22884 variable and "variable" in addition to "data variable".
22885 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
22886
22887 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
22888 2.
22889 * gdb.base/list1.c (long_line): Add additional statement at start
22890 of function.
22891 * gdb.base/list.exp (test_forward_search): Update line number to
22892 reflect new statement.
22893
22894Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22895
22896 * gdb.base/signals.exp: Reinitialize searched source directories
22897 after gdb_start call.
22898
22899Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
22900
22901 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
22902 * gdb.stabs/Makefile.in: Likewise.
22903
22904 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
22905 change. Instead split the tests into smaller pieces.
22906 * gdb.disasm/hppa.s: Corresponding changes.
22907
22908Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22909
22910 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22911 Quote ^C when passing it to stty. For some shells ^ is a pipe.
22912
22913 * gdb.base/funcargs.exp: Modify many tests so that every test
22914 either passes or fails. Make some test names unique.
22915
22916Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22917
22918 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22919 Call stty to set interrupt character.
22920
22921 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
22922 for HP assembler versus GNU assembler based on actual behavior of
22923 $(CC), rather than assuming that $(AS) is always the GNU assembler.
22924
22925 * TODO: Suggest a few more stepping tests.
22926
22927Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
22928
22929 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
22930 restart GDB for h8300 after a continue.
22931 (return): Add pattern to match a29k-udi behavior.
22932 * gdb.base/nodebug.exp: Remove obsolete comment.
22933 * gdb.base/regs.exp: New file, testing of register displays.
22934 * gdb.base/return.exp: Fix typo in reference to $objdir.
22935 * gdb.base/whatis.exp: Always start with a fresh GDB.
22936
22937Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22938
22939 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
22940 higher, these tests generate a lot of output.
22941
22942Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22943
22944 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
22945 code following the catch silently ignored some errors; without the
22946 catch they should be thrown like any other tcl error. Also, the
22947 catch used "" instead of {} which meant all the callers who wanted
22948 to include one of the characters "[]$ had to quote it an extra time.
22949 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
22950 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
22951 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
22952 Remove extra quoting.
22953
22954Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22955
22956 * gdb.base/commands.exp: Make test names unique; every test either
22957 passes or fails. Update some comments.
22958
22959 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22960
22961Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22962
22963 The following fixes a FAIL caused by the fact that the alpha stabs
22964 configuration didn't use the ".if alpha" code in weird.def.
22965 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22966 bit pointer, so the 32 bit version works even on the alpha.
22967 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22968 Remove the stuff which allowed us to have separate versions for
22969 alpha and everything else.
22970
22971 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22972 regexp which "info func operator\[\](" is supposed to match. Fix
22973 string to send to GDB. Note that GDB still doesn't work right. Add a
22974 new test for "info func .perator\[\](" which GDB does handle correctly.
22975
22976 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22977
22978Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22979
22980 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22981 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22982 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22983 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22984 it makes the tests harder to understand and confuses test-o-matic.
22985 The preferred style is that each test provides a PASS or a FAIL,
22986 and has a unique message (e.g. "continue #54" not just "continue")
22987 which is the same for the pass and the fail.
22988 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22989 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22990 to lib/gdb.exp.
22991 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22992 prt_accept which was basically the same thing. Likewise for
22993 test_print_reject and prt_reject.
22994 * lib/gdb.exp (test_print_reject): Add some more error message
22995 patterns to match from the former printcmds.exp (prt_reject).
22996 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22997 One defect of the passcount stuff is that some of it failed to
22998 report XPASS where appropriate.
22999 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
23000 stuff before and after arg in expected pattern.
23001 (test_paddr_operator_functions): Re-do test without print_addr_of;
23002 this is the only test which seems to want extra stuff there.
23003
23004Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23005
23006 * gdb.base/nodebug.exp: Update new tests to reflect improved
23007 wording of gdb output.
23008
23009 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
23010 and "ptype" work on variables in files compiled without -g.
23011 Replaces commented out "maint print msymbol" tests.
23012
23013Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23014
23015 * gdb.base/setvar.c (dummy): Call malloc.
23016
23017 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
23018 losing with the irix4 sed.
23019
23020 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
23021 ALRM" on irix4.
23022
23023Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23024
23025 * TODO: Remove items about corefile.exp testing new exec-file and
23026 backtrace; both are now done. Add items about printing enums.
23027
23028Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23029
23030 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
23031 "get signal $thissig" test fails.
23032
23033 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
23034
23035Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23036
23037 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
23038 compiler warning with dec alpha compiler.
23039
23040 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
23041 extra \n from gdb_test call (this explains why the prompt test
23042 that I removed yesterday was there).
23043 (user_defined_command_test): Remove extra \n and prompt test.
23044
23045 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
23046 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
23047 doesn't exist.
23048 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
23049 Also remove alpha workaround, which turns out to be because
23050 SIGABRT == SIGLOST.
23051
23052 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
23053
23054 * gdb.base/help.exp: Don't test "help show".
23055
23056Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23057
23058 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
23059 "set print address" is on.
23060 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
23061 pass prompt to gdb_test; gdb_test already looks for the prompt.
23062
23063 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
23064
23065 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
23066 was a vestige of the manual TESTSTRATEGY, and the purpose of it
23067 was to make sure that gdb can read a core file. But (a) the "read
23068 the corefile" part didn't make it to a1-selftest.exp, we just
23069 delete the corefile after creating it, and (b) we test reading
23070 corefiles in corefile.exp anyway. Also, this test left around a
23071 xgdb process on Solaris.
23072
23073 * gdb.base/corefile.exp: Also test backtrace.
23074
23075Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
23076
23077 * gdb.base/commands.exp: Test a simple user defined command with
23078 arguments and if/while statements; verify the full user command is
23079 printed by "show user".
23080
23081 * gdb.base/commands.exp: Test if/while commands as part of a
23082 breakpoint command list; verify they appear in breakpoint
23083 information.
23084
23085Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23086
23087 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
23088 than by dividing by zero.
23089
23090Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
23091
23092 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
23093 performing an inferior call with watchpoints enabled.
23094 * gdb.base/watchpoint.c (main): Delete second unnecessary read
23095 call.
23096
23097Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23098
23099 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
23100 of "file" command.
23101
23102 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
23103 Add additional pattern for when "int operator int(void);" appears
23104 in a different order.
23105
23106Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23107
23108 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
23109
23110 * gdb.base/help.exp: Replace most of docstrings for "info signals"
23111 and "signal" with ".*".
23112
23113Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23114
23115 * TODO: Add note about "handle all nostop".
23116
23117 * gdb.base/{sigall.c, sigall.exp}: New test.
23118 * gdb.base/Makefile.in: Add it.
23119
23120Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
23121
23122 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
23123 when invoking GDB, suppresses any windowing interface.
23124
23125Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
23126
23127 * config/sim-gdb: New file, simulator testing support.
23128
23129Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
23130
23131 * gdb.base/interrupt.exp: Test calling func1 twice.
23132
23133Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
23134
23135 * gdb.base/list.exp (test_forward_search): Set timeout higher
23136 when we'll be getting lots of output from gdb.
23137
23138 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
23139 "init_malloc" to after the expect statement. Run it if that
23140 regexp is taken, but also for two others which happen if source
23141 cannot be found.
23142
23143Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23144
23145 * gdb.base/printcmds.exp: New test, for printing register before
23146 program is running.
23147
23148Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23149
23150 * gdb.base/list.exp: Correct some alternate expect patterns
23151 to reflect changes in list1.c.
23152
23153Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23154
23155 * TODO: Add item regarding large frames.
23156
23157 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
23158
23159 * TODO: Remove item about enabling return.exp; it
23160 is enabled. Suggest a few more "return" tests.
23161
23162Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23163
23164 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
23165 anonymous unions.
23166
23167Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23168
23169 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
23170 and pr-5646.o, so "make" is the same as "make all", not "make
23171 pr-4975.o".
23172
23173Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
23174
23175 * gdb.base/list.exp: Adjust expectations to reflect changes in
23176 list1.c.
23177 (test_forward_search): New test proc.
23178 * gdb.base/list1.c (long_line): New function, has long source line.
23179
23180Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
23181
23182 * gdb.base/a1-selftest.exp: Change initial stepping to know about
23183 additional line of code that was added.
23184
23185Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
23186
23187 * gdb.disasm/hppa.s: Break the large branching tests into smaller
23188 tests so as not to overflow expect's input buffers.
23189 * gdb.disasm/hppa.exp: Corresponding changes.
23190
23191Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23192
23193 Beginnings of template debugging tests.
23194 * gdb.c++/templ-info.cc: New file to test for template
23195 debugging capability of the compiler.
23196 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
23197 templ-info.cc.
23198 * gdb.c++/templates.cc: Add explicit template instantiations
23199 to enable compiling with -fno-implicit-templates. Add destructor
23200 and 'value' method to T5 class for template tests.
23201 * gdb.c++/templates.exp: Add testcases for printing of template
23202 types, setting breakpoints on template methods and calling a
d63a86f8 23203 template method.
c906108c
SS
23204
23205Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
23206
23207 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
23208 branch target since some assemblers (gas-2.5) may emit a
23209 relocation for the branch instead of resolving it in the
23210 assembler.
23211
23212Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23213
23214 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
23215 through signal handler.
23216
23217Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23218
23219 * configure.in (*-*-netware): Use config/mt-netware.
23220
23221 * config/mt-netware: New file.
23222 * config/mt-i386-netware: Removed, separate configs for different
23223 netware architectures are no longer needed now that we have
23224 --with-headers.
23225
23226Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23227
23228 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
23229 by the recent changes to use ANSI C arithmetic conversions.
23230
23231Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23232
23233 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
23234 bug involving using inferior_pid to figure out whether to select a
23235 frame.
23236
23237Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
23238
23239 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
23240 match the current disassembler output.
23241
23242Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
23243
23244 * gdb.fortran/exprs.exp: Expect VOID instead of void.
23245 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
23246 types, expect "int" as type of integer values (for now).
23247
23248Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
23249
23250 * gdb.base/commands.exp: New tests for if/while commands.
23251
23252Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
23253
23254 * lib/gdb.exp (runto): Replace sub-pattern for hex value
23255 by .*, since hex values have different syntax in Chill mode.
23256
23257Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23258
23259 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
23260 linefeed from expect pattern for repeated types with indices > 9.
23261
23262Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
23263
23264 First part of Fortran test suite.
23265 * gdb.fortran: New directory.
23266 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
23267
23268Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23269
23270 * gdb.base/default.exp: Update expect pattern for load command
23271 without arguments.
23272
23273Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
23274
23275 * configure.in: Change i386 to i[345]86.
23276 * gdb.base/configure.in: Likewise.
23277 * gdb.c++/configure.in: Likewise.
23278 * gdb.chill/configure.in: Likewise.
23279
23280Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
23281
23282 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
23283 patterns, since that is not a valid context for comments.
23284
23285Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
23286
23287 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
23288 repeated types and repeated types with indices > 9.
23289
23290Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
23291
23292 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
23293 2417; old bug has been fixed.
23294
23295Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
23296
23297 * gdb.base/interrupt.exp: When trying to wake up the inferior,
23298 send the newline ourselves instead of assuming gdb_test will do
23299 so when passed an empty input string.
23300
23301 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
23302 stabs testcode.
23303
23304Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23305
23306 * lib/gdb.exp (gdb_test): Don't send anything if the first
23307 argument is an empty string. This makes cases where we want to
23308 match output that is already in expect's buffers (for example,
23309 matching a breakpoint after gdb_run_cmd has been called) work
23310 reliably.
23311
23312Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23313
23314 * config/netware.exp: New file.
23315
23316Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23317
23318 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
23319 the -B and -L prefixes so we can find the debugging stub.
23320
23321 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
23322 there and we are using the gcc from the tree.
23323
23324 * gdb.base/types.c: Removed.
23325
23326 * gdb.base/configure.in: Look for makefile fragments in ../config.
23327 Recognize i386-*-netware.
23328 * gdb.c++/configure.in: Likewise.
23329
23330Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23331
23332 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
23333 the correct TCL syntax.
23334
23335Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23336
23337 * gdb.base/opaque.exp: use runto instead of messing around with
23338 breakpoints. Simplify by using gdb_test.
23339
23340 * gdb.base/bitfields.exp: restart between tests on netware targets
23341 because breakpoints aren't relocated after target death. Run
23342 processes to completion.
23343
23344 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
23345
23346Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
23347
23348 * Makefile.in: Remove extra tabs that confuse some versions
23349 of "make". Use the newly built gdb to test with by default,
23350 rather than the first one in the tester's search path.
23351
23352Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
23353
23354 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
23355
23356 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
23357 condition help.
23358
23359Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23360
23361 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
23362
23363 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
23364 running.
23365 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
23366 * gdb.base/funcargs.exp: Likewise.
23367
23368 * gdb.base/bitfields.exp: Simplify by using gdb_test.
23369 * gdb.base/funcargs.exp: Likewise.
23370
23371 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
23372 message is "".
23373
23374Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23375
23376 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
23377 return,signals,twice}.exp: Handle non-existant binaries
23378 consistantly.
23379
23380 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
23381 * gdb.base/Makefile.in: Don't try to generate a core dump, we
23382 might testing a cross development system.
23383
23384Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23385
23386 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
23387 runtest script is relative to ${srcdir}, not ${rootdir}.
23388
23389Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
23390
23391 * gdb.base/signals.exp: Allow for optionality of breakpoint
23392 address.
23393
23394Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23395
23396 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
23397
23398Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23399
23400 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
23401 for size_t definition.
23402 * gdb.c++/templates.cc: Likewise
23403
23404 * config/mt-i386-netware: New file.
23405
23406 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
23407 defined.
23408
23409 * gdb.base/Makefile.in: Added support for systems that name core
23410 files by appending "core" to the program name.
23411 * gdb.base/a1-selftest.exp: Likewise.
23412
23413Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23414
23415 * gdb.base/return.exp: Add comment and message for `return double'
23416 test failure on Sparc Solaris.
23417
23418Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
23419
23420 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
23421
23422Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23423
23424 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
23425 from optimizing them away.
23426 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
23427 patterns to include default constructors and assignment operators,
23428 to match gcc versions beyond 2.5.8. Accept any cplus demangling
23429 character in the output of the virtual base pointer.
23430
23431Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23432
23433 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
23434 expression match in print_addr_of to avoid unintented matches.
23435 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
23436 versions up to 2.5.8.
23437
23438Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23439
23440 * gdb.base/list.exp: Tweak alternate pattern for listing of an
23441 included file to run under newer versions of expect.
23442 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
23443 consecutive >'s in templates to accomodate recent cplus-dem.c change.
23444 Remove xfail for the virtual table of BDDHookV.
23445
23446Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
23447
23448 * lib/gdb.exp (string_to_regexp): Set a default result.
23449 (default_gdb_start): Fix misleading message.
23450
23451Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
23452
23453 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
23454 Remove all CC, etc definitions.
23455 * config/mt-hpux: New file.
23456 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
23457 (CFLAGS, LDFLAGS): Define.
23458 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
23459
23460 * Makefile.in (site.exp): Don't insert host_os, etc.
23461 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
23462 (distclean): Check existence of subdir.
23463 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
23464 * gdb.base/Makefile.in: General cleanup and simplification.
23465 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23466 to build executables. Use default rule to build .o files.
23467 (EXPECT, RUNTEST, CC): Fix relative pathname.
23468 (site.exp): Don't insert host_os, etc.
23469 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
23470 and/or SIGUSR1 defined.
23471 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
23472 * gdb.c++/Makefile.in: General cleanup and simplification.
23473 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23474 (CFLAGS): Remove.
23475 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
23476
23477Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
23478
23479 * gdb.base/recurse.exp: Misc changes to get tests running again
23480 after Kung's changes to the watchpoint code.
23481 * gdb.base/watchpoint.exp: Likewise.
23482
23483Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
23484
23485 * lib/gdb.exp (string_to_regexp): Convert {\} also.
23486
23487Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
23488
23489 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
23490 * lib/gdb.exp (default_gdb_start): Define.
23491 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
23492 gdb.base/funcargs.exp, gdb.base/opaque.exp,
23493 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
23494 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
23495 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
23496 Don't call gdb_target_udi in between tests.
23497
23498Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23499
23500 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
23501 (which was basically just a local version of the same thing). In
23502 addition to avoiding duplication, gdb_test_exact is faster.
23503 * lib/gdb.exp (gdb_test_exact): Fix typo.
23504
23505 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
23506 don't give an error.
23507
23508 * gdb.base/term.exp: Call delete_breakpoints before starting.
23509
23510 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
23511 (t10): Add comment.
23512
23513Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23514
23515 Reorganization of the GDB Test Suite.
23516
23517 * gdb.base: New directory, contains all the basic tests.
23518 * gdb.c++: New directory, tests specific to C++.
23519 * gdb.chill: New directory, tests specific to Chill.
23520 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
23521 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
23522 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
23523 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
23524 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
23525 t30-31 to chill).
23526 * */gdbme.*: Rename to match appropriate expect scripts.
23527 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
23528 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
23529 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
23530 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
23531 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
23532 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
23533 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
23534 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
23535 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
23536 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
23537 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
23538 gdb.c++/virtfunc.cc: New names of C++ files.
23539 * gdb.chill/chillvars.ch: New name of Chill file.
23540 * gdb.base/configure.in, gdb.c++/configure.in,
23541 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
23542 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
23543 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
23544 * configure.in (configdirs): Update to reflect directory changes.
23545 (target_abbrev): No longer define for any configuration.
23546 * Makefile.in: Cosmetic improvements to header comments.
23547
23548Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
23549
23550 Various changes to gdb.t31:
23551
23552 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
23553 * gdbme.ch: Make all key-words and predefineds be upper-case.
23554 * chillvars.exp: Expect key-words and predefinds in upper-case.
23555
23556 * chillvars.exp: Use gdb_test_exact many places.
23557 Change expected output for arrays (which now includes index labels).
23558
23559 * pr-5020.exp, gdme.ch (module PR_5020):
23560 New test, for PR-5020.
23561
23562Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
23563
23564 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
23565 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
23566
23567Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
23568
23569 * Makefile.in: Fix bit-rot in definitions of CHILL,
23570 CHILL_FOR_TARGET and Chill_LIB.
23571 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
23572 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
23573 CHILL, and CHILL_LIB.
23574
23575Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
23576
23577 * Revert the previous changes. Please see Rob's directory
23578 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
23579
23580Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
23581
23582 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
23583 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
23584 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
23585 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
23586 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
23587 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
23588 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
23589 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
23590 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
23591 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
23592 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
23593 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
23594 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
23595 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
23596 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
23597 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
23598 changes from 94Q1.
23599
23600Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
23601
23602 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
23603 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
23604 Rob's new testing fragments.
23605
23606Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
23607
23608 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 23609 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
23610
23611Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23612
23613 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
23614 version also, match on casted version strings, and match on
23615 gdb startup case where the line numbers might be messed up.
23616
23617Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
23618
23619 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 23620 (CFLAGS): Delete it from here.
c906108c
SS
23621
23622Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
23623
23624 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
23625
23626Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
23627
23628 * Makefile.in (RUNTEST): Default to just "runtest".
23629
23630Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23631
23632 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
23633 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
23634 the code has been restructured.
23635
23636Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23637
23638 * gdb.t00/default.exp (set write): Allow any number of \r and/or
23639 \n, not just one of each.
23640
23641 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
23642 /bin/cc gives a warning if you do.
23643
23644Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
23645
d63a86f8 23646 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
23647 __t10ListS_link1ZUiRCUiPT0
23648
23649Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23650
23651 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
23652 on local variables in recursive functions.
23653
23654 * gdb.t07/Makefile.in: Build the new test.
23655
23656Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23657
23658 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
23659 directly. Instead compare the return values from actual calls.
23660
23661Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
23662
23663 * Makefile.in (check): Set TCL_LIBRARY for runtest.
23664
23665Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23666
23667 * From Peter Schauer with minor modifications.
a9c64011
AS
23668 * gdb.t15/return.exp (return_tests): Handle targets where "return"
23669 stops in mid-line in the caller. Add xfail for returning a float
23670 value on X86 targets.
c906108c
SS
23671
23672Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23673
23674 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
23675 to avoid expect lossage.
23676 (fmem_LRbug_tests): Likewise.
23677 * gdb.disasm/hppa.s: Corresponding changes.
23678
23679 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
23680 conditions to work with latest dejagnu/expect.
23681
23682 * gdb.t15/funcargs.exp (finish from indirect call): No longer
23683 expected to fail on the PA.
23684 (backtrace in call with trampolines): Explicitly require main
23685 to be frame #1 (no trampolines should show up in backtrace).
23686
23687 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
23688 "continue -expect".
23689 * gdb.t06/break.exp: Likewise.
23690 * gdb.t07/watchpoint.exp: Likewise.
23691 * gdb.t13/bitfields.exp: Likewise.
23692 * gdb.t15/{funcargs,return}.exp: Likewise.
23693 * gdb.stabs/weird.exp: Likewise.
23694 * config/{mips,udi}-gdb.exp: Likewise.
23695
23696 * hppa.sed: Enclose comments within a sed command to avoid
23697 losing with the old OSF1 sed.
23698
23699Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23700
23701 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
23702 sequent dynix.
23703 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
23704 * gdb.t15/funcargs.exp: Conditionally step again to really
23705 finish from marker_call_with_trampolines. Handle the case where
23706 the first step from within call_with_trampolines already steps
23707 us back to main.
23708 * gdb.t15/gdbme.c: Add comment to closing brace of
23709 call_with_trampolines for funcargs.exp.
23710
23711Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23712
d63a86f8 23713 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
23714 Fix typo(s).
23715
23716Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23717
23718 * gdb.t07/gdbme.c: More code for watchpoint testing.
23719
23720 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
23721 "Hardware watchpoint" throughout file.
23722 (test_watchpoint_triggered_in_syscall): New test.
23723 (test_complex_watchpoint): New test.
23724
23725Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23726
23727 * gdbme.c (call_with_trampolines): New function to try and step
23728 into. Tests trampoline problems on the PA.
23729
23730 * funcargs.exp (localvars_in_indirect_call): No longer expect
23731 stepping into indirect call to fail on PAs.
23732 (test_stepping_over_trampolines): New test.
23733
23734Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23735
23736 * TODO: Add suggestions for static member function tests, and
23737 completion tests.
23738
23739Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23740
23741 * TODO: Add suggestions for "p/a" tests.
23742
23743 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
23744 (default_gdb_exit): Replace all the hair with sending "quit" to
23745 the process with a simple close.
23746
23747Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23748
23749 * TODO: Add suggestions for shared library tests.
23750
23751Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23752
23753 * TODO: Add suggestions for x/s tests.
23754
23755Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23756
23757 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
23758 "enable once", and "enable breakpoints once" with ".*".
23759
23760Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23761
23762 * TODO: Add suggestions about structure passing tests.
23763
23764Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23765
23766 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
23767 the primary1 test, use work around if __GNUC__ < 2.
23768 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
23769 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
23770 Test for bad output rather than waiting for timeout. Issue
23771 second continue only if first continue failed.
23772
23773Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23774
23775 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
23776 operator[] test with gdb_test because the old code didn't seem to
23777 be getting the quoting right with the new dejagnu.
23778
23779Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
23780
23781 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
23782 one from the path.
23783 * Makefile.in: Use a fresh expect if there is one, use runtest
23784 from the src tree if there is one.
d63a86f8 23785
c906108c
SS
23786Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23787
23788 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
23789 next over recursive call. Revise the tests from that point on
23790 (which had been skipped) to match GDB's actual (correct) output.
23791
23792 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
23793 with next over a breakpoint whose condition is false.
23794
23795 * gdb.t00/help.exp: Comment out "help set print" tests just like
23796 (and for same reason as) "help set" test.
23797
23798Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23799
23800 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
23801 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
23802
23803Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23804
23805 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
23806 necessary gdb_target_udi.
23807
23808 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
23809
23810 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
23811 1838 and 2417; they are fixed.
23812
23813 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
23814 gdb.t03/ptype.exp (ptype structure, ptype union):
23815 Remove xfails; the test is looser than when the xfails were added.
23816
23817 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
23818 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
23819
23820 * gdb.t01/run.exp: Only run shell test if isnative.
23821
23822 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
23823 since "run" automatically loads if necessary. Call gdb_target_udi
23824 after the "file" since "file" kills any execution target.
23825
23826 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
23827 GDB. GDB doesn't work that way (not anymore at least) on UDI.
23828 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
23829 argument for UDI.
23830
23831Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23832
23833 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
23834
23835 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
23836
23837Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23838
23839 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
23840 properly quoting regexps. This makes the second argument to
23841 demangle a fixed string, which matches the callers, instead of a
23842 shell-style pattern which is what the previous implementation
23843 used. Update some of the callers.
23844
23845Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23846
23847 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
23848 (comib_nullified_tests): Fix typo.
23849 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
23850 strings. No longer expected to fail.
23851
23852 * gdb.disasm/hppa.s (addib_tests): Fix typo.
23853 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
23854 strings. No longer expected to fail.
23855
23856 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
23857 string. No longer expected to fail.
23858
23859Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23860
23861 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
23862 No longer expected to fail.
23863
23864 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
23865 string. No longer expected to fail.
23866
23867Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23868
23869 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
23870 only in the names (I probably got most of them). I was even
23871 generous with some which differed in underscores in names, and
23872 probably missed a few, and I *still* was able to remove almost a
23873 third of the file with almost no impact on testsuite coverage.
23874
23875Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23876
23877 * gdb.t00/default.exp: Match udi_attach error message as well as
23878 the one from child_attach.
23879
23880 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
23881
23882 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
23883
23884 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
23885 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
23886
23887 * Move test with enums and partial symbols back to
23888 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
23889 Reverts the change of 26 May 93. Per today's change to
23890 stabs.texinfo, the behavior that weird.exp was expecting was
23891 unreasonable; what is important is that the compiler+gdb get
23892 things right, which happens with a recent gcc. Also fix the test
23893 to deal with native compilers which put out the stab gdb can't
23894 deal with.
23895
23896Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23897
23898 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
23899 in the names. The main thing these accomplish is to slow things down.
23900 Many more such duplicates surely remain.
23901
23902 * gdb.t00/help.exp: Comment out "help support" test just like
23903 (and for same reason as) "help set" test.
23904
23905Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
23906
23907 * gdb.t06/break.exp: Remove setup_xfails for
23908 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
23909 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
23910 about known bug in gcc to include up through 2.5.8.
23911 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
23912 well as "_vb$".
23913 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
23914 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
23915 with latest gcc and gdb.
23916 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
23917 well as "_vb$".
23918
23919Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23920
23921 * configure.in (hppa*-*-*): Also configure and build stabs-only
23922 tests.
23923
23924Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23925
23926 * gdb.t10/hppa.mt: A makefile fragment for the PA.
23927 * gdb.t10/configure.in (hppa*-*-*): Use it.
23928
23929Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23930
23931 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
23932
23933Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23934
23935 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
23936 versions prior to 1.13.5.
23937
23938Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23939
23940 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
23941 the prompt is at the start of a line.
23942
23943Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23944
23945 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
23946 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
23947 in the copr tests now.
23948 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
23949 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
23950 expected to fail.
23951
23952Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
23953
23954 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23955 gdb.t31/chillvars.exp, lib/gdb.exp:
23956 Tweak to run under either version of expect.
23957 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23958 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23959 * gdb.t11/list.exp: Remove extraneous whitespace.
23960
23961Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23962
23963 * gdb.t16/printcmds.exp (test_print_strings): Accept
23964 "(unsigned char *) " before the string.
23965
23966 * TODO: Add notes about printing of fancy types and GDB expressions.
23967
23968Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23969
23970 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23971 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 23972 if doing mips-idt-ecoff.
c906108c
SS
23973
23974Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23975
23976 * Most .exp files: Tweak to run under either version of expect.
23977
23978Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23979
23980 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23981 xfails; I'm not sure why they are failing, but not because of PR 1806.
23982
23983Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23984
23985 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23986 defined in lib/gdb.exp.
23987
23988Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23989
23990 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23991 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23992 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23993 have to be typeless.
23994
23995Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23996
23997 * TODO: Add suggestion for copyright year test.
23998
23999Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
24000
24001 * configure.in (*-*-lynxos*): Add stabs tests.
24002
24003Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24004
24005 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
24006 so insert a tab before any assembler directive in column zero.
24007
24008 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
24009 stores.
24010 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
24011 stores.
24012 (fpu_short_memory_tests): Likewise.
24013
24014Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24015
24016 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
24017 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
24018 .stabs directives in comments.
24019
24020Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24021
24022 * TODO: New file, describing tests we could write.
24023 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
24024
24025Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24026
24027 * gdb.t06/signals.exp: Add kludge to force re-sync.
24028
24029 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
24030 to xgdb instead of gdb, get out of gdb.
24031
24032Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
24033
24034 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
24035 for info.
24036
24037Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24038
24039 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
24040 * gdb.stabs/configure.in (hppa*-*-*): Use it.
24041 * gdb.stabs/hppa.sed: New sed script for the PA.
24042
24043Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24044
24045 * gdb.stabs: Re-write weird.def and configuration to use sed
24046 instead of cpp. sed is portable and POSIX; cpp is neither.
24047
24048Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24049
24050 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
24051
24052Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24053
24054 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
24055
24056Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24057
24058 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
24059 "_vb$".
24060 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
24061 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
24062
24063Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24064
24065 * lib/gdb.exp: Comment out code which depends on non-existent
24066 `transform' procedure.
24067
24068Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
24069
24070 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
24071 * lib/gdb.exp: Transform tool name.
24072 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
24073 1.1's new error handling system.
24074
24075Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24076
24077 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
24078
24079Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24080
24081 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
24082 They made pattern matching so slow that timeouts happened on
24083 heavily loaded systems. Now any output from "show print" which
24084 gets us back to the GDB prompt is a PASS.
24085
24086Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
24087
24088 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
24089
24090Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24091
24092 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
24093
24094 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
24095 It is not from PR 3220.
24096
24097Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24098
24099 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
24100 just started failing because they depended on the order the
24101 subcommands are presented, or exact docstring text. This kind of
24102 test is a pain and has minimal benefit.
24103
24104Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24105
24106 * gdb.t09/corefile.exp: At end of test, use "core" command with
24107 no arguments.
24108
24109Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
24110
24111 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
24112 17}/Makefile.in: Make it possible to run the testsuite with Sun
24113 make and CC = cross gcc by adding explicit build rules for .o
24114 files.
24115
24116Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24117
24118 * gdb.t15/funcargs.exp: Don't put comments on same line as
24119 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 24120
c906108c
SS
24121Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24122
24123 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
24124
24125Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
24126
24127 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
24128 * gdb.t20/inherit.exp: remove three dumplicate entries.
24129
24130Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24131
24132 * gdb.t06/break.exp: For "next over recursive call", fail on any
24133 incorrect output, not just on "factorial (value=2)".
24134
24135Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24136
24137 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
24138 working now. Add an xfail if accesing a bss variable causes
24139 a memory error if the target is not yet run.
24140
24141Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24142
24143 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
24144 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
24145 name of __st* demangling (2 strings). Did Kung really get the
24146 more than 95 others right without testing them?
24147
24148Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
24149
24150 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
24151
24152Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
24153
24154 * configure.in (configdirs): Add gdb.disasm
24155 * gdb.disasm: New directory for GDB disassembler tests.
24156 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
24157
24158Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24159
24160 * gdb.t00/help.exp: Don't test "help set".
24161
24162 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
24163 from within expect statements. None of these happen anymore and
24164 they cause regressions to be silently unnoticed.
24165
24166 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
24167 messages) about known failures with gcc cygnus-2.4.5-930417.
24168
24169 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
24170 comp-info.exp so it gets built if it doesn't exist.
24171
24172 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
24173 it is no longer used.
24174 * gdb.t13/comp-info.c: Removed.
24175
24176Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24177
24178 * gdb.t06/signals.exp: Add xfail for sun3.
24179
24180Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24181
24182 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
24183 relevant because ^C doesn't get sent but failure can be reproduced
24184 interactively).
24185
24186Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24187
24188 * gdb.stabs/alpha.mt: New configuration file for alpha.
24189 * gdb.stabs/configure.in: Use it.
24190 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
24191 sharing with alpha.mt, redefine long to word via preprocessor.
24192 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
24193 for alpha.
24194 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
24195 native cc.
24196 * gdb.t00/teststrategy.exp: Change expect string so that we
24197 consume the `(xgdb)' from the command echo and from the gdb prompt.
24198 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
24199 gdb currently compares all values as long, so this failure probably
24200 applies to any configuration where LONGEST is bigger than a target int.
24201 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
24202 with gcc.
24203 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
24204 to handle opaque pointers, gcc is.
24205 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
24206 as first argument. Include <sys/types.h> and change all operator
24207 new definitions to use size_t.
24208 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
24209 now that we use size_t.
24210
24211Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24212
a9c64011 24213 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 24214 a long or float array cast all array members to the same type.
a9c64011 24215 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 24216 with 64 bit longs.
a9c64011 24217 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 24218 on alpha.
a9c64011 24219 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
24220
24221Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24222
24223 * gdb.t24 (demangle.exp): Constructors of templates have names like
24224 vector<int>::vector(int) not vector<int>::vector<int>(int). See
24225 section 14.6 of the ARM.
24226
24227 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
24228 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
24229 accomplish little and slow down the testsuite.
24230
24231 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
24232 Accept spaces various places.
24233
24234Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24235
24236 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
24237 with watchpoint enabled.
24238
24239 * Makefile.in: Remove definition of CC and remove the second
24240 definition of CXX (the "CXX = gcc" one remains). These definitions
24241 were causing backquotes to be expanded within backquotes, which
24242 doesn't work.
24243
24244Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
24245
24246 * gdb.t17/callfuncs.exp: Add "return 0" to end.
24247
24248Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24249
a9c64011
AS
24250 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
24251 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
24252 by mips cc and contains no stabs entries.
24253
24254Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
24255
24256 * config/vx-gdb.exp: Use fake device to load files rather than
24257 NFS.
24258 * lib/gdb.exp: New proc to do "file" command.
24259 * config/unix-gdb.exp: Use new "file" proc.
24260
24261Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
24262
24263 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
24264 Rework board rebooting slightly.
24265 (gdb_exit): Don't exit from the remote shell; there isn't one.
24266 * gdb.stabs/weird.exp: If a program is being debugged already,
24267 kill it.
24268 * gdb.t04/setvar.exp: Stop and restart gdb.
24269 * gdb.t05/expr.exp: Likewise.
24270 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
24271 restart gdb and reload the program.
24272 * gdb.t08/opaque.exp: Likewise.
24273 * gdb.t12/scope.exp: Likewise.
24274 * gdb.t13/bitfields.exp: Likewise.
24275 * gdb.t15/funcargs.exp: Likewise.
24276 * gdb.t20/classes.exp: Likewise.
24277 * gdb.t03/ptype.exp: Increase timeout.
24278 * gdb.t16/printcmds.exp (test_print_string_constants,
24279 test_print_array_constants): Likewise.
24280 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
24281 * gdb.t20/classes.exp (do_tests): Likewise.
24282 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
24283
24284Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
24285
24286 * gdb.stabs: Renamed *wierd* to *weird*.
24287
24288Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24289
24290 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
24291 for timeout. Add "known gcc 2.4.5 bug" to failure message.
24292
24293Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24294
24295 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
24296 (do_tests): Remove xfail for whatis on one_var and two_var.
24297
24298Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
24299
24300 * Makefile.in: Made cross building work better by adding
24301 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
24302
24303Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24304
24305 * gdb.t15/{return.c,return.exp,Makefile.in}:
24306 New test, currently commented out.
24307
24308Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
24309
24310 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
24311 still running and removes the leftover named socket so GDb can do
24312 clean restarts.
24313
24314Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
24315
24316 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
24317 console, not GDB.
24318 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
24319 cross testing works better with "make check"
24320 * config/unix-gdb: Use default procedures for exit and version.
24321 * config/vx-gdb.exp: Cleaned up and massaged back to working order
24322 with the newest VxWorks.
24323
24324Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24325
24326 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
24327 old form.
24328
24329 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
24330 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
24331
24332 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
24333
24334 * config/unix-gdb.exp: Remove this version of gdb_exit
24335 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
24336 Rob says he'll look at it when he gets back to testing boards.
24337
24338Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
24339
24340 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
24341 an expected fail for certain ptype commands.
24342
24343 * gdb.t20/classes.exp: Update expected results of "ptype class
24344 Base1" to account for the constructor that now appears in the type.
24345
24346Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
24347
24348 * configure.in (configdirs): Restore gdb.t04, which mysteriously
24349 disappeared from list.
24350 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
24351 "alldone" proc with call to cleanup and exit.
24352 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
24353 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
24354 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
24355 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
24356 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
24357 "alldone" proc with simple returns that suppress remaining
24358 tests. The alldone proc went away many months ago.
24359
24360Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24361
24362 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
24363
24364 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
24365
24366Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24367
24368 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
24369 as vax gdb will display them.
24370
24371Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24372
24373 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
24374 optimizers.
24375
24376 * scope.exp: Change "bad value for localval" messages so each one
24377 is unique.
24378
24379 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
24380 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
24381
24382 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
24383
24384Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24385
24386 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
24387 doesn't exist (due to optimization).
24388
24389Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24390
24391 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
24392 contains \r because the filename is long.
24393
24394 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
24395 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
24396
24397Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24398
24399 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
24400 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
24401 Ultrix.
24402 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
24403 int tests.
24404 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
24405
24406Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
24407
24408 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
24409
24410 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 24411 to match does not match the passing case but still matches the
c906108c
SS
24412 failing case.
24413
24414Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24415
24416 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
24417
24418Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
24419
24420 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
24421 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
24422 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
24423 Remove various versions of gdb_exit.
24424 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
24425 gdb_exit.
24426 * config/unix-gdb.exp: gdb_exit remains here, and should override
24427 the generic version, since it's doing a lot of wierd stuff that
24428 the other versions aren't. FIXME, fold it in, or abandon this
24429 version.
24430
24431Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24432
24433 * gdb.t24/demangle.exp: Add tests for PR 3220.
24434
24435Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24436
24437 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
24438
24439Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
24440
24441 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
24442 "i386-*-*". Works for i486 as well.
24443
24444 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
24445 bug, and expand domain of xfail to all SVR4 systems, since the
24446 actual problem is likely to be in generic SVR4 /proc support.
24447
24448Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24449
24450 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
24451
24452Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
24453
24454 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
24455 xfails for other systems. Match a missing 'Continuing.' as an
24456 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
24457
24458 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
24459 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
24460 Only issue warning for missing executables if -all option is used.
24461
24462 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
24463 file if -all option is used. It's like an unpredictable XFAIL.
24464
24465Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24466
24467 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
24468 for dynamically linked binaries.
24469
24470 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
24471
24472Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24473
24474 * gdb.t20/inherit.exp: Change message for "print tagless struct"
24475 to state that this is a known bug in old versions of g++.
24476
24477Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24478
24479 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
24480 while waiting for `Continuing'.
24481
24482Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
24483
24484 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
24485 in text, data, and bss.
24486 * gdb.t10/nodebug.c: Add local and global test variables for
24487 initialized and uninitialized data.
24488
24489Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24490
24491 * config/unix-gdb.exp (gdb_exit): Add "wait".
24492
24493Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24494
24495 * gdb.t06/signals.exp: xfail the continue from the handler for all
24496 targets.
24497
24498 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
24499 function with watchpoints enabled, the i386 call dummy starts with
24500 a call.
24501
24502 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
24503 386 bsd names its corefiles.
24504
24505Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
24506
24507 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
24508 compilers don't grok it.
24509 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
24510 with small octal ints rather than character constants, which
24511 are signed and might not fit if first promoted to int.
24512
24513Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
24514
24515 * gdb.t09/Makefile.in (clean): Remove corefile.
24516
24517Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24518
24519 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
24520
24521Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24522 and Jim Kingdon (kingdon@cygnus.com)
24523
24524 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
24525 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
24526 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
24527
24528Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24529
24530 * gdb.t17/interrupt.exp: Add xfail for hppa.
24531
24532Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24533
24534 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
24535 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
24536 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
24537 to determine signed-ness of bitfields and use the result to setup
24538 the xfail.
24539 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
24540 * gdb.t15/funcargs.exp: Use them to step until the second indirect
24541 call line is reached if necessary.
24542
24543Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24544
24545 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
24546
24547Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24548
24549 * gdb.t06/break.exp: Also test `clear' command.
24550
24551Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24552
24553 * gdb.t00/teststrategy.exp: Remove extra quote.
24554
24555 * gdb.t07/watchpoint.exp: Change xfail for calling function with
24556 watchpoint enabled to be for all non-68k machines.
24557
24558 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
24559
24560Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24561
24562 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
24563 targets use aout.mt instead of ecoff.mt as gas understands
24564 standard aout format.
24565
24566Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24567
24568 * lib/gdb.exp (runto): Don't insist that function we are running to
24569 was compiled with -g.
24570
24571 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
24572
24573 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
24574 to get back into the read system call.
24575 Accept leading newline in case where we woke it up.
24576
24577Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24578
24579 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
24580 to make the stabs test work on ecoff systems using gcc and -with-stabs.
24581 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
24582 enable ecoff configuration.
24583
24584Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24585
24586 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
24587
24588Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24589
24590 * gdb.t16/printcmds.exp: Add another printf test.
24591
24592Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
24593
24594 * configure.in: If configured -with-stabs on any target, add
24595 stabsdirs to configdirs.
24596
24597Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24598
24599 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
24600 fun" so pattern does not match the command itself.
24601
24602Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24603
24604 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
24605
24606Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24607
24608 * gdb.t17/interrupt.exp: Test for more things.
24609
24610Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24611
24612 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
24613 compiler arranges the code and line numbers.
24614
24615 * gdb.t17/interrupt.exp: Don't send \n after ^C.
24616
24617Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24618
24619 * gdb.t00/help.exp: Increase expect input buffer size.
24620
24621Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24622
24623 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
24624
24625 * gdb.t07/watchpoint.exp: Add xfail for hppa.
24626
24627 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
24628
24629 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
24630 [0-9]*, not just [0-9].
24631
24632Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24633
24634 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
24635
24636 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
24637
24638Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24639
24640 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
24641
24642Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24643
24644 * gdb.t06/signals.c: Add xfails for sun3.
24645
24646 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
24647
24648 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
24649 test_stepping tests.
24650
24651Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24652
24653 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
24654
24655 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
24656
24657 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
24658 rather than actually putting it through cpp twice.
24659
24660 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
24661
24662Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
24663
24664 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
24665 no longer needed.
24666
24667Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24668
24669 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
24670
24671 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
24672 C++ features prints as "struct", make it a pass, not an xfail.
24673
24674Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24675
24676 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
24677 Don't require VA to print as "class" rather than "struct".
24678
24679Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
24680
24681 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
24682
24683Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24684
24685 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
24686
24687Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24688
24689 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
24690 order.
24691
24692Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24693
24694 * gdb.t16/printcmds.exp: Add printf tests.
24695
24696 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
24697
24698 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
24699
24700Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
24701
24702 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
24703 pass counts, to counteract any existing or future setup_xfails.
24704
24705Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24706
24707 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
24708 {BEGIN,END}_COMMON for common block instead of STAB.
24709 * gdb.stabs/wierd.exp: Add xfail for rs6000.
24710
24711 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
24712 intp_var should be N_GSYM not N_LSYM.
24713 wierd-aout.S: Use a label for the value of the N_SO.
24714 wierd.def: Remove all backslashes.
24715 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
24716
24717Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24718
24719 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
24720 get the expected next to inheritance3.
24721
24722Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24723
24724 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
24725 now that gcc-2.4 gets it right.
24726
24727Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24728
24729 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
24730
24731 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
24732 generating comp-info.exp which works for cross-compilation.
24733
24734Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
24735
24736 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
24737 "*-*-sysv4.*".
24738
24739Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
24740
24741 * gdb.t01/run.exp: Start with a fresh gdb.
24742 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
24743 SVR4.x.
24744
24745Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
24746
24747 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
24748 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
24749 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
24750 Makefile.in (distclean, realclean): Remove gdbme.c from list of
24751 things to remove.
24752
24753Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
24754
24755 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
24756 test cases from bug reports.
24757
24758Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
24759
24760 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
24761 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
24762 avoid spurious xfails.
24763 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
24764 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
24765 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
24766
24767Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
24768
24769 * gdb.t00/teststrategy.exp: Rework to provide more useful
24770 description of each test, fix problem with systems that define
24771 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
24772 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
24773 results for "next over recursive call" so timeouts aren't taken
24774 by error.
24775
24776Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
24777
24778 * gdb.t12/scope.exp: Test printing of variables before run.
24779
24780 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
24781 printed in wrong order due to sorting.
24782
24783Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
24784
24785 * gdb.t00/teststrategy.exp: Fix expected results for printing
24786 user entered string constant. Is array of char, prints with no
24787 address.
24788
24789 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
24790 commands.
24791 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
24792 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
24793 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
24794 of struct of char arrays.
24795 * gdb.t00/radix.exp: New tests for radix commands.
24796
24797Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
24798
24799 * gdb.t16/printcmd.exp: Print a variable before running program
24800 (with xfail for AIX).
24801
24802Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
24803
24804 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
24805
24806 * gdb.t16/printcmd.exp: Don't print variables before running program.
24807
24808 * gdb.t06/break.exp: Don't require envp argument to main.
24809
24810 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
24811
24812 * gdb.t02/whatis.exp, gdb.t11/list.exp:
24813 Add xfails for rs6000.
24814
24815 * gdb.t02/whatis.exp: Change other tests not to re-test something
24816 we already tested.
24817
24818 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
24819 each type used has a variable of that type.
24820
24821Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
24822
24823 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
24824
24825Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
24826
24827 * configure.in: change srctrigger to be a file, not a directory
24828
24829Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
24830
24831 * configure.in (mips-idt-ecoff*): Added trailing '*'.
24832
24833 * gdb.t11/list.exp: Fixed a couple of typos.
24834
24835Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
24836
24837 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
24838 is fixed and PR is closed.
24839 * gdb.t16 (gdbme.c): Add simple test string variable.
24840 * gdb.t16 (printcmds.exp): Add tests with simple test string
24841 variable, primarily for boundaries on "set print elements".
24842
24843Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
24844
24845 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
24846 Make leading 0's optional and don't expect a tab in the middle
24847 of the number.
24848
24849 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
24850
24851 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
24852 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
24853 don't end command passed to gdb_test with newline.
24854
24855 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
24856 signed keyword away, don't expect signed bitfields to be signed.
24857
24858 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
24859 printing with only as many 1's as are in the field as well as printing
24860 with 32 1's (see comment).
24861
24862Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
24863
24864 * gdb.t00/default.exp: Start with a fresh gdb.
24865 * configure.in (configdirs): Remove gdb.t31 until the chill
24866 compiler works again. It no longer is able to find chillrt0
24867 since it isn't in libchill.a anymore.
24868 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
24869 wierd.o, make more modular.
24870 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
24871 spurious newlines that caused problems.
24872
24873Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24874
24875 * Move test with enums and partial symbols from gdb.t03/ptype.exp
24876 to gdb.stabs/wierd.exp since GCC has worked around the bug.
24877 gdb.stabs/wierd.{exp,def}: Many new tests.
24878
24879 * gdb.t00/default.exp: update info line for new message.
24880
24881 * gdb.t02/{whatis.exp,gdbme.c}:
24882 Test that "char *" doesn't print as "caddr_t".
24883
24884Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24885
24886 * gdb.t00/help.exp: Use .* in place of some help messages which
24887 just changed.
24888 gdb.t00/default.exp: Update "info frame" test for new message.
24889 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
24890 Remove some xfails
24891
24892Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24893
24894 * gdb.t03/{gdbme.c,ptype.exp}:
24895 Add tests for typedef'd struct and union without tags.
24896 Also check "whatis" on a variable of a typedef'd enum without a tag.
24897
24898 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
24899 PRMS 1823; the bug still exists but isn't reproduced by this test
24900 anymore), and remove rs6000 XFAIL (the bug is fixed).
24901
24902 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
24903 duplicated from whatis.exp. For those that are left, accept
24904 "long", "long int", or "int" for long variables (whatis.exp already
24905 has an XFAIL for "int", so no need to fail it here).
24906
24907 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
24908 Deal with GCC's names for types now that GDB uses the compiler's names.
24909
24910 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
24911 setup_xfail's for sunos4. If we #defined the signed keyword away,
24912 don't expect GDB to know that char it is signed.
24913
24914 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
24915
24916Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
24917
24918 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24919 should work on any system, regardless of debugging format.
24920 * gdb.t21/demangle.exp: Move to gdb.t24.
24921 * gdb.t24/demangle.exp: Move from gdb.t21.
24922 * gdb.t24/{Makefile.in, configure.in}: New files.
24923
24924Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24925
24926 * configure.in: Do gdb.stabs and C++ tests only for stabs.
24927 * gdb.stabs: New directory.
24928
24929Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24930
24931 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
24932 not just "Quit anyway?".
24933
24934Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
24935
24936 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
24937 that all setup_xfails are immediately followed by clear_xfails.
24938
24939Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
24940
24941 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
24942 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
24943 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
24944 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
24945 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
24946 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24947 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24948 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
24949 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
24950 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
24951 gdb.t31/chillvars.exp, lib/gdb.exp:
24952 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
24953 bug-gdb@prep.ai.mit.edu.
24954
24955Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24956
24957 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24958 with 0.0, not integer 0.
24959
24960Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24961
24962 * gdb.t06/break.exp: Update for "Kill the program" message change.
24963
24964Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24965
24966 * Makefile.in (GDBFLAGS): Set to -nx.
24967 * Makefile.in (site.exp): Use GDBFLAGS.
24968
24969Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24970
24971 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24972 Makefiles.
24973 (check): depend on just-check.
24974 (just-check): added so that tests can be run without a noop
24975 build pass.
24976
24977Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24978
24979 Switch to using configure's configdirs.
24980 * Makefile.in (Makefile): add configure.in dependency.
24981 (SUBDIRS): removed redundant assignment.
24982 * configure.in: switch subdirs assignment to configdirs.
24983 * gdb.t*/configure.in: new files.
24984
24985Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24986
24987 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24988 works.
24989
24990Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24991
24992 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24993 in explicit rules. Apparently this is not supported by some makes.
24994
24995Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24996
24997 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24998
24999Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25000
25001 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
25002 disappeared.
25003
25004Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
25005
25006 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
25007
25008Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
25009
25010 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
25011 watchpoint problem that is now fixed.
25012 * gdb.t30/chexp.exp: Remove setup_xfail for printing
25013 uninitialized convenience variables.
25014 * gdb.t31/chillvars.exp: Fix expected patterns for printing
25015 structures.
25016
25017Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25018
25019 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
25020 which causes expect to get out of sync with gdb on long output
25021 from help set.
25022 * gdb.t09/corefile.exp: Make expected pattern for core file
25023 failing signal and frame output format less sun specific.
25024
25025Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
25026
25027 * gdb.t31/chillvars.exp: Add and remove initial dummy
25028 breakpoint, so that symbol table is forced in.
25029 (Needed at least on Sunos4, though it seems not SVR4.)
25030 * gdb.t31/chillvars.exp: Update for changed output format.
25031
25032Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
25033
a9c64011 25034 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
25035
25036Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
25037
25038 * Makefile.in: Added --srcdir when invoking runtest, removed the
25039 need for a local config file. (optional now)
25040
25041Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
25042
25043 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
25044 failure count used to force early termination. Add some more
25045 expected failures for gnu style demangling.
25046
25047Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25048
25049 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
25050 pmi variable from gdb.t20/gdbme to get optimized away.
25051 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
25052 Check for written corefile upon timeout _and_ eof.
25053
25054Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25055
25056 * config/unix-gdb.exp: Add missing return 0.
25057
25058Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25059
25060 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
25061 test termination.
25062
25063Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
25064
25065 * configure.in (subdirs): Put back gdb.t17 which mysteriously
25066 disappeared.
25067
25068Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
25069
25070 * gdb.t10/crossload.exp: Disable the i860-elf test until such
25071 time as i860 support works.
25072
d63a86f8 25073 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
25074 "backtrace 100\r" rather than just "backtrace\r", to match last
25075 change.
25076
25077Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
25078
25079 * config/udi-gdb.exp (gdb_exit): Remove close command.
25080 (gdb_target_udi): New procedure to set the UDI target.
25081 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
25082 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
25083 Added waits for prompts after several question responses. Added
25084 some more responses used by a29k-amd-udi-gdb.
25085 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
25086 pass different arguments, restart UDI connection after program
25087 completion.
25088 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
25089 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25090 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
25091 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
25092 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
25093 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
25094 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25095 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
25096 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
25097 after program completion.
25098 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
25099 compiled with a SELECT_VECS setting.
25100 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
25101 infinite recursion.
25102
25103 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
25104 Added checks for COFF results, and made them expected failures for
25105 all targets. It would be better to make them expected failures
25106 for COFF targets only.
25107
25108Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
25109
25110 * Makefile.in: add null dvi target, don't bother to recurse
25111 through test directories for info and install-info; rename
25112 $(datadir) to be dejagnu instead of deja-gnu
25113
25114Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
25115
25116 * gdb.t31/gdbme.ch: Re-enable code that previously caused
25117 compiler to coredump.
25118 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
25119 code.
25120
25121Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
25122
25123 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
25124 coredump.
25125 * gdb.t31/chillvars.exp: Comment out tests that depend on that
25126 code.
25127
25128Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
25129
25130 * gdb.t03/ptype.exp: tests for return code from gdb_test.
25131 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
25132 which in a shell. Deletes xgdb when done.
25133 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
25134 Tests the return from the "set height" or "set width" commands.
25135 Added a few return codes where needed.
25136
25137Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
25138
25139 * Makefile.in (SUBDIRS): Add gdb.t17.
25140 * configure.in (subdirs): Add gdb.t17.
25141 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
25142 files to test gdb's calling of functions in the inferior with
25143 the correct arguments and gdb's ability to retrieve any
25144 result returned.
25145
25146Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
25147
25148 * config/unix-gdb.exp (gdb_exit): Remove close commands that
25149 may be called after gdb goes away. Previous versions of expect
25150 needed these to avoid file descriptor leaks, but they cause
25151 errors with the current revision of expect.
25152 * gdb.t00/gdbvars.exp: Use -re on expected output after
25153 setting sevenbit-strings.
25154 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
25155 to set sevenbit-strings consistent across tests.
25156 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
25157 set sevenbit-strings consistent across tests.
25158
25159Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
25160
25161 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
25162 expected output to match current "expect" expectations.
25163
25164Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
25165
25166 * gdb.t00/default.exp: Change expected output for default "source"
25167 command, to match new gdb behavior which requires a filename to
25168 source.
25169
25170Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
25171
25172 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
25173 expected fail for i486-*-* that misses the marker2 function.
25174 * gdb.t10/crossload.exp (bfddefault): Allow successful
25175 recognition of a format to pass even if no symbols are found.
25176 Explicitly catch failures where the format is not recognized
25177 or is ambiguous, and add the reason to the fail message.
25178 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
25179 the cause is and invalid target and add reason to failure message.
25180 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
25181 elf32-i386, elf32-sparc, and elf32-i860.
25182 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
25183 Set up expected failure for 'filename'::variable scope resolution,
25184 which is now apparently broken on all targets.
25185 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
25186 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
25187 gdb.t23/templates.exp: Change failure for missing binfile into
25188 just a warning.
25189 gdb.t21/demangle.exp: Change all cfront references to 'arm'
25190 references.
25191
25192Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
25193
25194 * gdb.t00/default.exp: Add expected output for default "source"
25195 command, to match new gdb behavior.
25196 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
25197
25198Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
25199
25200 * config/*-gdb.exp: returns an error, rather than exiting on
25201 internal errors.
25202
25203Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
25204
25205 * gdb.t03/gdbme.c: Add pointer to struct variable.
25206 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
25207 referencing struct members.
25208
25209Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
25210
25211 * configure.in (mips-idt-ecoff): New target.
25212 * config/mips-gdb.exp: New file for remote board using MIPS remote
25213 debugging protocol.
25214
25215 * Redid configuration scheme. Removed gdb.t*/configure.in.
25216 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
25217 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
25218 distclean targets. Built executables via .o files. Adjusted
25219 tests to account for source files in $(srcdir) rather than
25220 $(objdir).
25221 * lib/gdb.exp (runto): Don't expect () after the function name,
25222 because it may have arguments.
25223
25224Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
25225
25226 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
25227 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
25228 expected failures for mips-idt-* and mips-sgi-*.
25229 * gdb.t00/default.exp (attach): Kill process if requested.
25230 * gdb.t00/help.exp (help target core, help target): Accept a gdb
25231 that does not read core files.
25232 * gdb.t01/run.exp: Removed checks for exit status code.
25233 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
25234 it is linked in.
25235 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
25236 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
25237 appropriate, rather than doing it by hand.
25238 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
25239 execution.
25240 * gdb.t10/crossload.exp: Kill existing program if needed.
25241 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
25242 appropriate, rather than doing it by hand. Always increase
25243 timeout for this test, not just for VxWorks.
25244
25245Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
25246
25247 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
25248 of Chill STRUCT types and STRUCT values.
25249 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
25250 than "char".
25251 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 25252 struct2): New struct definitions and initializations to test
c906108c
SS
25253 simple Chill STRUCT types.
25254
25255Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
25256
25257 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
25258 the null byte at the end of strings.
25259 * gdb.t00/default.exp: Make show version insensitive to copyright
25260 date.
25261 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
25262 to avoid dependencies on target char signedness.
25263 * gdb.t16/printcmds.exp: Update expected results for explicitly
25264 unsigned char.
25265 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
25266 now work.
25267 * gdb.t21/demangle.exp: Add many more patterns for template
25268 demangling, most of them being expected failures.
25269 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
25270 string we are matching for, to match on the whole string.
25271 * gdb.t21/demangle.exp: Add many new test strings to demangle,
25272 and fix a whole bunch that had incorrect expected output but were
25273 passing anyway because of the bug in "proc demangle".
25274 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
25275 type.
25276 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
25277
25278Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
25279
a9c64011
AS
25280 * gdb/testsuite: made modifications to testcases, etc., to allow
25281 them to work properly given the reorganization of deja-gnu and the
25282 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
25283
25284Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
25285
25286 * gdb/testsuite: Initial creation of gdb/testsuite.
25287 Migrated dejagnu testcases and support files for testing nm to
25288 gdb/testsuite from deja-gnu. These files were moved "as is"
25289 with no modifications. This migration is part of a major overhaul
25290 of dejagnu. The modifications to these testcases, etc., which
25291 will allow them to work with the new version of dejagnu will be
25292 made in a future update.
48efe704 25293
8d8cb839 25294 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 25295\f
8d8cb839
EZ
25296;; Local Variables:
25297;; mode: change-log
25298;; left-margin: 8
25299;; fill-column: 74
25300;; version-control: never
25301;; End:
902f2ccb
MC
25302
25303 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 25304 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
25305 Copying and distribution of this file, with or without modification,
25306 are permitted provided the copyright notice and this notice are preserved.
This page took 3.023565 seconds and 4 git commands to generate.