ChangeLog:
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2012-01-24 Gary Benson <gbenson@redhat.com>
2
3 Delete #if 0'd out code.
4 * gdb.base/default.exp (info catch): Remove.
5 * gdb.base/gdb_history (info catch): Likewise.
6 * gdb.base/help.exp (info catch): Likewise.
7
8 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9
10 Fix watchpoints to be specific for each inferior.
11 * gdb.multi/watchpoint-multi.c: New file.
12 * gdb.multi/watchpoint-multi.exp: New file.
13
14 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15
16 Fix watchpoints across inferior fork.
17 * gdb.threads/watchpoint-fork-child.c: New file.
18 * gdb.threads/watchpoint-fork-mt.c: New file.
19 * gdb.threads/watchpoint-fork-parent.c: New file.
20 * gdb.threads/watchpoint-fork-st.c: New file.
21 * gdb.threads/watchpoint-fork.exp: New file.
22 * gdb.threads/watchpoint-fork.h: New file.
23
24 2012-01-23 Pedro Alves <palves@redhat.com>
25
26 * gdb.base/call-signal-resume.exp: Allow output after "return".
27
28 2012-01-20 Pedro Alves <palves@redhat.com>
29
30 * gdb.python/py-finish-breakpoint.py: Fix typo.
31
32 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
33
34 * gdb.base/info-proc.exp: Also run on remote targets. Main
35 "info proc" command is now always present; whether target supports
36 actual info proc operation is detected when attempting to issue
37 the command.
38
39 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
40
41 * .gdbinit: Remove.
42
43 2012-01-19 Pedro Alves <palves@redhat.com>
44
45 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
46 look at the funtions' returns.
47 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
48 (jprint.print(int, int)): Change return type to int. Adjust.
49
50 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
51
52 PR gdb/9538
53 * gdb.base/sepdebug.exp: New test.
54
55 2012-01-18 Pedro Alves <palves@redhat.com>
56
57 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
58 Allow output before ^done.
59
60 2012-01-16 Tom Tromey <tromey@redhat.com>
61
62 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
63 Add tests for relative directory.
64
65 2012-01-16 Tom Tromey <tromey@redhat.com>
66
67 * gdb.base/printcmds.c (enum flag_enum): New.
68 (three): New global.
69 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
70 enum printing.
71 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
72 FlagEnumerationPrinter.
73 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
74 * gdb.python/py-pp-maint.c (enum flag_enum): New.
75 (fval): New global.
76
77 2012-01-16 Pedro Alves <palves@redhat.com>
78
79 * lib/gdb.exp (banned_procedures): New variable.
80 (banned_variables_traced): Rename to ...
81 (banned_traced): ... this.
82 (gdb_init): Also trace banned procedures.
83 (gdb_finish): Also untrace banned procedures.
84
85 2012-01-16 Pedro Alves <palves@redhat.com>
86
87 Remove all calls to strace.
88
89 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
90
91 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
92 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
93
94 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
95
96 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
97 * gdb.base/pie-execl.exp: Likewise.
98
99 2012-01-12 Keith Seitz <keiths@redhat.com>
100
101 PR mi/10586
102 * gdb.mi/var-cmd.c (struct anonymous): New structure.
103 (do_anonymous_type_tests): New function.
104 (main): Call do_anonymous_type_tests.
105 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
106 (verify_everything): New procedure.
107 * gdb.mi/mi-var-cp.cc (class A): New class.
108 (anonymous_structs_and_unions): New function.
109 (main): Call anonymous_structs_and_unions.
110 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
111 (verify_everything): New procedure.
112
113 2012-01-12 Keith Seitz <keiths@redhat.com>
114
115 * lib/mi-support.exp: Expand comments about PATH_EXPR.
116 (varobj_tree::get_path_expr): Assume that all varobjs are
117 compound unless they are known simple types.
118 Adjust path expressions based on parent type, path parent type,
119 and tree language.
120 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
121 the root varobj.
122 (mi_walk_varobj_tree): Add LANGUAGE parameter.
123
124 2012-01-11 Pedro Alves <palves@redhat.com>
125
126 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
127 core files on this machine" anymore.
128
129 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
130
131 * gdb.base/watchpoint.c (recurser): Initialize local_x.
132 (main): Repeat recurser call.
133 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
134 equivalent to 'local_x'.
135
136 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
137 Joel Brobecker <brobecker@adacore.com>
138
139 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
140
141 2012-01-05 Pedro Alves <alves.ped@gmail.com>
142
143 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
144 * gdb.python/py-events.c (first): Add bits for new "step N" test.
145 * gdb.python/py-events.exp: Test that "step N" tripping on a
146 breakpoint emits a breakpoint event.
147
148 2012-01-03 Joel Brobecker <brobecker@adacore.com>
149
150 * gdb.base/auxv.exp: Reformat the copyright notice.
151
152 2012-01-03 Yao Qi <yao@codesourcery.com>
153
154 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
155 (strace_trace_on_diff_addr): New.
156 * gdb.trace/strace.c: (main): Add two local variables.
157
158 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
159
160 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
161 * gdb.cell/gcore.exp: Likewise.
162 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
163 to verify the correct instance of main is selected.
164
165 2012-01-02 Joel Brobecker <brobecker@adacore.com>
166
167 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
168 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
169 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
170 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
171 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
172 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
173 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
174 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
175 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
176 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
177 gdb.threads/thread_check.c: Reformat copyright header.
178
179 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
180
181 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
182 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
183 is not enabled.
184
185 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
186
187 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
188 parameter to self_exec, adjust the function.
189 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
190 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
191 (set var do_exit = 0): Remove test.
192 (newline at end of file): Add one.
193
194 2011-12-27 Joel Brobecker <brobecker@adacore.com>
195
196 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
197 New files.
198
199 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
200
201 Fix racy FAILs.
202 * gdb.threads/fork-thread-pending.c (barrier): New variable.
203 (thread_function, thread_forker): Call pthread_barrier_wait for it.
204 (main): Call pthread_barrier_init for it.
205
206 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 Fix double send_gdb leading to racy FAILs.
209 * gdb.base/break.exp (set silent break bp_location1): Replace
210 3x send_gdb and gdb_expect by gdb_test.
211 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
212 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
213 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
214 instead of send_gdb. Twice.
215 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
216 3x send_gdb and gdb_expect by gdb_test.
217 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
218
219 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
220
221 * gdb.linespec/linespec.exp: Compile using {c++}.
222
223 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
224
225 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
226 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
227 (verify GCC PR debug/51668): New test.
228
229 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
230
231 Introduce gdb.FinishBreakpoint in Python.
232 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
233 py-finish-breakpoint2
234 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
235 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
236 instead of line number.
237 * gdb.python/py-finish-breakpoint.c: New file.
238 * gdb.python/py-finish-breakpoint.exp: New file.
239 * gdb.python/py-finish-breakpoint.py: New file.
240 * gdb.python/py-finish-breakpoint2.cc: New file.
241 * gdb.python/py-finish-breakpoint2.exp: New file.
242 * gdb.python/py-finish-breakpoint2.py: New file.
243
244 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
245
246 Partial fix of compatibility with gcc-4.7.
247 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
248 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
249 Add comment to add a PASS case in the future.
250
251 Fix compatibility with gcc-4.7.
252 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
253
254 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
255
256 PR tdep/12797
257 * gdb.base/callfuncs.exp: Remove KFAIL.
258
259 2011-12-21 Joel Brobecker <brobecker@adacore.com>
260
261 * gdb.ada/task_bp: New testcase.
262
263 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
264
265 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
266 -DNO_SECTIONS.
267 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
268
269 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
272 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
273 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
274 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
275 conditional for gcc <= 4.5.
276
277 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
278
279 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
280 by XFAIL.
281 * gdb.cp/static-method.exp (info addr A::func())
282 (list static-method.cc:xxx::(anonymous namespace)::A::func)
283 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
284 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
285 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
286 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
287 (test value of F in k3_m): Likewise.
288 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
289 Likewise.
290
291 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
292
293 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
294 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
295 Remove.
296 * gdb.threads/attachstop-mt.c: Remove.
297 * gdb.threads/attachstop-mt.exp: Remove.
298
299 2011-12-17 Mark Kettenis <kettenis@gnu.org>
300
301 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
302
303 2011-12-16 Doug Evans <dje@google.com>
304
305 * boards/native-stdio-gdbserver.exp: New file.
306 * boards/native-gdbserver.exp: New file.
307
308 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
309 gdbserver output.
310 (gdbserver_default_get_remote_address): New function.
311 (gdbserver_start): Call gdb,get_remote_address to compute argument
312 to "target remote" command.
313
314 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
315
316 * gdb.python/py-function.exp: Change "on" to "full" for
317 python print-stack. Add set/show python print-stack
318 off|full|message tests.
319
320 2011-12-15 Yao Qi <yao@codesourcery.com>
321
322 * gdb.trace/strace.c: New
323 * gdb.trace/strace.exp: New.
324
325 2011-12-14 Tom Tromey <tromey@redhat.com>
326
327 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
328
329 2011-12-14 Doug Evans <dje@google.com>
330
331 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
332
333 2011-12-14 Pedro Alves <pedro@codesourcery.com>
334
335 PR threads/10729
336
337 * gdb.mi/watch-nonstop.c: New file.
338 * gdb.mi/mi-watch-nonstop.exp: New file.
339
340 2011-12-13 Pedro Alves <pedro@codesourcery.com>
341 Doug Evans <dje@google.com>
342
343 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
344 (clean_restart): Remove references to the gdb_stub target board
345 variable.
346 (gdb_step_for_stub): Delete.
347
348 * gdb.base/annota1.exp: Remove all references to [target_info
349 exists gdb_stub], gdb_step_for_stub and usestubs.
350 * gdb.base/annota3.exp: Ditto.
351 * gdb.base/async.exp: Ditto.
352 * gdb.base/break.exp: Ditto.
353 * gdb.base/code-expr.exp: Ditto.
354 * gdb.base/commands.exp: Ditto.
355 * gdb.base/completion.exp: Ditto.
356 * gdb.base/condbreak.exp: Ditto.
357 * gdb.base/consecutive.exp: Ditto.
358 * gdb.base/cvexpr.exp: Ditto.
359 * gdb.base/define.exp: Ditto.
360 * gdb.base/display.exp: Ditto.
361 * gdb.base/ena-dis-br.exp: Ditto.
362 * gdb.base/environ.exp: Ditto.
363 * gdb.base/gnu-ifunc.exp: Ditto.
364 * gdb.base/maint.exp: Ditto.
365 * gdb.base/pending.exp: Ditto.
366 * gdb.base/sect-cmd.exp: Ditto.
367 * gdb.base/sepdebug.exp: Ditto.
368 * gdb.base/unload.exp: Ditto.
369 * gdb.base/watchpoint-solib.exp: Ditto.
370 * gdb.cp/annota2.exp: Ditto.
371 * gdb.cp/annota3.exp: Ditto.
372 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
373 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
374 * gdb.mi/mi-pending.exp: Ditto.
375 * gdb.trace/circ.exp: Ditto.
376 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
377 * gdb.base/list.exp: Ditto.
378
379 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
380 breakpoint function and all references to the usestubs macro.
381 * gdb.base/exprs.c: Ditto.
382 * gdb.base/freebpcmd.c: Ditto.
383 * gdb.base/bitfields.c: Ditto.
384 * gdb.base/bitfields2.c: Ditto.
385 * gdb.base/break.c: Ditto.
386 * gdb.base/call-sc.c: Ditto.
387 * gdb.base/call-signals.c: Ditto.
388 * gdb.base/callfuncs.c: Ditto.
389 * gdb.base/charset.c: Ditto.
390 * gdb.base/consecutive.c: Ditto.
391 * gdb.base/constvars.c: Ditto.
392 * gdb.base/funcargs.c: Ditto.
393 * gdb.base/int-type.c: Ditto.
394 * gdb.base/interrupt.c: Ditto.
395 * gdb.base/langs0.c: Ditto.
396 * gdb.base/list0.c: Ditto.
397 * gdb.base/mips_pro.c: Ditto.
398 * gdb.base/miscexprs.c: Ditto.
399 * gdb.base/nodebug.c: Ditto.
400 * gdb.base/opaque0.c: Ditto.
401 * gdb.base/pointers.c: Ditto.
402 * gdb.base/printcmds.c: Ditto.
403 * gdb.base/ptype.c: Ditto.
404 * gdb.base/recurse.c: Ditto.
405 * gdb.base/reread1.c: Ditto.
406 * gdb.base/reread2.c: Ditto.
407 * gdb.base/restore.c: Ditto.
408 * gdb.base/return.c: Ditto.
409 * gdb.base/run.c: Ditto.
410 * gdb.base/scope0.c: Ditto.
411 * gdb.base/sepdebug.c: Ditto.
412 * gdb.base/setshow.c: Ditto.
413 * gdb.base/setvar.c: Ditto.
414 * gdb.base/sigall.c: Ditto.
415 * gdb.base/signals.c: Ditto.
416 * gdb.base/structs.c: Ditto.
417 * gdb.base/structs2.c: Ditto.
418 * gdb.base/testenv.c: Ditto.
419 * gdb.base/twice.c: Ditto.
420 * gdb.base/unwindonsignal.c: Ditto.
421 * gdb.base/watchpoint.c: Ditto.
422 * gdb.base/watchpoints.c: Ditto.
423 * gdb.base/whatis.c: Ditto.
424 * gdb.cp/classes.cc: Ditto.
425 * gdb.cp/cplusfuncs.cc: Ditto.
426 * gdb.cp/derivation.cc: Ditto.
427 * gdb.cp/formatted-ref.cc: Ditto.
428 * gdb.cp/misc.cc: Ditto.
429 * gdb.cp/overload.cc: Ditto.
430 * gdb.cp/ovldbreak.cc: Ditto.
431 * gdb.cp/ref-params.cc: Ditto.
432 * gdb.cp/ref-types.cc: Ditto.
433 * gdb.cp/templates.cc: Ditto.
434 * gdb.cp/virtfunc.cc: Ditto.
435 * gdb.hp/gdb.aCC/run.c: Ditto.
436 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
437 * gdb.hp/gdb.compat/xdb0.c: Ditto.
438 * gdb.reverse/consecutive-reverse.c: Ditto.
439 * gdb.reverse/sigall-reverse.c: Ditto.
440 * gdb.reverse/until-reverse.c: Ditto.
441 * gdb.reverse/watch-reverse.c: Ditto.
442 * gdb.trace/actions.c: Ditto.
443 * gdb.trace/circ.c: Ditto.
444 * gdb.trace/collection.c: Ditto.
445
446 2011-12-13 Pedro Alves <pedro@codesourcery.com>
447
448 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
449 (func6, func7): New.
450 (main): Call func6 and func7.
451 * gdb.base/watchpoint.exp (test_wide_location_1)
452 (test_wide_location_2): New.
453 (top level): Re-enable hardware watchpoints if necessary. Call
454 test_wide_location_1 and test_wide_location_2.
455
456 2011-12-11 Yao Qi <yao@codesourcery.com>
457
458 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
459
460 2011-12-11 Joel Brobecker <brobecker@adacore.com>
461
462 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
463 expected output for unsupported case.
464
465 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 PR testsuite/12649
468 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
469 Protect gdb_test_multiple by final $gdb_prompt match.
470
471 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
472
473 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
474 New variable, new test.
475 (list static-method.cc:xxx::(anonymous namespace)::A::func)
476 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
477 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
478 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
479 them if HAVE_GCC_45682_FIXED is not set.
480
481 2011-12-10 Yao Qi <yao@codesourcery.com>
482
483 * gdb.trace/status-stop.exp: New.
484 * gdb.trace/status-stop.c: New.
485
486 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
489 timeout.
490
491 2011-12-08 Tom Tromey <tromey@redhat.com>
492
493 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
494 condition.
495
496 2011-12-07 Stan Shebs <stan@codesourcery.com>
497
498 * gdb.trace/tfind.exp: Update for output changes.
499
500 2011-12-07 Pedro Alves <pedro@codesourcery.com>
501
502 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
503 throws "Cannot insert catchpoints in this configuration".
504 * gdb.ada/mi_catch_ex.exp: Likewise.
505
506 2011-12-06 Pedro Alves <pedro@codesourcery.com>
507
508 * gdb.base/break-always.exp: Test changing memory at addresses
509 with breakpoints inserted.
510
511 2011-12-06 Joel Brobecker <brobecker@acacore.com>
512
513 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
514 involving a fully qualified function name.
515
516 2011-12-06 Tom Tromey <tromey@redhat.com>
517
518 * gdb.ada/homonym.exp: Add three breakpoint tests.
519
520 2011-12-06 Tom Tromey <tromey@redhat.com>
521
522 * gdb.base/solib-weak.exp (do_test): Remove kfail.
523 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
524 * gdb.objc/objcdecode.exp: Update for output changes.
525 * gdb.linespec/linespec.exp: New file.
526 * gdb.linespec/lspec.cc: New file.
527 * gdb.linespec/lspec.h: New file.
528 * gdb.linespec/body.h: New file.
529 * gdb.linespec/base/two/thefile.cc: New file.
530 * gdb.linespec/base/one/thefile.cc: New file.
531 * gdb.linespec/Makefile.in: New file.
532 * gdb.cp/templates.exp (test_template_breakpoints): Update for
533 output changes.
534 * gdb.cp/re-set-overloaded.exp: Remove kfail.
535 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
536 makes one breakpoint.
537 * gdb.cp/method2.exp (test_break): Update for output changes.
538 * gdb.cp/mb-templates.exp: Update for output changes.
539 * gdb.cp/mb-inline.exp: Update for output changes.
540 * gdb.cp/mb-ctor.exp: Update for output changes.
541 * gdb.cp/ovsrch.exp: Use fully-qualified names.
542 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
543 has multiple matches.
544 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
545 error message change.
546 * gdb.base/list.exp (test_list_filename_and_number): Update for
547 error message change.
548 * gdb.base/break.exp: Disable pending breakpoints. Update for
549 output changes.
550 * configure.ac: Add gdb.linespec.
551 * configure: Rebuild.
552 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
553
554 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
555
556 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
557 last_break register on s390*-*-* targets.
558
559 2011-12-06 Joel Brobecker <brobecker@adacore.com>
560
561 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
562 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
563 of parameter X in procedure Foo.
564
565 2011-12-05 Stan Shebs <stan@codesourcery.com>
566
567 * gdb.trace/tfind.exp: Update help string matches.
568
569 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
570
571 * gdb.server/ext-run.exp (get process list): Accept also systemd
572 as PID 1.
573
574 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
575 Pedro Alves <pedro@codesourcery.com>
576
577 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
578 starting GDB.
579 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
580 $use_gdb_stub.
581 * gdb.base/display.exp: Likewise.
582 * gdb.base/ending-run.exp: Likewise.
583 * gdb.base/list.exp (test_listsize): Likewise.
584 * gdb.base/setshow.exp: Likewise.
585 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
586 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
587 check by global $use_gdb_stub.
588 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
589 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
590 (default_gdb_init): Unset global $use_gdb_stub.
591 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
592 by global $use_gdb_stub.
593 * lib/gdbserver-support.exp: Extend comments for set_board_info
594 gdb_protocol and gdb,socketport.
595 (gdbserver_start_extended): Set global gdbserver_protocol and
596 gdbserver_gdbport. Clear global use_gdb_stub.
597 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
598 from target use_gdb_stub.
599 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
600
601 2011-12-03 Doug Evans <dje@google.com>
602
603 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
604 (gdb_step_for_stub): Add comments.
605
606 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
607
608 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
609 to the caller.
610 (gdb_test_multiple): Likewise.
611
612 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
613
614 Fix gdb.mi/mi-solib.exp without system debug info installed.
615 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
616 expect attribute, return 0 for it. Update comments.
617
618 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
621 (corrupted list): Adjust the expectation.
622
623 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
624
625 PR threads/13448
626 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
627 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
628 * gdb.threads/tls-var-main.c: New file.
629 * gdb.threads/tls-var.c: New file.
630 * gdb.threads/tls-var.exp: New file.
631
632 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
633
634 PR testsuite/12649
635 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
636 Protect gdb_test_multiple by final $gdb_prompt match.
637 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
638 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
639 (test_tracepoints): Likewise.
640
641 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
642
643 PR breakpoints/13346
644 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
645 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
646 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
647
648 2011-12-01 Joel Brobecker <brobecker@adacore.com>
649
650 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
651 * gdb.ada/homonym/homonym.adb: For use of all types defined
652 locally inside both Get_Value subprograms.
653
654 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 Fix racy FAILs.
657 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
658 of send_gdb.
659
660 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
661
662 * gdb.base/testenv.exp: Skip on remote targets. Unset global
663 environment variable after test completed.
664
665 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
666
667 * gdb.base/solib-nodir.exp: Skip if remote target.
668 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
669 application. Call gdb_load_shlibs.
670 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
671
672 2011-11-29 Joel Brobecker <brobecker@adacore.com>
673
674 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
675
676 2011-11-28 Joel Brobecker <brobecker@adacore.com>
677
678 * gdb.ada/fullname_bp: New testcase.
679
680 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 PR testsuite/12649
683 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
684 Wrap send_gdb into a new gdb_test.
685
686 Code cleanup.
687 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
688 Convert send_gdb and gdb_expect to gdb_test_multiple.
689
690 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
691
692 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
693
694 2011-11-23 Keith Seitz <keiths@redhat.com>
695
696 * lib/mi-support.exp (varobj_tree): New namespace and procs.
697 (mi_varobj_tree_test_children_callback): New proc.
698 (mi_walk_varobj_tree): New proc.
699
700 2011-11-22 Tom Tromey <tromey@redhat.com>
701
702 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
703 Add "use_mi_command" argument.
704 (mi_run_cmd, mi_run_with_cli): New procs.
705 * gdb.mi/solib-lib.c: New file.
706 * gdb.mi/solib-main.c: New file.
707 * gdb.mi/mi-solib.exp: New file.
708
709 2011-11-21 Doug Evans <dje@google.com>
710
711 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
712 _Unwind_DebugHook is missing.
713
714 2011-11-20 Stan Shebs <stan@codesourcery.com>
715
716 * gdb.trace/tstatus.exp: New.
717 * gdb.trace/actions.c: Include string.h.
718
719 2011-11-18 Yao Qi <yao@codesourcery.com>
720
721 * gdb.trace/pending.exp: New.
722 * gdb.trace/pending.c: New.
723 * gdb.trace/pendshr1.c: New.
724 * gdb.trace/pendshr2.c: New.
725 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
726 tracepoint location becomes pending.
727 (tracepoint_change_loc_2): New.
728
729 2011-11-16 David S. Miller <davem@davemloft.net>
730
731 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
732 target is sparc*-*-linux*
733
734 2011-11-15 Paul Koning <paul_koning@dell.com>
735
736 * gdb.python/py-type.exp: New testcases for exceptions on scalar
737 types.
738
739 2011-11-14 Doug Evans <dje@google.com>
740
741 * gdb.base/shell.exp: New file.
742
743 2011-11-14 Stan Shebs <stan@codesourcery.com>
744
745 * gdb.trace/ftrace.c: New.
746 * gdb.trace/ftrace.exp: New.
747
748 2011-11-14 Yao Qi <yao@codesourcery.com>
749
750 * gdb.trace/change-loc-1.c: New.
751 * gdb.trace/change-loc-2.c: New.
752 * gdb.trace/change-loc.c: New.
753 * gdb.trace/change-loc.exp: New.
754 * gdb.trace/change-loc.h: New.
755 * gdb.trace/trace-break.c (marker): Define new symbol.
756 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
757 New.
758 (break_trace_same_addr_6): New.
759
760 2011-11-12 Matt Rice <ratmice@gmail.com>
761
762 * gdb.base/info-macros.exp: Make tests for info definitions
763 test info macro. Add tests for info macro argument processing.
764 Rename a few tests.
765
766 2011-11-11 Keith Seitz <keiths@redhat.com>
767
768 PR gdb/12843
769 * gdb.base/linespecs.exp: New file.
770
771 2011-11-11 Doug Evans <dje@google.com>
772
773 * gdb.threads/print-threads.exp: Extend timeout for slower
774 tests.
775
776 2011-11-10 Doug Evans <dje@google.com>
777
778 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
779 "record to end of main" test.
780
781 * gdb.python/py-type.c (TS): New typedef.
782 (ts): New global.
783 * gdb.python/py-type.exp: Test field list of typedef.
784
785 2011-11-10 Joel Brobecker <brobecker@adacore.com>
786
787 * gdb.ada/small_reg_param: New testcase.
788
789 2011-11-09 Tom Tromey <tromey@redhat.com>
790
791 * gdb.cp/destrprint.exp: New file.
792 * gdb.cp/destrprint.cc: New file.
793
794 2011-11-08 Meador Inge <meadori@codesourcery.com>
795
796 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
797 (switch_stack_to_other): New test function.
798 * gdb.arch/thumb-prologue.exp: New test cases.
799
800 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
801
802 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
803
804 2011-11-08 Yao Qi <yao@codesourcery.com>
805
806 * gdb.exp (supports_process_record): New.
807 (supports_reverse): New.
808 * gdb.reverse/break-precsave.exp: Call support_process_record
809 to run test conditionally.
810 * gdb.reverse/consecutive-precsave.exp: Likewise.
811 * gdb.reverse/i386-precsave.exp: Likewise.
812 * gdb.reverse/machinestate-precsave.exp: Likewise.
813 * gdb.reverse/solib-precsave.exp: Likewise.
814 * gdb.reverse/step-precsave.exp: Likewise.
815 * gdb.reverse/until-precsave.exp: Likewise.
816 * gdb.reverse/watch-precsave.exp: Likewise.
817 * gdb.reverse/break-reverse.exp: Call support_reverse to run
818 test conditionally.
819 * gdb.reverse/consecutive-reverse.exp: Likewise.
820 * gdb.reverse/finish-precsave.exp: Likewise.
821 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
822 * gdb.reverse/finish-reverse.exp: Likewise.
823 * gdb.reverse/i386-reverse.exp: Likewise.
824 * gdb.reverse/i386-sse-reverse.exp: Likewise.
825 * gdb.reverse/machinestate.exp: Likewise.
826 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
827 * gdb.reverse/sigall-precsave.exp: Likewise.
828 * gdb.reverse/sigall-reverse.exp: Likewise.
829 * gdb.reverse/solib-reverse.exp: Likewise.
830 * gdb.reverse/step-reverse.exp: Likewise.
831 * gdb.reverse/until-reverse.exp: Likewise.
832 * gdb.reverse/watch-reverse.exp: Likewise.
833
834 2011-11-05 Yao Qi <yao@codesourcery.com>
835
836 * gdb.trace/trace-break.exp: Add test on setting two
837 fast tracepoints at the same address.
838
839 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
840
841 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
842
843 2011-11-02 Stan Shebs <stan@codesourcery.com>
844
845 * gdb.trace/collection.c: Add code using strings.
846 * gdb.trace/collection.exp: Add tests of string collection.
847
848 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
849
850 * gdb.base/skip-solib.exp (executable_main): New variable.
851 (binfile_main): Base it on that.
852 Use $executable_main in clean_restart calls. Drop gdb_exit and
853 gdb_start calls.
854
855 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
856
857 Fix racy FAILs.
858 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
859 breakpoint_re globals import by async. Set string_regex to .* for
860 async. Remove the optional thread_selected_re and breakpoint_re
861 globals expectations.
862
863 2011-11-01 Joseph Myers <joseph@codesourcery.com>
864
865 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
866 well as Cygwin.
867
868 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
869
870 Add tests for skip command.
871 * gdb.base/skip-solib-lib.c: New
872 * gdb.base/skip-solib-main.c: New
873 * gdb.base/skip-solib.exp: New
874 * gdb.base/skip.c: New
875 * gdb.base/skip.exp: New
876 * gdb.base/skip1.c: New
877 * gdb.base/Makefile.in: Adding new files.
878
879 2011-10-31 Yao Qi <yao@codesourcery.com>
880 Pedro Alves <pedro@codesourcery.com>
881
882 * gdb.trace/trace-break.c: New.
883 * gdb.trace/trace-break.exp: New.
884
885 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
886
887 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
888 break-here-2.
889
890 2011-10-28 Pedro Alves <pedro@codesourcery.com>
891
892 * gdb.threads/no-unwaited-for-left.c: New.
893 * gdb.threads/no-unwaited-for-left.exp: New.
894 * gdb.threads/non-ldr-exc-1.c: New.
895 * gdb.threads/non-ldr-exc-1.exp: New.
896 * gdb.threads/non-ldr-exc-2.c: New.
897 * gdb.threads/non-ldr-exc-2.exp: New.
898 * gdb.threads/non-ldr-exc-3.c: New.
899 * gdb.threads/non-ldr-exc-3.exp: New.
900 * gdb.threads/non-ldr-exc-4.c: New.
901 * gdb.threads/non-ldr-exc-4.exp: New.
902
903 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
904
905 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
906 * gdb.base/attach-pie-misread.exp: Likewise.
907 * gdb.base/break-interp.exp: Likewise.
908 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
909 testcases for use_gdb_stub.
910 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
911 (continue): New testcase.
912 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
913 * gdb.threads/attach-into-signal.exp: Likewise.
914 * gdb.threads/attach-stopped.exp: Likewise.
915 * gdb.threads/attachstop-mt.exp: Likewise.
916
917 2011-10-28 Paul Koning <paul_koning@dell.com>
918
919 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
920
921 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
922
923 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
924 (mi_gdb_test): Import globals thread_selected_re
925 and breakpoint_re. Expect them optionally at the regex start.
926
927 2011-10-27 Doug Evans <dje@google.com>
928
929 * gdb.python/python.exp: Test source -s.
930
931 2011-10-26 Paul Koning <paul_koning@dell.com>
932
933 * gdb.python/lib-types.cc (struct A): New structure.
934 * gdb.python/lib-types.exp (deepitems): New tests.
935
936 2011-10-25 Paul Koning <paul_koning@dell.com>
937
938 PR python/13327
939
940 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
941 fetch_lazy method.
942
943 2011-10-24 Yao Qi <yao@codesourcery.com>
944
945 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
946 target is tic6x-*-*.
947
948 2011-10-21 Joel Brobecker <brobecker@adacore.com>
949
950 * gdb.ada/mi_task_info/task_switch.adb: New file.
951 * gdb.ada/mi_task_info.exp: New file.
952
953 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
954
955 * gdb.cp/expand-psymtabs-cxx.exp: New file.
956 * gdb.cp/expand-psymtabs-cxx.cc: New file.
957
958 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
959
960 PR python/12656
961
962 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
963 global_block tests.
964
965 2011-10-18 Tom Tromey <tromey@redhat.com>
966
967 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
968
969 2011-10-18 Tom Tromey <tromey@redhat.com>
970
971 * gdb.base/source.exp: Don't include full file name in test name.
972 * gdb.python/python.exp: Don't include full file name in test
973 name.
974
975 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
976
977 * gdb.base/attach-pie-noexec.c: New files.
978 * gdb.base/attach-pie-noexec.exp: New files.
979
980 2011-10-17 Joseph Myers <joseph@codesourcery.com>
981
982 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
983 prompt for each extra line in command.
984
985 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
986
987 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
988 Revert the part of:
989 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
990 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
991 Change the expected string.
992
993 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 Fix results with system glibc debug info installed.
996 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
997 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
998 Accept also __libc_ symbol prefix and no prefix.
999
1000 2011-10-14 Keith Seitz <keiths@redhat.com>
1001
1002 PR c++/13225
1003 * gdb.cp/converts.cc (foo3_1): New function.
1004 (foo3_2): New functions.
1005 * gdb.cp/converts.exp: Add tests for int to pointer conversion
1006 and null pointer conversions of integer constant zero.
1007 Add test to check if all arguments are checked for incompatible
1008 conversion BADNESS.
1009
1010 2011-10-14 Tom Tromey <tromey@redhat.com>
1011
1012 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
1013 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
1014 linespec.
1015
1016 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1017
1018 Fix internal error regression.
1019 * gdb.dwarf2/implptr-optimized-out.S: New file.
1020 * gdb.dwarf2/implptr-optimized-out.exp: New file.
1021
1022 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1023
1024 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1025 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
1026 (loclist): New.
1027 (4): New abbrev.
1028 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
1029 Use prepare_for_testing, remove clean_restart.
1030 (p arraynoloc, p arraycallnoloc): New tests.
1031
1032 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 * gdb.cp/namespace-enum.exp (executable): New variable.
1035 (binfile): Use ${objdir}/${subdir}/ prefix.
1036 Use ${executable} for clean_restart.
1037
1038 2011-10-11 Sterling Augustine <saugustine@google.com>
1039
1040 * gdb.cp/Makefile.in: Add namespace-enum test.
1041 * gdb.cp/namespace-enum.exp: New file.
1042 * gdb.cp/namespace-enum.c: New file.
1043 * gdb.cp/namespace-enum-main.c: New file.
1044
1045 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1046
1047 * gdb.python/py-shared.exp: Relax filename check to handle remote:
1048 sysroot.
1049
1050 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 Reimplement @entry in input expressions.
1053 * gdb.base/exprs.c (v_int_array_init): New variable.
1054 * gdb.base/exprs.exp (print v_int_array_init)
1055 (print *v_int_array_init@1, print *v_int_array_init@2)
1056 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
1057 (print v_int_array_init[1]@1): New tests.
1058
1059 2011-10-10 Joseph Myers <joseph@codesourcery.com>
1060
1061 * gdb.cp/gdb2495.exp: Do not include directories in filename in
1062 expected message.
1063
1064 2011-10-09 Doug Evans <dje@google.com>
1065
1066 * gdb.base/alias.exp: Add tests for alias command.
1067
1068 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1069
1070 * gdb.arch/amd64-entry-value.s: New file.
1071 * gdb.mi/mi2-amd64-entry-value.s: New file.
1072
1073 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1074
1075 Display @entry parameter values even for references.
1076 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
1077 functions.
1078 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
1079 reference and datap_input.
1080 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
1081 breakpoints.
1082 (continue to breakpoint: entry_reference: reference)
1083 (entry_reference: bt at entry)
1084 (continue to breakpoint: entry_reference: breakhere_reference)
1085 (entry_reference: bt, entry_reference: ptype regparam)
1086 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
1087 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
1088 (entry_reference: p regcopy, entry_reference: p nodataparam)
1089 (entry_reference: p nodataparam@entry): New tests.
1090
1091 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1092
1093 Support @entry in input expressions.
1094 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
1095 (entry_stack: p s1@entry, entry_stack: p s2@entry)
1096 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
1097 (tailcall: p j@entry): New tests.
1098 * gdb.cp/koenig.cc (A::entry): New function.
1099 (main): Call it.
1100 * gdb.cp/koenig.exp (p entry (c)): New test.
1101
1102 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1103
1104 Display @entry parameter values (without references).
1105 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
1106 (different, validity, invalid): New functions.
1107 (main): Call them.
1108 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
1109 stacktest, breakhere_stacktest, different, breakhere_different,
1110 breakhere_validity and breakhere_invalid.
1111 (entry: bt): Update for @entry.
1112 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
1113 (entry_validity: *, entry_invalid: *): Many new tests.
1114 * gdb.base/break.exp
1115 (run until breakpoint set at small function, optimized file): Accept
1116 also the @entry suffix.
1117 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
1118 * gdb.mi/mi2-amd64-entry-value.c: New files.
1119 * gdb.mi/mi2-amd64-entry-value.exp: New files.
1120
1121 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1122
1123 Protect entry values against self tail calls.
1124 * gdb.arch/amd64-entry-value.cc (self2, self): New.
1125 (main): Call self.
1126 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
1127 (set debug entry-values 1, self: bt debug entry-values): New tests.
1128
1129 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 Recognize virtual tail call frames.
1132 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
1133 (amb_b, amb_a): New.
1134 (main): Call a and b.
1135 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
1136 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
1137 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
1138 New tests.
1139
1140 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 Implement basic support for DW_TAG_GNU_call_site.
1143 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
1144 * gdb.arch/amd64-entry-value.cc: New file.
1145 * gdb.arch/amd64-entry-value.exp: New file.
1146
1147 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1148
1149 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1150 * gdb.dwarf2/implptr-64bit.S: New file.
1151 * gdb.dwarf2/implptr-64bit.exp: New file.
1152
1153 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1154
1155 Fix initial language detection with -readnow.
1156 * gdb.cp/readnow-language.cc: New file.
1157 * gdb.cp/readnow-language.exp: New file.
1158
1159 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 Fix printed anonymous struct name.
1162 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
1163
1164 2011-10-09 Joseph Myers <joseph@codesourcery.com>
1165
1166 * gdb.base/solib-symbol.exp: Do not include directories in
1167 filenames in expected messages.
1168
1169 2011-10-07 Doug Evans <dje@google.com>
1170
1171 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
1172
1173 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
1174
1175 Allow Python notification of new object-file loadings.
1176 * gdb.python/py-events.exp: Test newobjfile event.
1177 * gdb.python/py-events.py: Register newobjfile callback.
1178 * gdb.python/py-events.c: Add call to shared library
1179 * gdb.python/py-events-shlib.c: New file.
1180
1181 2011-10-06 Joseph Myers <joseph@codesourcery.com>
1182
1183 * gdb.base/fixsection.exp: Do not include directories in filename
1184 in expected message.
1185
1186 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
1187
1188 Add tests for passing of environment variables to inferior.
1189 * gdb.base/testenv.c: New test source.
1190 * gdb.base/testenv.exp: New expect test.
1191
1192 2011-10-04 Paul Koning <paul_koning@dell.com>
1193
1194 * gdb.python/py-value.c (main): Break before return.
1195
1196 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
1197
1198 PR python/12691: Add the inferior to Python exited event
1199 * gdb.python/py-events.exp: Test the inferior attribute of exited
1200 event with a fork.
1201 * gdb.python/py-events.py: Print inferior number on exit.
1202 * gdb.python/py-events.c: Fork the inferior.
1203
1204 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
1205
1206 * gdb.base/jit.exp: Add testcase name to log message
1207
1208 2011-10-03 Paul Koning <paul_koning@dell.com>
1209 Jan Kratochvil <jan.kratochvil@redhat.com>
1210
1211 * gdb.python/py-value.exp
1212 (python inval = gdb.parse_and_eval('*(int*)0'))
1213 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
1214 (set argc=2, python print argc_lazy): New tests.
1215
1216 2011-10-02 Joel Brobecker <brobecker@adacore.com>
1217
1218 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
1219
1220 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1221 Pedro Alves <pedro@codesourcery.com>
1222
1223 * gdb.python/py-value.exp (test_value_in_inferior): New variable
1224 can_read_0, test for it.
1225 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
1226 (parse_and_eval with memory error): ... here, make it untested if
1227 can_read_0.
1228
1229 2011-09-30 Marek Polacek <mpolacek@redhat.com>
1230
1231 * gdb.python/python.exp (verify pagination beforehand)
1232 (verify pagination afterwards): Fix race by splitting the line.
1233
1234 2011-09-29 Joseph Myers <joseph@codesourcery.com>
1235
1236 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
1237 for 64-bit multilibs from i?86-* targets.
1238
1239 2011-09-29 Marek Polacek <mpolacek@redhat.com>
1240
1241 * lib/gdb.exp: Fix a typo in one of the comments.
1242
1243 2011-09-29 Marek Polacek <mpolacek@redhat.com>
1244
1245 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
1246 matching pattern.
1247
1248 2011-09-28 Paul Koning <paul_koning@dell.com>
1249
1250 * gdb.python/py-type.c (enum E): New.
1251 * gdb.python/py-type.exp (test_fields): Add tests for Python
1252 mapping access to fields.
1253 (test_enums): New test for field access on enums.
1254
1255 2011-09-27 Stan Shebs <stan@codesourcery.com>
1256
1257 * gdb.trace/collection.exp: Test collection of $_ret.
1258
1259 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
1260
1261 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
1262 list of compilation switches for <*-*-freebsd*>.
1263
1264 2011-09-19 Stan Shebs <stan@codesourcery.com>
1265
1266 * gdb.trace/tspeed.exp: New file.
1267 * gdb.trace/tspeed.c: New file.
1268
1269 2011-09-18 Yao Qi <yao@codesourcery.com>
1270
1271 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
1272 instructions.
1273 (test_adr_32bit, test_pop_pc): Likewise.
1274 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
1275 Thumb instructions.
1276 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
1277 in gdb_test_multiple.
1278 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
1279
1280 2011-09-17 Yao Qi <yao@codesourcery.com>
1281
1282 * lib/gdb.exp (can_single_step_to_signal_handler): New.
1283 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
1284 support single step to signal handler.
1285
1286 2011-09-17 Yao Qi <yao@codesourcery.com>
1287
1288 * gdb.base/disp-step-fork.c: New.
1289 * gdb.base/disp-step-syscall.exp: New.
1290 * gdb.base/disp-step-vfork.c: New.
1291
1292 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1293
1294 * gdb.ada/tasks.exp: Make the expected output for
1295 the `info tasks' tests more resilient to spacing
1296 changes.
1297
1298 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1299
1300 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
1301 (reached breakpoint 2, reached breakpoint 3): Update expected output.
1302
1303 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1304
1305 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1306 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
1307
1308 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
1309
1310 Handle multiple breakpoint hits in Python interface:
1311 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
1312 presence.
1313 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
1314 breakpoint hits.
1315
1316 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1317 Jan Kratochvil <jan.kratochvil@redhat.com>
1318
1319 * gdb.python/py-events.exp: Remove pretty printing comment.
1320 * gdb.python/py-evsignal.exp: New file.
1321 * gdb.python/py-evthreads.c: Include signal.h.
1322 (thread3): Remove variable count3. Remove variable bad and use raise
1323 instead.
1324 (thread2): Remove variable count2. Move thread3 pthread_create here,
1325 merge pthread_join to a single line.
1326 (main): Remove variable count1. Merge pthread_join with pthread_create
1327 to a single line.
1328 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
1329 KFAIL python/12966 for gdbserver. Test return value of
1330 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
1331 gdb_expect by gdb_test and gdb_test_multiple.
1332 (thread 2, thread 3): New tests.
1333
1334 2011-09-12 Matt Rice <ratmice@gmail.com>
1335 Pedro Alves <pedro@codesourcery.com>
1336
1337 PR gdb/13175
1338
1339 * gdb.base/interp.exp: New tests.
1340 * gdb.base/interp.c: New file.
1341
1342 2011-09-12 Doug Evans <dje@google.com>
1343
1344 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
1345 * gdb.dwarf2/typeddwarf.exp: Ditto.
1346
1347 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1348
1349 Fix compatibility with x32 arch.
1350 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
1351 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
1352 is_x86_like_target.
1353 * testsuite/gdb.trace/collection.exp: Likewise.
1354 * testsuite/gdb.trace/report.exp: Likewise.
1355 * testsuite/gdb.trace/unavailable.exp: Likewise.
1356 * testsuite/gdb.trace/while-dyn.exp: Likewise.
1357 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
1358 (is_x86_like_target): Check also is_amd64_regs_target.
1359
1360 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 PR breakpoints/12435
1363 * gdb.arch/amd64-prologue-xmm.c: New file.
1364 * gdb.arch/amd64-prologue-xmm.exp: New file.
1365 * gdb.arch/amd64-prologue-xmm.s: New file.
1366
1367 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1368
1369 * gdb.dwarf2/dw2-param-error-main.c: New file.
1370 * gdb.dwarf2/dw2-param-error.S: New file.
1371 * gdb.dwarf2/dw2-param-error.exp: New file.
1372
1373 2011-09-08 Pedro Alves <pedro@codesourcery.com>
1374
1375 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
1376 inferior's pid and look for a core dump named core.$pid. Use
1377 `remote_file' commands on the host instead of hand coding shell
1378 commands on the build.
1379 * gdb.base/valgrind-db-attach.exp: Kill the program before
1380 finishing the test.
1381
1382 2011-09-02 Matt Rice <ratmice@gmail.com>
1383
1384 * lib/prompt.exp: New file for testing the first prompt.
1385 * gdb.python/py-prompt.exp: Ditto.
1386 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
1387
1388 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1389
1390 * gdb.threads/gcore-thread.exp: Set the global core_supported to
1391 0, before testing gcore.
1392
1393 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1394
1395 * dw2-ifort-parameter-debug.S: Update copyright year.
1396 * dw2-ifort-parameter.c: Update copyright year.
1397 * dw2-ifort-parameter.exp: Update copyright year.
1398
1399 * dw2-ifort-parameter-debug.S: New file.
1400 * dw2-ifort-parameter.c: New file.
1401 * dw2-ifort-parameter.exp: New file.
1402
1403 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1404
1405 * gdb.base/commands.exp (error_clears_commands_left): New function.
1406 (): Call it.
1407
1408 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1409
1410 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
1411 (C): Initialize `a'.
1412 * gdb.mi/mi-inheritance-syntax-error.exp
1413 (-data-evaluate-expression $path): Expect `a' as 5.
1414
1415 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
1416
1417 PR mi/11912
1418 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
1419 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
1420 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
1421 keyword in output of -var-info-path-expression.
1422
1423 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1424
1425 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
1426 * gdb.trace/collection.exp: Likewise.
1427 * gdb.trace/report.exp: Likewise.
1428 * gdb.trace/unavailable.exp: Likewise.
1429 * gdb.trace/while-dyn.exp: Likewise.
1430
1431 2011-08-18 Keith Seitz <keiths@redhat.com>
1432
1433 PR c++/12266
1434 * gdb.cp/meth-typedefs.cc: New file.
1435 * gdb.cp/meth-typedefs.exp: New file.
1436
1437 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1438
1439 * gdb.python/python.exp: Add extended-prompt tests.
1440
1441 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 * gdb.arch/i386-dr3-watch.exp
1444 (watchpoint on gap1 does not fit debug registers)
1445 (delete all watchpoints): Fix racy expect strings.
1446
1447 2011-08-14 Yao Qi <yao@codesourcery.com>
1448
1449 * gdb.base/maint.exp: set data_section to ".neardata".
1450 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
1451 * gdb.base/savedregs.exp: Handle SIGILL.
1452 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
1453 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
1454
1455 2011-08-12 Doug Evans <dje@google.com>
1456
1457 * gdb.python/py-symbol.exp: Add test for symbol.type.
1458
1459 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
1460
1461 * gdb.threads/pthreads.exp: Enable on non-native configurations.
1462 * gdb.mi/mi-pthreads.exp: Likewise.
1463 * gdb.mi/mi2-pthreads.exp: Likewise.
1464 * gdb.mi/gdb669.exp.exp: Likewise.
1465
1466 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1467
1468 * lib/mi-support.exp (detect_async): Rename to...
1469 (mi_detect_async): ... this.
1470 * gdb.mi/mi-nonstop-exit.exp: Adjust.
1471 * gdb.mi/mi-nonstop.exp: Adjust.
1472 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
1473 * gdb.mi/mi-nsintrall.exp: Adjust.
1474 * gdb.mi/mi-nsmoribund.exp: Adjust.
1475 * gdb.mi/mi-nsthrexec.exp: Adjust.
1476
1477 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1478
1479 * gdb.base/display.c (do_loops): New `p_i' local.
1480 * gdb.base/display.exp: Test displaying a variable that is
1481 temporarily at a bad address.
1482
1483 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1484
1485 * gdb.dwarf2/dw2-op-stack-value.S: New file.
1486 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
1487
1488 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1489
1490 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
1491 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
1492 (p fuNC_symtab): Permit also ppc64 leading dot.
1493
1494 2011-08-05 Pedro Alves <pedro@codesourcery.com>
1495
1496 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
1497 procedure.
1498 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
1499
1500 2011-08-05 Yao Qi <yao@codesourcery.com>
1501
1502 * gdb.base/callfuncs.exp: Set language after main.
1503 * gdb.cp/cplusfuncs.exp: Likewise.
1504 * gdb.cp/inherit.exp: Likewise.
1505
1506 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1507
1508 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
1509 * gdb.base/watch-vfork.exp: Skip on remote targets.
1510
1511 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1512
1513 * gdb.threads/thread-find.exp: Support remote targets.
1514
1515 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1516
1517 * gdb.base/jit.exp: Download solib_binfile to target.
1518 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
1519 and call dlopen without full path name.
1520 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
1521 dlopen without full path name.
1522
1523 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1524
1525 * gdb.base/break-always.exp: Complete the test
1526 with duplicated breakpoints and enabling/disabling them.
1527
1528 2011-08-02 Tom Tromey <tromey@redhat.com>
1529
1530 PR gdb/11289:
1531 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
1532
1533 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
1534
1535 PR gdb/13045
1536 * gdb.base/float.exp: Add new test case for PR gdb/13045
1537 * gdb.base/float.c: New file.
1538
1539 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
1540
1541 * gdb.python/py-mi.exp: Test printers returning string hint, and
1542 also not returning a value.
1543 * gdb.python/py-prettyprint.c: Add testcase for above.
1544 * gdb.python/py-prettyprint.py: Add test printer for above.
1545
1546 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1547
1548 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
1549 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
1550 (.Ldie30) Add as field "data4".
1551 (.Ldie32) Rename field "b" to "shl".
1552 (abbrev4) Change for the "data4" field.
1553 (abbrev5, abbrev6) Remove.
1554 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
1555 (p &s.shl): ... here. Add comment.
1556 (p &s.data4): New.
1557
1558 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1559
1560 Fix crash on lval_computed values.
1561 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
1562
1563 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1564
1565 * gdb.base/help.exp (help whatis): Update the expected string.
1566
1567 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
1570 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
1571 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1572 Change the expected string.
1573
1574 2011-07-26 Pedro Alves <pedro@codesourcery.com>
1575
1576 * gdb.base/watchpoint.exp
1577 (test_disable_enable_software_watchpoint): New procedure.
1578 (top level): Run it.
1579
1580 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
1581
1582 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
1583 executable file "${binfile}", C++ version "${binfile}-cxx".
1584 * gdb.python/py-prettyprint.exp: Likewise.
1585 * gdb.python/py-symbol.exp: Likewise.
1586 * gdb.python/py-type.exp: Likewise.
1587 * gdb.python/py-value.exp: Likewise.
1588 * gdb.python/py-template.exp (test_template_arg): Pass full executable
1589 file name instead of just suffix.
1590
1591 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1592
1593 Fix implicit pointer offsets.
1594 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
1595 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
1596 (continue to breakpoint: continue to baz breakpoint for implptr)
1597 (sanity check element 0, sanity check element 1)
1598 (enter the inlined function, check element 0 for the offset)
1599 (check element 1 for the offset)
1600 (continue to breakpoint: ignore the second baz breakpoint): New tests.
1601 (set foo breakpoint for implptr): Update the breakpoint number.
1602
1603 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1604
1605 * gdb.python/py-mi.exp: Use different file names for different
1606 versions of the executable under test.
1607 * gdb.python/py-prettyprint.exp: Likewise.
1608 * gdb.python/py-symbol.exp: Likewise.
1609 * gdb.python/py-template.exp: Likewise.
1610 * gdb.python/py-type.exp: Likewise.
1611 * gdb.python/py-value.exp: Likewise.
1612
1613 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1614
1615 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
1616 flag after restarting GDB if necessary.
1617
1618 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1619
1620 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
1621
1622 2011-07-22 Pedro Alves <pedro@codesourcery.com>
1623
1624 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
1625 backend doesn't leave used debug registers behind.
1626
1627 2011-07-22 Tom Tromey <tromey@redhat.com>
1628
1629 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
1630 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
1631 argument.
1632 * gdb.dwarf2/typeddwarf-amd64.S: New file.
1633
1634 2011-07-21 Matt Rice <ratmice@gmail.com>
1635
1636 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
1637 in mostlyclean rule. Add files ending in .core.
1638
1639 2011-07-21 Matt Rice <ratmice@gmail.com>
1640
1641 PR macros/12999
1642 * gdb.base/info-macros.c: New test sources.
1643 * gdb.base/info-macros.exp: New tests.
1644
1645 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1646
1647 * gdb.python/python.exp: Add prompt substitution tests.
1648
1649 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1650
1651 Fix crash if referenced CU is aged out.
1652 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
1653 New.
1654 * gdb.dwarf2/implptr.exp: Likewise.
1655
1656 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1657
1658 * gdb.dwarf2/implptr.S: Rebuilt.
1659 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
1660 (bar): Use them for j, k, l.
1661 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
1662 COMPILE.
1663 (print j in implptr:bar): Update for the intp typedef.
1664 (print p[0].x in implptr:foo): Use more exact regex.
1665
1666 2011-07-18 Tom Tromey <tromey@redhat.com>
1667
1668 * gdb.cp/static-method.exp: Add missing single quote.
1669
1670 2011-07-18 Yao Qi <yao@codesourcery.com>
1671
1672 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
1673 supported.
1674 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1675 * gdb.mi/mi-nonstop.exp: Likewise.
1676 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1677 * gdb.mi/mi-nsintrall.exp: Likewise.
1678 * gdb.mi/mi-nsmoribund.exp: Likewise.
1679 * gdb.mi/mi-nsthrexec.exp: Likewise.
1680 * gdb.python/py-evthreads.exp: Likewise.
1681
1682 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1683
1684 Code cleanup.
1685 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
1686 it. Substitute it instead of test_compiler_info everywhere.
1687
1688 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1689
1690 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
1691 remote targets as well.
1692
1693 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1694
1695 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
1696 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
1697
1698 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1699
1700 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
1701 a remote machine, not the host.
1702 (gdb_compile_shlib): Set soname if target is remote.
1703
1704 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
1705
1706 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
1707
1708 2011-07-13 Matt Rice <ratmice@gmail.com>
1709
1710 * gdb.python/py-objfile-script-gdb.py: Renamed to
1711 py-objfile-script-gdb.py.in.
1712 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
1713 py-objfile-script-gdb.py.
1714 * gdb.python/py-objfile-script.exp: Update reference to
1715 py-objfile-script-gdb.py.
1716
1717 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
1720 reference undefined label.
1721
1722 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
1725 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
1726 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
1727 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
1728
1729 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1730
1731 PR python/12438
1732 * gdb.python/python.exp: Add maint set/show python print-stack
1733 deprecated tests. Add set/show python print-backtrace tests.
1734
1735 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1736
1737 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
1738 debug info.
1739
1740 2011-07-06 Matt Rice <ratmice@gmail.com>
1741
1742 * gdb.python/python.exp: Update filename paths.
1743 * gdb.python/py-symtab.exp: Ditto.
1744
1745 2011-07-06 Marek Polacek <mpolacek@redhat.com>
1746
1747 * gdb.python/py-evthreads.exp: Add missing `$'.
1748
1749 2011-07-06 Jie Zhang <jie.zhang@analog.com>
1750
1751 * config/bfin.exp: New file.
1752 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
1753 * gdb.asm/bfin.inc: New file.
1754
1755 2011-07-06 Marek Polacek <mpolacek@redhat.com>
1756
1757 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
1758 the whole output.
1759
1760 2011-07-05 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.java/jprint.java (jprint.hi): New field.
1763 * gdb.java/jprint.exp: Print string.
1764
1765 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1766
1767 * gdb.base/call-sc.c: Fix typos.
1768 * gdb.base/ifelse.exp: Likewise.
1769 * gdb.base/structs.c: Likewise.
1770
1771 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1772
1773 * gdb.base/jit-so.exp: New test.
1774 * gdb.base/jit-dlmain.c: New file.
1775 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
1776
1777 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1778
1779 * gdb.cp/m-static.exp: Call get_compiler_info.
1780 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
1781 * gdb.cp/pr9167.exp (p b): Likewise.
1782 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
1783 (test value of P in inner_m, test type of Z in inner_m): Call
1784 setup_xfail for gcc <= 4.5.
1785
1786 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1787
1788 * gdb.cp/paren-type.cc: New files.
1789 * gdb.cp/paren-type.exp: New files.
1790
1791 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1792
1793 Stop on first linespec terminator instead of eating what we can.
1794 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
1795 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
1796 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
1797 (break C::f()): ... this one.
1798 (break C::operator()()): New test.
1799 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
1800 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
1801 test.
1802
1803 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1804
1805 Fall back linespec to minimal symbols.
1806 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
1807 error message.
1808 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
1809 * gdb.cp/minsym-fallback-main.cc: New file.
1810 * gdb.cp/minsym-fallback.cc: New file.
1811 * gdb.cp/minsym-fallback.exp: New file.
1812 * gdb.cp/minsym-fallback.h: New file.
1813
1814 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1815
1816 * gdb.cp/no-dmgl-verbose.cc: New file.
1817 * gdb.cp/no-dmgl-verbose.exp: New file.
1818
1819 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1820
1821 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
1822 __GI_.
1823 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
1824 (f): New function.
1825 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
1826 (complete p 'func<short>(): ... here.
1827 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
1828 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
1829 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
1830 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
1831 Make them KFAIL gcc/49546.
1832
1833 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1834
1835 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
1836
1837 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 Test GCC PR debug/49546.
1840 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
1841 (test type of F in k3_m, test value of F in k3_m): New.
1842 * gdb.cp/temargs.cc (struct S3, struct K3): New.
1843 (main): New variable k3. Call k3.k3_m.
1844
1845 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1846
1847 * gdb.ada/packed_array.exp: Fix expected outout.
1848
1849 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1850
1851 * gdb.ada/packed_array.exp: fixed expected output.
1852
1853 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1854
1855 * gdb.ada/same_enum: New testcase.
1856
1857 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1858
1859 * gdb.ada/ptr_typedef: New testcase.
1860
1861 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1862
1863 * gdb.ada/arrayptr.exp: Add ptype test.
1864
1865 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1866
1867 * gdb.ada/char_enum: New testcase.
1868
1869 2011-07-01 Yao Qi <yao@codesourcery.com>
1870
1871 * gdb.base/dump.exp (capture_pointer_with_type): New.
1872 Get value from address instead of name.
1873 Start GDB once, and do `dump' and `restore'
1874 tests together.
1875
1876 2011-06-30 Jie Zhang <jie.zhang@analog.com>
1877 Mike Frysinger <vapier@gentoo.org>
1878
1879 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
1880 helper functions for getting/setting remotetimeout variable.
1881 * lib/gdb.exp (gdb_load): If the target is remote, set
1882 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
1883 with $loadtimeout. Set $load_ok to 0 before doing the load.
1884 Instead of returning, immediately, set $load_ok to 0. Call
1885 set_remotetimeout with $oldremotetimeout, and then return if
1886 $load_ok is 1.
1887
1888 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
1889
1890 * gdb.python/py-template.exp: Don't run this test if the target
1891 does not support c++ tests.
1892
1893 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1894
1895 Fix non-only rename list for Fortran modules import.
1896 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
1897 tests.
1898 * gdb.fortran/module.f90 (module moduse): New.
1899 (program module): use moduse, test var_x, var_y and var_z.
1900
1901 2011-06-29 Tom Tromey <tromey@redhat.com>
1902
1903 PR testsuite/12040:
1904 * gdb.fortran/array-element.exp: Use f90, not f77.
1905 * gdb.fortran/complex.exp: Use f90, not f77.
1906 * gdb.fortran/derived-type.exp: Use f90, not f77.
1907 * gdb.fortran/library-module.exp: Use f90, not f77.
1908 * gdb.fortran/logical.exp: Use f90, not f77.
1909 * gdb.fortran/module.exp: Use f90, not f77.
1910 * gdb.fortran/multi-dim.exp: Use f90, not f77.
1911 * gdb.fortran/subarray.exp: Use f90, not f77.
1912
1913 2011-06-29 Tom Tromey <tromey@redhat.com>
1914
1915 * gdb.fortran/charset.exp: New file.
1916 * gdb.fortran/charset.f90: New file.
1917
1918 2011-06-29 Tom Tromey <tromey@redhat.com>
1919
1920 PR testsuite/12040:
1921 * lib/future.exp: New file, mostly extracted from ada.exp.
1922 Rewrote compatibility code to use rename.
1923 (gdb_find_gfortran): New proc.
1924 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
1925 gfortran patch.
1926 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
1927 Move to future.exp.
1928 * lib/gdb.exp: Always load future.exp.
1929
1930 2011-06-28 Yao Qi <yao@codesourcery.com>
1931
1932 * gdb.cp/exception.cc: Don't include iostream.
1933 (bar): Remove print statement.
1934 (catcher): New.
1935 (main): Remove print statements. Call function catcher.
1936 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
1937 Set breakpoint on catcher, and check the value of parameter.
1938
1939 2011-06-23 Yao Qi <yao@codesourcery.com>
1940
1941 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1942 1.2 is disabled. KFAIL for uclinux.
1943
1944 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1945
1946 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
1947 mi_gdb_test.
1948
1949 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1950
1951 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1952
1953 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1954
1955 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
1956
1957 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1958
1959 * gdb.mi/mi2-basics.exp: Fix races. Honour the
1960 `test_exec_and_symbol_mi_operatons' return value.
1961 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1962 gdb_test_multiple.
1963 (test_exec_and_symbol_mi_operatons): Likewise.
1964 (test_path_specification): Likewise.
1965
1966 2011-06-23 Yao Qi <yao@codesourcery.com>
1967
1968 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
1969 supported.
1970 * lib/gdb.exp (support_displaced_stepping): New.
1971
1972 2011-06-23 Yao Qi <yao@codesourcery.com>
1973
1974 * gdb.threads/execl.exp: Skip on remote target.
1975
1976 2011-06-21 Marek Polacek <mpolacek@redhat.com>
1977
1978 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
1979 mi_gdb_test.
1980
1981 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1982
1983 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1984
1985 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1986
1987 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
1988 mi_gdb_test.
1989
1990 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1991
1992 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1993
1994 2011-06-14 Yao Qi <yao@codesourcery.com>
1995
1996 gdb/testsuite/
1997 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
1998
1999 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
2002
2003 2011-06-10 Tom Tromey <tromey@redhat.com>
2004
2005 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
2006 Add tests for pointer-to-member-function.
2007 * gdb.cp/temargs.cc (S::somefunc): New function.
2008 (K2): New class.
2009 (main): Instantiate K2; call method.
2010
2011 2011-06-08 Joel Brobecker <brobecker@adacore.com>
2012
2013 * gdb.python/py-inferior.c (f2): Make str an array rather
2014 than a pointer.
2015 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
2016
2017 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2018
2019 * gdb.base/async-shell.c: New file.
2020 * gdb.base/async-shell.exp: New file.
2021
2022 2011-06-06 Pedro Alves <pedro@codesourcery.com>
2023
2024 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
2025
2026 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
2027
2028 From Stephen Kitt <steve@sk2.org>
2029 * gdb.base/help.exp: Adjust following some spelling corrections
2030 in GDB.
2031
2032 2011-06-01 Yao Qi <yao@codesourcery.com>
2033
2034 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
2035
2036 2010-05-31 Keith Seitz <keiths@redhat.com>
2037
2038 PR c++/12750
2039 * gdb.cp/static-method.cc: New file.
2040 * gdb.cp/static-method.exp: New file.
2041
2042 2010-05-31 Keith Seitz <keiths@redhat.com>
2043
2044 PR symtab/12704
2045 * gdb.cp/anon-ns.cc: New file.
2046 * gdb.cp/anon-ns.exp: New file.
2047
2048 2011-05-31 Pedro Alves <pedro@codesourcery.com>
2049
2050 * gdb.arch/i386-dr3-watch.c: New file.
2051 * gdb.arch/i386-dr3-watch.exp: New file.
2052
2053 2011-05-30 Yao Qi <yao@codesourcery.com>
2054
2055 * gdb.base/callfuncs.c (t_structs_fc): New.
2056 (t_structs_dc, t_structs_ldc): New.
2057 (t_double_many_args):
2058 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
2059 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
2060 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
2061 * gdb.base/callfuncs.exp: Call new functions.
2062
2063 2011-05-30 Yao Qi <yao@codesourcery.com>
2064
2065 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
2066 Call rerun_and_prepare for each test to isolate effects.
2067
2068 2011-05-30 Yao Qi <yao@codesourcery.com>
2069
2070 * gdb.base/varargs.c (find_max_float_real): New.
2071 (find_max_double_real, find_max_long_double_real): New.
2072 * gdb.base/varargs.exp: Call these new added functions.
2073 * lib/gdb.exp (setup_kfail_for_target): New.
2074
2075 2011-05-30 Yao Qi <yao@codesourcery.com>
2076
2077 * gdb.base/funcargs.c (callca, callcb, callcc): New.
2078 (callcd, callce, callcf, callc1a, callc1b): New.
2079 (callc2a, callc2b): New.
2080 * gdb.base/funcargs.exp (complex_args): New.
2081 (complex_integral_args, complex_float_integral_args): New.
2082 * lib/gdb.exp (support_complex_tests): New. Determine
2083 whether to run test cases on _Complex types.
2084
2085 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2086
2087 * gdb.threads/leader-exit.c: New file.
2088 * gdb.threads/leader-exit.exp: New file.
2089
2090 2011-05-27 Marek Polacek <mpolacek@redhat.com>
2091
2092 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
2093
2094 2011-05-27 Marek Polacek <mpolacek@redhat.com>
2095
2096 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
2097 remove the `supported' variable.
2098 * gdb.mi/mi-nonstop.exp: Likewise.
2099 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2100 * gdb.mi/mi-nsintrall.exp: Likewise.
2101 * gdb.mi/mi-nsmoribund.exp: Likewise.
2102 * gdb.mi/mi-nsthrexec.exp: Likewise.
2103
2104 2011-05-26 Pedro Alves <pedro@codesourcery.com>
2105
2106 * gdb.reverse/finish-reverse-bkpt.exp: New test.
2107
2108 2011-05-26 Pedro Alves <pedro@codesourcery.com>
2109
2110 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
2111
2112 2011-05-24 Keith Seitz <keiths@redhat.com>
2113
2114 PR breakpoint/12803
2115 * gdb.cp/cmpd-minsyms.cc (a): New method.
2116 (b): New method.
2117 (c): New method.
2118 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
2119
2120 2011-05-24 Pedro Alves <pedro@codesourcery.com>
2121
2122 * gdb.base/commands.exp (watchpoint_command_test): Check that the
2123 watchpoint's command list didn't execute when the watchpoint went
2124 out of scope.
2125
2126 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
2127
2128 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
2129 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
2130 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
2131 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2132 * gdb.arch/i386-permbkpt.exp: Likewise.
2133 * gdb.arch/i386-prologue.exp: Likewise.
2134 * gdb.arch/i386-size-overlap.exp: Likewise.
2135 * gdb.arch/i386-size.exp: Likewise.
2136 * gdb.arch/i386-unwind.exp: Likewise.
2137 * gdb.reverse/i386-precsave.exp: Likewise.
2138 * gdb.reverse/i386-reverse.exp: Likewise.
2139 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2140 * gdb.reverse/i387-env-reverse.exp: Likewise.
2141 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2142
2143 2011-05-24 Pedro Alves <pedro@codesourcery.com>
2144
2145 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
2146 file doesn't error, using MI.
2147
2148 2011-05-23 Tom Tromey <tromey@redhat.com>
2149
2150 * gdb.base/charset.exp (string_display): Add tests to assign to
2151 arrays.
2152 * gdb.base/charset.c (short_array, int_array, long_array): New.
2153
2154 2011-05-20 Pedro Alves <pedro@codesourcery.com>
2155
2156 Cope with async mode.
2157
2158 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
2159 into gdb_test + mi_expect_stop.
2160
2161 2011-05-20 Pedro Alves <pedro@codesourcery.com>
2162
2163 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
2164 (callme): Remove printf call.
2165
2166 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
2167
2168 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
2169 quote pattern to avoid problems with Cygwin/mingw expect versions.
2170 * gdb.base/default.exp (show convenience): Use double
2171 quote pattern for regular expressions.
2172
2173 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 Fix -readnow for -gdwarf-4 unused type units.
2176 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
2177 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
2178
2179 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2180
2181 * gdb.base/kill-after-signal.c: New file.
2182 * gdb.base/kill-after-signal.exp: New file.
2183
2184 2011-05-16 Pedro Alves <pedro@codesourcery.com>
2185
2186 * gdb.ada/start.exp: Call untested with the correct test filename.
2187 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
2188 test filename. Make the test's binary unique.
2189 * gdb.arch/i386-signal.exp: Call untested with the correct test
2190 filename.
2191 * gdb.arch/i386-size-overlap.exp: Ditto.
2192 * gdb.arch/Makefile.in (EXECUTABLES): Update.
2193 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2194 * gdb.cp/call-c.exp: Ditto.
2195 * gdb.mi/mi-reverse.exp: Call untested with the correct test
2196 filename. Make the test's binary unique.
2197 * gdb.mi/Makefile.in (EXECUTABLES): Update.
2198 * gdb.python/py-mi.exp: Ditto.
2199 * gdb.python/Makefile.in (EXECUTABLES): Update.
2200 * gdb.reverse/i386-precsave.exp: Ditto.
2201 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
2202 test filename.
2203 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2204 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
2205 unique.
2206 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
2207 test filename.
2208 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
2209 * gdb.trace/tfile.exp: Ditto.
2210
2211 2011-05-14 Yao Qi <yao@codesourcery.com>
2212
2213 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
2214 type.
2215
2216 2011-05-13 Doug Evans <dje@google.com>
2217
2218 * gdb.python/py-objfile-script.exp: New file.
2219 * gdb.python/py-objfile-script.c: New file.
2220 * gdb.python/py-objfile-script-gdb.py: New file.
2221 * testsuite/gdb.python/py-section-script.exp: Test
2222 "info auto-load-scripts".
2223
2224 2011-05-13 Tom Tromey <tromey@redhat.com>
2225
2226 * gdb.dwarf2/clztest.exp: New file.
2227 * gdb.dwarf2/clztest.c: New file.
2228 * gdb.dwarf2/clztest.S: New file.
2229
2230 2011-05-13 Doug Evans <dje@google.com>
2231
2232 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
2233 String16 tests.
2234
2235 2011-05-13 Tom Tromey <tromey@redhat.com>
2236
2237 * lib/gdb.exp (is_x86_like_target): New proc.
2238 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
2239 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
2240 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
2241 -nostdlib to compiler.
2242 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
2243 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
2244 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
2245 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
2246 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
2247
2248 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2249
2250 * gdb.python/py-function.exp: Test setting a value from a function
2251 which executes a command.
2252
2253 2011-05-12 Tom Tromey <tromey@redhat.com>
2254
2255 * gdb.dwarf2/typeddwarf.S: New file.
2256 * gdb.dwarf2/typeddwarf.c: New file.
2257 * gdb.dwarf2/typeddwarf.exp: New file.
2258
2259 2011-05-12 Marek Polacek <mpolacek@redhat.com>
2260
2261 * gdb.mi/mi-basics.exp: Fix races. Honour the
2262 `test_exec_and_symbol_mi_operatons' return value.
2263 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2264 gdb_test_multiple.
2265 (test_exec_and_symbol_mi_operatons): Likewise.
2266 (test_path_specification): Likewise.
2267
2268 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2269
2270 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
2271 (gdb_touch_execfile): Remove catch wrappers. New variable time.
2272 Replace `file copy' and `file rename' by `file mtime'. Twice.
2273
2274 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2275
2276 * gdb.base/readline-ask.c: New file.
2277 * gdb.base/readline-ask.exp: New file.
2278 * gdb.base/readline-ask.inputrc: New file.
2279
2280 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
2281
2282 * gdb.cell/bt.exp: Delete breakpoints before running to signal
2283 to avoid race condition.
2284 * gdb.cell/coremaker.c: Use small stack size.
2285 * gdb.cell/ea-standalone.exp: Use file name without path as
2286 argument to c_to.
2287 * gdb.cell/fork.exp: Allow other output when continuing to end.
2288
2289 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2290
2291 * gdb.threads/corethreads.c: New file.
2292 * gdb.threads/corethreads.exp: New file.
2293
2294 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2295
2296 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
2297 Try to compile the test using -Wl,-z,norelro first.
2298 (load_core): New variable libthread_db_seen, initialize it.
2299 (zeroed-threads cannot be listed): Protect it by XFAIL on
2300 !$libthread_db_seen.
2301
2302 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2303
2304 PR 12573
2305 * gdb.dwarf2/dw2-skip-prologue.S: New file.
2306 * gdb.dwarf2/dw2-skip-prologue.c: New file.
2307 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
2308
2309 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 * gdb.cp/psymtab-parameter.cc: New file.
2312 * gdb.cp/psymtab-parameter.exp: New file.
2313
2314 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 Fix a race.
2317 * gdb.cp/static-print-quit.exp (print c): Split to ...
2318 (print c - <return>, print c - q <return>, print c - to quit):
2319 ... these. Make the testfile untested on gdb-7.1.
2320
2321 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
2322
2323 * lib/gdb.exp (exec_target_file, exec_symbol_file,
2324 gdb_rename_execfile, gdb_touch_execfile): New.
2325 * gdb.base/reread.exp: Use new procs to handle multiple
2326 exec files.
2327
2328 2011-05-05 Yao Qi <yao@codesourcery.com>
2329
2330 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
2331 (test_adr_32bit, test_pop_pc): New.
2332 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
2333 (test_adr_32bit, test_pop_pc): New.
2334
2335 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2336
2337 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
2338 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
2339 targets.
2340 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
2341 handle targets.
2342
2343 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 * gdb.base/completion.exp (complete help info wat): Rename to ...
2346 (complete 'help info wat'): ... here.
2347 Remove all `-re ".*' and `-re "^.*' redundant regexes.
2348 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
2349
2350 2011-05-04 Pedro Alves <pedro@codesourcery.com>
2351
2352 * gdb.base/completion.exp: Use gdb_test_multiple instead of
2353 gdb_test and explicit $gdb_prompt/timeout matches.
2354
2355 2011-05-04 Yao Qi <yao@codesourcery.com>
2356
2357 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
2358 and __thumb2__.
2359
2360 2011-05-03 Marek Polacek <mpolacek@redhat.com>
2361
2362 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
2363 in place of `gdb_test "delete breakpoints"'. This eliminates two
2364 testcases.
2365
2366 2011-05-02 Pedro Alves <pedro@codesourcery.com>
2367
2368 PR testsuite/12649
2369 Fix races.
2370
2371 * gdb.base/completion.exp: Remove all sleep calls. Remove
2372 unnecessary regexs. Don't explicitly expect anything after the
2373 prompt. Eat the prompt if necessary.
2374
2375 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
2376
2377 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
2378 accept to show the caller line again as well as the line after.
2379
2380 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
2381
2382 PR mi/12531
2383
2384 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
2385 compile target.
2386 * gdb.python/py-prettyprint.exp: Add C++ object for
2387 CPLUS_FAKE_CHILD test.
2388
2389 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
2390
2391 * gdb.base/signest.exp: New file.
2392 * gdb.base/signest.c: Likewise.
2393
2394 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2395
2396 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
2397 thread and breakpoint notifications.
2398
2399 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2400
2401 * gdb.base/fortran-sym-case.c: New file.
2402 * gdb.base/fortran-sym-case.exp: New file.
2403 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
2404 * gdb.dwarf2/dw2-case-insensitive.c: New file.
2405 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
2406
2407 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2408
2409 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
2410 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
2411 false #1', `if true else false #2' and `if true else false #3'.
2412
2413 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
2414
2415 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
2416 while delivering signal.
2417
2418 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
2419
2420 MI breakpoint notifications.
2421
2422 * testsuite/gdb.mi/mi-cli.exp: Adust.
2423 * testsuite/gdb.mi/mi2-cli.exp: Adust.
2424 * testsuite/gdb.mi/mi-watch.exp: Adust.
2425 * testsuite/gdb.mi/mi2-watch.exp: Adust.
2426 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
2427 notifications.
2428
2429 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2430
2431 * gdb.base/gdbindex-stabs-dwarf.c: New file.
2432 * gdb.base/gdbindex-stabs.c: New file.
2433 * gdb.base/gdbindex-stabs.exp: New file.
2434
2435 2011-04-25 Yao Qi <yao@codesourcery.com>
2436
2437 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
2438 with /*...*/.
2439 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2440
2441 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 * gdb.python/py-value.exp (test_objfiles): Name the first test
2444 `py-value in file.filename'.
2445
2446 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
2449 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
2450 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
2451 !gdbserver_reconnect_p..
2452 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
2453
2454 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2455
2456 * gdb.cp/cpcompletion.exp (complete class methods)
2457 (complete class methods beginning with F): Move them above runto. New
2458 comment about the runto delimiter.
2459
2460 2011-04-20 Pedro Alves <pedro@codesourcery.com>
2461
2462 * gdb.base/maint.exp: Test that "maint print registers" works
2463 without a running program.
2464
2465 2011-04-20 Marek Polacek <mpolacek@redhat.com>
2466
2467 * gdb.base/setshow.exp: Fix racy tests.
2468 ($old_gdb_prompt): New variable.
2469
2470 2011-04-19 Tom Tromey <tromey@redhat.com>
2471
2472 * gdb.mi/mi-nsmoribund.exp:
2473 * gdb.hp/gdb.objdbg/objdbg01.exp:
2474 * gdb.base/structs.exp (test_struct_returns):
2475 * gdb.base/call-sc.exp (test_scalar_returns):
2476 * gdb.base/bigcore.exp: Remove duplicate words.
2477
2478 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2479
2480 * gdb.base/break-interp-lib.c (v, vptr): New variables.
2481 * gdb.base/break-interp.exp (test_attach): New comment.
2482
2483 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2484
2485 * gdb.threads/gcore-thread.exp ($core0file): New variable.
2486 (clear __stack_user.next, clear stack_used.next)
2487 (save a zeroed-threads corefile): New test.
2488 Call core_load for $core0file.
2489 (zeroed-threads cannot be listed): New test.
2490
2491 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
2494 filename.
2495 ($srcfile): Preserve the original value.
2496 ($testfile): Match it the .exp filename.
2497 ($corefile): New variable. Substitute it around.
2498 Use clean_restart.
2499 ($prev_timeout): Remove.
2500 (load_core): Move core loading into this proc.
2501 Fix restore of $timeout if load_core fails.
2502
2503 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 * gdb.base/eu-strip-infcall.c: New file.
2506 * gdb.base/eu-strip-infcall.exp: New file.
2507
2508 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2509
2510 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
2511 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
2512
2513 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2514
2515 Fix Python access to inlined frames.
2516 * gdb.python/py-frame-inline.c: New file.
2517 * gdb.python/py-frame-inline.exp: New file.
2518
2519 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
2520
2521 * gdb.base/gdb1090.exp: Change breakpoint location to read the
2522 content of 's24' correctly (avoiding "optimized out").
2523 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
2524
2525 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
2527 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
2528
2529 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2530
2531 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
2532 expect a colon in watch -location output.
2533
2534 2011-04-13 Marek Polacek <mpolacek@redhat.com>
2535
2536 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
2537 New testcase `expect response to define backtrace'. Also remove
2538 redundant `default' block.
2539
2540 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2541
2542 * gdb.python/py-prettyprint.c (struct hint_error): New.
2543 (main): New variable hint_error.
2544 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
2545 "print hint_error".
2546 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
2547 (register_pretty_printers): Register it.
2548
2549 2011-04-04 Tom Tromey <tromey@redhat.com>
2550
2551 * gdb.cp/maint.exp (test_help): Update.
2552 (test_namespace): Likewise.
2553
2554 2011-04-01 Joel Brobecker <brobecker@adacore.com>
2555
2556 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
2557 * gdb.ada/arrayptr.exp: Add new tests.
2558
2559 2011-04-01 Joel Brobecker <brobecker@adacore.com>
2560
2561 * gdb.ada/mi_catch_ex: New testcase.
2562
2563 2011-04-01 Pedro Alves <pedro@codesourcery.com>
2564
2565 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
2566 base::overload(void) method without specifying "const".
2567
2568 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2569
2570 * gdb.arch/thumb-singlestep.S: New file.
2571 * gdb.arch/thumb-singlestep.exp: Likewise.
2572
2573 2011-03-31 Tom Tromey <tromey@redhat.com>
2574
2575 * gdb.python/py-prettyprint.py (exception_flag): New global.
2576 (NoStringContainerPrinter._iterator.next): Check it.
2577 * gdb.python/py-prettyprint.c (main): New variable nstype2.
2578 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
2579
2580 2011-03-29 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.cp/anon-struct.cc: New file.
2583 * gdb.cp/anon-struct.exp: New file.
2584
2585 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2586
2587 Test STT_GNU_IFUNC support.
2588 * gdb.base/gnu-ifunc-lib.c: New file.
2589 * gdb.base/gnu-ifunc.c: New file.
2590 * gdb.base/gnu-ifunc.exp: New file.
2591
2592 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2593
2594 Support a ring of related breakpoints.
2595 * gdb.base/watchpoint-delete.c: New file.
2596 * gdb.base/watchpoint-delete.exp: New file.
2597
2598 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2599
2600 * gdb.ada/arrayparam.exp (print first after function call): Use
2601 explicit package name. Add a comment
2602 (print lasta after function call): Rename ...
2603 (print last after function call): ... it and use explicit package
2604 name.
2605 (print length after function call): Use explicit package name.
2606 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
2607 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
2608 (multiple matches for symbol i): Rename ...
2609 (multiple matches for symbol integervar): ... it.
2610 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
2611 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
2612
2613 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
2614
2615 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
2616 environment variable to make grep output more predictable. Move
2617 all the environment setup into gdb_init so it's done once per test
2618 case rather than each time we start gdb.
2619
2620 2011-03-24 Tom Tromey <tromey@redhat.com>
2621
2622 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
2623 test.
2624
2625 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 * gdb.dwarf2/dw2-entry-value-main.c: New file.
2628 * gdb.dwarf2/dw2-entry-value.S: New file.
2629 * gdb.dwarf2/dw2-entry-value.exp: New file.
2630
2631 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
2632
2633 PR python/12183
2634
2635 * gdb.python/py-function.exp: Add GdbError tests.
2636
2637 2011-03-18 Pedro Alves <pedro@codesourcery.com>
2638
2639 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
2640 (reglocal_test_func, statlocal_test_func): New functions.
2641 (globals_test_func): Call new functions.
2642 * gdb.trace/unavailable.exp (gdb_collect_args_test)
2643 (gdb_collect_locals_test): New procedure.
2644 (gdb_trace_collection_test): Call new procedures.
2645
2646 2011-03-18 Pedro Alves <pedro@codesourcery.com>
2647
2648 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
2649 (test_register, test_register_unavailable): New procedures.
2650 (gdb_unavailable_registers_test): New procedure.
2651 (gdb_trace_collection_test): Call it.
2652
2653 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2654
2655 PR python/12149
2656
2657 * gdb.python/python.exp: Add gdb.write tests.
2658
2659 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
2660
2661 * gdb.python/Makefile.in: Add py-objfile.
2662 * gdb.python/py-objfile.exp: New file.
2663 * gdb.python/py-objfile.c: New file.
2664 * gdb.python/py-block.exp: Add is_valid tests.
2665 * gdb.python/py-inferior.exp: Ditto.
2666 * gdb.python/py-infthread.exp: Ditto.
2667 * gdb.python/py-symbol.exp: Ditto.
2668 * gdb.python/py-symtab.exp: Ditto.
2669
2670 2011-03-16 Keith Seitz <keiths@redhat.com>
2671
2672 PR c++/12273
2673 * gdb.cp/cmpd-minsyms.exp: New test.
2674 * gdb.cp/cmpd-minsyms.cc: New file.
2675
2676 PR c++/11734
2677 * gdb.cp/ovsrch.exp: New test.
2678 * gdb.cp/ovsrch.h: New file.
2679 * gdb.cp/ovsrch1.cc: New file.
2680 * gdb.cp/ovsrch2.cc: New file.
2681 * gdb.cp/ovsrch3.cc: New file.
2682 * gdb.cp/ovsrch4.cc: New file.
2683
2684 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2685
2686 PR gdb/12528
2687 * gdb.base/Makefile.in: Adjust EXECUTABLES.
2688 * gdb.base/break-on-linker-gcd-function.exp: New test.
2689 * gdb.base/break-on-linker-gcd-function.cc: New file.
2690
2691 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
2692
2693 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
2694
2695 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
2696
2697 * lib/gdb.exp (gdb_unload): Add another termination case.
2698
2699 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2700
2701 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
2702 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
2703 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
2704 Provide a stub byte there.
2705 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
2706 DW_AT_entry_pc.
2707 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
2708
2709 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
2710
2711 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
2712 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
2713 "generic ABI, auto".
2714 (altivec_abi_tests): Accept vectors returned by reference.
2715
2716 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
2717
2718 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
2719
2720 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
2721
2722 * gdb.python/py-section-script.exp: Skip test if no Python support.
2723
2724 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
2725
2726 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
2727
2728 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2729
2730 * gdb.python/py-parameter.exp: Update tests to the new Python
2731 parameter API. Add "no documentation" test. Add deprecated API
2732 backward compatibility test.
2733
2734 2011-03-09 Tom Tromey <tromey@redhat.com>
2735
2736 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
2737 gdb_continue_to_end.
2738
2739 2011-03-09 Mark Kettenis <kettenis@gnu.org>
2740
2741 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
2742 tabs.
2743
2744 2011-03-09 Tom Tromey <tromey@redhat.com>
2745
2746 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
2747 parentheses.
2748 (gdb_continue_to_end): Add "allow_extra" parameter. Use
2749 $command.
2750 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
2751 argument to gdb_continue_to_end.
2752 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
2753 argument to gdb_continue_to_end.
2754 * gdb.cp/annota3.exp: Fix regex.
2755 * gdb.cp/annota2.exp: Fix regex.
2756 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
2757 gdb_continue_to_end.
2758 * gdb.base/call-signal-resume.exp: Revert earlier patch.
2759 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
2760 gdb_continue_to_end.
2761
2762 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * gdb.server/ext-run.exp
2765 (load new file without any gdbserver inferior): New test.
2766
2767 2011-03-07 Tom Tromey <tromey@redhat.com>
2768
2769 * Makefile.in (TAGS): Rewrite.
2770
2771 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2772
2773 * gdb.trace/report.exp (12.1: trace report #1): New match for the
2774 initial commands echo. New match for `Found trace'. Anchor all the
2775 other matches. Anchor and match for `No trace frame found' the final
2776 match.
2777
2778 2011-03-07 Tom Tromey <tromey@redhat.com>
2779
2780 * Makefile.in (TAGS): New target.
2781
2782 2011-03-07 Tom Tromey <tromey@redhat.com>
2783
2784 * lib/opencl.exp (skip_opencl_tests): Update for exit message
2785 change.
2786 * lib/mi-support.exp (mi_gdb_test): Update for exit message
2787 change.
2788 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
2789 exit message change.
2790 (skip_altivec_tests): Update for exit message change.
2791 (skip_vsx_tests): Likewise.
2792 (gdb_continue_to_end): Likewise. Add 'command' argument.
2793 * lib/cell.exp (skip_cell_tests): Update for exit message change.
2794 * gdb.threads/tls.exp: Update for exit message change.
2795 * gdb.threads/thread-unwindonsignal.exp: Use
2796 gdb_continue_to_end.
2797 * gdb.threads/step.exp (step_it): Update for exit message change.
2798 (continue_all): Likewise.
2799 * gdb.threads/print-threads.exp (test_all_threads): Update for
2800 exit message change.
2801 * gdb.threads/interrupted-hand-call.exp: Use
2802 gdb_continue_to_end.
2803 * gdb.threads/execl.exp: Use gdb_continue_to_end.
2804 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
2805 gdb_continue_to_end.
2806 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
2807 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
2808 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
2809 * gdb.cp/method.exp: Update for exit message change.
2810 * gdb.cp/mb-templates.exp: Update for exit message change.
2811 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
2812 * gdb.cp/annota3.exp: Update for exit message change.
2813 * gdb.cp/annota2.exp: Update for exit message change.
2814 * gdb.cell/fork.exp: Use gdb_continue_to_end.
2815 * gdb.base/term.exp: Update for exit message change.
2816 * gdb.base/step-test.exp (test_i): Update for exit message change.
2817 * gdb.base/sigstep.exp (advance): Update for exit message change.
2818 (advancei): Likewise.
2819 * gdb.base/siginfo.exp: Update for exit message change.
2820 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
2821 * gdb.base/reread.exp: Use gdb_continue_to_end.
2822 * gdb.base/langs.exp: Use gdb_continue_to_end.
2823 * gdb.base/interrupt.exp: Update for exit message change.
2824 * gdb.base/gdb1555.exp: Update for exit message change.
2825 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
2826 * gdb.base/ending-run.exp: Update for exit message change.
2827 * gdb.base/chng-syms.exp: Update for exit message change.
2828 * gdb.base/checkpoint.exp: Update for exit message change.
2829 * gdb.base/catch-syscall.exp (check_for_program_end): Use
2830 gdb_continue_to_end.
2831 (test_catch_syscall_with_wrong_args): Likewise.
2832 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
2833 * gdb.base/break-interp.exp (test_ld): Update for exit message
2834 change.
2835 * gdb.base/bang.exp: Update for exit message change.
2836 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
2837 (do_call_attach_tests): Likewise.
2838 * gdb.base/a2-run.exp: Update for exit message change.
2839 * gdb.arch/ppc-dfp.exp: Update for exit message change.
2840 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
2841 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
2842
2843 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2844
2845 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
2846
2847 2011-03-03 Tom Tromey <tromey@redhat.com>
2848
2849 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
2850 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
2851 * gdb.hp/gdb.aCC/configure.ac: Remove.
2852 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
2853 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
2854 * gdb.hp/gdb.base-hp/configure.ac: Remove.
2855 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
2856 * gdb.hp/gdb.compat/configure (Makefile): Remove.
2857 * gdb.hp/gdb.compat/configure.ac: Remove.
2858 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
2859 * gdb.hp/gdb.defects/configure (Makefile): Remove.
2860 * gdb.hp/gdb.defects/configure.ac: Remove.
2861 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
2862 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
2863 * gdb.hp/gdb.objdbg/configure.ac: Remove.
2864 * gdb.hp/configure.ac: Remove.
2865 * gdb.hp/configure: Remove.
2866 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
2867 substitution.
2868 (Makefile): Remove rule.
2869 * gdb.cell/configure.ac: Remove.
2870 * gdb.cell/configure: Remove.
2871 * gdb.stabs/Makefile.in (Makefile): Remove.
2872 (distclean): Don't remove config.status or config.log.
2873 * gdb.stabs/configure (Makefile): Remove.
2874 * gdb.stabs/configure.ac: Remove.
2875 * configure: Rebuild.
2876 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
2877 Remove stabs- and cell-specific logic. Test for existence of
2878 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
2879 subdirectories, gdb.cell, and and gdb.stabs.
2880 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
2881
2882 2011-03-03 Joel Brobecker <brobecker@adacore.com>
2883
2884 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
2885 end of buffer.
2886
2887 2011-03-02 Joel Brobecker <brobecker@adacore.com>
2888
2889 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
2890 gdb_test when running a test where we expected no output back.
2891
2892 2011-02-28 Michael Snyder <msnyder@vmware.com>
2893
2894 * gdb.cp/overload.cc: Change initializer value to integer.
2895
2896 2011-02-27 Michael Snyder <msnyder@vmware.com>
2897
2898 * gdb.multi/base.exp: Add test for remove-inferiors.
2899
2900 2011-02-26 Joel Brobecker <brobecker@adacore.com>
2901
2902 * gdb.python/py-frame.exp: Simplify the initialization phase
2903 using prepare_for_testing.
2904
2905 2011-02-25 Michael Snyder <msnyder@vmware.com>
2906
2907 * gdb.multi/base.exp: Add tests for info inferiors with args.
2908
2909 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2910
2911 * gdb.dwarf2/dw2-ranges.S: Rename to ...
2912 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
2913 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
2914 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
2915 asmfile3. Comment the STABS (#3) file compilation. Compile
2916 everything through assembler. Provide KFAIL for symtab/12497.
2917 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
2918 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
2919 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
2920 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2921
2922 2011-02-24 Michael Snyder <msnyder@vmware.com>
2923
2924 * gdb.base/break.exp: Add tests for delete breakpoints using
2925 convenience variables and value history references.
2926
2927 2011-02-24 Michael Snyder <msnyder@vmware.com>
2928
2929 * gdb.base/break.exp: Remove debugging 'printf' accidentally
2930 left behind in previous check-in.
2931
2932 2011-02-23 Michael Snyder <msnyder@vmware.com>
2933
2934 * gdb.base/break.exp: Add tests for "info break" with arguments.
2935 * gdb.trace/infotrace.exp: Update patterns for error and help.
2936 * gdb.base/completion.exp: Update pattern.
2937 * gdb.base/ena-dis-br.exp: Update pattern.
2938 * gdb.base/help.exp: Update patterns.
2939
2940 2011-02-23 Michael Snyder <msnyder@vmware.com>
2941
2942 * gdb.base/memattr.exp: New test.
2943 * gdb.base/memattr.c: Test load for memattr.exp.
2944
2945 2011-02-22 Doug Evans <dje@google.com>
2946
2947 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
2948
2949 2011-02-22 Michael Snyder <msnyder@vmware.com>
2950
2951 * Makefile.in: Make more clean.
2952 * gdb.ada/Makefile.in: Ditto.
2953 * gdb.arch/Makefile.in: Ditto.
2954 * gdb.asm/Makefile.in: Ditto.
2955 * gdb.base/Makefile.in: Ditto.
2956 * gdb.cp/Makefile.in: Ditto.
2957 * gdb.dwarf2/Makefile.in: Ditto.
2958 * gdb.java/Makefile.in: Ditto.
2959 * gdb.mi/Makefile.in: Ditto.
2960 * gdb.modula2/Makefile.in: Ditto.
2961 * gdb.python/Makefile.in: Ditto.
2962 * gdb.server/Makefile.in: Ditto.
2963 * gdb.stabs/Makefile.in: Ditto.
2964 * gdb.threads/Makefile.in: Ditto.
2965 * gdb.trace/Makefile.in: Ditto.
2966
2967 2011-02-22 Michael Snyder <msnyder@vmware.com>
2968
2969 * gdb.threads/thread-find.exp: Add tests for bad input to
2970 info threads.
2971
2972 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2973
2974 * gdb.python/py-breakpoint.exp: Fix the expected output of
2975 one of the "maint info breakpoints" tests to accept the output
2976 generated on platforms that do not have hardware watchpoints.
2977
2978 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
2981 clean_restart. Be a little stricter in the expected output
2982 for one of the tests. Fix a typo in one of the comments.
2983
2984 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2985
2986 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
2987 Delete variable binfile, no longer use. Add or modify test
2988 comments to make them unique.
2989
2990 2011-02-21 Michael Snyder <msnyder@vmware.com>
2991
2992 * Makefile.in: Update for make clean.
2993 * gdb.ada/Makefile.in: Ditto.
2994 * gdb.arch/Makefile.in: Ditto.
2995 * gdb.asm/Makefile.in: Ditto.
2996 * gdb.base/Makefile.in: Ditto.
2997 * gdb.cp/Makefile.in: Ditto.
2998 * gdb.dwarf2/Makefile.in: Ditto.
2999 * gdb.java/Makefile.in: Ditto.
3000 * gdb.mi/Makefile.in: Ditto.
3001 * gdb.modula2/Makefile.in: Ditto.
3002 * gdb.python/Makefile.in: Ditto.
3003 * gdb.server/Makefile.in: Ditto.
3004 * gdb.stabs/Makefile.in: Ditto.
3005 * gdb.threads/Makefile.in: Ditto.
3006 * gdb.trace/Makefile.in: Ditto.
3007
3008 2011-02-21 Michael Snyder <msnyder@vmware.com>
3009
3010 * gdb.threads/thread-find.exp: Update patterns for changes in
3011 output of "info threads" command.
3012
3013 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3014 Ulrich Weigand <uweigand@de.ibm.com>
3015
3016 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
3017 (skip_hw_watchpoint_tests): Likewise.
3018 (skip_hw_watchpoint_multi_tests): Likewise.
3019
3020 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
3021
3022 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
3023 (skip_hw_watchpoint_tests): Likewise.
3024 (skip_hw_watchpoint_multi_tests): Likewise.
3025 (skip_hw_watchpoint_access_tests): Likewise.
3026
3027 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
3028 * gdb.base/pr11022.exp: Likewise.
3029 * gdb.base/watch-read.exp: Likewise.
3030 * gdb.base/watch_thread_num.exp: Likewise.
3031 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3032 * gdb.base/watchpoint-hw.exp: Likewise.
3033 * gdb.base/watchpoint.exp: Likewise.
3034 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
3035 * gdb.threads/watchthreads-reorder.exp: Likewise.
3036 * gdb.threads/watchthreads.exp: Likewise.
3037 * gdb.threads/watchthreads2.exp: Likewise.
3038
3039 2011-02-21 Joel Brobecker <brobecker@adacore.com>
3040
3041 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
3042 the debugger is unable to find the array bounds.
3043
3044 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3045
3046 * gdb.cp/typedef-operator.exp: New file.
3047 * gdb.cp/typedef-operator.cc: New file.
3048
3049 2011-02-17 Michael Snyder <msnyder@vmware.com>
3050
3051 * gdb.threads/thread-find.exp: Fix regular expressions.
3052
3053 2011-02-17 Joel Brobecker <brobecker@adacore.com>
3054
3055 * gdb.ada/packed_array: Expand testcase to test printing of
3056 unconstrained packed array.
3057
3058 2011-02-17 Joel Brobecker <brobecker@adacore.com>
3059
3060 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
3061
3062 2011-02-16 Pedro Alves <pedro@codesourcery.com>
3063
3064 * gdb.trace/collection.c (globalarr3): New global.
3065 (main): Initialize it before collecting, and and clear it
3066 afterwards.
3067 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3068 collecting with '{type} addr', where the addr expression is not an
3069 rvalue.
3070
3071 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
3072
3073 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
3074 a bool variable. Expect correct OpenCL names for vector types. Use the
3075 uc3 variable name instead of referring to the uchar3 built-in type.
3076 Escape the asterisk at the half pointer test.
3077
3078 2011-02-16 Pedro Alves <pedro@codesourcery.com>
3079
3080 * gdb.trace/collection.c (globalarr2): New global.
3081 (main): Initialize it before collecting, and and clear it
3082 afterwards.
3083 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3084 collecting overlapping memory ranges.
3085
3086 2011-02-15 Michael Snyder <msnyder@vmware.com>
3087
3088 * gdb.base/default.exp: Add tests for thread commands.
3089 * gdb.base/help.exp: Add tests for thread commands.
3090 * gdb.threads/thread-find.exp: New test for thread find command.
3091
3092 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
3093
3094 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
3095
3096 2011-02-15 Yao Qi <yao@codesourcery.com>
3097
3098 PR tdep/12352
3099 * gdb.arch/arm-disp-step.S : New test for str instruction.
3100 * gdb.arch/arm-disp-step.exp : Likewise.
3101
3102 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
3103
3104 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
3105 "vector_register2_vr" test strings. Test the extended floating
3106 point registers (F32~F63).
3107 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
3108 IBM XL C compiler. Make the test program use a register provided
3109 by the compiler for the lxvd2x instruction.
3110
3111 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3112
3113 * gdb.trace/unavailable.cc (class Base, class Middle, class
3114 Derived): New types.
3115 (derived_unavail, derived_partial, derived_whole): New globals.
3116 (virtual_partial): New global.
3117 (virtualp): Point at virtual_partial.
3118 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
3119 related to unavailable vptr.
3120
3121 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3122
3123 * gdb.trace/unavailable.cc (a, b, c): New globals.
3124 (main): Set and clear them.
3125 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
3126 `a' and `c', and check that `b' isn't collected, although `a' and
3127 `c' are.
3128
3129 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3130
3131 * gdb.trace/unavailable.cc (struct Virtual): New.
3132 (virtualp): New global pointer.
3133 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
3134 printing a pointer to an object whose type has a vtable, with
3135 print object on.
3136
3137 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3138
3139 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
3140 value repeat handles unavailableness.
3141
3142 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3143
3144 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
3145 tests for building arrays from unavailable values, subscripting
3146 non-memory rvalue unvailable arrays, and accessing fields or
3147 baseclasses of non-lazy unavailable values,
3148 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
3149 struct types.
3150 (g_smallstruct, g_smallstruct_b): New globals.
3151
3152 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3153
3154 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
3155
3156 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3157
3158 Fix const/volatile qualifiers of C++ types, PR c++/12328.
3159 * gdb.cp/overload-const.exp: New file.
3160 * gdb.cp/overload-const.cc: New file.
3161
3162 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3163
3164 * gdb.opencl/callfuncs.cl: New file.
3165 * gdb.opencl/callfuncs.exp: New test.
3166 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
3167
3168 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3169
3170 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
3171 when computing result.
3172 * gdb.arch/altivec-abi.exp: Update expected results.
3173
3174 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3175
3176 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
3177 * gdb.base/jit.exp: Likewise.
3178 * gdb.base/pie-execl.exp: Likewise.
3179 * gdb.base/solib-nodir.exp: Likewise.
3180 * gdb.base/solib-overlap.exp: Likewise.
3181
3182 2011-02-07 Pedro Alves <pedro@codesourcery.com>
3183
3184 * gdb.trace/collection.c (global_pieces): New.
3185 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
3186 New procedure.
3187 (gdb_trace_collection_test): Call it.
3188
3189 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
3190
3191 * gdb.python/py-evthreads.c: New file.
3192 * gdb.python/py-evthreads.exp: New file.
3193 * gdb.python/py-events.py: New file.
3194 * gdb.python/py-events.exp: New file.
3195 * gdb.python/py-events.c: New file.
3196
3197 2011-02-04 David Daney <ddaney@caviumnetworks.com>
3198
3199 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
3200
3201 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
3202
3203 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
3204 gdb.base/disasm-end-cu.exp: New test for disassembling over the
3205 boundary between two compilation units.
3206
3207 2011-02-02 Pedro Alves <pedro@codesourcery.com>
3208
3209 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
3210 (Virtual): New structs.
3211 (virtual_o, virtual_middle_b): New globals.
3212 * gdb.cp/virtbase.exp: New tests.
3213
3214 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3215
3216 * gdb.base/jit.exp: New file.
3217 * gdb.base/jit-main.c: New file.
3218 * gdb.base/jit-solib.c: New file.
3219
3220 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
3221
3222 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
3223 proceed to initial kernel entry point.
3224 * gdb.opencl/datatypes.exp: Likewise.
3225 * gdb.opencl/operators.exp: Likewise.
3226 * gdb.opencl/vec_comps.exp: Likewise.
3227
3228 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
3229
3230 * gdb.cp/nsnested.cc: New.
3231 * gdb.cp/nsnested.exp: New.
3232 * gdb.cp/nsnoimports.exp: New.
3233 * gdb.cp/nsnoimports.cc: New.
3234
3235 2011-01-31 Joel Brobecker <brobecker@adacore.com>
3236
3237 * gdb.base/interact.exp: Add extra tests that verify that
3238 the value of the interactive-mode setting does not change
3239 after the script is sourced.
3240
3241 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3242
3243 * gdb.cp/noparam.exp: New file.
3244 * gdb.cp/noparam.cc: New file.
3245
3246 2011-01-28 Pedro Alves <pedro@codesourcery.com>
3247
3248 * gdb.trace/tfile.exp: Test that with no traceframe selected,
3249 there's no stack or registers.
3250
3251 2011-01-26 Tom Tromey <tromey@redhat.com>
3252
3253 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
3254 space before string output. Add test for "set print pretty off"
3255 case.
3256
3257 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3258
3259 * gdb.base/frame-args.exp: Adjust.
3260 * gdb.dwarf2/dw2-noloc.exp: Adjust.
3261 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
3262 * gdb.dwarf2/pieces.exp: Adjust.
3263 * gdb.opt/clobbered-registers-O2.exp: Adjust.
3264 * gdb.opt/inline-locals.exp: Adjust.
3265 * gdb.threads/fork-child-threads.exp: Adjust.
3266
3267 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
3268
3269 * gdb.opencl/convs_casts.cl: Move program scope variables into the
3270 OpenCL kernel function. Add a comment as marker. Add address space
3271 qualifiers for the remaining program scope variables.
3272 * gdb.opencl/datatypes.cl: Likewise.
3273 * gdb.opencl/operators.cl: Likewise.
3274 * gdb.opencl/vec_comps.cl: Likewise.
3275 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
3276 Add breakpoint at the marker comment.
3277 * gdb.opencl/datatypes.exp: Likewise.
3278 * gdb.opencl/operators.exp: Likewise.
3279 * gdb.opencl/vec_comps.exp: Likewise.
3280
3281 2011-01-24 Pedro Alves <pedro@codesourcery.com>
3282
3283 * gdb.base/printcmds.c (some_struct): New struct and instance.
3284 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
3285 procedure.
3286 <global scope>: Call it.
3287
3288 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
3289
3290 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
3291 argument to the gdb_compile_opencl_hostapp call.
3292
3293 2011-01-19 Yao Qi <yao@codesourcery.com>
3294
3295 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
3296 positve list.
3297
3298 2011-01-19 Yao Qi <yao@codesourcery.com>
3299
3300 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
3301 canonical form.
3302 Remove "xscale-*-*"
3303 * gdb.xml/tdesc-regs.exp: Likewise.
3304 * gdb.python/py-section-script.exp: Replace ARM target triplet
3305 with canonical form.
3306 Match arm*-*-symbianelf*.
3307 * gdb.base/dup-sect.exp: Likewise.
3308 * lib/dwarf.exp: New.
3309 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
3310 dwarf2_support.
3311 * gdb.dwarf2/dup-psym.exp: Likewise.
3312 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
3313 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3314 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
3315 * gdb.dwarf2/dw2-basic.exp: Likewise.
3316 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3317 * gdb.dwarf2/dw2-const.exp: Likewise.
3318 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
3319 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
3320 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3321 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
3322 * gdb.dwarf2/dw2-filename.exp: Likewise.
3323 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3324 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
3325 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3326 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3327 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
3328 * gdb.dwarf2/dw2-noloc.exp: Likewise.
3329 * gdb.dwarf2/dw2-op-call.exp: Likewise.
3330 * gdb.dwarf2/dw2-producer.exp: Likewise.
3331 * gdb.dwarf2/dw2-ranges.exp: Likewise.
3332 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
3333 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
3334 * gdb.dwarf2/dw2-strp.exp: Likewise.
3335 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
3336 * gdb.dwarf2/implptr.exp: Likewise.
3337 * gdb.dwarf2/mac-fileno.exp: Likewise.
3338 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
3339 * gdb.dwarf2/pieces.exp: Likewise.
3340 * gdb.dwarf2/pr11465.exp: Likewise.
3341 * gdb.dwarf2/valop.exp: Likewise.
3342 * gdb.dwarf2/watch-notconst.exp: Likewise.
3343 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
3344
3345 2011-01-19 Tom Tromey <tromey@redhat.com>
3346
3347 * gdb.python/py-infthread.exp: Add thread tests.
3348
3349 2011-01-14 Joel Brobecker <brobecker@adacore.com>
3350
3351 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
3352
3353 2011-01-14 Joel Brobecker <brobecker@adacore.com>
3354
3355 * gdb.ada/widewide: New testcase.
3356
3357 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3358
3359 * gdb.base/interact.exp: New testcase.
3360
3361 2011-01-12 Tom Tromey <tromey@redhat.com>
3362
3363 * gdb.mi/gdb2549.exp: Update for error message changes.
3364 * gdb.mi/mi-cli.exp: Likewise.
3365 * gdb.mi/mi-disassemble.exp: Likewise.
3366 * gdb.mi/mi-pthreads.exp: Likewise.
3367 * gdb.mi/mi-regs.exp: Likewise.
3368 * gdb.mi/mi-stack.exp: Likewise.
3369 * gdb.mi/mi-var-block.exp: Likewise.
3370 * gdb.mi/mi-var-cmd.exp: Likewise.
3371 * gdb.mi/mi2-cli.exp: Likewise.
3372 * gdb.mi/mi2-disassemble.exp: Likewise.
3373 * gdb.mi/mi2-pthreads.exp: Likewise.
3374 * gdb.mi/mi2-regs.exp: Likewise.
3375 * gdb.mi/mi2-stack.exp: Likewise.
3376 * gdb.mi/mi2-var-block.exp: Likewise.
3377 * gdb.mi/mi2-var-cmd.exp: Likewise.
3378
3379 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3380 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 PR fortran/11104 and DWARF unbound arrays detection.
3383 * gdb.fortran/multi-dim.exp: New file.
3384 * gdb.fortran/multi-dim.f90: New file.
3385
3386 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3387
3388 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
3389 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
3390 add new tests for opcode dumping.
3391
3392 2011-01-11 Tom Tromey <tromey@redhat.com>
3393
3394 * gdb.python/py-infthread.exp: Load gdb-python.exp.
3395
3396 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3397
3398 Convert hardware watchpoints to use breakpoint_ops.
3399 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
3400 type is not supported.
3401 * gdb.base/foll-fork.exp: Likewise.
3402 * gdb.base/foll-vfork.exp: Likewise.
3403
3404 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
3405
3406 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
3407 Use load_lib gdb-python.exp.
3408 * gdb.python/python.exp: Ditto.
3409 * gdb.python/py-function.exp: Ditto.
3410
3411 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
3412
3413 * gdb.threads/tls.exp ("info address me"): Fix expected output.
3414
3415 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 * configure: Regenerate.
3418
3419 2011-01-06 Tom Tromey <tromey@redhat.com>
3420
3421 * gdb.python/py-frame.exp: Test gdb.newest_frame.
3422
3423 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3424
3425 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
3426 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
3427 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
3428 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
3429 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
3430 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
3431 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
3432 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
3433 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
3434 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
3435 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
3436 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
3437 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
3438 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
3439 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
3440 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
3441 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
3442 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
3443 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
3444 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
3445 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
3446 gdb.ada/uninitialized_vars.exp,
3447 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
3448 Simplify by using clean_restart.
3449
3450 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3451
3452 Add marker to be used as anchor for inserting breakpoints.
3453 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
3454 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
3455 Likewise.
3456
3457 Remove uses of gdb_start_cmd.
3458 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
3459 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
3460
3461 Do not run testcase if testing with GDBserver.
3462 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
3463 if testing with GDBserver.
3464
3465 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3466
3467 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
3468 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
3469 copyright header.
3470
3471 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3472
3473 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
3474 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
3475 testsuite/gdb.fortran/complex.f,
3476 testsuite/gdb.fortran/derived-type.f90,
3477 testsuite/gdb.fortran/library-module-lib.f90,
3478 testsuite/gdb.fortran/library-module-main.f90,
3479 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
3480 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
3481 Copyright year update.
3482
3483 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3484
3485 * gdb.base/langs1.f: Add copyright header.
3486
3487 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3488
3489 * gdb.base/morestack.exp: New file.
3490 * gdb.base/morestack.c: New file.
3491
3492 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
3495
3496 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3497
3498 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
3499 * gdb.ada/arrayptr.exp: Add test printing that new variable.
3500
3501 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3502
3503 * gdb.ada/lang_switch.exp: Correct expected parameter value.
3504
3505 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
3506
3507 * gdb.threads/tls.exp: Fix typo.
3508
3509 * gdb.threads/thread-specific.exp (get_thread_list): Update.
3510 * gdb.threads/execl.exp: Update.
3511
3512 2010-12-23 Yao Qi <yao@codesourcery.com>
3513
3514 * gdb.arch/arm-disp-step.exp: New.
3515 * gdb.arch/arm-disp-step.S: New.
3516
3517 2010-12-21 Tom Tromey <tromey@redhat.com>
3518
3519 * gdb.threads/execl.exp: Update.
3520 * gdb.threads/linux-dp.exp: Update.
3521 * gdb.threads/manythreads.exp: Update.
3522 * gdb.threads/tls.exp: Update.
3523
3524 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3525
3526 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
3527 (NextOverThrowDerivates) <resumebpt>: New.
3528 (resumebpt_test): New.
3529 (main): Call resumebpt_test.
3530 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
3531
3532 2010-12-12 Stan Shebs <stan@codesourcery.com>
3533
3534 * gdb.trace/tsv.exp: Test print command on trace state variables.
3535
3536 2010-12-09 Tom Tromey <tromey@redhat.com>
3537
3538 * gdb.base/interp.exp: Add regression test.
3539
3540 2010-12-09 Tom Tromey <tromey@redhat.com>
3541
3542 * gdb.java/jnpe.java: New file.
3543 * gdb.java/jnpe.exp: New file.
3544 * gdb.cp/nextoverthrow.exp: New file.
3545 * gdb.cp/nextoverthrow.cc: New file.
3546
3547 2010-12-07 Doug Evans <dje@google.com>
3548
3549 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
3550 of data-directory.
3551 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
3552 updated.
3553 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
3554
3555 2010-11-29 Michael Snyder <msnyder@vmware.com>
3556
3557 * gdb.base/callfuncs.exp: Test for skip_float_tests.
3558 * gdb.base/call-sc.exp: Ditto.
3559 * gdb.base/finish.exp: Ditto.
3560 * gdb.base/return.exp: Ditto.
3561 * gdb.base/return2.exp: Ditto.
3562
3563 2010-11-30 Doug Evans <dje@google.com>
3564
3565 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
3566 (gdb_expect_list): Fix spelling errors in comments.
3567 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
3568 send_gdb/gdb_expect_list where applicable.
3569 * gdb.base/call-ar-st.exp: Ditto.
3570 * gdb.base/funcargs.exp: Ditto.
3571 * gdb.base/gcore.exp: Ditto.
3572 * gdb.base/page.exp: Ditto.
3573 * gdb.base/sigaltstack.exp: Ditto.
3574 * gdb.base/siginfo.exp: Ditto.
3575 * gdb.base/sigstep.exp: Ditto.
3576 * gdb.base/trace-commands.exp: Ditto.
3577
3578 2010-11-29 Doug Evans <dje@google.com>
3579
3580 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
3581 printer-name;subprinter-name.
3582
3583 2010-11-29 Tom Tromey <tromey@redhat.com>
3584
3585 * gdb.dwarf2/implptr.exp: New file.
3586 * gdb.dwarf2/implptr.c: New file.
3587 * gdb.dwarf2/implptr.S: New file.
3588
3589 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3590
3591 PR python/12199
3592
3593 * gdb.python/py-breakpoint.exp: Test the delete method.
3594
3595 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 Fix step_resume_breakpoint unsaved during an infcall.
3598 * gdb.base/step-resume-infcall.exp: New file.
3599 * gdb.base/step-resume-infcall.c: New file.
3600
3601 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
3602
3603 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
3604
3605 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
3606
3607 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
3608 on ppc64's symbols; "finish" and "return" commands must accept to
3609 show the caller line again as well as the line after.
3610 * gdb.asm/powerpc64.inc: New file.
3611
3612 2010-11-23 Doug Evans <dje@google.com>
3613
3614 * lib/gdb.exp (gdb_test_sequence): New function.
3615 (gdb_expect_list): Add verbose -log call for each pattern.
3616 * gdb.base/signals.exp (test_handle_all_print): Call it.
3617 Reduce timeout increment from 6 minutes to 1 minute.
3618 * gdb.server/ext-run.exp: Call it.
3619
3620 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
3621
3622 PR python/12212
3623
3624 * gdb.python/python.exp: Check that selected_thread raises an
3625 error when no inferior is loaded.
3626
3627 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3628
3629 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
3630 * gdb.dwarf2/dw2-stack-boundary.S: New file.
3631
3632 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3633
3634 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
3635 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
3636
3637 2010-11-18 Doug Evans <dje@google.com>
3638
3639 * gdb.server/ext-run.exp: Fix intermittent failures.
3640
3641 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3642
3643 * gdb.stabs/gdb11479.exp: Use runto_main.
3644
3645 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3646
3647 * gdb.base/break-entry.exp: Skip if using a stub.
3648
3649 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3650
3651 * gdb.python/py-inferior.exp: Pack values in target endianness.
3652
3653 2010-11-12 Tom Tromey <tromey@redhat.com>
3654
3655 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
3656 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
3657 MemoryError.
3658 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
3659 type.
3660 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
3661 MemoryError.
3662 (test_subscript_regression): Update exception type.
3663
3664 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3665
3666 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
3667 breakpoint tests.
3668
3669 2010-11-09 Pedro Alves <pedro@codesourcery.com>
3670
3671 * gdb.base/watchpoint.exp: Test "watch -location" with an
3672 innacessible location.
3673
3674 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
3675 Luis Machado <luisgpm@br.ibm.com>
3676
3677 * gdb.base/maint.exp: Expect "." prefix.
3678 * gdb.base/nodebug.exp: Expect "." Likewise.
3679 * gdb.base/sepsymtab.exp: Expect "." Likewise.
3680 * gdb.base/watchpoint-cond-gone.exp: Likewise.
3681 * gdb.base/watchpoint.exp: Expect a software watch to be created for
3682 POWER server processors.
3683
3684 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
3685 Luis Machado <luisgpm@br.ibm.com>
3686
3687 * gdb.base/break-entry.exp: convert entry point for
3688 ppc64 and expect leading `.' on ppc64's symbols
3689
3690 2010-11-05 Doug Evans <dje@google.com>
3691
3692 * gdb.base/help.exp: Update expected output.
3693 * gdb.python/py-param.exp: Delete, contents moved to ...
3694 * gdb.python/py-parameter.exp: ... here. New file.
3695 Add test for gdb.parameter ("directories").
3696
3697 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3698
3699 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
3700 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
3701 * configure: Regenerate.
3702 * gdb.opencl/Makefile.in: New File.
3703 * gdb.opencl/datatypes.exp: Likewise.
3704 * gdb.opencl/datatypes.cl: Likewise.
3705 * gdb.opencl/operators.exp: Likewise.
3706 * gdb.opencl/operators.cl: Likewise.
3707 * gdb.opencl/vec_comps.exp: Likewise.
3708 * gdb.opencl/vec_comps.cl: Likewise.
3709 * gdb.opencl/convs_casts.exp: Likewise.
3710 * gdb.opencl/convs_casts.cl: Likewise.
3711 * lib/opencl.exp: Likewise.
3712 * lib/opencl_hostapp.c: Likewise.
3713 * lib/opencl_kernel.cl: Likewise.
3714 * lib/cl_util.c: Likewise.
3715 * lib/cl_util.c: Likewise.
3716 * gdb.base/default.exp (set language): Add "opencl" to the list of
3717 languages.
3718
3719 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
3720
3721 * gdb.cp/overload.exp: Added test for inheritance overload.
3722 * gdb.cp/overload.cc: Ditto.
3723 * gdb.cp/oranking.exp: Removed releveant kfails.
3724
3725 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3726 Joel Brobecker <brobecker@adacore.com>
3727
3728 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
3729 check test_compiler_info.
3730
3731 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3732
3733 * gdb.base/gnu_vector.exp: Adjust expect messages.
3734
3735 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3736
3737 * gdb.base/gnu_vector.exp: Add unary operator tests.
3738
3739 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3740
3741 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
3742
3743 2010-11-02 Doug Evans <dje@google.com>
3744
3745 * gdb.python/py-pp-maint.c: New file.
3746 * gdb.python/py-pp-maint.exp: New file.
3747 * gdb.python/py-pp-maint.py: New file.
3748
3749 2010-11-02 Tom Tromey <tromey@redhat.com>
3750
3751 * gdb.base/default.exp: Remove "scheme" from language list.
3752
3753 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3754
3755 Revert:
3756 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3757 * gdb.threads/sigstep-threads.exp: New file.
3758 * gdb.threads/sigstep-threads.c: New file.
3759
3760 2010-10-20 Michael Snyder <msnyder@vmware.com>
3761
3762 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
3763
3764 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3765
3766 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
3767 Skip test completely if gdb,no_hardware_watchpoints.
3768
3769 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3770
3771 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
3772 strict, but do not check for any particular function name within libc.
3773
3774 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3775
3776 * gdb.cp/smartp.exp: New test.
3777 * gdb.cp/smartp.cc : New test.
3778
3779 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3780
3781 * gdb.cp/converts.exp: Test pointer to bool conversion.
3782 Test pointer to long conversion.
3783 * gdb.cp/oranking.exp: Removed relevant kfail.
3784
3785 2010-10-18 Tom Tromey <tromey@redhat.com>
3786
3787 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
3788 argument to lazy_string.
3789 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
3790 (pp_ls.to_string): Use it.
3791 * gdb.python/py-prettyprint.c (main): Move declarations to top.
3792 Add "estring2" local.
3793
3794 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3795
3796 Fix s390x compatibility.
3797 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
3798 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
3799
3800 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3801
3802 * gdb.threads/sigstep-threads.exp: New file.
3803 * gdb.threads/sigstep-threads.c: New file.
3804
3805 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3806
3807 * gdb.base/pie-execl.exp: New file.
3808 * gdb.base/pie-execl.c: New file.
3809
3810 2010-10-13 Doug Evans <dje@google.com>
3811 Jan Kratochvil <jan.kratochvil@redhat.com>
3812
3813 PR exp/12117
3814 * gdb.cp/ptype-cv-cp.cc: New file.
3815 * gdb.cp/ptype-cv-cp.exp: New file.
3816
3817 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
3818
3819 * gdb.cp/converts.cc: New test program.
3820 * gdb.cp/converts.exp: New test.
3821 * gdb.cp/overload.exp: Added test for void* vs int*.
3822 * gdb.cp/overload.exp: Ditto.
3823 * gdb.cp/oranking.exp: Removed related kfail.
3824
3825 2010-10-13 Doug Evans <dje@google.com>
3826
3827 * lib/gdb-python.exp (gdb_check_python_config): New function.
3828 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
3829 * gdb.python/lib-types.cc: New file.
3830 * gdb.python/lib-types.exp: New file.
3831
3832 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3833
3834 * gdb.python/py-error.exp: New file.
3835 * gdb.python/py-error.py: New file.
3836
3837 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
3840 gdb_test_multiple.
3841
3842 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3843
3844 * gdb.base/break-interp.exp: Use ldlags for linking flags.
3845 * gdb.base/prelink.exp: Likewise.
3846 * gdb.base/solib-nodir.exp: Likewise.
3847 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
3848 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
3849 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
3850
3851 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3852
3853 * break-interp.exp (test_ld): Use two separate gdb_expect statements
3854 for the "info files" test to avoid timeouts on slow machines.
3855
3856 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3857
3858 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
3859 (main): Make openlib dummy call.
3860
3861 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3862
3863 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
3864 * break-interp.exp (reach): Move the core body ...
3865 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
3866 (test_ld): Provide always real argument, even to the linker. Replace
3867 dl_main by _dl_debug_state.
3868
3869 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3870
3871 Fix results of prelinked PIEs on ppc*.
3872 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
3873 Accept also DISPLACEMENT "PRESENT".
3874 (main): Replace "ZERO" displacements by "PRESENT".
3875
3876 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
3877
3878 * gdb.cp/oranking.exp: New test.
3879 * gdb.cp/oranking.cc: New test program.
3880
3881 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
3882
3883 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
3884 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
3885
3886 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3887
3888 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
3889 lush, lynx) New constant.
3890 * gdb.base/constvars.exp: Test const array types.
3891 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
3892
3893 2010-10-06 Doug Evans <dje@google.com>
3894
3895 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
3896 of syscall staging area.
3897
3898 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3899
3900 * gdb.base/gnu_vector.c: Add variable c4.
3901 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
3902 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3903
3904 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
3905
3906 * gdb.arch/altivec-abi.exp: Fix a typo.
3907
3908 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
3909
3910 * lib/mi-support.exp (thread_selected_re): Correct pattern used
3911 to match a thread ID.
3912
3913 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 Fix s390x testcase compatibility.
3916 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
3917
3918 2010-10-01 Doug Evans <dje@google.com>
3919
3920 * lib/gdb-python.exp: New file.
3921 * gdb.python/py-block.exp: Use it.
3922 * gdb.python/py-breakpoint.exp: Ditto.
3923 * gdb.python/py-frame.exp: Ditto.
3924 * gdb.python/py-inferior.exp: Ditto.
3925 * gdb.python/py-param.exp: Ditto.
3926 * gdb.python/py-prettyprint.exp: Ditto.
3927 * gdb.python/py-shared.exp: Ditto.
3928 * gdb.python/py-symbol.exp: Ditto.
3929 * gdb.python/py-symtab.exp: Ditto.
3930 * gdb.python/py-type.exp: Ditto.
3931 * gdb.python/py-value.exp: Ditto.
3932 * gdb.python/python.exp: Ditto.
3933
3934 2010-09-30 Tom Tromey <tromey@redhat.com>
3935
3936 * gdb.base/anon.exp: New file.
3937 * gdb.base/anon.c: New file.
3938
3939 2010-09-30 Tom Tromey <tromey@redhat.com>
3940
3941 * gdb.base/completion.exp: Test completion through anonymous
3942 union.
3943 * gdb.base/break1.c (struct some_struct): Add anonymous union.
3944
3945 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3946
3947 Fix printing parameters of inlined functions.
3948 * gdb.dwarf2/dw2-inline-param.exp: New file.
3949 * gdb.dwarf2/dw2-inline-param-main.c: New file.
3950 * gdb.dwarf2/dw2-inline-param.S: New file.
3951
3952 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 PR corefiles/12071.
3955 * gdb.base/corefile.exp (quit with a process, no question: load core)
3956 (quit with a core file): New tests.
3957
3958 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3959
3960 Fix GDB crash on inferior calls with self-referencing classes.
3961 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
3962 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
3963 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
3964
3965 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 Fix lost siginfo_t for inferior calls.
3968 * gdb.base/siginfo-infcall.exp: New file.
3969 * gdb.base/siginfo-infcall.c: New file.
3970
3971 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3972
3973 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
3974
3975 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3976
3977 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
3978 New test.
3979 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
3980
3981 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3982
3983 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
3984 type of our const type.
3985
3986 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
3987
3988 * gdb.cp/pr12028.cc: New.
3989 * gdb.cp/pr12028.exp: New.
3990
3991 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3992
3993 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
3994
3995 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
3996 Jan Kratochvil <jan.kratochvil@redhat.com>
3997
3998 PR mi/11407
3999 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
4000 * gdb.mi/dw2-ref-missing-frame-main.c New File.
4001 * gdb.mi/dw2-ref-missing-frame.S New File.
4002 * gdb.mi/dw2-ref-missing-frame.exp New File.
4003
4004 2010-09-14 Tom Tromey <tromey@redhat.com>
4005
4006 PR symtab/8399:
4007 * gdb.threads/tls.exp: Remove kfail. Update expected output.
4008
4009 2010-09-14 Tom Tromey <tromey@redhat.com>
4010
4011 PR exp/11803:
4012 * gdb.threads/tls.exp: Use C++.
4013 (check_thread_local): Use K::another_thread_local.
4014 * gdb.threads/tls.c (class K): New.
4015 (another_thread_local): Now a member of K.
4016 (spin): Update. No longer K&R C.
4017
4018 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4019
4020 * gdb.cp/koenig.cc: created class for testing member lookup.
4021 * gdb.cp/koenig.exp: Added test for member lookup.
4022
4023 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4024
4025 Fix false FAILs on sourcetree topdir directory containing "kill".
4026 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
4027 source line matching regexp.
4028
4029 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4030
4031 * gdb.python/python.exp (set height 0, collect help from uiout)
4032 (verify help to uiout): New tests.
4033
4034 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4035
4036 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
4037 is_lp64_target to check 64bit target.
4038
4039 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4040
4041 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
4042 (test_ld) <powerpc64-*>: New.
4043
4044 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4045
4046 * gdb.cp/templates.exp (test_template_args): Allow "struct".
4047
4048 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4049
4050 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
4051 (FunctionArg::method): New function.
4052 (empty, arg): New variables.
4053 (main): Call arg.method.
4054 * gdb.cp/templates.exp (test_template_args): New function.
4055 (do_tests): Call it.
4056
4057 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4058
4059 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
4060 of "next" to proceed over pthread_exit call.
4061
4062 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4063
4064 * gdb.base/maint.exp: Avoid wildcards against potentially very long
4065 "maint print statistics" output to prevent expect timeouts.
4066
4067 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
4070 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4071 (test_float_rejected): ... here.
4072 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
4073 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4074 (test_float_rejected): ... here.
4075 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
4076 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4077 (test_float_rejected): ... here.
4078 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
4079 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4080 (test_float_rejected): ... here.
4081
4082 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4083
4084 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
4085 before disabling hardware watchpoints.
4086 (test_inaccessible_watchpoint): Check that hardware watchpoints
4087 are used. Test for watchpoints on a constant address.
4088
4089 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4090
4091 * gdb.base/ui-redirect.exp: New file.
4092
4093 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4094 Joel Brobecker <brobecker@adacore.com>
4095
4096 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
4097
4098 2010-08-31 Doug Evans <dje@google.com>
4099
4100 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
4101
4102 2010-08-30 Tom Tromey <tromey@redhat.com>
4103
4104 PR python/11792:
4105 * gdb.python/py-value.exp (test_subscript_regression): Add
4106 dynamic_type test.
4107
4108 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
4109
4110 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
4111 instead of running to main. Do not test the main function.
4112 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
4113 Add new main.
4114
4115 2010-08-26 Pedro Alves <pedro@codesourcery.com>
4116
4117 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
4118 one test.
4119
4120 2010-08-24 Doug Evans <dje@google.com>
4121
4122 PR symtab/11942
4123 * gdb.dwarf2/dw4-sig-types.cc: New file.
4124 * gdb.dwarf2/dw4-sig-types.h: New file.
4125 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
4126 * gdb.dwarf2/dw4-sig-types.exp: New file.
4127
4128 2010-08-23 Tom Tromey <tromey@redhat.com>
4129
4130 PR python/11145:
4131 * gdb.python/py-value.c (Base, Derived): New types.
4132 (base): New global.
4133 * gdb.python/py-value.exp (test_subscript_regression): Add
4134 dynamic_cast test.
4135
4136 2010-08-23 Tom Tromey <tromey@redhat.com>
4137
4138 PR python/10676:
4139 * gdb.python/py-type.exp (test_fields): Add tests for type
4140 equality.
4141
4142 2010-08-23 Tom Tromey <tromey@redhat.com>
4143
4144 PR python/11915:
4145 * gdb.python/py-type.exp (test_fields): Add tests for array.
4146
4147 2010-08-23 Keith Seitz <keiths@redhat.com>
4148
4149 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
4150 have any children. Create a new abbrev for it.
4151 Add missing terminal sequence to .debug_abbrev.
4152
4153 2010-08-20 Keith Seitz <keiths@redhat.com>
4154
4155 PR symtab/11465:
4156 * gdb.dwarf2/pr11465.exp: New test.
4157 * gdb.dwarf2/pr11465.S: New file.
4158 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
4159 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
4160
4161 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
4162
4163 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
4164 registers. Update data sets with the new v2_double element in the
4165 VSX register union. Add vector_register3_vr data set for the AltiVec
4166 registers. Use gdb_test_no_output instead of send_gdb.
4167
4168 2010-08-19 Pedro Alves <pedro@codesourcery.com>
4169
4170 * gdb.python/py-shared.exp: New file, factored out from
4171 python.exp.
4172 * gdb.python/py-shared.c: New file.
4173 * gdb.python/py-shared-sl.c: New file.
4174 * gdb.python/python-1.c: New file.
4175 * gdb.python/python-sl.c: Delete.
4176 * gdb.python/python.c: Mention python-1.c.
4177 * gdb.python/python.exp: Move shared library tests to
4178 py-shared.exp.
4179 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
4180 (MISCELLANEOUS): New.
4181 (clean mostlyclean): Also remove $MISCELLANEOUS.
4182
4183 2010-08-19 Doug Evans <dje@google.com>
4184
4185 PR exp/11926
4186 * gdb.base/printcmds.exp (test_float_accepted): New function.
4187 Move existing float tests there. Add tests for floats with suffixes.
4188 (test_float_rejected): New function.
4189 * gdb.java/jv-print.exp (test_float_accepted): New function.
4190 (test_float_rejected): New function.
4191 * gdb.objc/print.exp: New file.
4192 * gdb.pascal/print.exp: New file.
4193 * lib/objc.exp: New file.
4194
4195 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
4196
4197 * gdb.base/default.exp (info set): Avoid full buffer error and force
4198 reading up to final gdb prompt.
4199 (show): Likewise.
4200
4201 2010-08-18 Tom Tromey <tromey@redhat.com>
4202
4203 PR symtab/11919:
4204 * gdb.base/completion.exp: Add test.
4205
4206 2010-08-18 Doug Evans <dje@google.com>
4207
4208 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
4209 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
4210 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
4211 Simplify, early exit if runto_main fails.
4212 * gdb.fortran/exprs.exp: load_lib fortran.exp.
4213 (set_lang_fortran): Moved to lib/fortran.exp.
4214 * gdb.fortran/types.exp: load_lib fortran.exp.
4215 (set_lang_fortran): Moved to lib/fortran.exp.
4216 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
4217 * gdb.java/jprint.exp (set_lang_java): Ditto.
4218 * gdb.java/jv-exp.exp: load_lib java.exp.
4219 If set_lang_java fails, issue a warning instead of failure to be
4220 consistent with other set_lang_foo uses.
4221 (set_lang_java): Moved to lib/java.exp.
4222 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
4223 If set_lang_java fails, issue a warning instead of failure to be
4224 consistent with other set_lang_foo uses.
4225 * gdb.pascal/types.exp: load_lib pascal.exp.
4226 (set_lang_pascal): Moved to lib/pascal.exp.
4227 * lib/fortran.exp: New file.
4228 * lib/java.exp (set_lang_java): New function.
4229 * lib/pascal.exp (set_lang_pascal): New function.
4230
4231 2010-08-18 Yao Qi <yao@codesourcery.com
4232
4233 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
4234 func_nofb_start and func_loopfb_start, so that address of functions
4235 is equal to these labels on Thumb.
4236
4237 2010-08-18 Yao Qi <yao@codesourcery.com>
4238
4239 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
4240 to reflect latest c source file.
4241
4242 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4243
4244 * gdb.cp/infcall-dlopen.exp: New file.
4245 * gdb.cp/infcall-dlopen.cc: New file.
4246 * gdb.cp/infcall-dlopen-lib.cc: New file.
4247
4248 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4249 Pedro Alves <pedro@codesourcery.com>
4250
4251 PR breakpoints/11371
4252
4253 * gdb.base/watch-cond-infcall.exp: New file.
4254 * gdb.base/watch-cond-infcall.c: New file.
4255
4256 2010-08-16 Tom Tromey <tromey@redhat.com>
4257
4258 * gdb.base/help.exp: Update.
4259 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
4260 watchpoint.
4261 (test_watch_location): New proc.
4262 (test_watchpoint_in_big_blob): Delete watchpoint.
4263 * gdb.base/watchpoint.c (func5): New function.
4264 (main): Call it.
4265
4266 2010-08-16 Doug Evans <dje@google.com>
4267
4268 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
4269
4270 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4271
4272 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
4273 tests.
4274
4275 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
4276
4277 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
4278 * gdb.base/gnu_vector.c: New File.
4279 * gdb.base/gnu_vector.exp: Likewise.
4280
4281 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4282
4283 * gdb.python/python.c: New File.
4284 * gdb.python/python-sl.c: New File.
4285 * gdb.python/python.exp: Test solib_address and decode_line
4286 * functions.
4287
4288 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 * gdb.python/python.exp (show height, set height 10)
4291 (verify pagination beforehand, verify pagination beforehand: q)
4292 (gdb.execute does not page, verify pagination afterwards)
4293 (verify pagination afterwards: q): New.
4294
4295 2010-08-02 Doug Evans <dje@google.com>
4296
4297 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
4298 because of an older gcc, change test2
4299 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
4300 to unsupported.
4301
4302 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
4303
4304 * gdb.base/break-always.exp: Do not expect full paths to file
4305 names.
4306 * gdb.base/commands.exp: Likewise.
4307
4308 2010-07-30 Doug Evans <dje@google.com>
4309
4310 * gdb.cp/temargs.exp: For new tests that require newer gccs,
4311 xfail them when run with older gccs.
4312
4313 * lib/gdb.exp (build_executable): Forward "c++" option to
4314 get_compiler_info.
4315
4316 * gdb.python/py-type.exp (test_template): Mark as xfail tests
4317 "python print ttype.template_argument(1)" and
4318 "python print isinstance(ttype.template_argument(1), gdb.Value)"
4319 if using gcc 4.4 or earlier.
4320
4321 * gdb.base/valgrind-db-attach.exp: Use unique test name for
4322 attach-to-debugger handling.
4323
4324 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4325
4326 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
4327 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
4328 (main): Use copyreloc.
4329 * gdb.base/prelink.exp (split debug of executable)
4330 (.dynbss vs. .bss address shift): New tests.
4331
4332 2010-07-29 Pedro Alves <pedro@codesourcery.com>
4333
4334 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
4335 in gdb_test_multiple.
4336
4337 2010-07-29 Pedro Alves <pedro@codesourcery.com>
4338
4339 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
4340 environment.
4341
4342 2010-07-28 Tom Tromey <tromey@redhat.com>
4343
4344 PR python/11060:
4345 * gdb.python/py-type.c (Temargs): New template.
4346 (temvar): New variable.
4347 * gdb.python/py-type.exp (test_template): New proc.
4348
4349 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4350
4351 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
4352 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
4353
4354 2010-07-28 Tom Tromey <tromey@redhat.com>
4355
4356 PR c++/9946:
4357 * gdb.cp/temargs.exp: New file.
4358 * gdb.cp/temargs.cc: New file.
4359
4360 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4361
4362 * gdb.base/help.exp (help disassemble): Update the content.
4363
4364 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4365
4366 * gdb.threads/ia64-sigill.exp: New file.
4367 * gdb.threads/ia64-sigill.c: New file.
4368
4369 2010-07-27 Tom Tromey <tromey@redhat.com>
4370
4371 * gdb.opt/inline-cmds.c (ATTR): New define.
4372 (func1): Use it.
4373 (func2): Likewise.
4374 (func3): Likewise.
4375 (outer_inline1): Likewise.
4376 (outer_inline2): Likewise.
4377 * gdb.opt/inline-bt.c (ATTR): New define.
4378 (func1): Use it.
4379 (func2): Likewise.
4380 * gdb.opt/inline-locals.c (ATTR): New define.
4381 (func1): Use it.
4382 (func2): Likewise.
4383
4384 2010-07-27 Tom Tromey <tromey@redhat.com>
4385
4386 * gdb.stabs/gdb11479.c (hack): New function.
4387 (test): Use it.
4388 (test2): Use it.
4389 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
4390 (int32_search_buf, int64_search_buf): No longer static.
4391 (x): Remove.
4392 * gdb.base/relocate.c (hack): New function.
4393
4394 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4395
4396 * gdb.python/py-value.exp (test_inferior_function_call): New function.
4397 * gdb.python/py-value.c (func1): New function.
4398 (func2): Likewise.
4399
4400 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
4401
4402 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
4403 as not to clash with .data section.
4404
4405 2010-07-26 Jerome Guitton <guitton@adacore.com>
4406
4407 * gdb.base/code_elim.exp: New file.
4408 * gdb.base/code_elim1.c: New file.
4409 * gdb.base/code_elim2.c: New file.
4410
4411 2010-07-21 Pedro Alves <pedro@codesourcery.com>
4412
4413 PR symtab/11827
4414
4415 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
4416 (some_volatile_enum): New variable.
4417 * gdb.base/printcmds.exp (test_print_enums): New.
4418 <top level>: Call it.
4419
4420 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
4421
4422 * gdb.cp/fpointer.cc: New test.
4423 * gdb.cp/fpointer.exp: New test.
4424
4425 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4426
4427 * gdb.base/solib-nodir.exp: New file.
4428 * lib/gdb.exp (runto): New case for a GDB internal error.
4429
4430 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4431 Ulrich Weigand <uweigand@de.ibm.com>
4432 Tom Tromey <tromey@redhat.com>
4433
4434 * gdb.base/charset-malloc.c: New file.
4435 * gdb.base/charset.c (malloc_stub): New prototype.
4436 (main): Call it instead of malloc itself.
4437 * gdb.base/charset.exp: Use only prepare_for_testing.
4438 (binfile): Remove the variable.
4439
4440 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 Make core files the process_stratum.
4443 * gdb.base/corefile.exp (run: load core again)
4444 (run: sanity check we see the core file, run: with core)
4445 (run: core file is cleared, attach: load core again)
4446 (attach: sanity check we see the core file, attach: with core)
4447 (attach: core file is cleared): New tests.
4448 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
4449
4450 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
4451
4452 * gdb.arch/altivec-abi.exp: New tests.
4453
4454 2010-07-13 Tom Tromey <tromey@redhat.com>
4455
4456 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
4457 (main): Use it.
4458 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
4459
4460 2010-07-13 Tom Tromey <tromey@redhat.com>
4461
4462 * gdb.base/label.exp: New file.
4463 * gdb.base/label.c: New file.
4464
4465 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
4466 H.J. Lu <hongjiu.lu@intel.com>
4467
4468 * lib/gdb.exp (is_ilp32_target): New.
4469 (is_lp64_target): Likewise.
4470
4471 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
4472 target.
4473 * gdb.arch/amd64-disp-step.exp: Likewise.
4474 * gdb.arch/amd64-dword.exp: Likewise.
4475 * gdb.arch/amd64-i386-address.exp: Likewise.
4476 * gdb.arch/amd64-word.exp: Likewise.
4477
4478 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
4479 target.
4480 * gdb.arch/i386-bp_permanent.exp: Likewise.
4481 * gdb.arch/i386-byte.exp: Likewise.
4482 * gdb.arch/i386-disp-step.exp: Likewise.
4483 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4484 * gdb.arch/i386-prologue.exp: Likewise.
4485 * gdb.arch/i386-size-overlap.exp: Likewise.
4486 * gdb.arch/i386-size.exp: Likewise.
4487 * gdb.arch/i386-sse.exp: Likewise.
4488 * gdb.arch/i386-unwind.exp: Likewise.
4489 * gdb.arch/i386-word.exp: Likewise.
4490
4491 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
4492 test only when building 64-bit executables. Do not hard-code
4493 -m64 option.
4494
4495 2010-07-07 Doug Evans <dje@google.com>
4496
4497 * lib/gdb.exp (gdb_test_list_exact): New function.
4498 * gdb.base/default.exp (show convenience): Call it, add tests for
4499 $_sdata = void, $_thread = 0.
4500
4501 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4502 Joel Brobecker <brobecker@adacore.com>
4503
4504 Fix re-run of PIE executable, PR shlibs/11776.
4505 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
4506 Remove $displacement_main to match the solib-svr4.c change. New "kill"
4507 and re-"run" of the inferior.
4508
4509 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4510 Joel Brobecker <brobecker@adacore.com>
4511
4512 Cope with missing /usr/sbin/prelink.
4513 * lib/prelink-support.exp (prelink_no):
4514 <result == 1 && $output is "no such file or directory">: New.
4515 (prelink_yes): Likewise. Return on failed prelink_no.
4516
4517 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4518 Joel Brobecker <brobecker@adacore.com>
4519
4520 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
4521 build_executable by build_executable_own_libs. Replace "prelink -R"
4522 execution by a call of prelink_yes. Comment why "prelink -r" needs no
4523 change.
4524 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
4525 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
4526 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
4527 Replace build_executable by build_executable_own_libs's function
4528 build_executable_own_libs.
4529 (prelinkNO): Create new stub to call prelink_no.
4530 (prelinkYES): Create new stub to call prelink_yes.
4531 (test_attach): Rename calls of copy to file_copy.
4532 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
4533 (copy): Move to ...
4534 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
4535 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
4536 * gdb.base/prelink.exp: Disable testcase also for is_remote and
4537 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
4538 special flags by gdb_compile_shlib. Replace second gdb_compile by
4539 build_executable_own_libs. Replace "prelink -R" execution by a call of
4540 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
4541 a second call of prelink_yes. Replace restart commands by
4542 clean_restart.
4543 (prelink): Rename to ...
4544 (seen displacement message): ... this test. Extend its expectation
4545 strictness.
4546
4547 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4548
4549 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
4550 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
4551 displacement message exactly once.
4552
4553 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4554 Joel Brobecker <brobecker@adacore.com>
4555
4556 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
4557 its restore after the <$relink_args != ""> loop. new comment.
4558
4559 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4560 Joel Brobecker <brobecker@adacore.com>
4561
4562 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
4563 code for it. New variable relink_args.
4564 (prelinkYES): Call prelinkNO.
4565 (test_attach): Accept new parameter relink_args. Re-prelink the binary
4566 in such case. Move the core code to ...
4567 (test_attach_gdb): ... a new function. Send GDB command "file".
4568 Extend expected "Attaching to " string.
4569
4570 2010-07-02 Tom Tromey <tromey@redhat.com>
4571
4572 * gdb.base/bitops.exp: Remove extraneous "pass".
4573
4574 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
4575
4576 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4577
4578 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4579
4580 * gdb.base/help.exp: Adjust expected output.
4581
4582 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4583
4584 * gdb.base/help.exp: Adjust expected output.
4585
4586 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4587
4588 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
4589 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
4590 c++/11702.
4591
4592 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4593 Doug Evans <dje@google.com>
4594
4595 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
4596 add .dynamic entry'.
4597
4598 2010-06-29 Doug Evans <dje@google.com>
4599
4600 Test PR c++/11702.
4601 * gdb.cp/m-static.exp: Add testcase.
4602 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
4603
4604 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4605 Tom Tromey <tromey@redhat.com>
4606 Thiago Jung Bauermann <bauerman@br.ibm.com>
4607
4608 * gdb.python/py-inferior.c: New File.
4609 * gdb.python/py-infthread.c: New File.
4610 * gdb.python/py-inferior.exp: New File.
4611 * gdb.python/py-infthread.exp: New File.
4612
4613 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4614
4615 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
4616 (ptype ::C::OtherFileClass typedefs): New.
4617 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
4618 (C::OtherFileClass::cOtherFileClassVar2): New.
4619 (C::OtherFileClass::cOtherFileClassVar_use): Use also
4620 cOtherFileClassVar2.
4621 (C::cOtherFileType2, C::cOtherFileVar2): New.
4622 (C::cOtherFileVar_use): use also cOtherFileVar2.
4623 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
4624
4625 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4626
4627 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
4628 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
4629 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
4630 (print ::C::cOtherFileVar)
4631 (whatis C::OtherFileClass::cOtherFileClassType)
4632 (whatis ::C::OtherFileClass::cOtherFileClassType)
4633 (print C::OtherFileClass::cOtherFileClassVar)
4634 (print ::cOtherFileClassVar)
4635 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
4636 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
4637 trailing content.
4638 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
4639 (C::OtherFileClass::cOtherFileClassVar)
4640 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
4641 (C::cOtherFileVar, C::cOtherFileVar_use): New.
4642
4643 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 Test PR c++/11703 and PR gdb/1448.
4646 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
4647 gdb/1448.
4648
4649 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4650
4651 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
4652 (main) <rtti_data>: New.
4653 * gdb.cp/virtbase.exp (print rtti_data): New.
4654
4655 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4656 Joel Brobecker <brobecker@adacore.com>
4657
4658 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
4659
4660 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4661
4662 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
4663
4664 2010-06-28 Doug Evans <dje@google.com>
4665
4666 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
4667
4668 2010-06-27 Doug Evans <dje@google.com>
4669
4670 * gdb.cp/m-static.exp: Update expected test output.
4671
4672 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
4673
4674 * gdb.gdb/selftest.exp: Adjust expected message for
4675 capturing start-up runtime.
4676
4677 2010-06-25 Tom Tromey <tromey@redhat.com>
4678
4679 PR python/10808:
4680 * gdb.python/python.exp: Add new tests.
4681
4682 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
4683
4684 * gdb.cp/operator.cc: Created an import loop.
4685 * gdb.cp/operator.exp: Added testcase for import loop.
4686
4687 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4688
4689 Test PR python/11407.
4690 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
4691 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
4692 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
4693 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
4694 executable_nofb and executable_fb. New variables srcsfile, objsfile,
4695 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
4696 binfile. Call gdb_compile with clean_restart twice.
4697 (func_nofb print, func_nofb backtrace, func_loopfb print)
4698 (func_loopfb backtrace): New.
4699
4700 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
4703 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
4704 by a hand made one.
4705 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
4706 i?86 requirement. Remove variables srcfile and binfile. New variable
4707 sources, executable_nofb and executable_fb. Call prepare_for_testing.
4708
4709 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4710
4711 * gdb.cell/dwarfaddr.exp: New file.
4712 * gdb.cell/dwarfaddr.S: New file.
4713
4714 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4715
4716 Test PR 9436.
4717 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
4718
4719 2010-06-24 Hui Zhu <teawater@gmail.com>
4720
4721 * gdb.base/eval.exp: New file.
4722
4723 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4724
4725 * gdb.cell/fork.exp: New file.
4726 * gdb.cell/fork.c: Likewise.
4727 * gdb.cell/fork-spu.c: Likewise.
4728
4729 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
4730
4731 * lib/gdb.exp (banned_variables_traced): New global variable.
4732 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
4733 (gdb_init): Use `trace add variable' instead of obsolete
4734 `trace variable'.
4735
4736 2010-06-21 Doug Evans <dje@google.com>
4737
4738 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
4739
4740 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4741
4742 * gdb.arch/spu-ls.exp: New file.
4743 * gdb.arch/spu-ls.c: Likewise.
4744
4745 2010-06-18 Stan Shebs <stan@codesourcery.com>
4746
4747 * gdb.threads/thread-specific.exp: Add tests of $_thread.
4748
4749 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4750
4751 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
4752 * gdb.base/watch-cond.exp: Likewise.
4753 * gdb.python/py-breakpoint.exp: Likewise.
4754
4755 2010-06-18 Pedro Alves <pedro@codesourcery.com>
4756
4757 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
4758 clean_restart, make sure every test has a distinct message, and
4759 that messages don't include the executable' full path.
4760
4761 2010-06-17 Doug Evans <dje@google.com>
4762
4763 * gdb.arch/i386-size.exp: Updated expected output for
4764 DISASSEMBLY_OMIT_FNAME.
4765
4766 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4767 Sergio Durigan Junior <sergiodj@redhat.com>
4768
4769 * gdb.base/watch-notconst.c: New file.
4770 * gdb.base/watch-notconst.S: New file.
4771 * gdb.base/watch-notconst2.c: New file.
4772 * gdb.base/watch-notconst2.S: New file.
4773 * gdb.base/watch-notconst.exp: New file.
4774 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
4775 (func4): Add operations on `global_ptr_ptr'.
4776 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
4777 routine to test watchpoints created with a constant expression.
4778 (test_inaccessible_watchpoint): Include tests for watchpoints
4779 created with a constant expression.
4780
4781 2010-06-14 Kevin Buettner <kevinb@redhat.com>
4782
4783 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4784 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
4785 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
4786 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
4787 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4788 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4789 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
4790 of `_start'.
4791
4792 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4793
4794 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
4795 not supported on the target.
4796 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4797 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4798 * gdb.mi/mi-nsintrall.exp: Likewise.
4799 * gdb.mi/mi-nsmoribund.exp: Likewise.
4800 * gdb.mi/mi-nsthrexec.exp: Likewise.
4801
4802 2010-06-11 Stan Shebs <stan@codesourcery.com>
4803
4804 * gdb.base/permissions.exp: New file.
4805
4806 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4807
4808 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
4809 does not support ELF executable class.
4810
4811 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4812
4813 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
4814
4815 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4816
4817 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
4818 (runto): Catch "The target does not support running in non-stop mode.".
4819
4820 2010-06-11 Michael Snyder <msnyder@vmware.com>
4821
4822 * gdb.base/setshow.exp (set language asm): Don't use
4823 gdb_test_no_output, fails on some targets.
4824
4825 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4826
4827 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
4828 * gdb.cp/pr9167.exp: Likewise.
4829
4830 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4831
4832 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
4833
4834 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4835
4836 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
4837
4838 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4839
4840 * gdb.base/charset.c (main): Make sure malloc gets linked in.
4841
4842 2010-06-11 Tom Tromey <tromey@redhat.com>
4843
4844 PR gdb/9977, PR exp/11636::
4845 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
4846 (pieces_test_f6): Update expected output.
4847
4848 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 * gdb.base/moribund-step.exp: New.
4851
4852 2010-06-08 Michael Snyder <msnyder@vmware.com>
4853
4854 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
4855 * gdb.ada/boolean_expr.exp:
4856 * gdb.ada/frame_args.exp: Ditto.
4857 * gdb.ada/lang_switch.exp: Ditto.
4858 * gdb.ada/ptype_arith_binop.exp: Ditto.
4859 * gdb.ada/ref_param.exp: Ditto.
4860 * gdb.ada/type_coercion.exp:Ditto.
4861
4862 * gdb.asm/asm-source.exp: Ditto.
4863
4864 * gdb.base/attach.exp: Ditto.
4865 * gdb.base/bitfields2.exp: Ditto.
4866 * gdb.base/call-signal-resume.exp: Ditto.
4867 * gdb.base/callfuncs.exp: Ditto.
4868 * gdb.base/commands.exp: Ditto.
4869 * gdb.base/dbx.exp: Ditto.
4870 * gdb.base/default.exp: Ditto.
4871 * gdb.base/dump.exp: Ditto.
4872 * gdb.base/exprs.exp: Ditto.
4873 * gdb.base/freebpcmd.exp: Ditto.
4874 * gdb.base/interrupt.exp: Ditto.
4875 * gdb.base/list.exp: Ditto.
4876 * gdb.base/long_long.exp: Ditto.
4877 * gdb.base/maint.exp: Ditto.
4878 * gdb.base/ptype.exp: Ditto.
4879 * gdb.base/return.exp: Ditto.
4880 * gdb.base/setshow.exp: Ditto.
4881 * gdb.base/sigbpt.exp: Ditto.
4882 * gdb.base/sigrepeat.exp: Ditto.
4883
4884 * gdb.cp/classes.exp: Ditto.
4885
4886 * gdb.dwarf2/dw2-restore.exp: Ditto.
4887
4888 * gdb.gdb/selftest.exp: Ditto.
4889
4890 * gdb.multi/base.exp: Ditto.
4891 * gdb.multi/bkpt-multi-exec.exp: Ditto.
4892
4893 * gdb.python/py-block.exp: Ditto.
4894 * gdb.python/py-prettyprint.exp: Ditto.
4895 * gdb.python/py-template.exp: Ditto.
4896
4897 * gdb.server/ext-attach.exp: Ditto.
4898 * gdb.server/ext-run.exp: Ditto.
4899 * gdb.server/server-mon.exp: Ditto.
4900
4901 * gdb.threads/fork-thread-pending.exp: Ditto.
4902 * gdb.threads/hand-call-in-threads.exp: Ditto.
4903 * gdb.threads/interrupted-hand-call.exp: Ditto.
4904 * gdb.threads/linux-dp.exp: Ditto.
4905 * gdb.threads/manythreads.exp: Ditto.
4906 * gdb.threads/print-threads.exp: Ditto.
4907 * gdb.threads/pthreads.exp: Ditto.
4908 * gdb.threads/schedlock.exp: Ditto.
4909 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4910 * gdb.threads/threadapply.exp: Ditto.
4911
4912 2010-06-08 Michael Snyder <msnyder@vmware.com>
4913
4914 * gdb.ada/exec_changed.exp:
4915 Use ".*" instead of "" as wildcard regexp.
4916
4917 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
4918 * gdb.base/call-ar-st.exp: Ditto.
4919 * gdb.base/checkpoint.exp: Ditto.
4920 * gdb.base/default.exp: Ditto.
4921 * gdb.base/dump.exp: Ditto.
4922 * gdb.base/ending-run.exp: Ditto.
4923 * gdb.base/fileio.exp: Ditto.
4924 * gdb.base/miscexprs.exp: Ditto.
4925 * gdb.base/pointers.exp: Ditto.
4926 * gdb.base/readline.exp: Ditto.
4927 * gdb.base/reread.exp: Ditto.
4928 * gdb.base/restore.exp: Ditto.
4929 * gdb.base/shlib-call.exp: Ditto.
4930 * gdb.base/valgrind-db-attach.exp: Ditto.
4931 * gdb.base/volatile.exp: Ditto.
4932 * gdb.base/watchpoints.exp: Ditto.
4933
4934 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
4935
4936 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
4937 * gdb.python/py-value.exp: Ditto.
4938
4939 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
4940 * gdb.trace/circ.exp: Ditto.
4941 * gdb.trace/collection.exp: Ditto.
4942 * gdb.trace/packetlen.exp: Ditto.
4943 * gdb.trace/passc-dyn.exp: Ditto.
4944 * gdb.trace/report.exp: Ditto.
4945 * gdb.trace/tfile.exp: Ditto.
4946 * gdb.trace/tfind.exp: Ditto.
4947 * gdb.trace/while-dyn.exp: Ditto.
4948
4949 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4950
4951 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
4952
4953 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4954
4955 Test PR 10640.
4956 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
4957
4958 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4959
4960 * gdb.cp/koenig.exp: Test for ADL operators.
4961 * gdb.cp/koenig.cc: Added ADL operators.
4962 * gdb.cp/operator.exp: New test.
4963 * gdb.cp/operator.cc: New test.
4964
4965 2010-06-04 Michael Snyder <msnyder@vmware.com>
4966
4967 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
4968 * gdb.base/pending.exp: Ditto.
4969
4970 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
4971
4972 2010-06-04 Doug Evans <dje@google.com>
4973
4974 * gdb.python/py-prettyprint.exp: Add new test for enabled and
4975 disabled printers.
4976 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
4977 (enable_lookup_function): New function.
4978
4979 2010-06-04 Tom Tromey <tromey@redhat.com>
4980
4981 * gdb.python/py-value.exp (test_value_hash): Don't test equality
4982 of hash and id.
4983
4984 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4985
4986 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
4987 newline.
4988 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
4989 (empty verbose non-noisy clear, empty verbose noisy clear)
4990 (empty non-verbose noisy clear): Likewise.
4991
4992 2010-06-03 Michael Snyder <msnyder@vmware.com>
4993
4994 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
4995 * gdb.base/display.exp: Ditto.
4996 * gdb.base/find.exp: Ditto.
4997 * gdb.base/ifelse.exp: Ditto.
4998 * gdb.base/multi-forks.exp: Ditto.
4999 * gdb.base/recurse.exp: Ditto.
5000 * gdb.base/setshow.exp: Ditto.
5001 * gdb.base/value-double-free.exp: Ditto.
5002 * gdb.base/watch-vfork.exp: Ditto.
5003 * gdb.base/watch_thread_num.exp: Ditto.
5004 * gdb.base/watchpoint-solib.exp: Ditto.
5005 * gdb.base/watchpoint.exp: Ditto.
5006 * gdb.base/watchpoints.exp: Ditto.
5007
5008 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
5009 * gdb.cp/overload.exp: Ditto.
5010 * gdb.cp/virtfunc.exp: Ditto.
5011
5012 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
5013
5014 * gdb.reverse/watch-precsave.exp:
5015 Replace gdb_test with gdb_test_no_output.
5016
5017 * gdb.threads/attach-into-signal.exp:
5018 Replace gdb_test with gdb_test_no_output.
5019 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5020 * gdb.threads/watchthreads.exp: Ditto.
5021 * gdb.threads/watchthreads2.exp: Ditto.
5022
5023 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
5024 * gdb.trace/tfind.exp: Ditto.
5025
5026 2010-06-03 Joel Brobecker <brobecker@adacore.com>
5027
5028 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
5029 successful test if message is the empty string.
5030
5031 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5032
5033 * gdb.fortran/module.exp (stopped language detection): New test.
5034
5035 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 Support DW_TAG_module as separate namespaces.
5038 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
5039 gdb.fortran/library-module-lib.f90: New.
5040 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
5041 (print i): Remove.
5042 (continue to breakpoint: i-is-1, print var_i value 1)
5043 (continue to breakpoint: i-is-2, print var_i value 2)
5044 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
5045 (print var_d, print var_i value 14, ptype modmany, complete `modm)
5046 (complete `modmany, complete `modmany`, complete `modmany`var)
5047 (show language, setting breakpoint at module): New tests.
5048 * gdb.fortran/module.f90 (module mod): Remove.
5049 (module mod1, module mod2, module modmany, subroutine sub1)
5050 (subroutine sub2, program module): New.
5051
5052 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5053
5054 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
5055 (print value of rUC, print value of rI, print value of UI): ... here.
5056 * gdb.cp/anon-union.exp (pass): Rename to ...
5057 (print z 2): ... here.
5058
5059 2010-06-02 Michael Snyder <msnyder@vmware.com>
5060
5061 * gdb.trace/actions.exp: Use gdb_test_no_output.
5062 * gdb.trace/circ.exp: Ditto.
5063 * gdb.trace/packetlen.exp: Ditto.
5064 * gdb.trace/save-trace.exp: Ditto.
5065 * gdb.trace/tracecmd.exp: Ditto.
5066 * gdb.trace/tsv.exp: Ditto.
5067
5068 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
5069 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
5070 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5071 * gdb.threads/manythreads.exp: Ditto.
5072 * gdb.threads/print-threads.exp: Ditto.
5073 * gdb.threads/pthreads.exp: Ditto.
5074 * gdb.threads/schedlock.exp: Ditto.
5075 * gdb.threads/staticthreads.exp: Ditto.
5076 * gdb.threads/thread-specific.exp: Ditto.
5077 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5078 * gdb.threads/threadapply.exp: Ditto.
5079 * gdb.threads/watchthreads.exp: Ditto.
5080 * gdb.threads/watchthreads2.exp: Ditto.
5081
5082 * gdb.python/py-block.exp: Use gdb_test_no_output.
5083 * gdb.python/py-prettyprint.exp: Ditto.
5084 * gdb.python/py-template.exp: Ditto.
5085 * gdb.python/py-value.exp: Ditto.
5086
5087 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
5088 * gdb.reverse/watch-reverse.exp: Ditto.
5089
5090 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
5091 * gdb.server/ext-run.exp: Ditto.
5092
5093 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
5094 * gdb.dwarf2/dw2-compressed.exp: Ditto.
5095 * gdb.dwarf2/dw2-intercu.exp: Ditto.
5096 * gdb.dwarf2/dw2-intermix.exp: Ditto.
5097 * gdb.dwarf2/dw2-producer.exp: Ditto.
5098 * gdb.dwarf2/mac-fileno.exp: Ditto.
5099
5100 * gdb.gdb/observer.exp: Use gdb_test_no_output.
5101 * gdb.gdb/selftest.exp: Ditto.
5102
5103 * gdb.multi/base.exp: Use gdb_test_no_output.
5104
5105 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
5106
5107 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
5110
5111 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5112
5113 * gdb.cp/class2.exp: Use gdb_test_no_output.
5114 * gdb.cp/classes.exp: Ditto.
5115 * gdb.cp/extern-c.exp: Ditto.
5116 * gdb.cp/inherit.exp: Ditto.
5117 * gdb.cp/maint.exp: Ditto.
5118 * gdb.cp/mb-inline.exp: Ditto.
5119 * gdb.cp/mb-templates.exp: Ditto.
5120 * gdb.cp/method2.exp: Ditto.
5121 * gdb.cp/misc.exp: Ditto.
5122 * gdb.cp/ovldbreak.exp: Ditto.
5123 * gdb.cp/punctuator.exp: Ditto.
5124 * gdb.cp/templates.exp: Ditto.
5125 * gdb.cp/virtbase.exp: Ditto.
5126
5127 * gdb.threads/attach-stopped.exp:
5128 Replace uses of send_gdb / gdb_expect.
5129 * gdb.threads/attachstop-mt.exp:
5130 Replace uses of send_gdb / gdb_expect.
5131 * gdb.threads/gcore-thread.exp:
5132 Replace uses of send_gdb / gdb_expect.
5133 * gdb.threads/hand-call-in-threads.exp:
5134 Replace uses of send_gdb / gdb_expect.
5135 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
5136 * gdb.threads/print-threads.exp:
5137 Replace uses of send_gdb / gdb_expect.
5138 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
5139 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
5140 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
5141
5142 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
5143 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
5144 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
5145 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
5146 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
5147 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
5148 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
5149 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
5150 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
5151 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
5152 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
5153
5154 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5155
5156 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
5157
5158 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
5159
5160 * gdb.cp/koenig.exp: Added new test case.
5161 * gdb.cp/koenig.cc: Ditto.
5162
5163 2010-06-01 Michael Snyder <msnyder@vmware.com>
5164
5165 * gdb.base/arithmet.exp: Use gdb_test_no_output.
5166 * gdb.base/arrayidx.exp: Ditto.
5167 * gdb.base/attach.exp: Ditto.
5168 * gdb.base/auxv.exp: Ditto.
5169 * gdb.base/bigcre.exp: Ditto.
5170 * gdb.base/break-always.exp: Ditto.
5171 * gdb.base/break-interp.exp: Ditto.
5172 * gdb.base/break.exp: Ditto.
5173 * gdb.base/breakpoint-shadow.exp: Ditto.
5174 * gdb.base/call-ar-st.exp: Ditto.
5175 * gdb.base/call-sc.exp: Ditto.
5176 * gdb.base/call-signal-resume.exp: Ditto.
5177 * gdb.base/callfuncs.exp: Ditto.
5178 * gdb.base/catch-syscall.exp: Ditto.
5179 * gdb.base/charset.exp: Ditto.
5180 * gdb.base/code-expr.exp: Ditto.
5181 * gdb.base/commands.exp: Ditto.
5182 * gdb.base/cond-expr.exp: Ditto.
5183 * gdb.base/condbreak.exp: Ditto.
5184 * gdb.base/cursal.exp: Ditto.
5185 * gdb.base/cvexpr.exp: Ditto.
5186 * gdb.base/default.exp: Ditto.
5187 * gdb.base/del.exp: Ditto.
5188 * gdb.base/detach.exp: Ditto.
5189 * gdb.base/display.exp: Ditto.
5190 * gdb.base/ena-dis-br.exp: Ditto.
5191 * gdb.base/eval-skip.exp: Ditto.
5192 * gdb.base/foll-fork.exp: Ditto.
5193 * gdb.base/foll-vfork.exp: Ditto.
5194 * gdb.base/frame-args.exp: Ditto.
5195 * gdb.base/funcargs.exp: Ditto.
5196 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5197 * gdb.base/gdbvars.exp: Ditto.
5198 * gdb.base/help.exp: Ditto.
5199 * gdb.base/ifelse.exp: Ditto.
5200 * gdb.base/included.exp: Ditto.
5201 * gdb.base/list.exp: Ditto.
5202 * gdb.base/macscp.exp: Ditto.
5203 * gdb.base/maint.exp: Ditto.
5204 * gdb.base/multi-fork.exp: Ditto.
5205 * gdb.base/overlays.exp: Ditto.
5206 * gdb.base/page.exp: Ditto.
5207 * gdb.base/pending.exp: Ditto.
5208 * gdb.base/pointers.exp: Ditto.
5209 * gdb.base/pr11022.exp: Ditto.
5210 * gdb.base/prelink.exp: Ditto.
5211 * gdb.base/printcmds.exp: Ditto.
5212 * gdb.base/psymtab.exp: Ditto.
5213 * gdb.base/randomize.exp: Ditto.
5214 * gdb.base/relational.exp: Ditto.
5215 * gdb.base/relocate.exp: Ditto.
5216 * gdb.base/remote.exp: Ditto.
5217 * gdb.base/sepdebug.exp: Ditto.
5218 * gdb.base/set-lang-auto.exp: Ditto.
5219 * gdb.base/setshow.exp: Ditto.
5220 * gdb.base/setvar.exp: Ditto.
5221 * gdb.base/signals.exp: Ditto.
5222 * gdb.base/signull.exp: Ditto.
5223 * gdb.base/sigstep.exp: Ditto.
5224 * gdb.base/sizeof.exp: Ditto.
5225 * gdb.base/solib-disc.exp: Ditto.
5226 * gdb.base/store.exp: Ditto.
5227 * gdb.base/structs.exp: Ditto.
5228 * gdb.base/structs2.exp: Ditto.
5229 * gdb.base/subst.exp: Ditto.
5230 * gdb.base/term.exp: Ditto.
5231 * gdb.base/trace-commands.exp: Ditto.
5232 * gdb.base/unwindonsignal.exp: Ditto.
5233 * gdb.base/valgrind-db-attach.exp: Ditto.
5234 * gdb.base/varargs.exp: Ditto.
5235 * gdb.base/watch-cond.exp: Ditto.
5236 * gdb.base/watch_thread_num.exp: Ditto.
5237 * gdb.base/watchpoint-cond-gone.exp: Ditto.
5238 * gdb.base/watchpoint.exp: Ditto.
5239 * gdb.base/whatis-exp.exp: Ditto.
5240
5241 2010-06-01 Michael Snyder <msnyder@vmware.com>
5242
5243 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
5244 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
5245 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
5246 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
5247 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
5248 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
5249 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
5250 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
5251 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
5252 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
5253 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
5254 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
5255 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
5256 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
5257 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
5258
5259 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5260
5261 * gdb.base/commands.exp (begin commands on watch): Remove excessive
5262 trailing newline.
5263 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
5264 * gdb.java/jmisc.exp (p *args\n): Rename to ...
5265 (p *args): ... here and remove excessive trailing newline.
5266
5267 2010-05-31 Joel Brobecker <brobecker@adacore.com>
5268
5269 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
5270
5271 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5272
5273 Accept the new Linux kernel "t (tracing stop)" string.
5274 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
5275 Update comment.
5276 (state_wait) <T (tracing stop)>: New.
5277 (main): Update the state_wait expect string.
5278
5279 2010-05-28 Pedro Alves <pedro@codesourcery.com>
5280
5281 * limits.c, limits.exp: Delete files.
5282 * Makefile.in (clean mostlyclean): Adjust.
5283 * tracecmd.exp: Adjust.
5284
5285 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5286
5287 * gdb.base/tui-layout.exp: New.
5288
5289 2010-05-28 Michael Snyder <msnyder@vmware.com>
5290
5291 * gdb.reverse/break-precsave.exp:
5292 Replace uses of send_gdb / gdb_expect.
5293 * gdb.reverse/break-reverse.exp:
5294 Replace uses of send_gdb / gdb_expect.
5295 * gdb.reverse/consecutive-precsave.exp:
5296 Replace uses of send_gdb / gdb_expect.
5297 * gdb.reverse/consecutive-reverse.exp:
5298 Replace uses of send_gdb / gdb_expect.
5299 * gdb.reverse/finish-precsave.exp:
5300 Replace uses of send_gdb / gdb_expect.
5301 * gdb.reverse/finish-reverse.exp:
5302 Replace uses of send_gdb / gdb_expect.
5303 * gdb.reverse/i386-precsave.exp:
5304 Replace uses of send_gdb / gdb_expect.
5305 * gdb.reverse/i386-reverse.exp:
5306 Replace uses of send_gdb / gdb_expect.
5307 * gdb.reverse/i386-sse-reverse.exp:
5308 Replace uses of send_gdb / gdb_expect.
5309 * gdb.reverse/i387-env-reverse.exp:
5310 Replace uses of send_gdb / gdb_expect.
5311 * gdb.reverse/i387-stack-reverse.exp:
5312 Replace uses of send_gdb / gdb_expect.
5313 * gdb.reverse/machinestate-precsave.exp:
5314 Replace uses of send_gdb / gdb_expect.
5315 * gdb.reverse/machinestate.exp:
5316 Replace uses of send_gdb / gdb_expect.
5317 * gdb.reverse/sigall-precsave.exp:
5318 Replace uses of send_gdb / gdb_expect.
5319 * gdb.reverse/sigall-reverse.exp:
5320 Replace uses of send_gdb / gdb_expect.
5321 * gdb.reverse/solib-precsave.exp:
5322 Replace uses of send_gdb / gdb_expect.
5323 * gdb.reverse/solib-reverse.exp:
5324 Replace uses of send_gdb / gdb_expect.
5325 * gdb.reverse/step-precsave.exp:
5326 Replace uses of send_gdb / gdb_expect.
5327 * gdb.reverse/step-reverse.exp:
5328 Replace uses of send_gdb / gdb_expect.
5329 * gdb.reverse/until-precsave.exp:
5330 Replace uses of send_gdb / gdb_expect.
5331 * gdb.reverse/until-reverse.exp:
5332 Replace uses of send_gdb / gdb_expect.
5333 * gdb.reverse/watch-precsave.exp:
5334 Replace uses of send_gdb / gdb_expect.
5335 * gdb.reverse/watch-reverse.exp:
5336 Replace uses of send_gdb / gdb_expect.
5337
5338 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5339
5340 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
5341 excessive newline.
5342
5343 2010-05-27 Michael Snyder <msnyder@vmware.com>
5344
5345 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
5346 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
5347 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
5348 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
5349 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
5350 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
5351 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
5352 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
5353 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
5354 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
5355 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
5356 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
5357 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
5358 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
5359 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
5360 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
5361 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
5362 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
5363 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
5364
5365 2010-05-26 Michael Snyder <msnyder@vmware.com>
5366
5367 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
5368 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
5369
5370 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
5371 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
5372 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
5373
5374 * gdb.reverse/consecutive-reverse.exp:
5375 Replace uses of send_gdb / gdb_expect.
5376 * gdb.reverse/consecutive-precsave.exp:
5377 Replace uses of send_gdb / gdb_expect.
5378
5379 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
5380 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
5381 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
5382 * gdb.mi/mi-ns-stale-regcache.exp:
5383 Replace uses of send_gdb / gdb_expect.
5384 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
5385 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
5386 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
5387 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
5388 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
5389 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
5390 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
5391 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
5392 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
5393
5394 2010-05-26 Michael Snyder <msnyder@vmware.com>
5395
5396 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
5397
5398 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
5399
5400 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
5401 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
5402 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
5403 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
5404 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
5405 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
5406 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
5407 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
5408 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
5409
5410 2010-05-25 Tom Tromey <tromey@redhat.com>
5411
5412 * gdb.base/macscp.exp: Add missing space after setup_kfail.
5413
5414 2010-05-25 Tom Tromey <tromey@redhat.com>
5415
5416 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
5417 argument order.
5418 * gdb.base/macscp.exp: Fix setup_kfail argument order.
5419 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
5420 order.
5421 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
5422 order.
5423 * gdb.base/call-sc.exp (setup_kfails): Remove.
5424 (setup_compiler_kfails): Remove.
5425 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
5426 argument order.
5427 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
5428 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
5429 (advancei): Fix setup_kfail argument order.
5430 * gdb.base/radix.exp: Fix setup_kfail argument order.
5431 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
5432 order.
5433 * gdb.base/structs.exp (setup_kfails): Remove.
5434 (setup_compiler_kfails): Fix setup_kfail argument order.
5435 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
5436 order.
5437 * gdb.java/jmain.exp: Fix setup_kfail argument order.
5438 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
5439 setup_kfail argument order.
5440 * gdb.cp/overload.exp: Fix setup_kfail argument order.
5441
5442 2010-05-25 Tom Tromey <tromey@redhat.com>
5443
5444 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
5445
5446 2010-05-25 Michael Snyder <msnyder@vmware.com>
5447
5448 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
5449 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
5450 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
5451 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
5452 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
5453 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
5454 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
5455 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
5456 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
5457 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
5458 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
5459 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
5460 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
5461 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
5462 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
5463 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
5464 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
5465 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
5466 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
5467 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
5468 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
5469 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
5470 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
5471 * gdb.base/default.exp: Replace send_gdb with gdb_test.
5472 * gdb.base/define.exp: Replace send_gdb with gdb_test.
5473 * gdb.base/display.exp: Replace send_gdb with gdb_test.
5474 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
5475 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
5476 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
5477 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
5478 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
5479 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
5480 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
5481 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
5482 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
5483 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
5484 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
5485 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
5486 * gdb.base/help.exp: Replace send_gdb with gdb_test.
5487 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
5488 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
5489 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
5490 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
5491 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
5492 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
5493 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
5494 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
5495 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
5496
5497 2010-05-25 Doug Evans <dje@google.com>
5498
5499 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
5500 gdb.string_to_argv.
5501
5502 2010-05-21 Tom Tromey <tromey@redhat.com>
5503
5504 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
5505 Call it.
5506 * gdb.dwarf2/pieces.S: Update.
5507 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
5508
5509 2010-05-21 Tom Tromey <tromey@redhat.com>
5510
5511 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
5512 Call it.
5513 * gdb.dwarf2/pieces.c (struct C): New.
5514 (f6): New function.
5515 * gdb.dwarf2/pieces.S: Replace.
5516
5517 2010-05-21 Tom Tromey <tromey@redhat.com>
5518
5519 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
5520 Call it.
5521
5522 2010-05-21 Tom Tromey <tromey@redhat.com>
5523
5524 * gdb.dwarf2.pieces.exp: New file.
5525 * gdb.dwarf2.pieces.S: New file.
5526 * gdb.dwarf2.pieces.c: New file.
5527
5528 2010-05-20 Pedro Alves <pedro@codesourcery.com>
5529 Joel Brobecker <brobecker@adacore.com>
5530
5531 * lib/gdb.exp (gdb_test_no_output): New function.
5532 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
5533 when testing commands that should produce no output.
5534
5535 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5536
5537 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
5538 parameter that we want to watch being a constant.
5539
5540 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5541
5542 * gdb.ada/cond_lang: New testcase.
5543
5544 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5545
5546 * lib/gdb.exp (banned_variables): New variable/constant.
5547 (gdb_init): Add write trace on variables listed in banned_variables.
5548 (gdb_finish): Remove write traces on variables listed in
5549 banned_variables.
5550
5551 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5552
5553 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
5554 * gdb.cp/koenig.exp: Likewise.
5555
5556 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5557
5558 PR python/11482
5559
5560 * gdb.python/py-value.exp (test_value_hash): New function.
5561
5562 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5563
5564 PR exp/11530.
5565 * gdb.base/gdb11530.c: New file.
5566 * gdb.base/gdb11530.exp: New file.
5567
5568 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5569
5570 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
5571 * gdb.dwarf2/dw2-modula2-self-type.S: New.
5572
5573 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5574
5575 * gdb.cp/koenig.exp: New test.
5576 * gdb.cp/koenig.cc: New test program.
5577
5578 2010-05-05 Joel Brobecker <brobecker@adacore.com>
5579
5580 Remove the use of prms_id and bug_id throughout the testsuite.
5581
5582 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5583
5584 PR exp/11349.
5585 * testsuite/gdb.cp/ref-types.exp: Add test to examine
5586 use a reference local variable.
5587
5588 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5589
5590 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
5591 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
5592 variable different_dir. Move debugfile into a full directory pathname
5593 under DIFFERENT_DIR.
5594 * lib/gdb.exp (separate_debug_filename): Remove.
5595 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
5596 variable debug_dir and mkdir of it. Update function comments.
5597
5598 2010-04-29 Pedro Alves <pedro@codesourcery.com>
5599
5600 PR gdb/11557
5601
5602 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
5603 files.
5604
5605 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5606
5607 * gdb.python/py-param.exp: New File.
5608
5609 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5610
5611 * gdb.base/default.exp: Fix "set language" test.
5612
5613 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
5614
5615 PR breakpoints/11531.
5616 * gdb.base/gdb11531.c: New file.
5617 * gdb.base/gdb11531.exp: New file.
5618
5619 2010-04-26 Tom Tromey <tromey@redhat.com>
5620
5621 * gdb.base/completion.exp: Add tests for completion and deprecated
5622 commands.
5623
5624 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5625
5626 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
5627 (print /x char_array): Escape curly brackets.
5628
5629 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5630
5631 Fix deadlock on looped list of loaded shared objects.
5632 * gdb.base/solib-corrupted.exp: New.
5633
5634 2010-04-23 Doug Evans <dje@google.com>
5635
5636 * gdb.python/py-section-script.c: New file.
5637 * gdb.python/py-section-script.exp: New file.
5638 * gdb.python/py-section-script.py: New file.
5639
5640 2010-04-20 Chris Moller <cmoller@redhat.com>
5641
5642 PR 10179
5643
5644 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
5645 * gdb.base/pr10179-a.c:
5646 * gdb.base/pr10179-b.c:
5647 * gdb.base/pr10179.exp: New files.
5648
5649 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5650
5651 Fix crashes on dangling display expressions.
5652 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
5653 is SEP.
5654 (lib_flags): Remove the "debug" keyword.
5655 (libsepdebug): New variable for iterating new loop.
5656 (save_pf_prefix): New variable wrapping the loop.
5657 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
5658 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
5659
5660 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5661
5662 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
5663
5664 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5665
5666 PR stabs/11479.
5667 * gdb.stabs/gdb11479.exp: New file.
5668 * gdb.stabs/gdb11479.c: New file.
5669
5670 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5671
5672 * gdb.base/charset.c (Strin16, String32): New variables.
5673 * gdb.base/charset.exp (gdb_test): Test correct display
5674 of 16 or 32 bit strings.
5675
5676 2010-04-21 Chris Moller <cmoller@redhat.com>
5677
5678 PR 9167
5679 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
5680 * gdb.cp/pr9167.cc: New file.
5681 * gdb.cp/pr9167.exp: New file.
5682
5683
5684 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5685
5686 PR pascal/11492.
5687 * gdb.pascal/gdb11492.pas: New file.
5688 * gdb.pascal/gdb11492.exp: New file.
5689
5690 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5691
5692 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
5693
5694 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5695
5696 * gdb.ada/dyn_loc: New testcase.
5697
5698 2010-04-20 Chris Moller <cmoller@redhat.com>
5699
5700 PR 10867
5701
5702 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
5703 * gdb.cp/pr10687.cc: New file.
5704 * gdb.cp/pr10687.exp: New file.
5705
5706
5707 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5708 Sergio Durigan Junior <sergiodj@redhat.com>
5709
5710 * gdb.fortran/logical.exp: New testcase.
5711 * gdb.fortran/logical.f90: New file.
5712
5713 2010-04-19 Doug Evans <dje@google.com>
5714
5715 * gdb.base/help.exp (help source): Update expected output.
5716
5717 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5718
5719 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
5720 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
5721 gdb_exit and return.
5722 (executable): New variable.
5723 (binfile): Use it.
5724
5725 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5726
5727 PR breakpoints/8554.
5728
5729 * gdb.trace/save-trace.exp: Adjust.
5730
5731 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
5732
5733 PR corefiles/11511
5734 * gdb.arch/system-gcore.exp: New.
5735 * gdb.arch/gcore.c: Likewise.
5736
5737 2010-04-15 Doug Evans <dje@google.com>
5738
5739 * gdb.python/py-progspace.c: New file.
5740 * gdb.python/py-progspace.exp: New file.
5741
5742 * gdb.base/source.exp: Add tests for "source -s".
5743
5744 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5745
5746 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
5747 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
5748 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
5749 * gdb.python/py-mi.exp: New test for to_string returning None.
5750
5751 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
5752
5753 * gdb.python/py-breakpoint.c: Make result global.
5754
5755 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5756
5757 Fix non-GNU make compatibility.
5758 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
5759
5760 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5761
5762 * gdb.python/py-breakpoint.exp: New File.
5763 * gdb.python/py-breakpoint.C: Ditto.
5764
5765 2010-04-08 Stan Shebs <stan@codesourcery.com>
5766
5767 * gdb.trace/actions.exp: Clear default-collect.
5768 * gdb.trace/save-trace.exp: Clear default-collect.
5769
5770 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
5771
5772 * gdb.python/py-value: Add null string variable.
5773 (test_lazy_string): Test zero length, NULL address lazy
5774 strings.
5775
5776 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5777
5778 * gdb.arch/i386-avx.c: New.
5779 * gdb.arch/i386-avx.exp: Likewise.
5780
5781 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
5782
5783 2010-04-06 Doug Evans <dje@google.com>
5784
5785 * gdb.base/source-test.gdb: New file.
5786 * gdb.base/source.exp: Test source -v.
5787
5788 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5789
5790 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
5791
5792 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5793
5794 * gdb.stabs/aout.sed: Convert all backslash to double backslash
5795 within one line, unless it is followed by a double quote.
5796 * gdb.stabs/hppa.sed: Idem.
5797 * gdb.stabs/weird.def: Add char and String constants
5798 * gdb.stabs/weird.exp: Check for correct parsing of
5799 char and string constants.
5800 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
5801 in .stabs to .stabx substitution.
5802
5803 2010-04-05 Stan Shebs <stan@codesourcery.com>
5804
5805 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
5806 constant global.
5807 * gdb.trace/tfile.exp: Try to print them.
5808
5809 2010-04-04 Stan Shebs <stan@codesourcery.com>
5810
5811 * gdb.base/completion.exp: Update for new "info watchpoints".
5812 * gdb.base/default.exp: Ditto.
5813 * gdb.base/help.exp: Ditto.
5814 * gdb.base/watchpoint.exp: Ditto.
5815 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
5816
5817 2010-04-04 Stan Shebs <stan@codesourcery.com>
5818
5819 * gdb.trace/tfile.exp: Sharpen tfind test.
5820
5821 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5822
5823 * gdb.base/break-entry.exp: New.
5824
5825 2010-04-02 Hui Zhu <teawater@gmail.com>
5826 Michael Snyder <msnyder@vmware.com>
5827
5828 * gdb.reverse/i386-sse-reverse.exp: New file.
5829 * gdb.reverse/i386-sse-reverse.c: New file.
5830
5831 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5832
5833 * gdb.trace/tfind.exp: Adjust expected disassembly output.
5834
5835 2010-04-01 Stan Shebs <stan@codesourcery.com>
5836
5837 * gdb.trace/actions.exp: Tweak expected output.
5838 * gdb.trace/while-stepping.exp: Tweak expected output.
5839
5840 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5841
5842 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
5843
5844 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5845
5846 * gdb.base/commands.exp: Adjust.
5847 * gdb.cp/extern-c.exp: Adjust.
5848
5849 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5850
5851 * gdb.trace/collection.c (local_test_func): Define a local struct,
5852 and instanciate it.
5853
5854 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5855
5856 * gdb.trace/collection.exp (gdb_collect_args_test)
5857 (gdb_collect_argarray_test): XFAIL the tests that assume the
5858 argarray argument's elements are collected.
5859
5860 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5861
5862 * gdb.dwarf2/dw2-bad-parameter-type.exp,
5863 gdb.dwarf2/dw2-bad-parameter-type.S: New.
5864
5865 2010-03-31 Stan Shebs <stan@codesourcery.com>
5866
5867 * gdb.trace/save-trace.exp: Test save/restore of default-collect
5868 and tracepoint conditionals.
5869 (gdb_verify_tracepoints): Delete unused return.
5870
5871 2010-03-26 Keith Seitz <keiths@redhat.com>
5872
5873 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
5874 appear in the output before main.
5875 Remove KFAIL for gdb/2215 aka bz 9320.
5876
5877 2010-03-30 Doug Evans <dje@google.com>
5878
5879 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
5880 by dejagnu.
5881 * gdb.arch/amd64-dword.exp: Ditto.
5882
5883 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
5884 match.
5885 (break printf): Ditto.
5886
5887 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
5888
5889 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
5890 gcc < 4.4.
5891 * gdb.cp/shadow.exp: Ditto.
5892
5893 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5894
5895 * gdb.trace/collection.exp (run_trace_experiment): Make sure
5896 "tstart" is silent.
5897
5898 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5899
5900 * gdb.trace/collection.exp (executable): New.
5901 (binfile): Use it.
5902 (fpreg, spreg, pcreg): New.
5903 (test_register): Use gdb_test_multiple. Pass /x to print.
5904 (prepare_for_trace_test): New.
5905 (run_trace_experiment): Use "continue", not gdb_run_cmd.
5906 (gdb_collect_args_test, gdb_collect_argstruct_test)
5907 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
5908 prepare_for_trace_test.
5909 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
5910 fpreg, spreg and pcreg.
5911 (gdb_collect_expression_test, gdb_collect_globals_test): Use
5912 prepare_for_trace_test.
5913 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
5914 try to detect tracing support here. Don't set breakpoints at
5915 `begin' or `end' here.
5916 <global scope>: Use clean_restart. Run to main before checking
5917 for tracing support. Check for for tracing support here.
5918
5919 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5920
5921 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
5922 " as $displacement" to "seen displacement message".
5923
5924 2010-03-28 Pedro Alves <pedro@codesourcery.com>
5925
5926 * gdb.trace/while-dyn.exp (executable): New variable.
5927 (binfile): Use it.
5928 (test_while_stepping): New function. Move most tests here. Call
5929 it once for each of the while-stepping, stepping and ws aliases.
5930
5931 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5932
5933 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
5934 that do not provide the tagless_struct type name at all.
5935 (test_print_anon_union): Do not check value of uninitialized
5936 union member. Do not use cp_test_ptype_class, so we can accept
5937 "long" as well as "long int".
5938
5939 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5940
5941 * gdb.trace/tfile.c (tohex, bin2hex): New.
5942 (write_error_trace_file): Hexify error description.
5943
5944 2010-03-25 Stan Shebs <stan@codesourcery.com>
5945
5946 * gdb.trace/tfile.c: Generate an additional trace file, improve
5947 portability.
5948 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
5949 files in a better way.
5950
5951 2010-03-25 Keith Seitz <keiths@redhat.com>
5952
5953 * gdb.java/jprint.exp: XFAIL printing of static class members
5954 because of GCC debuginfo problem.
5955
5956 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5957
5958 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
5959
5960 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5961
5962 * gdb.base/completion.exp: Allow long instead of long int.
5963 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
5964 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
5965 variable p.
5966 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
5967 * gdb.base/pointers.exp: Allow long instead of long int.
5968 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
5969 * gdb.base/step-line.exp: Allow a directory before the source file name.
5970
5971 2010-03-24 Tom Tromey <tromey@redhat.com>
5972
5973 PR breakpoints/9352:
5974 * gdb.base/default.exp: Update.
5975 * gdb.base/commands.exp: Update.
5976 * gdb.cp/extern-c.exp: Test setting commands on multiple
5977 breakpoints at once.
5978
5979 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5980
5981 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
5982 if gdb,nosignals.
5983 * gdb.base/watchpoints.c: Do not include unnecessary headers.
5984 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
5985 exited".
5986
5987 2010-03-24 Stan Shebs <stan@codesourcery.com>
5988
5989 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
5990
5991 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5992
5993 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
5994 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
5995 argument. Handle "short" and "long".
5996 (Top level): Pass overprototyped output for old_fptr and xptr.
5997
5998 2010-03-23 Pedro Alves <pedro@codesourcery.com>
5999
6000 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
6001 format strings and add casts to avoid compiler warnings.
6002
6003 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
6004
6005 * lib/trace-support.exp (gdb_trace_setactions):
6006 Don't expect whitespace after ">" prompt.
6007 * gdb.trace/actions.exp: Adjust for output changes.
6008 * gdb.trace/while-stepping.exp: Likewise.
6009
6010 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6011
6012 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
6013 and r157645).
6014
6015 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6016
6017 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
6018 New.
6019
6020 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
6021
6022 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
6023 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
6024
6025 2010-03-19 Stan Shebs <stan@codesourcery.com>
6026
6027 * gdb.trace/ax.exp: New file.
6028
6029 2010-03-19 Doug Evans <dje@google.com>
6030
6031 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
6032 output from gcc.
6033
6034 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
6035 named /usr/sbin/prelink<foo>.
6036
6037 2010-03-18 Stan Shebs <stan@codesourcery.com>
6038
6039 * gdb.trace/circ.exp: Test circular-trace-buffer.
6040 * gdb.trace/tfile.exp: Update tstatus test.
6041
6042 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6043
6044 * gdb.dwarf2/dw2-anonymous-func.S: New file.
6045 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
6046
6047 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6048
6049 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
6050
6051 2010-03-18 Pedro Alves <pedro@codesourcery.com>
6052
6053 * gdb.base/default.exp: Adjust the expected output of the finish
6054 and until commands when the inferior is not being run.
6055
6056 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6057
6058 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
6059 * gdb.cp/nsusing.exp: Ditto.
6060
6061 2010-03-15 Tom Tromey <tromey@redhat.com>
6062
6063 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
6064 * gdb.cp/userdef.cc (operator==): New function.
6065 (main): New locals mem1, mem2.
6066
6067 2010-03-15 Jie Zhang <jie@codesourcery.com>
6068
6069 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
6070 Declare and use new loadtimeout variable.
6071
6072 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6073
6074 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
6075 Use gdb_load later.
6076
6077 2010-03-14 Pedro Alves <pedro@codesourcery.com>
6078
6079 * gdb.base/solib-disc.c (main): Make format of fprintf a string
6080 literal. Add missing endlines to prints to stderr.
6081
6082 2010-03-12 Tom Tromey <tromey@redhat.com>
6083
6084 PR c++/9708:
6085 * gdb.cp/m-static.exp: Add regression test.
6086 * gdb.cp/m-static.cc (method): New method.
6087 (main): Call it.
6088
6089 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
6090
6091 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
6092 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
6093
6094 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6095
6096 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
6097
6098 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6099
6100 * lib/gdb.exp (skip_stl_tests): New.
6101 (gdb_compile): Symbian needs -ldl.
6102 (shlib_target_file): New.
6103 (shlib_symbol_file): New.
6104 (gdb_load_shlibs): Use shlib_target_file.
6105 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
6106 * gdb.cp/exception.exp: Use skip_stl_tests.
6107 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
6108 * gdb.cp/try_catch.exp: Use skip_stl_tests.
6109 * gdb.cp/mb-templates.exp: Ditto.
6110 * gdb.base/commands.exp: Relax regexes.
6111 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
6112 shlib_target_file and shlib_symbol_file.
6113 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
6114 sections.
6115 * gdb.base/ending-run.exp: Accept E32Main for symbian.
6116 * gdb.base/solib-disc.exp: Use
6117 shlib_target_file and shlib_symbol_file.
6118 * gdb.base/unload.exp: Don't skip on symbian. Use
6119 shlib_target_file and shlib_symbol_file.
6120 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
6121
6122 2010-03-12 Pedro Alves <pedro@codesourcery.com>
6123
6124 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
6125 * gdb.trace/report.exp: Adjust for x86 and x86_64.
6126 Issue a tfind end before looking for a tracepoint frame.
6127 * gdb.trace/tfind.exp: Adjust tstatus output.
6128 Adjust disassembly output.
6129 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
6130
6131 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6132
6133 * gdb.base/break-interp.exp: Create new displacement parameter value
6134 for the test_ld calls.
6135 (reach): New parameter displacement, verify its content. New push of
6136 pf_prefix "reach-$func:". Import global expect_out.
6137 (test_core): New parameter displacement, verify its content. New push
6138 of pf_prefix "core:". New command "set verbose on". Import global
6139 expect_out.
6140 (test_attach): New parameter displacement, verify its content. New
6141 push of pf_prefix "attach:". New command "set verbose on". Import
6142 global expect_out.
6143 (test_ld): New parameter displacement, pass it to the reach, test_core
6144 and test_attach calls and verify its content in the "ld.so exit" test.
6145 * gdb.base/prelink.exp: Remove gdb_exit and final return.
6146 (prelink): Update expected text, use gdb_test.
6147
6148 2010-03-10 Doug Evans <dje@google.com>
6149
6150 * gdb.base/checkpoint.exp: Fix comment.
6151 Lengthen timeout while doing >600 checkpoints test.
6152 Rename duplicate "kill all one" test to keep test names unique.
6153
6154 2010-03-10 Pedro Alves <pedro@codesourcery.com>
6155
6156 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
6157
6158 2010-03-08 Keith Seitz <keiths@redhat.com>
6159
6160 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
6161 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
6162 (dm_type_long): New function.
6163 (dm_type_unsigned_short): New function.
6164 (dm_type_unsigned_long): New function.
6165 (myint): New typedef.
6166 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
6167 long, unsigned shor and long, operator char*, and typedef.
6168 (test_lookup_operator_functions): Add operator char* test.
6169 (test_paddr_operator_functions): Likewise.
6170 (test_paddr_overloaded_functions): Use probe values for
6171 short, long, and unsigned short and long.
6172 (test_paddr_hairy_functions): If the demangler probe detected
6173 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
6174 demangler.
6175 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
6176 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
6177 and "print null_pmf".
6178 Add test "ptype a.*pmf".
6179 * gdb.cp/overload.exp: Allow optional "int" to appear with
6180 "short" and "long".
6181 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
6182 long expect value for men_overload1arg.
6183 Allow "int" to appear with "short" and "long".
6184 When testing "info break", add argument for main (void).
6185 Also allow "int" to appear with "short" and "long".
6186 Ditto with "unsigned" and "long long".
6187 * gdb.java/jmain.exp: Do not enclose methods names in single
6188 quotes.
6189 * gdb.java/jmisc.exp: Likewise.
6190 * gdb.java/jprint.exp: Likewise.
6191 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
6192
6193 From Jan Kratochvil <jan.kratochvil@redhat.com>:
6194 * gdb.cp/exception.exp (backtrace after first throw)
6195 (backtrace after second throw): Allow a namespace before __cxa_throw.
6196 (backtrace after first catch, backtrace after second catch): Allow
6197 a namespace before __cxa_begin_catch.
6198
6199 * gdb.cp/cpexprs.exp: New file.
6200 * gdb.cp/cpexprs.cc: New file.
6201
6202 From Daniel Jacobowitz <dan@codesourcery.com>
6203 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
6204 to use string_to_regexp.
6205 (ctor, dtor): New functions. Use them to match constructor
6206 and destructor function types.
6207 (Top level): Use runto_main.
6208
6209 2010-03-05 Tom Tromey <tromey@redhat.com>
6210
6211 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
6212 gdb.target_charset.
6213 (pp_ns.to_string): Likewise.
6214
6215 2010-03-04 Keith Seitz <keiths@redhat.com>
6216
6217 * gdb.cp/overload.exp: Test that the filename portion of a linespec
6218 can be quoted. Test that both the filename and function/line
6219 portions can be quoted at the same time.
6220
6221 2010-03-04 Pedro Alves <pedro@codesourcery.com>
6222
6223 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
6224
6225 2010-03-03 Doug Evans <dje@google.com>
6226
6227 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
6228 libc contains libpthread.
6229
6230 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
6231 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
6232 of gdb_compile. Add another pattern to match android backtrace.
6233
6234 2010-03-03 Tom Tromey <tromey@redhat.com>
6235
6236 PR gdb/11345:
6237 * gdb.base/printcmds.exp (test_printf): Add test.
6238
6239 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
6240
6241 * gdb.arch/amd64-byte.exp: New.
6242 * gdb.arch/amd64-dword.exp: Likewise.
6243 * gdb.arch/amd64-pseudo.c: Likewise.
6244 * gdb.arch/amd64-word.exp: Likewise.
6245 * gdb.arch/i386-byte.exp: Likewise.
6246 * gdb.arch/i386-pseudo.c: Likewise.
6247 * gdb.arch/i386-word.exp: Likewise.
6248
6249 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6250
6251 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
6252 types. Add structreg, bitfields, and flags registers.
6253 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
6254 registers.
6255
6256 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6257
6258 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
6259 (load_description): Set architecture if defined.
6260
6261 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6262
6263 * gdb.python/py-frame.exp: Add read_var block tests.
6264 * gdb.python/py-frame.c (block): New function.
6265
6266 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6267 Daniel Jacobowitz <dan@codesourcery.com>
6268
6269 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
6270
6271 2010-02-25 David S. Miller <davem@davemloft.net>
6272
6273 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
6274 fix logic for setting all_syscalls_numbers.
6275
6276 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6277
6278 * Makefile.in: Add py-block and py-symbol.
6279 * gdb.python/py-symbol.exp: New File.
6280 * gdb.python/py-symtab.exp: New File.
6281 * gdb.python/py-block.exp: New File.
6282 * gdb.python/py-symbol.c: New File.
6283 * gdb.python/py-block.c: New File.
6284
6285 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6286
6287 PR python/11314
6288 * lib/gdb.exp (skip_python_tests): New function.
6289 * gdb.python/py-cmd.exp: Use skip_python_tests.
6290 * gdb.python/py-frame.exp: Likewise.
6291 * gdb.python/py-function.exp: Likewise.
6292 * gdb.python/py-prettyprint.exp: Likewise.
6293 * gdb.python/py-template.exp: Likewise.
6294 * gdb.python/py-type.exp: Likewise.
6295 * gdb.python/py-value.exp: Likewise.
6296
6297 2010-02-22 Pedro Alves <pedro@codesourcery.com>
6298
6299 PR9605
6300
6301 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
6302
6303 2010-02-19 Tom Tromey <tromey@redhat.com>
6304
6305 PR c++/8693, PR c++/9496:
6306 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
6307 regression tests.
6308
6309 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6310
6311 Fix compatibility with m68k as.
6312 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
6313 Use only /* comments */.
6314
6315 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6316
6317 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
6318 * configure: Regenerate.
6319
6320 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
6321
6322 * gdb.python/py-type.exp: Check for Python support.
6323
6324 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6325
6326 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
6327 `regsub' syntax available.
6328
6329 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6330
6331 * gdb.base/shmain.c (main): Remove printf call.
6332 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
6333 * gdb.base/unload.c (main): Make format of fprintf a string
6334 literal. Add missing endlines to prints to stderr.
6335 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
6336
6337 2010-02-17 Tom Tromey <tromey@redhat.com>
6338
6339 * gdb.java/jprint.java (jprint.props): New field.
6340 * gdb.java/jprint.exp (set_lang_java): Add regression test.
6341
6342 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6343
6344 * gdb.base/charset.exp: Don't assume new `regsub' syntax
6345 available.
6346
6347 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6348
6349 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
6350 creation to support remote host testing.
6351
6352 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6353
6354 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
6355 Recognize "command not found".
6356
6357 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
6360 single-stepping.
6361
6362 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6363
6364 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
6365 if arguments are not supported.
6366
6367 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6368
6369 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
6370 be const or non-const.
6371
6372 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6373
6374 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
6375 mi_send_resuming_command to send -exec-continue.
6376
6377 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6378
6379 * gdb.base/list.exp (test_list_filename_and_function): Add test
6380 with single quotes.
6381 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
6382 matching.
6383 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
6384 Add KFAIL'd tests for PR gdb/11289.
6385
6386 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6387
6388 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
6389
6390 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6391
6392 * gdb.base/comp-dir/subdir/dummy.txt: New file.
6393 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
6394 a temporary directory.
6395
6396 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6397
6398 * gdb.base/charset.exp: Use a single regular expression to match
6399 show host-charset and show target-charset output.
6400
6401 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6402
6403 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
6404 "Illegal process-id" expect string more exact.
6405 (attach to digits-starting nonsense is prohibited): New.
6406
6407 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6408
6409 * gdb.base/prelink.exp (set verbose on): New.
6410
6411 2010-02-12 Tomas Holmberg <th@virtutech.com>
6412
6413 * mi-reverse.exp: New file. Test for reverse option to the
6414 following MI commands: exec-continue, exec-finish, exec-next,
6415 exec-step, exec-next-instruction, exec-step-instruction.
6416
6417 2010-02-09 Joel Brobecker <brobecker@adacore.com>
6418
6419 * gdb.ada/ptype_tagged_param: New testcase.
6420
6421 2010-02-08 Tom Tromey <tromey@redhat.com>
6422
6423 PR c++/8017:
6424 * gdb.cp/overload.exp: Add tests.
6425 * gdb.cp/overload.cc (struct K): New.
6426 (namespace N): New.
6427 (main): Call new functions.
6428 (K::staticoverload): Define.
6429
6430 2010-02-08 Chris Moller <moller@mollerware.com>
6431
6432 PR gdb/10728
6433 * gdb.cp/pr10728-x.h: New file.
6434 * gdb.cp/pr10728-x.cc: New file.
6435 * gdb.cp/pr10728-y.cc: New file.
6436 * gdb.cp/pr10728.exp: New file.
6437 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
6438
6439 2010-02-08 Chris Moller <moller@mollerware.com>
6440
6441 PR gdb/9067
6442 * gdb.cp/pr9067.exp: New
6443 * gdb.cp/pr9067.cc: New
6444 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
6445
6446 2010-02-08 Joel Brobecker <brobecker@adacore.com>
6447
6448 * lib/gdb.exp (gdb_test_timeout): New global variable.
6449 Set it to timeout if not already set.
6450 (gdb_init): Reset the value of timeout to gdb_test_timeout.
6451
6452 2010-02-05 Doug Evans <dje@google.com>
6453
6454 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
6455 user.
6456
6457 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
6458
6459 PR c++/7935:
6460 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
6461
6462 2010-02-04 Tom Tromey <tromey@redhat.com>
6463
6464 * gdb.cp/virtbase.exp: Make test case names unique.
6465
6466 2010-02-02 Tom Tromey <tromey@redhat.com>
6467
6468 * gdb.cp/virtbase.exp: Add regression tests.
6469 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
6470 (main): Instantiate RHC.
6471
6472 2010-02-02 Tom Tromey <tromey@redhat.com>
6473
6474 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
6475 type-printing change.
6476
6477 2010-02-02 Tom Tromey <tromey@redhat.com>
6478
6479 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
6480 * gdb.cp/virtbase.cc: New file.
6481 * gdb.cp/virtbase.exp: New file.
6482 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
6483
6484 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6485
6486 PR libc/11214:
6487 * gdb.threads/current-lwp-dead.c: Include features.h.
6488 (HAS_NOMMU): New.
6489 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
6490
6491 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6492
6493 * gdb.base/symbol-without-target_section.exp,
6494 gdb.base/symbol-without-target_section.c: New.
6495
6496 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6497
6498 * gdb.base/bigcore.exp: Reset increased timeout.
6499 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
6500
6501 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6502
6503 * gdb.base/gcore.exp (capture_command_output): Use
6504 gdb_test_multiple.
6505
6506 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6507
6508 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
6509 * gdb.arch/thumb2-it.exp (test_it_break): New function.
6510 (Top level): Call it.
6511
6512 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6513
6514 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
6515
6516 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6517
6518 * gdb.base/call-strs.exp, gdb.base/default.exp,
6519 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
6520 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
6521 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
6522 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
6523 gdb.base/watchpoint-solib.exp: Save and restore timeout.
6524 * gdb.base/ending-run.exp: Correct restore of timeout.
6525 * gdb.base/page.exp: Remove unnecessary timeout setting.
6526
6527 2010-01-29 Joel Brobecker <brobecker@adacore.com>
6528
6529 * gdb.ada/rec_return: New testcase.
6530
6531 2010-01-29 Joel Brobecker <brobecker@adacore.com>
6532
6533 * gdb.ada/call_pn: New testcase.
6534
6535 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6536
6537 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
6538 (Top level): Use it to resume.
6539 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
6540 the Thumb mode displaced stepping error as unsupported.
6541
6542 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
6543
6544 * gdb.cp/nsusing.exp: Added more tests.
6545 * gdb.cp/nsrecurs.exp: Ditto.
6546 * gdb.cp/nsusing.cc: Added test functions.
6547 * gdb.cp/nsrecurs.cc: Ditto.
6548
6549 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
6552 absolute directory pathnames in gdb.sum file.
6553
6554 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
6555
6556 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
6557 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
6558
6559 2010-01-26 Tom Tromey <tromey@redhat.com>
6560
6561 PR exp/7643:
6562 * gdb.base/printcmds.exp (test_print_string_constants): Remove
6563 setup_kfail.
6564
6565 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
6566
6567 * gdb.cp/nsrecurs.exp: New test.
6568 * gdb.cp/nsrecurs.cc: New test program.
6569 * gdb.cp/nsstress.exp: New test.
6570 * gdb.cp/nsstress.cc: New test program.
6571 * gdb.cp/nsdecl.exp: New test.
6572 * gdb.cp/nsdecl.cc: New test program.
6573
6574 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
6575
6576 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
6577 imported into file scope.
6578 Marked test as xfail.
6579 * gdb.cp/namespace-using.cc (marker5): New function.
6580 * gdb.cp/shadow.exp: New test.
6581 * gdb.cp/shadow.cc: New test program.
6582 * gdb.cp/nsimport.exp: New test.
6583 * gdb.cp/nsimport.cc: New test program.
6584
6585 2010-01-25 Tom Tromey <tromey@redhat.com>
6586
6587 PR gdb/11049:
6588 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
6589 with "set print null-stop on".
6590
6591 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
6594 Adjust it for DISASSEMBLY_OMIT_FNAME.
6595
6596 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6597
6598 PR symtab/11199:
6599 * gdb.dwarf2/member-ptr-forwardref.exp,
6600 gdb.dwarf2/member-ptr-forwardref.S: New.
6601
6602 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
6605 (thread1_func): Protect thread1_tid with thread1_tid_cond by
6606 thread1_tid_mutex. Remove gdbstop_mutex handling.
6607 (thread2_func): Protect thread2_tid with thread2_tid_cond by
6608 thread2_tid_mutex. Remove gdbstop_mutex handling.
6609 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
6610 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
6611 pthread_cond_wait conditionalizations by while loops.
6612
6613 2010-01-20 Tom Tromey <tromey@redhat.com>
6614
6615 PR backtrace/10770:
6616 * gdb.dwarf2/pr10770.exp: New file.
6617 * gdb.dwarf2/pr10770.c: New file.
6618 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
6619
6620 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
6621
6622 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
6623 that target was removed, and the test always runs native anyway.
6624
6625 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6626
6627 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
6628 gdb.base/watchpoint-cond-gone-stripped.c: New.
6629
6630 2010-01-19 Tom Tromey <tromey@redhat.com>
6631
6632 PR c++/8000:
6633 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
6634 existing tests.
6635 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
6636 (main): Use AAA::SomeEnum.
6637
6638 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6639
6640 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
6641 (test_ignore_count): Declare line_callme_body global.
6642 (run to breakpoint with ignore count): Use line_callme_body.
6643 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
6644 (set line_main_hello, set line_main_return): Reindent.
6645 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
6646 New.
6647 (continue to callee4): Use line_callee4_body.
6648 (check *stopped from CLI command): Use line_callee4_next.
6649 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
6650 (set line_main_hello, set line_main_return): Reindent.
6651 (set line_callee4_head, set line_callee4_body): New.
6652 (continue to callee4): Use line_callee4_body.
6653
6654 2010-01-18 Tom Tromey <tromey@redhat.com>
6655
6656 PR c++/9680:
6657 * gdb.cp/casts.cc: Add new classes and variables.
6658 * gdb.cp/casts.exp: Test new operators.
6659
6660 2010-01-18 Tom Tromey <tromey@redhat.com>
6661 Thiago Jung Bauermann <bauerman@br.ibm.com>
6662
6663 * gdb.python/source2.py: New file.
6664 * gdb.python/source1: New file.
6665 * gdb.python/python.exp: Test "source" command.
6666
6667 2010-01-15 Stan Shebs <stan@codesourcery.com>
6668
6669 * gdb.trace/tfile.c: New file.
6670 * gdb.trace/tfile.exp: New file.
6671
6672 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6673
6674 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
6675
6676 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6677
6678 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
6679
6680 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6681
6682 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
6683 (libfunc): New parameter action. Implement also selectable "sleep".
6684 * gdb.base/break-interp-main.c: Include assert.h.
6685 (libfunc): New parameter action.
6686 (main): New parameters argc and argv. Assert argc. Pass argv.
6687 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
6688 (test_attach): New proc.
6689 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
6690 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
6691
6692 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6693
6694 * gdb.base/break-interp.exp (test_core): New proc.
6695 (test_ld): Call it.
6696
6697 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6698
6699 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
6700 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
6701 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
6702 and gdb_compile_shlib. Use new -Wl compiler options.
6703 (dl bt, main bt): New tests.
6704
6705 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6706
6707 Support PIEs with no symfile_objfile.
6708 * gdb.base/break-interp.exp: New argument at the test_ld calls.
6709 (test_ld): New parameter trynosym.
6710 (test_ld <$trynosym>): New block.
6711
6712 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6713
6714 * gdb.base/break-interp.exp: New file.
6715
6716 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6717
6718 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
6719 * gdb.python/py-prettyprint.py (pp_ls): New printer.
6720 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
6721 test.
6722 * gdb.python/py-prettyprint.c: Define lazystring test structure.
6723 * gdb.python/py-mi.exp: Add lazy string test.
6724
6725 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6726
6727 * lib/mi-support.exp (mi_check_thread_states): Handle
6728 core number in thread listing.
6729
6730 2010-01-12 Joel Brobecker <brobecker@adacore.com>
6731
6732 * gdb.base/maint.exp: Adjust the expected output for the
6733 "maint print type" test. Use gdb_test_multiple instead of
6734 gdb_sent/gdb_expect.
6735
6736 2010-01-11 Doug Evans <dje@google.com>
6737
6738 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
6739 from gdbserver_download. All callers updated.
6740
6741 * gdb.server/ext-run.exp: "info os processes" requires xml support.
6742
6743 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 Implement binary numbers parsing.
6746 * gdb.base/printcmds.exp (test_integer_literals_accepted)
6747 (test_integer_literals_rejected): New binary tests.
6748
6749 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6750
6751 * gdb.cell/configure: Regenerate.
6752
6753 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6754
6755 * gdb.base/corefile.exp: Move the core finding block out and call it as
6756 core_find, new variable $corefile, replace corefile by $corefile and
6757 [file tail $corefile] for usage vs. test names resp.
6758 * lib/gdb.exp (core_find): Move it as a new function here. New
6759 parameter binfile and deletefiles. New variable $destcore. Pre-delete
6760 $destcore. Return "" on error.
6761
6762 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6763
6764 Workaround PR binutils/10802.
6765 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
6766 (twice).
6767
6768 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6769
6770 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
6771
6772 2010-01-08 Joel Brobecker <brobecker@adacore.com>
6773
6774 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
6775 call, to avoid interruption.
6776
6777 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * gdb.stabs/weird.def (args93): New.
6780
6781 2010-01-07 Doug Evans <dje@google.com>
6782
6783 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
6784
6785 2010-01-07 Tom Tromey <tromey@redhat.com>
6786
6787 * gdb.base/source.exp: Use correct line number.
6788
6789 2010-01-05 Stan Shebs <stan@codesourcery.com>
6790
6791 * gdb.trace/tracecmd.exp: Test ftrace.
6792
6793 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6794
6795 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
6796
6797 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6798
6799 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
6800 "uint_for_mi_testing".
6801
6802 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6803
6804 Test indented comment in file being sourced.
6805 * gdb.base/commands.exp: Test indented comment in file being sourced.
6806
6807 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6808
6809 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
6810 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
6811 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
6812 notice.
6813
6814 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6815
6816 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
6817 notice.
6818
6819 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6820
6821 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
6822 missing $after_stopped and comma (,) expectation.
6823
6824 2009-12-31 Stan Shebs <stan@codesourcery.com>
6825
6826 * gdb.trace/actions.exp: Test teval action.
6827
6828 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6829
6830 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
6831 (top level): Call test_watchpoint_in_big_blob.
6832 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6833 watchpoints.
6834 (func3): Write to buf.
6835
6836 2009-12-29 Stan Shebs <stan@codesourcery.com>
6837
6838 * gdb.trace/actions.exp: Test default-collect.
6839
6840 2009-12-28 Stan Shebs <stan@codesourcery.com>
6841
6842 * gdb.trace/tsv.exp: New file.
6843 * gdb.base/completion.exp: Update ambiguous info output.
6844
6845 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6846
6847 * gdb.base/find.c (main): Reference search buffers.
6848 * gdb.base/included.c (main): Reference integer.
6849 * gdb.base/ptype.c (charfoo): Declare.
6850 (intfoo): Call charfoo.
6851 * gdb.base/scope0.c (useitp): New function.
6852 (usestatics): Use useitp.
6853 (useit): Add a type for val.
6854 * gdb.base/scope1.c (useit1): Take a pointer argument.
6855 (usestatics1): Update calls to useit1.
6856 * gdb.cp/call-c.cc: Declare foo.
6857 (main): Call foo.
6858 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
6859 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
6860 (main): Call C::ensureRefs and ensureOtherRefs.
6861 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
6862 variables.
6863 (ensureOtherRefs): New function.
6864 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
6865 * gdb.cp/templates.cc (main): Call t5i.value.
6866
6867 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6868
6869 Fix compatibility with G++-4.5.
6870 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
6871 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
6872 (uncaught return): Remove.
6873
6874 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6875 Phil Muldoon <pmuldoon@redhat.com>
6876
6877 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
6878 (bp_location13, bp_location14, bp_location17, bp_location18)
6879 (marker3_proto, marker4_proto): New variables.
6880 (breakpoint info): Update output.
6881 (run until breakpoint at marker3, run until breakpoint at marker4): New
6882 tests.
6883
6884 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6885
6886 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
6887 Replace the printf call of Y by provided "y-set-1" label. New block
6888 for the second shared library.
6889 * gdb.base/unload.exp: Compile also the second library, call
6890 gdb_load_shlibs also for it. Use now gdb_breakpoint.
6891 (single pending breakpoint info): Rename to ...
6892 (pending breakpoint info before run): ... this extended test.
6893 (libfile2, libname2, libsrcfile2, libsrc2)
6894 (lib_sl2): New variables.
6895 (exec_opts): Set also SHLIB_NAME2.
6896 (pending breakpoint info on first run at shrfunc1)
6897 (pending breakpoint info on second run at shrfunc1)
6898 (pending breakpoint info on second run at shrfunc2)
6899 (print y from libfile, print y from libfile2): New tests.
6900 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
6901 * gdb.base/unloadshr2.c: New.
6902
6903 2009-12-22 Hui Zhu <teawater@gmail.com>
6904
6905 * gdb.reverse/sigall-reverse.exp: Adjust.
6906
6907 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6908
6909 PR gdb/10884
6910
6911 * gdb.mi/var-cmd.c (do_bitfield_tests): New
6912 (main): Call do_bitfield_tests.
6913 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
6914
6915 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6916
6917 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
6918 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
6919 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
6920 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
6921 gdb.modula2/unbounded1.c: Update copyright header.
6922
6923 2009-12-10 Chris Moller <moller@mollerware.com>
6924
6925 PR gdb/9399
6926 * gdb.cp/virtfunc2.exp: New tests
6927 * gdb.cp/virtfunc2.cc: New tests
6928 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
6929
6930 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
6931
6932 * gdb.reverse/i387-env-reverse.c: New file.
6933 * gdb.reverse/i387-env-reverse.exp: New file.
6934 * gdb.reverse/i387-stack-reverse.c: New file.
6935 * gdb.reverse/i387-stack-reverse.exp: New file.
6936
6937 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6938
6939 * gdb.python/py-type.exp (test_range): New test.
6940
6941 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
6942
6943 PR python/10805
6944
6945 * gdb.python/py-type.exp: New file.
6946 * gdb.python/py-type.c: New file.
6947 * Makefile.in: Add py-type.
6948
6949 2009-12-03 Tom Tromey <tromey@redhat.com>
6950
6951 * gdb.python/py-value.exp (test_parse_and_eval): New
6952 function.
6953
6954 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6955
6956 PR gdb/11022
6957
6958 * gdb.base/pr11022.exp: New test.
6959 * gdb.base/pr11022.c: New test.
6960
6961 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 Fix spurious false FAILs.
6964 * gdb.base/structs.c (chartest): New.
6965 (main): Fill-in chartest.
6966 * gdb.base/structs.exp (anychar_re, first): New.
6967 (start_structs_test): Import global anychar_re and first.
6968 New gdb_test call "set print elements 300; ${testfile}"
6969 (start_structs_test <$first>): New block.
6970 (any): Import global anychar_re. New variable ac. Use ${ac}.
6971
6972 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6973
6974 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
6975
6976 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
6979 Force $srcfile file.
6980 * gdb.base/foll-fork.c (callee): Comment out the printf call.
6981
6982 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6983
6984 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
6985 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
6986 * gdb.threads/watchthreads-reorder.exp: Likewise.
6987
6988 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6989
6990 PR gdb/8704
6991
6992 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
6993 "if", and "thread". Correct matching in the previous test.
6994
6995 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
6996
6997 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
6998
6999 2009-11-23 Michael Snyder <msnyder@vmware.com>
7000
7001 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
7002 * gdb.reverse-watch-precsave.exp: Ditto.
7003
7004 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
7005
7006 * gdb.asm/asm-source.exp: Adjust.
7007 * gdb.base/help.exp: Adjust.
7008
7009 2009-11-22 Pedro Alves <pedro@codesourcery.com>
7010
7011 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
7012 (do_syscall_tests_without_xml): Set data-directory to
7013 /the/path/to/nowhere.
7014
7015 2009-11-21 Pedro Alves <pedro@codesourcery.com>
7016
7017 * gdb.threads/local-watch-wrong-thread.c,
7018 gdb.threads/local-watch-wrong-thread.exp: New files.
7019
7020 2009-11-21 Pedro Alves <pedro@codesourcery.com>
7021
7022 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
7023 assume new `regsub' syntax available.
7024
7025 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7026
7027 * gdb.base/watchpoint-hw-hit-once.exp,
7028 gdb.base/watchpoint-hw-hit-once.c: New.
7029
7030 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7031
7032 * gdb.threads/watchthreads-reorder.exp,
7033 gdb.threads/watchthreads-reorder.c: New.
7034
7035 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
7036
7037 * gdb.xml/tdesc-regs.exp: Use for m68k.
7038
7039 2009-11-15 Pedro Alves <pedro@codesourcery.com>
7040
7041 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
7042
7043 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7044
7045 * lib/gdb.exp (current_target_name): New procedure.
7046 (gdb_wrapper_target): New variable.
7047 (gdb_wrapper_init): Set gdb_wrapper_target.
7048 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
7049 wrapper.
7050
7051 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7052
7053 * gdb.base/remote.exp: Delete the slowest load test.
7054 Do not load with fixed packet sizes.
7055
7056 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7057
7058 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
7059
7060 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7061
7062 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
7063 srcfile when setting a breakpoint.
7064
7065 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
7066
7067 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
7068 macros.
7069
7070 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7071
7072 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
7073 to be in memory.
7074 * gdb.base/display.c (force_mem): New.
7075 (do_loops): Use it. Add breakpoint comments.
7076 (do_vars): Add a breakpoint comment.
7077 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
7078 line numbers.
7079
7080 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
7081
7082 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
7083 instead of a bare "run".
7084
7085 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7086
7087 * gdb.python/py-prettyprint.exp: Adjust.
7088
7089 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7090
7091 * lib/cell.exp (skip_cell_tests): Clean up test files before
7092 returning.
7093
7094 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7095
7096 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
7097 and the breakpoint menu. Do not call perror if a prompt is seen.
7098 Consume the following GDB prompt.
7099 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
7100 * gdb.cp/namespace.exp: Use gdb_test.
7101 * gdb.cp/templates.exp: Use gdb_test.
7102 (test_template_breakpoints): Use gdb_test_multiple.
7103
7104 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7105
7106 * gdb.base/break1.c (struct some_struct, values): Move earlier.
7107 (marker4): Reference values.
7108
7109 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7110
7111 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
7112 is missing.
7113
7114 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7115
7116 * gdb.base/break.c (need_malloc): New.
7117 * gdb.base/constvars.c (main): Reference crass and crisp.
7118 * gdb.base/gdb1821.c (main): Reference bar.
7119 * gdb.cp/gdb1355.cc (main): Reference s1.
7120 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
7121 (main): Call them.
7122 * gdb.cp/hang2.cc (dummy2): Define.
7123 * gdb.cp/hang3.cc (dummy3): Define.
7124 * gdb.cp/m-data.cc (main): Reference shadow.
7125
7126 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7127 Nathan Froyd <froydnj@codesourcery.com>
7128
7129 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
7130 remote host.
7131
7132 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
7133
7134 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
7135 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
7136 * gdb.dwarf2/dw2-compressed.exp: Likewise.
7137 * gdb.dwarf2/dw2-intercu.exp: Likewise.
7138 * gdb.dwarf2/dw2-intermix.exp: Likewise.
7139 * gdb.dwarf2/dw2-producer.exp: Likewise.
7140 * gdb.dwarf2/mac-fileno.exp: Likewise.
7141 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
7142 py-prettyprint.py to the remote host.
7143 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
7144
7145 2009-11-11 Keith Seitz <keiths@redhat.com>
7146
7147 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
7148 use it instead of "Foo".
7149 * gdb.cp/classes.exp (do_tests): Add a test to access
7150 a method through a typedef'd class name.
7151
7152 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
7153
7154 * gdb.base/long_long.exp: Permit leading zeros on floating-point
7155 exponents.
7156 * gdb.base/pointers.exp: Likewise.
7157 * gdb.cp/ref-types.exp: Likewise.
7158
7159 2009-11-11 Keith Seitz <keiths@redhat.com>
7160
7161 * gdb.cp/cplusfuncs.cc (class foo): Add operators
7162 new[] and delete[].
7163 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
7164 "void".
7165 (probe_demangler): Remove all single-quoting of
7166 method and variable names.
7167 (info_func_regexp): Remove the word "void" from any
7168 occurrence of "(void)".
7169 (print_addr_2): Remove all single-quoting of
7170 method names.
7171 (print_addr_2_kfail): Likewise.
7172 (print_addr): Single-quote C function names before
7173 passing to print_addr_2.
7174 (test_paddr_operator_functions): Remove single-quoting
7175 for method names.
7176 Add tests for operator new[] and operator delete[].
7177
7178 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7179
7180 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
7181
7182 2009-11-09 Keith Seitz <keiths@redhat.com>
7183
7184 * gdb.cp/overload.exp: Add tests for resolving overloaded
7185 methods in expression parsing/evaluation.
7186
7187 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7188
7189 * lib/gdb.exp (default_gdb_version): Use --version instead of
7190 --command.
7191
7192 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
7193
7194 * lib/gdb.exp (gdb_compile_test): New.
7195 (skip_ada_tests, skip_java_tests): New.
7196 (gdb_compile): Use gdb_compile_test for f77.
7197 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
7198 * lib/java.exp (compile_java_from_source): Remove runtests check,
7199 use gdb_compile_test to record result.
7200 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
7201 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
7202 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
7203 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
7204 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
7205 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
7206 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
7207 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
7208 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
7209 adjust gdb_compile invocations.
7210
7211 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7212
7213 * Makefile.in (abs_builddir): New.
7214 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
7215 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
7216 `$(abs_builddir)/site.exp'.
7217
7218 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
7219
7220 * config/m68k-emc.exp, lib/emc-support.exp,
7221 gdb.trace/gdb_c_test.c: Delete.
7222 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
7223 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7224 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7225 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7226 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7227 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
7228 casing for m68k-*-elf.
7229
7230 2009-11-03 Pedro Alves <pedro@codesourcery.com>
7231
7232 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
7233 * gdb.arch/i386-prologue.exp: Likewise.
7234 * gdb.arch/i386-unwind.exp: Likewise.
7235
7236 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7237
7238 * lib/gdb.exp (gdb_expect): Fix timeout typo.
7239
7240 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7241
7242 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
7243
7244 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7245
7246 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
7247
7248 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7249
7250 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
7251
7252 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7253
7254 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
7255 * gdb.base/sepdebug2.c: New file.
7256
7257 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7258
7259 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
7260 the modified warnings for catch syscall. Verify if GDB was compiled
7261 with support for lib expat, and choose which tests to run depending
7262 on this.
7263
7264 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
7265
7266 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
7267 that composite commands are parsed OK. And also test
7268 that breakpoint commands do work.
7269
7270 2009-10-23 Michael Snyder <msnyder@vmware.com>
7271
7272 gdb.reverse/consecutive-precsave.exp: Change expect pattern
7273 to allow for new disassembly style.
7274
7275 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
7276
7277 * gdb.asm/asm-source.exp: Adjust.
7278
7279 2009-10-22 Michael Snyder <msnyder@vmware.com>
7280
7281 * gdb.reverse/break-precsave.exp: New test.
7282 * gdb.reverse/consecutive-precsave.exp: Ditto.
7283 * gdb.reverse/finish-precsave.exp: Ditto.
7284 * gdb.reverse/i386-precsave.exp: Ditto.
7285 * gdb.reverse/machinestate-precsave.exp: Ditto.
7286 * gdb.reverse/sigall-precsave.exp: Ditto.
7287 * gdb.reverse/solilb-precsave.exp: Ditto.
7288 * gdb.reverse/step-precsave.exp: Ditto.
7289 * gdb.reverse/until-precsave.exp: Ditto.
7290 * gdb.reverse/watch-precsave.exp: Ditto.
7291
7292 2009-10-22 Michael Snyder <msnyder@vmware.com>
7293
7294 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
7295 for gdb_expect. Adjust one test's expect strings for the new
7296 format of disassemble.
7297 * gdb.reverse/finish-reverse.exp: Delete 'return'.
7298 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
7299 gdb_test_multiple.
7300 * gdb.reverse/step-reverse.exp: Delete 'return'.
7301 * gdb.reverse/until-reverse.exp: Delete blank lines.
7302 * gdb.reverse/watch-reverse.exp: Delete blank lines.
7303
7304 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
7305
7306 * gdb.base/consecutive.exp: Adjust.
7307 * gdb.base/display.exp: Likewise.
7308 * gdb.base/pc-fp.exp: Likewise.
7309 * gdb.base/sigbpt.exp: Likewise.
7310
7311 2009-10-19 Michael Snyder <msnyder@vmware.com>
7312
7313 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
7314 * gdb.reverse/finish-reverse.c: Ditto.
7315 * gdb.reverse/sigall-reverse.c: Ditto.
7316 * gdb.reverse/solib-reverse.c: Ditto.
7317 * gdb.reverse/step-reverse.c: Ditto.
7318 * gdb.reverse/watch-reverse.c: Ditto.
7319
7320 2009-10-19 Pedro Alves <pedro@codesourcery.com>
7321 Stan Shebs <stan@codesourcery.com>
7322
7323 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
7324 * gdb.base/foll-exec.exp: Adjust to expect a process id before
7325 "Executing new program".
7326 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
7327 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
7328 left listed after having been killed.
7329 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
7330 * gdb.base/maint.exp: Adjust test.
7331
7332 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
7333 * gdb.multi/Makefile.in: New.
7334 * gdb.multi/base.exp: New.
7335 * gdb.multi/goodbye.c: New.
7336 * gdb.multi/hangout.c: New.
7337 * gdb.multi/hello.c: New.
7338 * gdb.multi/bkpt-multi-exec.c: New.
7339 * gdb.multi/bkpt-multi-exec.exp: New.
7340 * gdb.multi/crashme.c: New.
7341
7342 2009-10-13 Tristan Gingold <gingold@adacore.com>
7343
7344 * gdb.base/sepdebug.exp: Check debug info are found.
7345
7346 2009-10-08 Pedro Alves <pedro@codesourcery.com>
7347
7348 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
7349 bits.
7350
7351 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7352
7353 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
7354
7355 2009-10-07 Joel Brobecker <brobecker@adacore.com>
7356
7357 * gdb.base/watchpoints.c: Add copyright header. Reformat one
7358 of the comments.
7359
7360 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
7361
7362 * gdb.base/annota1.exp: Remove obsolete match_max increase.
7363 * gdb.base/annota3.exp: Idem.
7364 * gdb.base/maint.exp: Idem.
7365
7366 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7367
7368 * lib/gdb.exp (default_gdb_init): Set current value of match_max
7369 to default.
7370
7371 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
7372
7373 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
7374 mingw and cygwin targets.
7375
7376 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
7377 Pedro Alves <pedro@codesourcery.com>
7378
7379 * lib/gdb.exp (gdb_compile): Avoid adding
7380 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
7381
7382 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
7383
7384 * gdb.base/shr1.c: Use %p in format string.
7385 * gdb.base/unload.c: Avoid warning in fprintf.
7386 * gdb.base/watchpoint-solib.c: Idem.
7387
7388 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
7389
7390 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
7391 long type.
7392 (test_unlink): Correct printf string.
7393 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
7394 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
7395
7396 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7397
7398 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
7399 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
7400 * gdb.arch/ia64-breakpoint-shadow.S: New file.
7401
7402 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7403
7404 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
7405 * gdb.objc/nondebug.exp: Likewise.
7406
7407 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7408
7409 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
7410 target_info setting.
7411
7412 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
7413 that detect new threads during "info threads".
7414
7415 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7416
7417 * gdb.threads/manythreads.c (main): Increase thread stack size
7418 to 2*PTHREAD_STACK_MIN.
7419 * gdb.threads/multi-create.c (main): Likewise.
7420 (create_function): Likewise.
7421
7422 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7423
7424 * gdb.base/dump.exp: Pass difference of pointer types instead
7425 of integer types as offset to restore in intarr3.srec case.
7426
7427 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7428
7429 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
7430
7431 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7432
7433 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
7434
7435 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
7436
7437 New test for two watchpoints, with disabling of
7438 the first inserted.
7439 * testsuite/gdb.base/watchpoints.c: New file.
7440 * testsuite/gdb.base/watchpoints.exp: New file.
7441
7442 2009-09-25 Tom Tromey <tromey@redhat.com>
7443
7444 * gdb.base/charset.exp: Test utf-16 strings with Python.
7445
7446 2009-09-25 Tom Tromey <tromey@redhat.com>
7447
7448 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
7449 UCS-4.
7450 * gdb.base/charset.c (utf_32_string): Rename.
7451 (init_utf32): Rename.
7452 (main): Update.
7453
7454 2009-09-22 Tom Tromey <tromey@redhat.com>
7455
7456 * gdb.python/py-function.exp: Add regression tests.
7457
7458 2009-09-21 Keith Seitz <keiths@redhat.com>
7459
7460 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
7461 with invalid operator.
7462
7463 2009-09-21 Keith Seitz <keiths@redhat.com>
7464
7465 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
7466 and destructor using typedef name of class.
7467 * gdb.cp/classes.cc (class Base1): Add a destructor.
7468 (base1): New typedef.
7469 (use_methods): Instanitate an object of type base1.
7470 * gdb.cp/templates.exp (test_template_typedef): New procedure.
7471 (do_tests): Call test_template_typedef.
7472 * gdb.cp/templates.cc (Baz::~Baz): New method.
7473 (intBazOne): New typedef.
7474 (main): Instantiate intBazOne.
7475
7476 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
7477
7478 PR python/10633
7479
7480 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
7481 Function.
7482 (run_lang_tests): Add print elements test.
7483
7484 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
7485
7486 * gdb.python/py-value.exp (test_subscript_regression): New
7487 function. Test for invalid subscripts.
7488 * gdb.python/py-value.c (main): Add test array, and pointer to it.
7489 (ptr_ref): New function.
7490
7491 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7492
7493 * gdb.base/default.exp: Fix "show convenience".
7494
7495 2009-09-15 Tom Tromey <tromey@redhat.com>
7496
7497 * lib/mi-support.exp (mi_create_varobj): Update.
7498 (mi_create_floating_varobj): Likewise.
7499 (mi_create_dynamic_varobj): New proc.
7500 (mi_varobj_update): Update.
7501 (mi_varobj_update_with_type_change): Likewise.
7502 (mi_varobj_update_kv_helper): New proc.
7503 (mi_varobj_update_dynamic_helper): Rewrite.
7504 (mi_varobj_update_dynamic): New proc.
7505 (mi_list_varobj_children): Update.
7506 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
7507 * gdb.python/python-prettyprint.py (pp_outer): New class.
7508 (pp_nullstr): Likewise.
7509 (lookup_function): Register new printers.
7510 * gdb.python/python-prettyprint.c (struct substruct): New type.
7511 (struct outerstruct): Likewise.
7512 (substruct_test): New function.
7513 (struct nullstr): New type.
7514 (string_1, string_2): New globals.
7515 (main): Add new tests.
7516 * gdb.python/python-mi.exp: Added regression tests.
7517 * gdb.mi/mi2-var-display.exp: Update.
7518 * gdb.mi/mi2-var-cmd.exp: Update.
7519 * gdb.mi/mi2-var-child.exp: Update.
7520 * gdb.mi/mi2-var-block.exp: Update.
7521 * gdb.mi/mi-var-invalidate.exp: Update.
7522 * gdb.mi/mi-var-display.exp: Update.
7523 * gdb.mi/mi-var-cmd.exp: Update.
7524 * gdb.mi/mi-var-child.exp: Update.
7525 * gdb.mi/mi-var-block.exp: Update.
7526 * gdb.mi/mi-break.exp: Update.
7527 * gdb.mi/gdb701.exp: Update.
7528
7529 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7530
7531 * Makefile.in: Inclusion of catch-syscall object.
7532 * gdb.base/catch-syscall.c: New file.
7533 * gdb.base/catch-syscall.exp: New file.
7534
7535 2009-09-12 Michael Snyder <msnyder@vmware.com>
7536
7537 * gdb.reverse/step-reverse.exp: Explicitly check for targets
7538 that can support reverse debuggnig.
7539
7540 2009-09-11 Tom Tromey <tromey@redhat.com>
7541
7542 * gdb.dwarf2/valop.S: New file.
7543 * gdb.dwarf2/valop.exp: New file.
7544
7545 2009-09-11 Mark Kettenis <kettenis@gnu.org>
7546
7547 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
7548
7549 2009-09-10 Doug Evans <dje@google.com>
7550
7551 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
7552 Add $gdb_prompt to second breakpoint regexp.
7553
7554 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
7555
7556 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
7557 names, add missing ones.
7558 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
7559 * gdb.python/py-frame.c: Rename from python-frame.c.
7560 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
7561 testfile name.
7562 * gdb.python/py-function.exp: Rename from python-function.exp.
7563 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
7564 testfile name.
7565 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
7566 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
7567 Adjust testfile name.
7568 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
7569 * gdb.python/py-template.cc: Rename from python-template.cc.
7570 * gdb.python/py-template.exp: Rename from python-template.exp.
7571 Adjust testfile name.
7572 * gdb.python/py-value.c: Rename from python-value.c.
7573 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
7574 testfile name.
7575
7576 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7577
7578 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
7579 $bpt2address.
7580 (Second breakpoint address is valid on ia64)
7581 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
7582
7583 2009-09-03 Joseph Myers <joseph@codesourcery.com>
7584
7585 * gdb.base/ending-run.exp: Restrict regular expression matching
7586 line number to require closing brace following.
7587
7588 2009-09-03 Doug Evans <dje@google.com>
7589
7590 * gdb.base/store.exp (check_set): Fix typo in expected value message.
7591
7592 2009-09-02 Tom Tromey <tromey@redhat.com>
7593
7594 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
7595
7596 2009-09-02 Tom Tromey <tromey@redhat.com>
7597
7598 * gdb.dwarf2/callframecfa.exp: New file.
7599 * gdb.dwarf2/callframecfa.S: New file.
7600
7601 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7602
7603 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
7604 gdb.base/solib-overlap-main.c: New.
7605
7606 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
7607
7608 PR gdb/10565
7609
7610 * gdb.base/bitfields.c (struct container, container): New.
7611 (main): Initialize it and call break5.
7612 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
7613
7614 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7615
7616 Support constant DW_AT_data_member_location by GCC PR debug/40659.
7617 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
7618
7619 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7620
7621 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
7622
7623 2009-08-26 Michael Snyder <msnyder@vmware.com>
7624
7625 * gdb.base/i386-reverse.c: New file.
7626 * gdb.base/i386-reverse.exp: New file.
7627 * gdb.base/Makefile.in: Add new files to be removed.
7628
7629 2009-08-26 Joseph Myers <joseph@codesourcery.com>
7630
7631 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
7632 environment-pwd for remote host.
7633 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
7634
7635 2009-08-24 Keith Seitz <keiths@redhat.com>
7636
7637 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
7638 Add two new C++ completer tests which limit the output to a
7639 given class.
7640
7641 2009-08-24 Michael Snyder <msnyder@vmware.com>
7642
7643 * gdb.base/del.exp: Fix typo in comment.
7644 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
7645
7646 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7647
7648 * configure: Regenerate.
7649 * gdb.hp/configure: Likewise.
7650 * gdb.hp/gdb.aCC/configure: Likewise.
7651 * gdb.hp/gdb.base-hp/configure: Likewise.
7652 * gdb.hp/gdb.compat/configure: Likewise.
7653 * gdb.hp/gdb.defects/configure: Likewise.
7654 * gdb.hp/gdb.objdbg/configure: Likewise.
7655 * gdb.stabs/configure: Likewise.
7656
7657 2009-08-19 Doug Evans <dje@google.com>
7658
7659 * gdb.base/gdbvars.c: New file.
7660 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
7661
7662 2009-08-14 Pedro Alves <pedro@codesourcery.com>
7663
7664 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7665 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
7666
7667 2009-08-13 Pedro Alves <pedro@codesourcery.com>
7668
7669 * gdb.base/default.exp: Adjust "set language test": it's now an
7670 enum command. Larger help string moved to "help set language".
7671 * gdb.base/help.exp: Adjust "help set language" expected output,
7672 now lists all known languages.
7673
7674 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
7675
7676 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
7677 all frame arguments.
7678 * gdb.arch/altivec-regs.exp: Likewise.
7679
7680 2009-08-07 Tom Tromey <tromey@redhat.com>
7681
7682 * gdb.base/setshow.exp: Add tests for changes to set language, set
7683 check range, and set check type.
7684
7685 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
7686
7687 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
7688 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
7689 Call it.
7690
7691 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7692
7693 * configure.ac: Run gdb.cell tests when appropriate.
7694 * configure: Regenerate.
7695 * lib/cell.exp: New file.
7696 * gdb.cell: New directory.
7697 * gdb.cell/configure.ac: New file.
7698 * gdb.cell/configure: New file.
7699 * gdb.cell/Makefile.in: New file.
7700 * gdb.cell/arch.exp: New file.
7701 * gdb.cell/break.c: New file.
7702 * gdb.cell/break.exp: New file.
7703 * gdb.cell/break-spu.c: New file.
7704 * gdb.cell/bt.c: New file.
7705 * gdb.cell/bt2-spu.c: New file.
7706 * gdb.cell/bt-spu.c: New file.
7707 * gdb.cell/bt.exp: New file.
7708 * gdb.cell/coremaker.c: New file.
7709 * gdb.cell/coremaker-spu.c: New file.
7710 * gdb.cell/core.exp: New file.
7711 * gdb.cell/gcore.exp: New file.
7712 * gdb.cell/data.c: New file.
7713 * gdb.cell/data.exp: New file.
7714 * gdb.cell/data-spu.c: New file.
7715 * gdb.cell/ea-cache.exp: New file.
7716 * gdb.cell/ea-cache.c: New file.
7717 * gdb.cell/ea-cache-spu.c: New file.
7718 * gdb.cell/ea-standalone.c: New file.
7719 * gdb.cell/ea-standalone.exp: New file.
7720 * gdb.cell/ea-test.c: New file.
7721 * gdb.cell/ea-test.exp: New file.
7722 * gdb.cell/f-regs.exp: New file.
7723 * gdb.cell/mem-access.c: New file.
7724 * gdb.cell/mem-access.exp: New file.
7725 * gdb.cell/mem-access-spu.c: New file.
7726 * gdb.cell/ptype.exp: New file.
7727 * gdb.cell/registers.exp: New file.
7728 * gdb.cell/size.c: New file.
7729 * gdb.cell/sizeof.exp: New file.
7730 * gdb.cell/size-spu.c: New file.
7731 * gdb.cell/solib.exp: New file.
7732 * gdb.cell/solib-symbol.exp: New file.
7733
7734 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7735
7736 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
7737
7738 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7739
7740 * gdb.base/float.exp: Handle VFP registers.
7741
7742 2009-07-14 Michael Snyder <msnyder@vmware.com>
7743
7744 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
7745 to bring gdb to the beginning of the calling line.
7746
7747 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
7748 confusing the i386 epilogue unwinder.
7749
7750 2009-07-14 Stan Shebs <stan@codesourcery.com>
7751
7752 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
7753
7754 2009-07-14 Michael Snyder <msnyder@vmware.com>
7755
7756 * gdb.reverse/step-reverse.exp (stepi into function call):
7757 Call instruction may not be first instruction in the line.
7758 (reverse stepi from a function call): Used wrong line number.
7759
7760 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7761
7762 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
7763
7764 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 Fix gdb.base/macscp.exp when using custom inputrc.
7767 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
7768 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
7769 env(TERM) set.
7770 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
7771 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
7772
7773 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7774
7775 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
7776 * gdb.base/annota1.exp (thread_test): Import global $testfile.
7777 Change the compilation target to match the testcase name.
7778 * gdb.base/sect-cmd.exp: Change the compilation target to match the
7779 testcase name.
7780 * a2-run.exp: Use for setup prepare_for_testing. Change the
7781 compilation target to match the testcase name.
7782 * gdb.base/commands.exp: Likewise.
7783 * gdb.base/finish.exp: Likewise.
7784 * gdb.base/float.exp: Likewise.
7785 * gdb.base/info-target.exp: Likewise.
7786 * gdb.base/relational.exp: Likewise.
7787 * gdb.base/term.exp: Likewise.
7788 * gdb.base/until.exp: Likewise.
7789 * gdb.base/volatile.exp: Likewise.
7790 * gdb.base/whatis-exp.exp: Likewise.
7791
7792 2009-07-11 Hui Zhu <teawater@gmail.com>
7793
7794 * gdb.base/help.exp (disassemble): Update expected help text.
7795
7796 2009-07-09 Tom Tromey <tromey@redhat.com>
7797
7798 * lib/gdb.exp: Handle TRANSCRIPT.
7799 (remote_spawn, remote_close, send_gdb): New procs.
7800
7801 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
7802
7803 * gdb.python/python-prettyprint.c: Add counted null string
7804 structure.
7805 * gdb.python/python-prettyprint.exp: Print null string. Test for
7806 embedded nulls.
7807 * gdb.python/python-prettyprint.py (pp_ns): New Function.
7808 * gdb.python/python-value.exp (test_value_in_inferior): Add
7809 variable length string fetch tests.
7810 * gdb.python/python-value.c (main): Add strings for string fetch tests.
7811
7812 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 * gdb.base/dump.exp (inaccessible memory is reported): New test.
7815
7816 2009-07-07 Tom Tromey <tromey@redhat.com>
7817
7818 * gdb.base/call-rt-st.exp: Update for change to escape output.
7819 * gdb.base/callfuncs.exp: Likewise.
7820 * gdb.base/charset.exp: Likewise.
7821 * gdb.base/constvars.exp: Likewise.
7822 * gdb.base/long_long.exp: Likewise.
7823 * gdb.base/pointers.exp: Likewise.
7824 * gdb.base/printcmds.exp: Likewise.
7825 * gdb.base/setvar.exp: Likewise.
7826 * gdb.base/store.exp: Likewise.
7827 * gdb.cp/ref-types.exp: Likewise.
7828 * gdb.mi/mi-var-child.exp: Likewise.
7829 * gdb.mi/mi-var-display.exp: Likewise.
7830 * gdb.mi/mi2-var-display.exp: Likewise.
7831 * gdb.base/charset.exp: Test octal escape sequence length.
7832 Update for change to escape output.
7833
7834 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7835
7836 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
7837
7838 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
7839
7840 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
7841
7842 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
7845 gdbserver increasing $portnum if "Can't bind address" has been seen.
7846
7847 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7848
7849 * gdb.base/ending-run.exp: Add "step out of main" pattern for
7850 mingw32ce.
7851
7852 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7853
7854 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
7855 VFP format.
7856
7857 2009-07-02 Pedro Alves <pedro@codesourcery.com>
7858
7859 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
7860 linux. Adjust to use "inferior", "info inferiors", "detach
7861 inferior" and "kill inferior" instead of "restart", "info fork",
7862 "detach fork" and "delete fork".
7863 * gdb.base/ending-run.exp: Spell out "info".
7864 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
7865 the "kill" command.
7866
7867 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7868
7869 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
7870 change to prefix TLS offset in hex with 0x.
7871
7872 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7873
7874 * gdb.base/default.exp: Update test case for "x" changes.
7875
7876 2009-07-01 Tristan Gingold <gingold@adacore.com>
7877
7878 * gdb.base/bigcore.exp: Make darwin untested.
7879
7880 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7881
7882 * gdb.base/completion.exp (directory completion): Create the directory.
7883 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
7884 escapeuniquesub.
7885 (directory completion 2): Expect now ${escapeuniquesub}.
7886 (Glob remaining of directory test): Remove one excessive newline.
7887 Expect the real output.
7888
7889 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 Fix `make check//%' target after `make check' has been ran.
7892 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
7893 a mkdir call.
7894 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
7895 (%/.dir): Remove.
7896
7897 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7898
7899 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
7900 the expected result record.
7901
7902 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7903
7904 Remove racy FAILs relying just on the timeouts.
7905 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
7906 (annotation_level 2): Remove racy FAILs.
7907
7908 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
7909
7910 gdb/10275
7911 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
7912
7913 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
7914
7915 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
7916
7917 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
7918
7919 * gdb.mi/mi-stack.exp: Testing symbolic options
7920 to -stack-list-locals and -stack-list-arguments.
7921
7922 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7923
7924 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
7925
7926 2009-06-29 Tom Tromey <tromey@redhat.com>
7927
7928 * dg-extract-results.sh: New file.
7929 * Makefile.in (FORCE_PARALLEL): New variable.
7930 (CHECK_TARGET): New conditional variable.
7931 (check): Use CHECK_TARGET.
7932 (DO_RUNTEST): New variable.
7933 (check-single): New target.
7934 (TEST_DIRS): New variable.
7935 (TEST_TARGETS): Likewise.
7936 (check-parallel): New target.
7937 (check-gdb.%): New pattern.
7938 (BASE1_FILES): New variable.
7939 (BASE2_FILES): Likewise.
7940 (check-gdb.base%): New pattern.
7941 (%/.dir): New pattern.
7942 * configure: Rebuild.
7943 * aclocal.m4 (AM_CONDITIONAL): New defun.
7944 * configure.ac: Check whether user is using GNU make.
7945 (GMAKE): New conditional.
7946
7947 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
7948
7949 * gdb.cp/namespace-nested-import.cc: New test.
7950 * gdb.cp/namespace-nested-import.exp: New test.
7951
7952 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7953
7954 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
7955 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
7956 * gdb.opt/Makefile.in (EXECUTABLES): Update.
7957 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
7958 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
7959 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
7960 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
7961 gdb.opt/inline-markers.c: New files.
7962 * lib/gdb.exp (skip_inline_frame_tests): New function.
7963 (skip_inline_var_tests): New function.
7964
7965 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
7966
7967 * gdb.cp/exception.exp: Don't require $hex before inner frame in
7968 backtrace.
7969
7970 2009-06-27 Michael Snyder <msnyder@vmware.com>
7971
7972 * gdb.reverse: New directory.
7973 * gdb.reverse/break-reverse.c: New test.
7974 * gdb.reverse/break-reverse.exp: New test.
7975 * gdb.reverse/consecutive-reverse.c: New test.
7976 * gdb.reverse/consecutive-reverse.exp: New test.
7977 * gdb.reverse/finish-reverse.c: New test.
7978 * gdb.reverse/finish-reverse.exp: New test.
7979 * gdb.reverse/machinestate.c: New test.
7980 * gdb.reverse/ms1.c: New test.
7981 * gdb.reverse/machinestate.exp: New test.
7982 * gdb.reverse/Makefile.in: New file.
7983 * gdb.reverse/shr2.c: New test.
7984 * gdb.reverse/solib-reverse.c: New test.
7985 * gdb.reverse/solib-reverse.exp: New test.
7986 * gdb.reverse/step-reverse.c: New test.
7987 * gdb.reverse/step-reverse.exp: New test.
7988 * gdb.reverse/until-reverse.c: New test.
7989 * gdb.reverse/ur1.c: New test.
7990 * gdb.reverse/until-reverse.exp: New test.
7991 * gdb.reverse/watch-reverse.c: New test.
7992 * gdb.reverse/watch-reverse.exp: New test.
7993 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
7994 * configure: Regenerate.
7995
7996 2009-06-26 Doug Evans <dje@google.com>
7997
7998 * gdb.base/psymtab.exp: Turn off pending breakpoints.
7999
8000 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
8001
8002 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
8003 windows problem for 'file delete $binfile'.
8004
8005 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
8006
8007 * gdb.cp/namespace-using.exp: New test.
8008 * gdb.cp/namespace-using.cc: New test.
8009
8010 2009-05-20 Joel Brobecker <brobecker@adacore.com>
8011
8012 * gdb.ada/variant_record_packed_array: New testcase.
8013
8014 2009-06-23 Tom Tromey <tromey@redhat.com>
8015
8016 * gdb.base/charset.exp (test_combination): Regression test.
8017 * gdb.base/charset.c (my_wchar_t): New typedef.
8018 (myvar): New global.
8019 (main): Set myvar.
8020
8021 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
8022
8023 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
8024 target.
8025
8026 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8027
8028 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
8029
8030 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8031
8032 * gdb.mi/gdb680.exp: Update test for error message.
8033
8034 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8035
8036 * gdb.base/annota1.exp: Allow multiple occurrences of the
8037 frames-invalid annotation.
8038 * gdb.cp/annota2.exp: Likewise.
8039
8040 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
8041
8042 * gdb.cp/gdb2495.cc: New file.
8043 * gdb.cp/gdb2495.exp: New file.
8044
8045 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8046
8047 Report error on GDB crash during runto.
8048 * lib/gdb.exp (runto <eof>): New.
8049
8050 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
8051
8052 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
8053 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
8054 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
8055 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
8056 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
8057 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
8058 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
8059 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
8060 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
8061 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
8062 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
8063 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
8064 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8065 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
8066 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
8067 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
8068 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
8069 gdb.server/server-mon.exp, gdb.server/server-run.exp,
8070 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8071 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
8072 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
8073 gdb.trace/passcount.exp, gdb.trace/report.exp,
8074 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
8075 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
8076 gdb.trace/while-stepping.exp: Use a unique name for the compiled
8077 executable.
8078
8079 2009-06-07 Pedro Alves <pedro@codesourcery.com>
8080
8081 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
8082 defined before referencing it.
8083
8084 2009-06-03 Doug Evans <dje@google.com>
8085
8086 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
8087 * gdb.arch/i386-see.c: Ditto.
8088
8089 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
8090
8091 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
8092 (check_macro): Return 1 if undefined.
8093 If first test fails, check if macro debug information is available,
8094 and report unsupported test if no macro information is found.
8095
8096 2009-05-29 Doug Evans <dje@google.com>
8097
8098 * gdb.threads/hand-call-in-threads.exp: New.
8099 * gdb.threads/hand-call-in-threads.c: New.
8100
8101 2009-05-29 Michael Snyder <msnyder@vmware.com>
8102
8103 * gdb.base/break-always.exp: Change "1" to "on".
8104 Add confirmation check.
8105
8106 2009-05-28 Pedro Alves <pedro@codesourcery.com>
8107
8108 * gdb.threads/threxit-hop-specific.c: New.
8109 * gdb.threads/threxit-hop-specific.exp: New.
8110 * gdb.threads/thread-execl.c: New.
8111 * gdb.threads/thread-execl.exp: New.
8112
8113 2009-05-27 Tom Tromey <tromey@redhat.com>
8114 Thiago Jung Bauermann <bauerman@br.ibm.com>
8115
8116 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
8117 (mi_child_regexp): Likewise.
8118 (mi_list_varobj_children_range): Likewise.
8119 (mi_get_features): Likewise.
8120 (mi_list_varobj_children): Rewrite.
8121 * gdb.python/python-mi.exp: New file.
8122
8123 2009-05-27 Tom Tromey <tromey@redhat.com>
8124 Thiago Jung Bauermann <bauerman@br.ibm.com>
8125 Phil Muldoon <pmuldoon@redhat.com>
8126 Paul Pluzhnikov <ppluzhnikov@google.com>
8127
8128 * gdb.python/python-prettyprint.exp: New file.
8129 * gdb.python/python-prettyprint.c: New file.
8130 * gdb.python/python-prettyprint.py: New file.
8131 * gdb.base/display.exp: print/r is now valid.
8132
8133 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
8134 Tom Tromey <tromey@redhat.com>
8135 Pedro Alves <pedro@codesourcery.com>
8136 Paul Pluzhnikov <ppluzhnikov@google.com>
8137
8138 * gdb.python/python-template.exp: New file.
8139 * gdb.python/python-template.cc: New file.
8140 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8141 tests.
8142 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8143 Call it.
8144 (test_value_after_death): New proc.
8145 * gdb.python/python-value.c (PTR): New typedef.
8146 (main): New variable 'x'.
8147
8148 2009-05-27 Tom Tromey <tromey@redhat.com>
8149
8150 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8151 tests.
8152 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8153 Call it.
8154
8155 2009-05-27 Pedro Alves <pedro@codesourcery.com>
8156
8157 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
8158
8159 2009-05-24 Pedro Alves <pedro@codesourcery.com>
8160
8161 * gdb.threads/fork-thread-pending.c: New.
8162 * gdb.threads/fork-thread-pending.exp: New.
8163
8164 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8165
8166 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
8167 * gdb.dwarf2/dw2-strp.S (a_string2): New.
8168
8169 2009-05-18 Jon Beniston <jon@beniston.com>
8170
8171 * gdb.asm/asm-source.exp: Add lm32 target.
8172
8173 2009-05-17 Pedro Alves <pedro@codesourcery.com>
8174
8175 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
8176 `gdb_get_line_number'. Call `callee' in both parent and child.
8177 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
8178 `gdb_get_line_number' instead of hardcoding line numbers.
8179 (catch_fork_unpatch_child): New procedure to test detaching
8180 breakpoints from child fork.
8181 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
8182 hardcoding line numbers.
8183 (do_fork_tests): Run `catch_fork_unpatch_child'.
8184
8185 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
8186
8187 * gdb.mi/mi-cmd-var.exp: Check that when varobj
8188 of structure type enters or leaves the scope, it
8189 is reported by -var-update.
8190
8191 2009-05-11 Doug Evans <dje@sebabeach.org>
8192
8193 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
8194 * gdb.threads/pending-step.c (main): Fix off-by-one error.
8195 * gdb.threads/schedlock.c (main): Fix off-by-one error.
8196
8197 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
8200
8201 2009-04-30 Doug Evans <dje@google.com>
8202
8203 * gdb.threads/watchthreads2.exp: New testcase.
8204 * gdb.threads/watchthreads2.c: New testcase.
8205
8206 2009-04-29 Doug Evans <dje@google.com>
8207
8208 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
8209 * gdb.cp/mb-ctor.cc: Ditto.
8210 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
8211 * gdb.cp/mb-inline.h (multi_line_foo): New function.
8212 * gdb.cp/mb-inline1.cc: Call it.
8213 * gdb.cp/mb-inline2.cc: Ditto.
8214 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
8215 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
8216
8217 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8218
8219 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
8220 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
8221 Replace all uses of `decimal' by `nonzero'.
8222 (info macro FROM_COMMANDLINE): New test.
8223
8224 2009-04-27 Tom Tromey <tromey@redhat.com>
8225
8226 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
8227
8228 2009-04-27 Doug Evans <dje@google.com>
8229
8230 * gdb.threads/watchthreads.c (main): Initialize args before starting
8231 the threads. Plus formatting cleanup.
8232 * gdb.threads/watchthreads.exp: Avoid errant failures due to
8233 biased scheduling of one thread.
8234
8235 2009-04-27 Jerome Guitton <guitton@adacore.com>
8236
8237 * gdb.cp/templates.cc (GetMax): New template.
8238 (main): Declare two instances of GetMax.
8239 * gdb.cp/templates.exp: Add new test.
8240
8241 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8242
8243 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
8244
8245 2009-04-22 Joseph Myers <joseph@codesourcery.com>
8246
8247 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
8248
8249 2009-04-15 Tom Tromey <tromey@redhat.com>
8250
8251 * gdb.base/charset.exp: Add regression test.
8252
8253 2009-04-14 Joel Brobecker <brobecker@adacore.com>
8254
8255 * gdb.base/exe-lock.exp: New testcase.
8256
8257 2009-04-13 Tom Tromey <tromey@redhat.com>
8258
8259 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
8260 operator on Frame.
8261
8262 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8263
8264 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
8265 * gdb.server/ext-attach.exp: Likewise.
8266
8267 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
8268
8269 Eliminate some sleep usage.
8270
8271 * gdb.mi/basics.c (do_nothing): New.
8272 (main): Use do_nothing instead of printf, so that
8273 not to introduce race condition between output of
8274 inferiour and output of gdb. Do not use sleep as it
8275 is not generally available on embedded targets.
8276
8277 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8278
8279 * gdb.server/ext-attach.exp: Expect an optional process id after
8280 "Detached from remote process".
8281
8282 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8283
8284 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
8285 gdb.dwarf2/dw2-unresolved.exp: New.
8286
8287 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8288
8289 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
8290 mi_run_to_main.
8291
8292 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8293
8294 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
8295 mi_run_to_main. Skip thread exit test on remote targets.
8296 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
8297 mi_run_to_main.
8298 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
8299 mi_run_to_main.
8300 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
8301 when expecting ^connected. Detect when the target doesn't support
8302 non-stop mode.
8303 (mi_run_cmd): Detect if non-stop mode was requested by isn't
8304 supported. Return -1 on error, 0 on success.
8305 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
8306 (mi_runto): Return mi_runto_helper's result explicitly.
8307
8308 2009-04-01 Pedro Alves <pedro@codesourcery.com>
8309
8310 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
8311
8312 2009-04-01 Tom Tromey <tromey@redhat.com>
8313
8314 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
8315 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
8316 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
8317 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
8318
8319 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
8320 Jan Kratochvil <jan.kratochvil@redhat.com>
8321
8322 PR gdb/931
8323 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
8324 output.
8325 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
8326 for gdb/931.
8327 * dw2-strp.S (DW_AT_language): Change to C++.
8328 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
8329
8330 2009-03-31 Joel Brobecker <brobecker@adacore.com>
8331
8332 * gdb.ada/tasks: New testcase.
8333
8334 2009-03-30 Stan Shebs <stan@codesourcery.com>
8335
8336 * gdb.trace/actions.exp: Update to match new info trace format.
8337 * gdb.trace/deltrace.exp: Ditto.
8338 * gdb.trace/infotrace.exp: Ditto.
8339 * gdb.trace/passcount.exp: Ditto.
8340 * gdb.trace/save-trace.exp: Ditto.
8341 * gdb.trace/while-stepping.exp: Ditto.
8342 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
8343
8344 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8345
8346 * gdb.python/python-frame.c: New file.
8347 * gdb.python/python-frame.exp: New file.
8348
8349 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
8350
8351 * gdb.python/python-value.exp: Add tests for the address
8352 attribute.
8353
8354 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
8355
8356 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
8357
8358 2009-03-26 Doug Evans <dje@google.com>
8359
8360 * gdb.mi/mi-nonstop-exit.exp: New file.
8361 * gdb.mi/non-stop-exit.c: New file.
8362
8363 2009-03-26 Tom Tromey <tromey@redhat.com>
8364
8365 Update for change to prologue skipping:
8366 * gdb.mi/mi2-simplerun.exp: Update.
8367 * gdb.mi/mi2-break.exp: Update.
8368 * gdb.mi/mi-simplerun.exp: Update.
8369 * gdb.mi/mi-break.exp: Update.
8370 * gdb.base/ending-run.exp: Update.
8371
8372 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
8373
8374 * gdb.python/python-value.exp (test_value_in_inferior): Test
8375 gdb.Value.is_optimized_out attribute.
8376
8377 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 * gdb.dwarf2/dw2-noloc-main.c: New file.
8380 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
8381 (.text): Remove.
8382 (.data): New.
8383 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
8384 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
8385 (DW_TAG_subprogram func_cu1, noloc): Remove.
8386 (main): New.
8387 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
8388 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
8389 (file_symbols): New procedure.
8390
8391 2009-03-25 Tom Tromey <tromey@redhat.com>
8392
8393 * gdb.base/charset.exp (valid_target_charset): New proc.
8394 Use it to skip tests on invalid charsets.
8395
8396 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
8397
8398 * gdb.base/completion.exp: Add a test for directory completion.
8399
8400 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8401
8402 Fix a racy FAIL.
8403 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
8404 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
8405
8406 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
8407
8408 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
8409 * gdb.python/python-function.exp: Add test for function returning
8410 a GDB value.
8411
8412 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
8413
8414 * gdb.python/python-function.exp: New file.
8415
8416 2009-03-20 Tom Tromey <tromey@redhat.com>
8417
8418 * gdb.base/store.exp: Update for change to escape output.
8419 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
8420 to escape output.
8421 * gdb.base/pointers.exp: Update for change to escape output.
8422 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
8423 to escape output.
8424 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
8425 escape output.
8426 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
8427 to escape output.
8428 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
8429 escape output.
8430 * gdb.base/setvar.exp: Update for change to escape output.
8431 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
8432 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
8433 to escape output.
8434 (test_print_string_constants): Likewise.
8435 * gdb.base/charset.exp (valid_host_charset): Check size of
8436 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
8437 cases. Handle "auto"-related output.
8438 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
8439 (uvar, Uvar): New globals.
8440
8441 2009-03-19 Jerome Guitton <guitton@adacore.com>
8442
8443 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
8444 deltas.
8445 * gdb.ada/fixed_points.exp: Ditto.
8446
8447 2009-03-18 Pedro Alves <pedro@codesourcery.com>
8448
8449 * return-nodebug.c: Don't include stdio.h.
8450 (init): Delete.
8451 (func): Delete definition and provide extern declaration.
8452 (t): New.
8453 (main): Don't call printf. Call func and store its result in t.
8454 * return-nodebug1.c: New.
8455 * return-nodebug.exp: Don't expect stdio output. Instead, print
8456 the global variable t. Drop printf formatters and cast types from
8457 foreach loop. Don't use prepare_for_testing. Compile
8458 return-nodebug.c and return-nodebug1.c in separate steps. Don't
8459 define FORMAT or CAST.
8460
8461 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8462
8463 * gdb.base/solib-display.exp: Disable test for remote targers.
8464
8465 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8466
8467 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
8468
8469 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8470
8471 Fix a racy FAIL.
8472 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
8473 code from `follow parent, print pids'.
8474 (`follow child, print pids', `follow parent, print pids'): Call it.
8475 Replace `gdb_test "break..."' by gdb_breakpoint.
8476
8477 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
8478
8479 * gdb.mi/mi-cli.exp: Adjust for output difference in
8480 sync and async modes.
8481
8482 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8483
8484 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
8485 that was checked in by mistake. Remove loading of ada.exp, since
8486 this is not necessary in this case.
8487
8488 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8489
8490 * gdb.ada/ptype_arith_binop.exp: New testcase.
8491
8492 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8493
8494 * gdb.ada/mod_from_name: New testcase.
8495
8496 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8497
8498 * gdb.ada/tick_last_segv: New testcase.
8499
8500 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
8501
8502 * gdb.mi/mi-cli.exp: Remove debug print.
8503
8504 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
8505
8506 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
8507 include the token in ^running and frame info in *stopped.
8508
8509 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8510
8511 * solib-display.exp: New file.
8512 * solib-display-main.c: New file.
8513 * solib-display-lib.c: New file.
8514
8515 2009-03-05 Pedro Alves <pedro@codesourcery.com>
8516
8517 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
8518
8519 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8520
8521 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
8522 (list_and_check_macro): Use more specific test name.
8523 (next to definition): Make the test names unique.
8524
8525 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8526
8527 * gdb.pascal/floats.exp: Accept approximate results everywhere.
8528
8529 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
8530
8531 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
8532 notifications.
8533 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
8534 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
8535 * lib/mi-support.exp (library_loaded_re): New.
8536 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
8537
8538 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
8539
8540 * gdb.gdb/observer.exp: Use test_notification observer, not
8541 normal_stop, everywhere.
8542 (test_normal_stop_notifications): Rename to...
8543 (test_notifications): ...this.
8544 (test_observer_normal_stop): Rename to...
8545 (test_observer): ...this.
8546
8547 2009-02-16 Doug Evans <dje@google.com>
8548
8549 * gdb.arch/amd64-disp-step.S (test_int3): New test.
8550 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
8551 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
8552 (test_prefixed_syscall,test_int3): New tests.
8553 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
8554 (test_prefixed_syscall,test_int3): New tests.
8555
8556 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
8557
8558 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
8559 (mi_expect_interrupt): Likewise.
8560 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
8561 response.
8562
8563 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8564
8565 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
8566 * gdb.base/pc-fp.exp (get_valueofx): Remove.
8567 Replace calls to get_valueofx by get_hexadecimal_valueof.
8568
8569 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8570
8571 * lib/gdb.exp (get_valueof): Accept anything as a return value.
8572 (get_integer_valueof): New procedure.
8573 (get_sizeof): Use new get_integer_value_of.
8574 * gdb.base/sizeof.exp: Replace all uses of get_valueof
8575 by get_integer_valueof.
8576
8577 2009-02-13 Tom Tromey <tromey@redhat.com>
8578
8579 * gdb.base/remote.exp (get_sizeof): Remove.
8580 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
8581 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
8582 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
8583 * lib/gdb.exp (get_valueof): Move from long_long.exp.
8584 (get_sizeof): Likewise.
8585
8586 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8587
8588 PR fortran/9806
8589 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
8590
8591 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8592
8593 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
8594
8595 2009-02-06 Pedro Alves <pedro@codesourcery.com>
8596
8597 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
8598
8599 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8600
8601 * gdb.python/python-cmd.exp: New file.
8602
8603 2009-02-06 Tristan Gingold <gingold@adacore.com>
8604
8605 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
8606
8607 2009-02-05 Tristan Gingold <gingold@adacore.com>
8608
8609 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
8610 pointer is dereferenced and use this signal name in regexp.
8611 * gdb.base/signull.exp: Ditto.
8612 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
8613 * gdb.base/signull.c (main): Ditto.
8614
8615 2009-02-04 Tom Tromey <tromey@redhat.com>
8616 Thiago Jung Bauermann <bauerman@br.ibm.com>
8617
8618 * gdb.python/python-value.exp: Use `gdb.history' instead of
8619 `gdb.value_from_history'.
8620 (test_value_numeric_ops): Add test for conversion of enum constant.
8621 * gdb.python/python-value.c (enum e): New type.
8622 (evalue): New global.
8623 (main): Use argv.
8624
8625 2009-02-04 Jerome Guitton <guitton@adacore.com>
8626
8627 * gdb.ada/uninitialized_vars: New test program.
8628 * gdb.ada/uninitialized_vars.exp: New testcase.
8629
8630 2009-02-02 Tom Tromey <tromey@redhat.com>
8631
8632 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
8633 * gdb.cp/pr2489.cc: Rename...
8634 * gdb.cp/pr9594.cc: ... to this.
8635
8636 2009-02-02 Tom Tromey <tromey@redhat.com>
8637
8638 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
8639 * gdb.cp/pr2489.cc: New file.
8640 * gdb.cp/cpcompletion.exp: New file.
8641
8642 2009-02-02 Tom Tromey <tromey@redhat.com>
8643
8644 PR exp/9059:
8645 * gdb.cp/call-c.exp: Add regression test.
8646 * gdb.cp/call-c.cc (FooHandle): New typedef.
8647 (main): New variable 'handle'.
8648
8649 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
8650
8651 * lib/mi-support.exp (et_mi_thread_list)
8652 (check_mi_and_console_threads): Adjust for current thread in
8653 -thread-list-ids output.
8654
8655 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
8656
8657 * gdb.mi/mi-break.exp (test_disabled_creation): New.
8658 Call it.
8659
8660 2009-01-28 Doug Evans <dje@google.com>
8661
8662 * gdb.arch/amd64-disp-step.S: New file.
8663 * gdb.arch/amd64-disp-step.exp: New file.
8664 * gdb.arch/i386-disp-step.S: New file.
8665 * gdb.arch/i386-disp-step.exp: New file.
8666
8667 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
8668
8669 * gdb.base/find.exp: Set newline variable
8670 using quotes instead of braces to fix cygwin failures.
8671
8672 2009-01-23 Pedro Alves <pedro@codesourcery.com>
8673
8674 * gdb.base/radix.exp: Add tests to ensure that that set
8675 input-radix 0 and set output-radix 0 are really rejected.
8676
8677 2009-01-23 Pedro Alves <pedro@codesourcery.com>
8678
8679 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
8680 copyright years.
8681
8682 2009-01-23 Pedro Alves <pedro@codesourcery.com>
8683
8684 PR gdb/9664:
8685 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
8686
8687 2009-01-22 Pedro Alves <pedro@codesourcery.com>
8688
8689 PR c++/9631:
8690 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
8691
8692 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
8693
8694 * gdb.server/file-transfer.exp: Use EXEEXT variable for
8695 binfile definition to fix Windows OS failure.
8696
8697 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8698
8699 PR gdb/9346
8700 * gdb.base/interrupt.c (sigint_handler): New.
8701 (main): Install a SIGINT handler if SIGNALS is defined. Exit
8702 on error.
8703 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
8704 Test "signal SIGINT".
8705
8706 2009-01-19 Doug Evans <dje@google.com>
8707
8708 * gdb.base/break.exp: Update expected gdb output.
8709 * gdb.base/sepdebug.exp: Ditto.
8710 * gdb.mi/mi-syn-frame.exp: Ditto.
8711 * gdb.mi/mi2-syn-frame.exp: Ditto.
8712 * gdb.base/call-signal-resume.exp: New file.
8713 * gdb.base/call-signals.c: New file.
8714 * gdb.base/unwindonsignal.exp: New file.
8715 * gdb.base/unwindonsignal.c: New file.
8716 * gdb.threads/interrupted-hand-call.exp: New file.
8717 * gdb.threads/interrupted-hand-call.c: New file.
8718 * gdb.threads/thread-unwindonsignal.exp: New file.
8719
8720 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
8721
8722 * gdb.base/define.exp: Test defining and hooking prefix commands.
8723 * gdb.python/python.exp: Update test for "show user" output.
8724
8725 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8726
8727 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
8728 now the output exactly, using less wildcards. Expect also the output
8729 of gfortran-4.3. Update for the f-valprint.c modification from
8730 2008-04-22.
8731 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
8732 Remove gdb_test test names where matching the command.
8733
8734 2009-01-01 Pedro Alves <pedro@codesourcery.com>
8735
8736 PR breakpoints/9681:
8737 * gdb.base/watchpoint.exp: Add regression test.
8738
8739 2008-12-31 Pedro Alves <pedro@codesourcery.com>
8740
8741 * gdb.threads/attach-into-signal.exp: Don't use
8742 gdb_suppress_entire_file.
8743 * gdb.threads/attach-stopped.exp: Ditto.
8744 * gdb.threads/attachstop-mt.exp: Ditto.
8745
8746 2008-12-31 Pedro Alves <pedro@codesourcery.com>
8747
8748 PR gdb/8812:
8749 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
8750
8751 2008-12-29 Pedro Alves <pedro@codesourcery.com>
8752
8753 PR gdb/7536:
8754 * gdb.base/radix.exp: Add tests to ensure invalid input radices
8755 and unsupported output radices are really rejected.
8756
8757 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8758
8759 * gdb.cp/punctuator.exp: Backslash the '$' signs.
8760
8761 2008-12-22 Tom Tromey <tromey@redhat.com>
8762
8763 * gdb.cp/punctuator.exp: New file.
8764
8765 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8766
8767 * gdb.base/completion.exp (Completing non-existing component): New test.
8768
8769 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8770
8771 Fix for PR gdb/8648.
8772 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
8773 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
8774 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
8775 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
8776
8777 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8778
8779 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
8780
8781 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
8782
8783 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
8784 compiler actually generate code at the expected line number.
8785
8786 2008-12-15 Jie Zhang <jie.zhang@analog.com>
8787
8788 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
8789
8790 2008-12-12 Tom Tromey <tromey@redhat.com>
8791
8792 * gdb.base/commands.exp (redefine_hook_test): New proc.
8793 Call it.
8794
8795 2008-12-11 Tom Tromey <tromey@redhat.com>
8796
8797 * gdb.base/macscp.exp: New regression test.
8798
8799 2008-12-11 Tom Tromey <tromey@redhat.com>
8800
8801 * gdb.base/macscp.exp: Print "address.addr".
8802 * gdb.base/macscp1.c (struct outer): New struct.
8803 (address): New global.
8804
8805 2008-12-09 Tom Tromey <tromey@redhat.com>
8806
8807 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
8808 Call it.
8809
8810 2008-12-04 Doug Evans <dje@google.com>
8811
8812 * gdb.server/ext-run.exp: Relax regexp for init program.
8813
8814 2008-12-03 Tristan Gingold <gingold@adacore.com>
8815
8816 * gdb.base/macscp.exp: Generate an object file during compilation
8817 to work around Darwin dsymutil limitations.
8818
8819 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8820
8821 Test resolving external references to TLS variables.
8822 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
8823 FILE2_THREAD_LOCAL.
8824 (testfile2, srcfile2): New variables.
8825 * gdb.threads/tls.c (file2_thread_local)
8826 (function_referencing_file2_thread_local): New.
8827 * gdb.threads/tls2.c: New file.
8828
8829 2008-11-28 Joel Brobecker <brobecker@adacore.com>
8830
8831 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
8832 rather than integer, as integer might not be big enough when
8833 on 64bit targets.
8834
8835 2008-11-27 Jerome Guitton <guitton@adacore.com>
8836
8837 * gdb.cp/formatted-ref.exp: Add equality test.
8838 * gdb.ada/formatted_ref.exp: Ditto.
8839
8840 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8841
8842 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
8843 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
8844
8845 2008-11-20 Andreas Schwab <schwab@suse.de>
8846
8847 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
8848 matching syscall entry point.
8849 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8850 (tcatch_vfork_then_child_follow): Likewise. Finish through
8851 vfork even if we stopped at the syscall trampoline.
8852
8853 2008-11-20 Doug Evans <dje@google.com>
8854
8855 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
8856
8857 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8858
8859 * gdb.arch/ppc-dfp.exp: New file.
8860 * gdb.arch/ppc-dfp.c: New file.
8861
8862 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8863
8864 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
8865
8866 2008-11-17 Doug Evans <dje@google.com>
8867
8868 * gdb.mi/mi-syn-frame.exp: Update expected output.
8869 * gdb.mi/mi2-syn-frame.exp: Update expected output.
8870
8871 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8872
8873 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
8874 "thread N" results in =thread-selected.
8875 * lib/mi-support (mi_run_cmd, mi_expect_stop)
8876 (mi_send_resuming_command_raw): Be prepared for
8877 =thread-selected.
8878
8879 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8880
8881 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
8882 * lib/mi-support.exp: Likewise.
8883
8884 2008-11-16 Joel Brobecker <brobecker@adacore.com>
8885
8886 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
8887 commands from the expected output for "help catch".
8888
8889 2008-11-15 Joel Brobecker <brobecker@adacore.com>
8890
8891 * gdb.ada/int_deref.exp: New testcase.
8892
8893 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
8894
8895 * gdb.mi/gdb2549.exp: New file.
8896
8897 2008-11-11 Doug Evans <dje@google.com>
8898
8899 * gdb.base/callexit.exp: New file.
8900 * gdb.base/callexit.c: New file.
8901
8902 2008-11-10 Doug Evans <dje@google.com>
8903
8904 * lib/gdb.exp (GDBFLAGS): Move -nx ...
8905 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
8906 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
8907 (default_gdb_start,default_gdb_exit): Ditto.
8908 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
8909 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
8910 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
8911 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
8912 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
8913 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
8914
8915 2008-11-03 Andreas Schwab <schwab@suse.de>
8916
8917 * gdb.base/hashline2.exp: Fix typo.
8918 * gdb.base/hashline3.exp: Likewise.
8919
8920 2008-10-30 Tom Tromey <tromey@redhat.com>
8921
8922 * gdb.base/pointers.exp: Add test.
8923 * gdb.base/pointers.c (k, S): New typedefs.
8924 (instance): New global.
8925
8926 2008-10-30 Andreas Schwab <schwab@suse.de>
8927
8928 * gdb.base/args.exp: Add tests for newlines.
8929
8930 2008-10-30 Joel Brobecker <brobecker@adacore.com>
8931
8932 gdb.base/foll-exec.exp: Update the expected output of a couple
8933 of "info breakpoints" tests.
8934
8935 2008-10-28 Tom Tromey <tromey@redhat.com>
8936
8937 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
8938
8939 2008-10-24 Pedro Alves <pedro@codesourcery.com>
8940
8941 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
8942 gdb_start_cmd.
8943 Use runto_main before any test that requires execution.
8944
8945 2008-10-23 Pedro Alves <pedro@codesourcery.com>
8946
8947 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
8948 instead of SIGINT.
8949
8950 2008-10-22 Joel Brobecker <brobecker@adacore.com>
8951
8952 * gdb.base/completion.exp: Update expected output following
8953 the addition of the "info tasks" command.
8954
8955 2008-10-22 Tom Tromey <tromey@redhat.com>
8956
8957 * gdb.base/exprs.exp (test_expr): Add test for string
8958 concatenation.
8959
8960 2008-10-19 Pedro Alves <pedro@codesourcery.com>
8961
8962 * configure.ac: Output gdb.python/Makefile.
8963 * configure: Regenerate.
8964 * gdb.python/Makefile.in: New.
8965
8966 2008-10-16 Joel Brobecker <brobecker@adacore.com>
8967
8968 * gdb.base/foll-fork.exp: Adjust the expected output to match
8969 the new description for fork/vfork catchpoints in the "info
8970 breakpoints" output.
8971
8972 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8973
8974 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
8975
8976 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8977
8978 * gdb.python/python-value.c: New file.
8979 * gdb.python/python-value.exp: New file.
8980
8981 2008-10-15 Pedro Alves <pedro@codesourcery.com>
8982
8983 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
8984
8985 2008-10-15 Denis Pilat <denis.pilat@st.com>
8986
8987 * gdb.cp/mb-ctor.exp: Fix a typo.
8988
8989 2008-10-09 Tom Tromey <tromey@redhat.com>
8990
8991 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
8992 'fprintf' and 'stderr'.
8993
8994 2008-10-07 Joel Brobecker <brobecker@adacore.com>
8995
8996 * gdb.ada/ref_tick_size.exp: New testcase.
8997
8998 2008-10-06 Doug Evans <dje@google.com>
8999
9000 * gdb.dwarf2/dw2-cu-size.exp: New file.
9001 * gdb.dwarf2/dw2-cu-size.S: New file.
9002
9003 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
9004 .Ltype_int for clarity.
9005
9006 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
9007
9008 PR gdb/2384:
9009 * gdb.cp/gdb2384.exp: Extended to test more cases.
9010 * gdb.cp/gdb2384.cc: Likewise.
9011 * gdb.cp/gdb2384-base.h: Likewise.
9012 * gdb.cp/gdb2384-base.cc: Likewise.
9013
9014 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9015
9016 * gdb.base/maint.exp (maint print type): Remove printing
9017 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
9018
9019 2008-09-30 Tom Tromey <tromey@redhat.com>
9020
9021 * gdb.base/macscp.exp: Add completion tests.
9022 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
9023 (TWENTY_THREE): Likewise.
9024 (FORTY_EIGHT): Likewise.
9025
9026 2008-09-30 Tom Tromey <tromey@redhat.com>
9027
9028 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
9029 everywhere.
9030 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
9031
9032 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9033
9034 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
9035 testcase is derived from. Fix racy dependency on an expected PID
9036 number. No longer support the testcase on Linux kernel 2.4.x.
9037
9038 2008-09-27 Tom Tromey <tromey@redhat.com>
9039
9040 * gdb.base/macscp.exp: Add tests for stringification, splicing,
9041 and varargs.
9042
9043 2008-09-22 Pedro Alves <pedro@codesourcery.com>
9044
9045 * lib/mi-support.exp (mi_expect_interrupt): New.
9046 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
9047 from gdb.mi/mi-nonstop.exp.
9048 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
9049 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
9050 lib/mi-support.exp.
9051 Use mi_check_thread_states throughout. Avoid ".*" and do not
9052 require an anchor after -exec-run.
9053
9054 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
9055
9056 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
9057 stop is pending. Avoid ".*" when two stops are pending.
9058 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
9059 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
9060 newlines in fullnames.
9061 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
9062 (mi_expect_stop): Update comments. Only anchor in sync mode.
9063 Do not match newlines.
9064 (mi_send_resuming_command_raw): Always return status.
9065 (mi_get_stop_line): Do not match more than one line by accident.
9066 Only anchor in sync mode.
9067 (mi_run_inline_test): If -exec-next fails, give up.
9068
9069 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9070
9071 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
9072 on SPU.
9073
9074 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9075
9076 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
9077
9078 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9079
9080 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
9081 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9082 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
9083 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9084 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
9085 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
9086 gdb.ada/interface.exp, gdb.ada/null_array.exp,
9087 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9088 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9089 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9090 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
9091 Include the "= " sequence in the expected output of print tests.
9092
9093 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9094
9095 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
9096 description for boolean types.
9097
9098 2008-09-09 Pedro Alves <pedro@codesourcery.com>
9099
9100 * gdb.base/hook-stop-continue.c: New.
9101 * gdb.base/hook-stop-continue.exp: New.
9102
9103 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9104
9105 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
9106
9107 2008-09-08 Jerome Guitton <guitton@adacore.com>
9108
9109 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
9110 (stack_check_probe_2, stack_check_probe_loop_1)
9111 (stack_check_probe_loop_2): New functions.
9112 (main): Add call to these new functions.
9113 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
9114 functions, check that the breakpoint is inserted at the appropriate
9115 location.
9116 (insert_breakpoint): Slightly refine this procedure so that it can
9117 be called several times in the test.
9118
9119 2008-09-08 Jerome Guitton <guitton@adacore.com>
9120
9121 * gdb.base/stack-checking.c: New file.
9122 * gdb.base/stack-checking.exp: New file.
9123
9124 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9125
9126 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
9127 * gdb.arch/altivec-regs.exp: Likewise.
9128 * gdb.arch/vsx-regs.exp: Likewise.
9129
9130 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9131
9132 * gdb.arch/ppc-fp.exp: New file.
9133 * gdb.arch/ppc-fp.c: New file.
9134
9135 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9136
9137 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
9138 lest gcc-4.3.1 optimizes the whole thing away.
9139
9140 2008-09-04 Michael Snyder <msnyder@vmware.com>
9141
9142 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
9143 as "at" (for non-debug functions such as _start).
9144
9145 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9146
9147 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
9148 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
9149 software watchpoints.
9150 * gdb.base/watch_thread_num.exp: Likewise.
9151
9152 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
9153
9154 * gdb.arch/i386-bp_permanent.exp: New test.
9155
9156 2008-08-24 Tom Tromey <tromey@redhat.com>
9157
9158 * gdb.base/maint.exp: Update "maint print type".
9159
9160 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
9161
9162 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
9163 support. Adjust the order of "*running" notifications.
9164 * gdb.mi/non-stop.c: Don't cast from int to void* and
9165 back.
9166
9167 2008-08-20 Mark Kettenis <kettenis@gnu.org>
9168
9169 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
9170 expect to find it in the "info frame" output.
9171
9172 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
9173
9174 * gdb.base/interp.exp: Always consume both prompts.
9175
9176 2008-08-20 Pedro Alves <pedro@codesourcery.com>
9177
9178 * gdb.base/pending.exp: Test pending breakpoints without symbols
9179 loaded.
9180
9181 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9182
9183 * lib/mi-support.exp (mi_expect_stop): Produce
9184 more details on failures.
9185 * gdb.mi/mi-nonstop.exp: New.
9186 * gdb.mi/non-stop.c: New.
9187
9188 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9189
9190 * gdb.mi/mi-async.exp: Use 'set target-async'.
9191 * lib/mi-support.exp: Use 'set/show target-async'.
9192
9193 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
9194
9195 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
9196
9197 2008-08-17 Tom Tromey <tromey@redhat.com>
9198
9199 * gdb.base/help.exp (help catch): Rewrite.
9200
9201 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9202
9203 * gdb.base/define.exp: Test indented command documentation.
9204 * gdb.python/python.exp: Test indented multi-line command.
9205
9206 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
9207
9208 * testsuite/gdb.arch/vsx-regs.c: New source file.
9209 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
9210 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
9211
9212 2008-08-14 Tom Tromey <tromey@redhat.com>
9213
9214 * gdb.base/macscp.exp: Add regression test for "macro define" or
9215 "macro undef" with no arguments.
9216
9217 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
9218
9219 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
9220
9221 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9222
9223 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
9224
9225 2008-08-06 Tom Tromey <tromey@redhat.com>
9226
9227 * gdb.python/python.exp: New file.
9228
9229 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9230
9231 Fix for PR gdb/1543.
9232 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
9233 $LOCATION.
9234 (location): New variable.
9235 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
9236 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
9237 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
9238 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
9239 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
9240 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
9241 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
9242 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
9243 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
9244 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
9245 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
9246 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
9247 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
9248 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
9249 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
9250 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
9251 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
9252 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
9253 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
9254 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
9255 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
9256 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
9257 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
9258 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
9259 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
9260 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
9261 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
9262 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
9263 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
9264 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
9265 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
9266 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
9267 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
9268 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
9269 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
9270 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
9271 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
9272 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
9273 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
9274 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
9275 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
9276 gdb.base/type-opaque.exp, gdb.base/until.exp,
9277 gdb.base/value-double-free.c, gdb.base/varargs.exp,
9278 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
9279 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
9280 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9281 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
9282 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
9283 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9284 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9285 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9286 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
9287 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
9288 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
9289 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
9290 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
9291 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
9292 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
9293 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
9294 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
9295 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
9296 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
9297 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9298 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
9299 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
9300 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
9301 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
9302 gdb.pascal/types.exp, gdb.stabs/weird.exp,
9303 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
9304 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
9305 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
9306 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
9307 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
9308 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
9309 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9310 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
9311 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
9312 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
9313 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
9314 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
9315 lib/mi-support.exp, lib/trace-support.exp: Remove reference
9316 to bug-gdb@prep.ai.mit.edu .
9317
9318 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
9319
9320 * lib/mi-support.exp (mi_load_shlibs): New.
9321 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
9322
9323 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
9324
9325 * lib/mi-support.exp (get_mi_thread_list)
9326 (check_mi_and_console_threads): New, moved from ...
9327 * gdb.mi/mi-pthread.exp: ...here.
9328 * gdb.mi/gdb669.exp (get_mi_thread_list)
9329 (check_mi_and_console_threads): Delete.
9330 * gdb.mi/mi2-pthread.exp: Likewise.
9331
9332 2008-07-28 Tom Tromey <tromey@redhat.com>
9333
9334 * Makefile.in (just-check): Remove. Move body to...
9335 (check): ... here.
9336
9337 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9338
9339 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
9340 Add a test for duplicated SIGINTs.
9341
9342 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9343
9344 * gdb.threads/schedlock.exp (get_args): Update to work for any
9345 value of NUM.
9346 (Top level): Report the number of threads that did not resume.
9347
9348 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9349
9350 * gdb.dwarf2/dw2-compressed.S: Also define __start.
9351
9352 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9353
9354 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
9355 non-MI prompt.
9356
9357 2008-07-26 Tom Tromey <tromey@redhat.com>
9358
9359 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
9360 (function_struct, function_struct_ptr): New globals.
9361 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
9362 function pointer in a struct.
9363
9364 2008-07-26 Tom Tromey <tromey@redhat.com>
9365
9366 * gdb.base/macscp.exp: Add test for macro lexing bug.
9367
9368 2008-07-18 Tom Tromey <tromey@redhat.com>
9369
9370 * gdb.base/macscp.exp: Add macro tests.
9371
9372 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9373
9374 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
9375
9376 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9377
9378 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
9379
9380 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9381
9382 * gdb.cp/class2.exp: fix for failure on spu-elf
9383
9384 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9385
9386 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
9387
9388 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
9391
9392 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
9393
9394 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
9395
9396 2008-07-11 Kevin Buettner <kevinb@redhat.com>
9397
9398 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
9399 of regexp to account for changes made to GDB in the printing of
9400 byte vectors.
9401
9402 2008-07-11 Tom Tromey <tromey@redhat.com>
9403
9404 * gdb.base/completion.exp: Add 'help' completion test.
9405
9406 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9407
9408 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
9409
9410 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9411
9412 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
9413
9414 2008-07-09 Pedro Alves <pedro@codesourcery.com>
9415
9416 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
9417
9418 2008-07-09 Pedro Alves <pedro@codesourcery.com>
9419
9420 * gdb.base/fullname.exp: Restore pwd if compiling failed.
9421
9422 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9423
9424 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
9425
9426 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
9427
9428 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
9429 previous commit. Add a comment.
9430
9431 2008-06-28 Pedro Alves <pedro@codesourcery.com>
9432
9433 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
9434
9435 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
9436
9437 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
9438
9439 2008-06-27 Pedro Alves <pedro@codesourcery.com>
9440
9441 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
9442 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
9443 compiling an executable, link in an object that forces unbuffered
9444 output.
9445 * lib/set_unbuffered_mode.c: New file.
9446
9447 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9448
9449 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
9450
9451 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
9452
9453 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
9454 mi_expect_stop.
9455 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
9456 Demand that *running is output.
9457 (detect_async): Perform checking every time.
9458 (mi_send_resuming_command): Extract everything into...
9459 (mi_send_resuming_command_raw): ...this.
9460 (mi_expect_stop): Don't accept any output before *stopped.
9461
9462 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
9463
9464 Robustify mi-simplerun.
9465 * gdb.mi/basics.c (main): Add a call to sleep.
9466 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
9467 * gdb.mi/mi2-cli.exp: Likewise.
9468 * gdb.mi/mi-break.exp: Likewise.
9469
9470 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
9471
9472 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
9473
9474 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
9475
9476 * gdb.mi/mi-console.exp: Adjust.
9477 * gdb.mi/mi-syn-frame.exp: Adjust.
9478 * gdb.mi/mi2-console.exp: Adjust.
9479 * gdb.mi/mi2-syn-frame.exp: Adjust.
9480 * lib/mi-support.exp (mi_run_cmd): Adjust.
9481 (mi_send_resuming_command): Adjust.
9482
9483 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
9484
9485 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
9486 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
9487 testing of stopped.
9488 * gdb.mi/mi2-syn-frame.exp: Likewise.
9489 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
9490 (async, detect_async): New.
9491 (mi_expect_stop, mi_continue_to_line): Adjust expectation
9492 depending on if we're running in sync or async mode.
9493
9494 2008-06-09 Tom Tromey <tromey@redhat.com>
9495
9496 * gdb.base/completion.exp: New tests for field name completion
9497 with spaces, and field name completion with '->'.
9498
9499 2008-06-06 Tom Tromey <tromey@redhat.com>
9500
9501 * gdb.base/break1.c (struct some_struct): New struct.
9502 (values): New global.
9503 * gdb.base/completion.exp: Add field name completion test.
9504
9505 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9506
9507 * gdb.cp/call-c.exp: Test for incorrect handling of reference
9508 to pointer.
9509 * gdb.cp/call-c.cc: Likewise.
9510
9511 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
9512
9513 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
9514 annotation.
9515
9516 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9517 Pedro Alves <pedro@codesourcery.com>
9518
9519 * gdb.threads/execl.c, gdb.threads/execl1.c,
9520 gdb.threads/execl.exp: New tests.
9521
9522 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
9523 Daniel Jacobowitz <dan@codesourcery.com>
9524
9525 * gdb.cp/exception.exp: Activate test, make it work with pending
9526 catchpoints.
9527
9528 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9529
9530 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
9531
9532 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
9533
9534 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
9535 now printed.
9536 * gdb.mi/mi2-var-cmd.exp: Likewise.
9537
9538 2008-05-27 Andreas Schwab <schwab@suse.de>
9539
9540 * gdb.base/frame-args.exp: Handle arguments that are optimized
9541 out.
9542
9543 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
9544
9545 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
9546 quiet for ppc32 and group options into a single variable.
9547
9548 2008-05-23 Joel Brobecker <brobecker@adacore.com>
9549
9550 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
9551 of zero-size elements.
9552 * gdb.ada/null_array.exp: Test printing this new array.
9553
9554 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9555
9556 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
9557
9558 2008-05-21 Joel Brobecker <brobecker@adacore.com>
9559
9560 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
9561 of the "finish" command.
9562
9563 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
9564
9565 * gdb.base/annota1.exp: Test for new annotation.
9566
9567 2008-05-16 Pedro Alves <pedro@codesourcery.com>
9568
9569 * gdb.base/fixsection.exp: New file.
9570 * gdb.base/fixsection0.c: New file.
9571 * gdb.base/fixsection1.c: New file.
9572
9573 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9574
9575 * gdb.base/annota1.exp: Accept printf@... in place of printf.
9576 * gdb.base/annota3.exp: Likewise.
9577
9578 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
9579
9580 * gdb.base/watch_thread_num.exp: Don't run tests that require
9581 watchpoints if the target doesn't support them.
9582
9583 2008-05-12 Doug Evans <dje@google.com>
9584
9585 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
9586
9587 2008-05-09 Joel Brobecker <brobecker@adacore.com>
9588
9589 * gdb.ada/assign_1.exp: New testcase.
9590
9591 2008-05-09 Doug Evans <dje@google.com>
9592
9593 * gdb.base/find.exp: New file.
9594 * gdb.base/find.c: New file.
9595
9596 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
9597
9598 * gdb.base/commands.exp (watchpoint_command_test): Handle
9599 gdb,no_hardware_watchpoints.
9600 * gdb.base/float.exp: Allow ARM targets without floating point.
9601 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
9602
9603 2008-05-06 Jerome Guitton <guitton@adacore.com>
9604 Joel Brobecker <brobecker@adacore.com>
9605
9606 * gdb.ada/lang_switch: New test program.
9607 * gdb.ada/lang_switch.exp: New testcase.
9608
9609 2008-05-05 Doug Evans <dje@google.com>
9610
9611 * gdb.base/help.exp (disassemble): Update expected help text.
9612
9613 2008-05-04 Pedro Alves <pedro@codesourcery.com>
9614
9615 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
9616
9617 2008-05-04 Pedro Alves <pedro@codesourcery.com>
9618
9619 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
9620 different times.
9621
9622 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9623
9624 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
9625 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
9626 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
9627 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
9628
9629 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
9630
9631 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
9632 notification to appear.
9633
9634 2008-05-04 Daniel Jacobowitz <dan@debian.org>
9635
9636 * gdb.base/fullname.c: New file.
9637 * gdb.base/fullname.exp: New file.
9638 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
9639
9640 2008-05-03 Pedro Alves <pedro@codesourcery.com>
9641
9642 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
9643 expressions with macros.
9644
9645 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9646
9647 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
9648
9649 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
9650
9651 * gdb.base/completion.exp: Handle lack of other symbols beginning
9652 with "a".
9653
9654 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
9655
9656 2008-05-02 Jim Blandy <jimb@codesourcery.com>
9657
9658 * gdb.asm/asmsrc1.s: Add scratch space.
9659
9660 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9661 Daniel Jacobowitz <dan@codesourcery.com>
9662
9663 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
9664 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
9665 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
9666
9667 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
9668
9669 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
9670
9671 2008-05-01 Joel Brobecker <brobecker@adacore.com>
9672
9673 * gdb.base/info-target.exp: New testcase.
9674
9675 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
9676
9677 * gdb.cp/hang.exp: Use .cc instead of .C.
9678 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
9679 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
9680
9681 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
9682
9683 * gdb.base/gdb1250.exp: Remove perror.
9684 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
9685
9686 2008-04-30 Pedro Alves <pedro@codesourcery.com>
9687
9688 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
9689 .2byte.
9690
9691 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
9692
9693 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
9694 (maybe_kfail): New.
9695
9696 2008-04-25 Pedro Alves <pedro@codesourcery.com>
9697
9698 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
9699
9700 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9701
9702 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
9703 * gdb.mi/mi2-syn-frame.exp: Likewise.
9704 * lib/mi-support.exp: Likewise.
9705
9706 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9707
9708 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
9709 to specify regexp for the location to stop at.
9710 * gdb.base/break-always.c: New.
9711 * gdb.base/break-always.exp: New.
9712
9713 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9714
9715 * lib/mi-support.exp (mi_runto_helper): Adjust
9716 for the original-location field.
9717 (mi_create_breakpoint, mi_list_breakpoints): New.
9718 * gdb.mi/mi-break.exp: Adjust.
9719 * gdb.mi/mi2-break.exp: Adjust.
9720 * gdb.mi/mi-pending.exp: Adjust.
9721 * gdb.mi/mi-simplerun.exp: Adjust.
9722 * gdb.mi/mi2-simplerun.exp: Adjust.
9723 * gdb.mi/mi-syn-frame.exp: Adjust.
9724 * gdb.mi/mi2-syn-frame.exp: Adjust.
9725 * gdb.mi/mi-until.exp: Adjust.
9726 * gdb.mi/mi2-until.exp: Adjust.
9727 * gdb.mi/mi-var-display.exp: Adjust.
9728 * gdb.mi/mi2-var-display.exp: Adjust.
9729 * gdb.mi/mi-watch.exp: Adjust.
9730 * gdb.mi/mi2-watch.exp: Adjust.
9731
9732 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
9733
9734 * aclocal.m4: Add override.m4.
9735 * configure: Regenerate.
9736
9737 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
9738
9739 * gdb.mi/var-cmd.c (do_at_tests): Verify that
9740 '-var-update --all-values' reports new value even the type
9741 of a variable object has changed.
9742
9743 2008-04-18 Craig Silverstein <csilvers@google.com>
9744
9745 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
9746 files.
9747
9748 2008-04-18 Joel Brobecker <brobecker@adacore.com>
9749
9750 * gdb.ada/atomic_enum: New test program.
9751 * gdb.ada/atomic_enum.exp: New testcase.
9752
9753 2008-04-17 Doug Evans <dje@google.com>
9754
9755 * gdb.opt/Makefile.in: Fix whitespace.
9756
9757 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9758
9759 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
9760
9761 2008-04-17 Doug Evans <dje@google.com>
9762
9763 * gdb.base/hashline1.exp: New testcase.
9764 * gdb.base/hashline2.exp: New testcase.
9765 * gdb.base/hashline2.exp: New testcase.
9766
9767 2008-04-17 Pedro Alves <pedro@codesourcery.com>
9768
9769 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
9770
9771 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
9772
9773 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
9774 temporary breakpoint to match "Temporary breakpoint".
9775 * gdb.base/break.exp (delete_breakpoints): Likewise.
9776 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
9777 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
9778 * gdb.base/display.exp: Likewise.
9779 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
9780 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
9781 * gdb.base/restore.exp (restore_tests): Likewise.
9782 * gdb.base/sepdebug.exp: Likewise.
9783 * gdb.base/watchpoint.exp: Likewise.
9784 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
9785 * gdb.mi/mi-pending.exp: Likewise.
9786 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
9787 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
9788 * gdb.mi/mi-var-cmd.exp: Likewise.
9789 * gdb.mi/mi-var-display.exp: Likewise.
9790 * gdb.mi/mi2-cli.exp: Likewise.
9791 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
9792 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
9793 * gdb.mi/mi2-var-display.exp: Likewise.
9794 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
9795 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
9796 new "disp" field.
9797 (mi_expect_stop): Move after_reason argument to be really after
9798 reason. This is to support fix for PR2424.
9799
9800 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
9803
9804 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
9805
9806 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
9807 field. Add more floating varobj tests.
9808 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
9809 field.
9810 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
9811 (main): Call do_at_tests.
9812 * lib/mi-support.exp (mi_create_floating_varobj)
9813 (mi_varobj_update_with_type_change): New.
9814
9815 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
9816
9817 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
9818 option of -var-evaluate-expression.
9819 * gdb.mi/mi2-var-display.exp: Likewise.
9820
9821 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
9822
9823 Introduce test setup helpers.
9824 * lib/gdb.exp (build_executable, clean_restart)
9825 (prepare_for_testing): New.
9826 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
9827 * gdb.base/return.exp: Likewise.
9828 * gdb.base/ending-run.exp: Likewise.
9829
9830 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
9831
9832 * gdb.mi/mi-async.exp: New test for asynchronous Machine
9833 Interface (MI) responses.
9834
9835 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
9836
9837 * gdb.cp/breakpoint.cc: New code to test conditions involving
9838 member variables.
9839 * gdb.cp/breakpoint.exp: Test condition involving member
9840 variables.
9841
9842 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
9843
9844 * lib/mi-support.exp (mi_expect_stop): New.
9845 (mi_run_cmd): Change the
9846 token. Use mi_send_resuming_command, use
9847 mi_expect_stop.
9848 (mi_execute_to_helper): Rename to mi_execute_to.
9849 (mi_send_resuming_command): Add more error patterns.
9850 (mi_wait_for_stop): Renamed to...
9851 (mi_get_stop_line): ...this.
9852 (mi_run_inline_test): Adjust.
9853
9854 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
9855 * gdb.mi/mi-console.exp: Likewise.
9856 * gdb.mi/mi-pending.exp: Likewise.
9857 * gdb.mi/mi-simplerun.exp: Likewise.
9858 * gdb.mi/mi-stack.exp: Likewise.
9859 * gdb.mi/mi-stepi.exp: Likewise.
9860 * gdb.mi/mi-syn-frame.exp: Add comment.
9861 * gdb.mi/mi-until.exp: Likewise.
9862 * gdb.mi/mi-var-display.exp: Likewise.
9863 * gdb.mi/mi-watch.exp: Likewise.
9864 * gdb.mi/mi2-cli.exp: Likewise.
9865 * gdb.mi/mi2-console.exp: Likewise.
9866 * gdb.mi/mi2-simplerun.exp: Likewise.
9867 * gdb.mi/mi2-stack.exp: Likewise.
9868 * gdb.mi/mi2-stepi.exp: Likewise.
9869 * gdb.mi/mi2-until.exp: Likewise.
9870 * gdb.mi/mi2-var-display.exp: Likewise.
9871 * gdb.mi/mi2-watch.exp: Likewise.
9872
9873 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9874
9875 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
9876
9877 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
9878
9879 2008-04-04 Pedro Alves <pedro@codesourcery.com>
9880
9881 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
9882 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
9883 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9884 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
9885 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
9886 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
9887 expect an mi error duplicated in stderr.
9888
9889 2008-04-03 Joel Brobecker <brobecker@adacore.com>
9890
9891 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
9892 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
9893 Add a couple of tests that verify the behavior when the new setting
9894 is set to "cancel" and "all".
9895 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
9896 "ask" before we start the testing.
9897
9898 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9899
9900 * gdb.cp/casts.cc: Add class reference variables.
9901 * gdb.cp/casts.exp: New test cases for up/down casting references.
9902
9903 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
9904
9905 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
9906 instead of beginning to make an extra test pass.
9907 * gdb.mi/mi2-var-display.exp: Likewise.
9908
9909 2008-03-31 Maciej W. Rozycki <macro@mips.com>
9910
9911 * gdb.base/break.exp: Mark failures as such. Fix formatting.
9912
9913 2008-03-31 Markus Deuling <deuling@de.ibm.com>
9914 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9915
9916 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
9917 value. Add xfail for older kernels.
9918
9919 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
9920
9921 Bring mi-support in line with gdb.exp.
9922 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
9923 (mi_gdb_start): New function.
9924
9925 2008-03-28 Maciej W. Rozycki <macro@mips.com>
9926
9927 * gdb.mi/mi-var-cmd.exp: Fix a typo.
9928
9929 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9930
9931 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
9932 * gdb.mi/mi2-var-display.exp: Likewise.
9933
9934 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9935
9936 * lib/mi-support.exp (mi_create_varobj_checked): New.
9937 (mi_list_varobj_children): Allow to check for a
9938 value.
9939 (mi_list_array_varobj_children): New.
9940
9941 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
9942 and mi_list_varobj_children, as opposed to hardcoding
9943 expected strings.
9944 * gdb.mi/gdb701.exp: Likewise.
9945 * gdb.mi/gdb792.exp: Likewise.
9946 * gdb.mi/mi-var-block.exp: Likewise.
9947 * gdb.mi/mi-var-cmd.exp: Likewise.
9948 * gdb.mi/mi-var-invalidate.exp: Likewise.
9949 * gdb.mi/mi2-var-block.exp: Likewise.
9950 * gdb.mi/mi2-var-child.exp: Likewise.
9951 * gdb.mi/mi2-var-cmd.exp: Likewise.
9952 * gdb.mi/mi2-var-display.exp: Likewise.
9953
9954 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9955
9956 Fix random false FAILs on i386.
9957 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
9958
9959 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9960
9961 PR gdb/544
9962 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
9963
9964 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9965
9966 PR gdb/544
9967 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
9968
9969 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9970
9971 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
9972 fixed PR gdb/544.
9973
9974 2008-03-21 Pedro Alves <pedro@codesourcery.com>
9975
9976 * gdb.threads/fork-child-threads.exp: Test next over fork.
9977
9978 2008-03-21 Chris Demetriou <cgd@google.com>
9979
9980 * gdb.base/break.exp (rbreak junk): New test for rbreak
9981 "Junk at end of arguments" issue.
9982
9983 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9984
9985 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
9986 *& to work on created array elements.
9987 (Top level): Test print $pc with a file. Test string operations
9988 without a target.
9989 * gdb.base/ptype.exp: Do not expect *& to work on created array
9990 elements.
9991
9992 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9993
9994 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
9995 gdb.threads/staticthreads.exp: Update exit query.
9996
9997 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
9998
9999 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
10000
10001 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10002
10003 * gdb.base/watchpoint.c (global_ptr, func4): New.
10004 (main): Call func4.
10005 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
10006 (test_inaccessible_watchpoint): New.
10007
10008 2008-02-29 Maciej W. Rozycki <macro@mips.com>
10009
10010 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
10011 select the largest.
10012
10013 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10014
10015 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
10016 frames-invalid annotations.
10017
10018 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
10019
10020 * gdb.base/assign.exp: avoid same output for different tests.
10021
10022 2008-02-27 Doug Evans <dje@google.com>
10023
10024 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
10025 for bug 1738.
10026 (breakpoint_to_handler_entry): Ditto.
10027
10028 2008-02-27 Joel Brobecker <brobecker@adacore.com>
10029
10030 * gdb.base/ending-run.exp: Use the first line of code inside
10031 function body to test breakpoints.
10032 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
10033 location where the breakpoint is inserted when using the line
10034 where a function is declared. Fix typo in the description of
10035 one of the tests.
10036 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
10037
10038 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10039
10040 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
10041 tests.
10042
10043 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10044
10045 * gdb.base/args.exp: avoid same output for tests
10046 with single quotes.
10047
10048 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
10049
10050 * gdb.base/annota1.exp: Adjust for 'info break'
10051 format changes.
10052 * gdb.base/annota3.exp: Likewise.
10053 * gdb.base/break.exp: Likewise.
10054 * gdb.base/condbreak.exp: Likewise.
10055 * gdb.base/pending.exp: Likewise.
10056 * gdb.base/sepdebug.exp: Likewise.
10057 * gdb.base/unload.exp: Likewise.
10058 * gdb.cp/ovldbreak.exp: Likewise.
10059 * gdb.mi/mi-pending.exp: Likewise.
10060
10061 2008-02-07 Doug Evans <dje@google.com>
10062
10063 * gdb.cp/mb-inline.exp: New.
10064 * gdb.cp/mb-inline.h: New.
10065 * gdb.cp/mb-inline1.cc: New.
10066 * gdb.cp/mb-inline2.cc: New.
10067
10068 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10069
10070 * gdb.pascal/floats.pas: New test program.
10071 * gdb.pascal/floats.exp: New testcase.
10072
10073 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
10074
10075 * gdb.base/callfuncs.c (t_float_many_args): New function.
10076 (t_double_many_args): New function.
10077 * gdb.base/callfuncs.exp: Add tests for exceeding float
10078 and double parameters passed through the stack.
10079
10080 2008-02-05 Joel Brobecker <brobecker@adacore.com>
10081
10082 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
10083 gdb.ada/complete/foo.adb: New files.
10084 * gdb.ada/complete.exp: New testcase.
10085
10086 2008-02-03 Doug Evans <dje@google.com>
10087
10088 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
10089
10090 * gdb.cp/gdb2384.exp: New file.
10091 * gdb.cp/gdb2384.cc: New file.
10092 * gdb.cp/gdb2384-base.h: New file.
10093 * gdb.cp/gdb2384-base.cc: New file.
10094
10095 2008-02-02 Doug Evans <dje@google.com>
10096
10097 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
10098
10099 2007-02-01 Joel Brobecker <brobecker@adacore.com>
10100
10101 * gdb.ada/sym_print_name: New test program.
10102 * gdb.ada/sym_print_name.exp: New testcase.
10103
10104 2007-02-01 Joel Brobecker <brobecker@adacore.com>
10105
10106 * gdb.ada/nested/hello.adb: New file.
10107 * gdb.ada/nested.exp: New testcase.
10108 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10109
10110 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10111
10112 * gdb.mi/basic.c (return_1): New function.
10113 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
10114 don't cause future evaluations of function to report
10115 creation of internal breakpoints.
10116
10117 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10118
10119 * gdb.mi/mi-break.exp (test_error): New.
10120 Call it.
10121
10122 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
10123
10124 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
10125 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
10126
10127 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10128
10129 * gdb.pascal/integers.pas: New test program.
10130 * gdb.pascal/integers.exp: New testcase.
10131
10132 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10133
10134 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
10135
10136 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
10137
10138 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
10139 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
10140
10141 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
10142
10143 * gdb.ada/formatted_ref: New test program.
10144 * gdb.ada/formatted_ref.exp: New testcase.
10145
10146 * gdb.cp/formatted-ref.cc: New file.
10147 * gdb.cp/formatted-ref.exp: New testcase.
10148
10149 2008-01-30 Joel Brobecker <brobecker@adacore.com>
10150
10151 * gdb.base/ptype.exp: Add testing of "ptype $pc".
10152
10153 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
10154
10155 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
10156 (test_file_list_exec_source_file): Update to new macro-info field.
10157
10158 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
10159
10160 * gdb.ada/exprs: New test program.
10161 * gdb.ada/exprs.exp: New testcase.
10162
10163 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
10164
10165 * dfp-test.c (DELTA, DELTA_B): New definitions.
10166 (double_val1, double_val2, double_val3, double_val4, double_val5,
10167 double_val6, double_val7, double_val8, double_val9, double_val10,
10168 double_val11, double_val12, double_val13, double_val14, dec32_val1,
10169 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
10170 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
10171 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
10172 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
10173 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
10174 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
10175 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
10176 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
10177 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
10178 dec128_val16): New global variables.
10179 (decimal_dec128_align): New function.
10180 (decimal_mixed): Likewise.
10181 (decimal_many_args_dec32): Likewise.
10182 (decimal_many_args_dec64): Likewise.
10183 (decimal_many_args_dec128): Likewise.
10184 (decimal_many_args_mixed): Likewise.
10185 * dfp-test.exp: Add tests calling new inferior functions.
10186
10187 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10188
10189 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
10190 gdb.server/ext-run.exp: New files.
10191 * lib/gdbserver-support.exp (gdbserver_download): New.
10192 (gdbserver_start): New. Update gdbserver expected
10193 output.
10194 (gdbserver_spawn): Use them.
10195 (gdbserver_start_extended): New.
10196
10197 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10198
10199 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
10200 Run on GNU/Linux.
10201 (do_exec_tests): Check for systems which do not support catchpoints.
10202 Do not match START.
10203 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
10204 Run on GNU/Linux. Enable verbose output.
10205 (check_fork_catchpoints): New.
10206 (explicit_fork_child_follow, catch_fork_child_follow)
10207 (tcatch_fork_parent_follow): Update expected messages.
10208 (do_fork_tests): Use check_fork_catchpoints.
10209 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
10210 Run on GNU/Linux. Enable verbose output.
10211 (check_vfork_catchpoints): New.
10212 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
10213 expected messages.
10214 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
10215
10216 2008-01-29 Jim Blandy <jimb@red-bean.com>
10217
10218 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
10219 host' errors.
10220 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
10221
10222 2008-01-29 Jim Blandy <jimb@red-bean.com>
10223
10224 * gdb.threads/sigthread.c: Use barriers to ensure that
10225 child_thread and child_thread_two are always initialized before we
10226 start to use them.
10227
10228 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
10229
10230 * gdb.base/watchpoint-solib.exp: New.
10231 * gdb.base/watchpoint-solib.c: New.
10232 * gdb.base/watchpoint-solib-shr.c: New.
10233
10234 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
10235
10236 * gdb.base/gdb1056.exp: Add unsigned integer test.
10237
10238 2008-01-28 Doug Evans <dje@google.com>
10239
10240 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
10241
10242 2008-01-27 Jim Blandy <jimb@codesourcery.com>
10243
10244 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
10245
10246 * gdb.base/expand-psymtabs.exp: Doc fix.
10247
10248 2008-01-26 Mark Kettenis <kettenis@gnu.org>
10249
10250 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10251
10252 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
10253
10254 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
10255 -var-set-format.
10256
10257 2008-01-23 Chris Demetriou <cgd@google.com>
10258
10259 * gdb.threads/thread_events.c: New testcase source file.
10260 * gdb.threads/thread_events.exp: New testcase expect file.
10261
10262 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
10263
10264 * lib/gdb.exp: Add the variable octal.
10265
10266 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
10267 -var-set-format.
10268
10269 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10270 Vladimir Prus <vladimir@codesourcery.com>
10271
10272 * gdb.base/float.exp: Allow missing floating point for m68k and
10273 PowerPC.
10274
10275 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
10276
10277 * gdb.mi/basics.c: Setup for testing breakpoints
10278 ignore count.
10279 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
10280 * gdb.mi/mi-cli.exp: Adjust.
10281 * gdb.mi/mi2-cli.exp: Adjust.
10282
10283 2008-01-17 Pedro Alves <pedro@codesourcery.com>
10284
10285 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
10286 and 'dummy_ptr' integer pointer. Initialize struct_declarations
10287 with dummy_ptr's address.
10288 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
10289 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
10290 all targets.
10291 * gdb.mi/mi2-var-child.exp: Likewise.
10292
10293 2008-01-09 Joel Brobecker <brobecker@adacore.com>
10294
10295 * gdb.ada/null_array: New test program.
10296 * gdb.ada/null_array.exp: New testcase.
10297
10298 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
10299
10300 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
10301 with required float modifiers.
10302
10303 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10304
10305 * gdb.ada/funcall_param: New test program.
10306 * gdb.ada/funcall_param.exp: New testcase.
10307
10308 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10309
10310 * gdb.ada/arrayparam: New test program.
10311 * gdb.ada/arrayparam.exp: New testcase.
10312
10313 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10314
10315 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
10316 landed. Should also fix random failures in the test following it.
10317
10318 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10319
10320 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
10321 for expressions with decimal float values.
10322 (test_dfp_conversions): New function to test casts to and from
10323 decimal float types.
10324 Call test_dfp_conversions.
10325 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
10326 elements.
10327 (main): Initialize ds.float4 and ds.double8 elements.
10328 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
10329 string to new error message.
10330 (d64_set_tests): Likewise.
10331 (d128_set_tests): Likewise.
10332 Add tests for expressions with decimal float variables. Add tests for
10333 conversions to and from decimal float types.
10334
10335 2008-01-05 Joel Brobecker <brobecker@adacore.com>
10336
10337 * gdb.ada/packed_tagged/comp_bug.adb: New file.
10338 * gdb.ada/packed_tagged.exp: New testcase.
10339
10340 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10341
10342 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
10343 gdb.ada/homonym/homonym_main.adb: New files.
10344 * gdb.ada/homonym.exp: New testcase.
10345
10346 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10347
10348 * gdb.ada/packed_array.exp: Add testing of references to
10349 a packed array.
10350
10351 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10352
10353 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
10354 New files.
10355 * gdb.ada/type_coercion.exp: New testcase.
10356
10357 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10358
10359 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
10360 gdb.ada/tagged/foo.adb: New file.
10361 * gdb.ada/tagged.exp: New testcase.
10362
10363 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10364
10365 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
10366 gdb.ada/ptype_field/foo.adb: New files.
10367 * gdb.ada/ptype_field.exp: New testcase.
10368
10369 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10370
10371 * gdb.ada/print_pc.exp: New testcase.
10372
10373 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10374
10375 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
10376 gdb.ada/taft_type/p.adb: New files.
10377 * gdb.ada/taft_type.exp: New testcase.
10378
10379 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10380
10381 * gdb.ada/array_bounds/bar.adb: New file.
10382 * gdb.ada/array_bounds.exp: New testcase.
10383
10384 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10385
10386 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
10387 gdb.ada/arrayptr/foo.adb: New files.
10388 * gdb.ada/arrayptr.exp: New testcase.
10389
10390 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10391
10392 * gdb.base/set-lang-auto.exp: New testcase.
10393
10394 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10395
10396 * gdb.ada/fun_addr/foo.adb: New file.
10397 * gdb.ada/fun_addr.exp: New testcase.
10398
10399 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10400
10401 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
10402 New files
10403
10404 2008-01-02 Joel Brobecker <brobecker@adacore.com>
10405
10406 * array_subscript_addr/p.adb: New file.
10407 * array_subscript_addr.exp: New testcase.
10408
10409 2008-01-02 Joel Brobecker <brobecker@adacore.com>
10410
10411 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
10412 New files.
10413 * gdb.ada/str_cmp_ref.exp: New testcase.
10414
10415 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10416
10417 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
10418 gdb.ada/fun_in_declare/foo.adb: New files.
10419 * gdb.ada/fun_in_declare.exp: New testcase.
10420
10421 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10422
10423 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
10424 gdb.ada/ref_param/pck.ads: New files.
10425 * gdb.ada/ref_param.exp: New testcase.
10426
10427 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10428
10429 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
10430 gdb.ada/interface/foo.adb: New files.
10431 * gdb.ada/interface.exp: New testcase.
10432
10433 2007-12-31 Jim Blandy <jimb@codesourcery.com>
10434
10435 * gdb.base/multi-forks.exp: Consume all output from child
10436 processes before proceeding to next test.
10437
10438 2007-12-29 Jim Blandy <jimb@codesourcery.com>
10439
10440 * configure: Regenerated.
10441
10442 2007-12-27 Joel Brobecker <brobecker@adacore.com>
10443
10444 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
10445 gdb.ada/fixed_cmp/fixed.adb: New files.
10446 * gdb.ada/fixed_cmp.exp: New testcase.
10447
10448 2007-12-27 Joel Brobecker <brobecker@adacore.com>
10449
10450 * gdb.ada/boolean_expr.exp: New testcase.
10451
10452 2007-12-26 Jim Blandy <jimb@codesourcery.com>
10453
10454 * gdb.base/multi-forks.exp: Doc fix.
10455
10456 2007-12-26 Joel Brobecker <brobecker@adacore.com>
10457
10458 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10459 * gdb.ada/char_param.exp: Do not compile our test program with
10460 -gnata, this is unnecessary.
10461 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
10462
10463 2007-12-24 Joel Brobecker <brobecker@adacore.com>
10464
10465 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
10466 gdb.ada/print_chars/foo.adb: New files.
10467 * gdb.ada/print_chars.exp: New testcase.
10468
10469 2007-12-24 Joel Brobecker <brobecker@adacore.com>
10470
10471 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
10472 gdb.ada/char_param/foo.adb: New files.
10473 * gdb.ada/char_param.exp: New testcase.
10474
10475 2007-12-22 Jim Blandy <jimb@codesourcery.com>
10476
10477 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
10478 hard-coding source line numbers into the test.
10479 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
10480 gdb_get_line_number to find.
10481
10482 2007-12-22 Joel Brobecker <brobecker@adacore.com>
10483
10484 * gdb.base/ptype.c (highest): New struct type.
10485 (the_highest): New variable of that type.
10486 (main): Add dummy assignment to a field of variable the_highest.
10487 * gdb.base/ptype.exp: Test type printing of our new variable.
10488
10489 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
10490
10491 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
10492 and record first explicitly generated thread number.
10493 Use that thread number for thread specific watchpoint test.
10494 Add iteration number to repetitive tests.
10495
10496 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
10497 Jim Blandy <jimb@codesourcery.com>
10498
10499 * gdb.base/expand-psymtabs.c: New testcase
10500 source file.
10501 * gdb.base/expand-psymtabs.exp: New testcase
10502 expect file.
10503
10504 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
10505
10506 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
10507 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
10508
10509 2007-12-17 Joel Brobecker <brobecker@adacore.com>
10510
10511 * gdb.ada/frame_args/foo.adb: New file.
10512 * gdb.ada/frame_args/pck.ads: New file.
10513 * gdb.ada/frame_args/pck.adb: New file.
10514 * gdb.ada/frame_args.exp: New testcase.
10515
10516 2007-12-17 Joel Brobecker <brobecker@adacore.com>
10517
10518 * gdb.base/frame-args.c: New file.
10519 * gdb.base/frame-args.exp: New testcase.
10520
10521 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
10522 Joseph Myers <joseph@codesourcery.com>
10523
10524 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
10525
10526 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
10527
10528 * gdb.mi/mi-pending.exp: New.
10529 * gdb.mi/mi-pending.c: New.
10530 * gdb.mi/mi-pendshr.c: New.
10531
10532 2007-12-06 Jim Blandy <jimb@codesourcery.com>
10533
10534 * gdb.base/default.exp: Update expected output for 'info catch'.
10535
10536 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10537
10538 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
10539 must be set to binary.
10540
10541 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
10542
10543 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
10544
10545 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10546
10547 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
10548 gdb.mi/mi-file-transfer.exp: New.
10549
10550 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10551
10552 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
10553
10554 2007-11-22 Maciej W. Rozycki <macro@mips.com>
10555
10556 * gdb.trace/backtrace.exp: Fix a typo.
10557 * gdb.trace/circ.exp: Likewise.
10558 * gdb.trace/collection.exp: Likewise.
10559 * gdb.trace/limits.exp: Likewise.
10560 * gdb.trace/report.exp: Likewise.
10561 * gdb.trace/tfind.exp: Likewise.
10562 * gdb.trace/while-dyn.exp: Likewise.
10563
10564 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
10565
10566 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
10567 objects of pointers that can't be dereferenced are now
10568 "noneditable".
10569
10570 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10571
10572 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
10573 (target_cpu): Remove.
10574
10575 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
10576
10577 * gdb.base/ending-run.exp: Expect the list of cleared
10578 breakpoint to come in natural order, not the reversed one.
10579
10580 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
10581
10582 * gdb.mi/mi-var-child.c (do_child_deletion): New.
10583 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
10584
10585 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
10586
10587 * gdb.base/printcmds.exp: New function
10588 test_printf_with_dfp.
10589
10590 2007-11-02 Doug Evans <dje@google.com>
10591
10592 * gdb.disasm/t01_mov.s: Remove carriage returns.
10593 * gdb.disasm/t02_mova.s: Ditto.
10594 * gdb.disasm/t03_add.s: Ditto.
10595 * gdb.disasm/t04_sub.s: Ditto.
10596 * gdb.disasm/t05_cmp.s: Ditto.
10597 * gdb.disasm/t06_ari2.s: Ditto.
10598 * gdb.disasm/t07_ari3.s: Ditto.
10599 * gdb.disasm/t08_or.s: Ditto.
10600 * gdb.disasm/t09_xor.s: Ditto.
10601 * gdb.disasm/t10_and.s: Ditto.
10602 * gdb.disasm/t11_logs.s: Ditto.
10603 * gdb.disasm/t12_bit.s: Ditto.
10604 * gdb.disasm/t13_otr.s: Ditto.
10605
10606 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10607
10608 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
10609
10610 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10611
10612 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
10613 provide DFP support.
10614
10615 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
10616
10617 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
10618 Test "set powerpc vector-abi". Skip auto-detection tests for old
10619 toolchains.
10620
10621 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
10622
10623 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
10624 with [string compare].
10625
10626 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
10627
10628 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
10629 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
10630
10631 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
10632
10633 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
10634 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
10635 * gdb.opt/Makefile.in: New makefile.
10636 * Makefile.in: Create new directory "gdb.opt".
10637 * configure.ac: Add "gdb.opt" directory.
10638 * configure: Regenerated.
10639
10640 2007-10-25 Doug Evans <dje@google.com>
10641
10642 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
10643 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
10644
10645 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
10646 Thiago Jung Bauermann <bauerman@br.ibm.com>
10647
10648 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
10649 Floating Point expressions.
10650 * gdb.base/dfp-test.exp: new file adding tests for Decimal
10651 Floating Point variables.
10652 * gdb.base/dfp-test.c: new file containing program with Decimal
10653 Floating variables, used by gdb.base/dfp-test.exp.
10654
10655 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
10656
10657 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
10658
10659 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10660
10661 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
10662 compiling test case with GCC.
10663 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
10664
10665 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10666
10667 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10668 format changes.
10669
10670 2007-10-18 Michael Snyder <msnyder@specifix.com>
10671
10672 * gdb.base/dbx.exp: Add missing "-re " operator.
10673
10674 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
10675
10676 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
10677 * configure.ac: Removed trailing spaces after backslash.
10678 * gdb.modula2: New directory.
10679 * gdb.modula2/Makefile.in: New file.
10680 * gdb.modula2/unbounded-array.exp: New file.
10681 * gdb.modula2/unbounded1.c: New file.
10682
10683 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10684
10685 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
10686
10687 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
10688
10689 * gdb.base/sigstep.c (main): Add checks for
10690 return values for setitimer call.
10691 Call setitimer again with itimer = ITIMER_REAL
10692 if first call to setitimer fails.
10693
10694 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
10695
10696 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
10697 of $timeout.
10698
10699 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
10700
10701 * gdb.server/server-run.exp: Test for dynamic linker symbols.
10702
10703 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
10704
10705 * lib/gdb.exp (gdb_run_cmd): Move comment outside
10706 of gdb_expect call, to avoid interruption.
10707
10708 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
10709
10710 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
10711 (v_unsigned_long_long, v_long_long_array)
10712 (v_signed_long_long_array, v_unsigned_long_long_array)
10713 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
10714 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
10715 [!NO_LONG_LONG]: New.
10716 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
10717 v_long_long_member.
10718
10719 (v_long_long_func, v_signed_long_long_func)
10720 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
10721 (main) [!NO_LONG_LONG]: Initialize long long variants.
10722
10723 * gdb.base/whatis.exp: If board file requests no_long_long, build
10724 test with NO_LONG_LONG defined. Test long long, signed long long,
10725 and unsigned long long variants but only if board file doesn't
10726 disable it.
10727
10728 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
10729 Daniel Jacobowitz <dan@codesourcery.com>
10730
10731 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
10732 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
10733 * configure: Regenerated.
10734 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
10735 gdb.pascal/types.exp, lib/pascal.exp: New files.
10736
10737 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
10738
10739 * gdb.cp/classes.exp (do_tests): Always step to the line after the
10740 call.
10741 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
10742 to return to the call.
10743 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
10744 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
10745 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
10746 * gdb.mi/mi-until.exp (test_until): Likewise.
10747 * gdb.mi/mi2-until.exp (test_until): Likewise.
10748
10749 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
10750
10751 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
10752 two-char array.
10753 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
10754
10755 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
10756
10757 * gdb.threads/watchthreads.c (thread_function): Sleep between
10758 iterations.
10759 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
10760 at once for S/390. Generate matching fails and passes.
10761
10762 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
10763
10764 * gdb.mi/var-cmd.c (do_children_tests): Initialize
10765 the 'struct_declarations' variable to zeros.
10766
10767 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
10768
10769 * gdb.cp/mb-ctor.cc: New.
10770 * gdb.cp/mb-ctor.exp: New.
10771 * gdb.cp/mb-templates.cc: New.
10772 * gdb.cp/mb-templates.exp: New.
10773
10774 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
10775
10776 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
10777
10778 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
10779
10780 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
10781 targets.
10782 * configure: Regenerate.
10783
10784 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
10785
10786 * gdb.base/annota1.exp: Adjust for 'info break'
10787 format changes.
10788 * gdb.base/annota3.exp: Likewise.
10789 * gdb.base/break.exp: Likewise.
10790 * gdb.base/condbreak.exp: Likewise.
10791 * gdb.base/pending.exp: Likewise.
10792 * gdb.base/sepdebug.exp: Likewise.
10793 * gdb.base/unload.exp: Likewise.
10794 * gdb.base/ovldbreak.exp: Likewise.
10795
10796 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
10797
10798 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
10799 messages.
10800 * gdb.base/chng-syms.exp: Likewise.
10801 * gdb.base/unload.exp: Likewise.
10802
10803 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10804
10805 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
10806
10807 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10808
10809 * schedlock.c (NUM): Change to 1.
10810 (main): Use args[0] for the main thread.
10811 * schedlock.exp: Only expect two threads. Only issue one pass or fail
10812 regardless of the number of threads.
10813
10814 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10815
10816 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
10817 type down.
10818 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10819 test.
10820 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
10821 watchpoint type down.
10822 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10823 test.
10824
10825 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10826
10827 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
10828 Move all the tests here and run them twice, once using software
10829 watchpoints and once using hardware watchpoints.
10830 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
10831
10832 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
10833
10834 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
10835 test.
10836
10837 2007-09-10 Mark Kettenis <kettenis@gnu.org>
10838
10839 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
10840 build-id.
10841
10842 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
10843 know about $ORIGIN. Calculate output dir from $dest instead of
10844 using ${objdir}/{$subdir}.
10845
10846 2007-09-09 Mark Kettenis <kettenis@gnu.org>
10847
10848 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
10849 gcore, before continuing with the test.
10850
10851 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
10852
10853 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
10854 * gdb.mi/mi-watch.exp: Likewise.
10855
10856 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10857 Jim Blandy <jimb@codesourcery.com>
10858
10859 * gdb.arch/i386-sse.exp: Do not expect character constants.
10860 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
10861 * gdb.base/display.exp: Allow print/s.
10862 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
10863 and unsigned char array changes.
10864
10865 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10866
10867 * gdb.base/display.exp: Add tests for printf %p.
10868
10869 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10870
10871 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
10872 the dll name to unicode.
10873
10874 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10875
10876 * gdb.base/default.exp (show version): Update the version text.
10877 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
10878
10879 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10880
10881 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
10882 New files.
10883
10884 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10885
10886 * lib/gdb.exp (build_id_debug_filename_get): New function.
10887 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
10888 Remove the generate DEBUG file for the future testcase runs.
10889 New testcase for the NT_GNU_BUILD_ID retrieval.
10890 Move the final testing step to ...
10891 (test_different_dir): ... a new function.
10892 New parameter XFAIL to XFAIL all the tests performed.
10893 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
10894 New parameter TYPE to PF_PREFIX all the tests performed.
10895
10896 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
10897
10898 * gdb.mi/mi-var-cp.cc (path_expression): New
10899 function.
10900 * gdb.mi/mi-var-cp.exp: Run path exression tests.
10901
10902 2007-08-27 Markus Deuling <deuling@de.ibm.com>
10903
10904 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
10905 to fit into SPU Local Store memory.
10906
10907 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10908
10909 * gdb.base/default.exp: Adjust the expected output of "info
10910 warranty" after the switch to GPLv3.
10911
10912 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10913
10914 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
10915 to 30000 (from 20000).
10916
10917 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10918
10919 Switch the license of all .exp files to GPLv3.
10920 Switch the license of all .f and .f90 files to GPLv3.
10921 Switch the license of all .s and .S files to GPLv3.
10922
10923 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10924
10925 * configure.ac: Switch license to GPLv3.
10926
10927 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10928
10929 Switch the licensing to GPLv3 for all .ads and .adb files.
10930
10931 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
10932
10933 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
10934 and t_int_double.
10935 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
10936
10937 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10938
10939 * gdb.base/step-line.c: Switch license to GPL version 3, and
10940 update copyright year.
10941 * gdb.base/step-line.inp: Likewise.
10942
10943 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10944
10945 * gdb.base/gdb1555.exp: Make expected output immune to formatting
10946 changes inside gdb1555.c.
10947 * gdb.base/pending.exp: Likewise.
10948
10949 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
10950
10951 * config/default.exp: New file.
10952
10953 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10954
10955 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
10956 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
10957
10958 2007-07-30 Maciej W. Rozycki <macro@mips.com>
10959
10960 * gdb.base/dump.exp: Force the correct endianness for binary
10961 formats not carrying this information.
10962
10963 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10964
10965 * gdb.threads/staticthreads.exp: Match .*sem_post.
10966
10967 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10968
10969 * gdb.base/readline.exp (operate_and_get_next): Match the final
10970 prompt.
10971
10972 2007-07-23 Kevin Buettner <kevinb@redhat.com>
10973
10974 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
10975 to restarting SID.
10976
10977 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10978
10979 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
10980 prior to `gdb_start'.
10981
10982 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10983
10984 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
10985 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
10986 Remove call to gdb_unload.
10987
10988 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10989 Daniel Jacobowitz <dan@codesourcery.com>
10990
10991 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
10992 for __WIN32__.
10993 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
10994 * gdb.base/unload.exp: Use shared library test routines.
10995
10996 2007-07-03 Markus Deuling <deuling@de.ibm.com>
10997
10998 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
10999 * gdb.base/solib-symbol-lib.c: Likewise.
11000 * gdb.base/solib-symbol-main.c: Likewise.
11001
11002 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
11003
11004 * config/gdbserver.exp (gdb_reconnect): New.
11005 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
11006 gdb.base/solib-disc.exp: New files.
11007 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
11008 remote debugging".
11009 (gdb_compile): Add shlib_load flag.
11010 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
11011 port.
11012 (gdbserver_reconnect): New.
11013
11014 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
11015 Daniel Jacobowitz <dan@codesourcery.com>
11016
11017 * gdb.base/annota3.exp: Test for if construct.
11018
11019 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
11020
11021 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
11022
11023 2007-06-21 Chris Dearman <chris@mips.com>
11024 Maciej W. Rozycki <macro@mips.com>
11025
11026 * gdb.base/display.exp: Allow a newline after display/i.
11027 * gdb.base/pc-fp.exp: Likewise.
11028 * gdb.base/sigbpt.exp: Likewise.
11029
11030 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11031
11032 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
11033 required features to be included.
11034
11035 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11036
11037 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
11038 in info threads output.
11039
11040 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11041 Markus Deuling <deuling@de.ibm.com>
11042
11043 * gdb.arch/spu-info.exp: New testcase.
11044 * gdb.arch/spu-info.c: New file.
11045
11046 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
11047
11048 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
11049 tpcs_offset. Restore lr after the call.
11050 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
11051
11052 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
11053
11054 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
11055 (gdbserver_run): Kill any running gdbserver.
11056 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
11057
11058 2007-05-17 Maciej W. Rozycki <macro@mips.com>
11059
11060 * gdb.base/sigbpt.exp: Preset segv_addr.
11061
11062 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
11063
11064 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
11065 (gdb_compile_shlib): Likewise.
11066 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
11067 (default_gdb_init): Clear cleanfiles.
11068 (gdb_finish): Delete recorded cleanfiles.
11069 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
11070
11071 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
11072 Do not use isnative.
11073 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
11074 gdb.base/so-impl-ld.exp: Likewise.
11075 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
11076 * gdb.base/unload.exp: Likewise. Do not pass empty option to
11077 gdb_compile.
11078
11079 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
11080
11081 * config/unknown.exp: Remove.
11082
11083 2007-05-15 Markus Deuling <deuling@de.ibm.com>
11084
11085 * gdb.base/info-proc.exp: Check is_remote.
11086
11087 2007-05-14 Markus Deuling <deuling@de.ibm.com>
11088
11089 * gdb.base/gcore.exp: Initialize variable core_supported.
11090
11091 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11092
11093 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
11094
11095 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11096
11097 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
11098 * gdb.threads/print-threads.exp (test_all_threads): Allow
11099 negative and hexadecimal thread IDs.
11100
11101 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11102
11103 * gdb.java/jprint.java (public): Avoid invalid call to static
11104 method.
11105
11106 2007-05-14 Denis Pilat <denis.pilat@st.com>
11107
11108 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
11109 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
11110 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11111 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
11112 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
11113
11114 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11115
11116 * gdb.base/overlays.exp: Add support for targets with only code
11117 overlay support, not data overlay. Support spu-*-* target in
11118 this mode.
11119 * gdb.base/ovlymgr.c: Provide stubs for spu target.
11120 * gdb.base/spu.ld: New file.
11121
11122 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
11123
11124 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
11125
11126 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
11127
11128 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
11129
11130 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11131
11132 * gdb.java/jmain.exp: Handle demangled names with and without method
11133 signatures.
11134
11135 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11136
11137 * gdb.mi/mi-syn-frame.c (main, foo, bar)
11138 (have_a_very_merry_interrupt): Remove calls to puts.
11139 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
11140 inferior output.
11141 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
11142 test names.
11143
11144 2007-04-29 Markus Deuling <deuling@de.ibm.com>
11145 Daniel Jacobowitz <dan@codesourcery.com>
11146
11147 * gdb.base/auxv.exp (core_works): Also check is_remote.
11148 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
11149
11150 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
11151
11152 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
11153 message, not the undefined 'module' variable.
11154 * gdb.base/siginfo.exp: Likewise.
11155 * gdb.base/sigstep.exp: Likewise.
11156 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
11157 serialport.
11158 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
11159
11160 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
11161
11162 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
11163 target sim fails. Return 0 otherwise.
11164 (gdb_load): Return prematurely if gdb_target_sim fails.
11165
11166 2007-04-16 Denis Pilat <denis.pilat@st.com>
11167
11168 * gdb.base/setshow.exp: Reset height after having set it to 100.
11169
11170 2007-04-16 Denis Pilat <denis.pilat@st.com>
11171
11172 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
11173
11174 2007-04-16 Denis Pilat <denis.pilat@st.com>
11175
11176 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
11177
11178 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
11179
11180 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
11181 tests. Run the frozen varobjs test.
11182 * gdb.mi/var-cmd.c (do_frozen_tests): New.
11183 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
11184
11185 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11186
11187 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
11188 gdb.base/type-opaque.exp: New files.
11189
11190 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
11191
11192 * gdb.mi/mi-var-child.c
11193 (do_children_tests): User char[2] instead of
11194 char so that automatic printing of pointers to char
11195 don't give unpredicable result.
11196 * gdb.mi/var-cmd.c (do_locals_test): Initialize
11197 local variables.
11198 * gdb.mi/mi-var-child.exp: Step to right line
11199 of do_children_tests.
11200 * gdb.mi/mi2-var-child.exp: Likewise.
11201 * gdb.mi/mi-var-cmd.exp: Step to right line of
11202 do_locals_tests.
11203 (do_children_tests): User char[2] instead of
11204 char so that automatic printing of pointers to char
11205 don't give unpredicable result.
11206 * gdb.mi/mi2-var-cmd.exp: Likewise.
11207 * lib/mi-support.exp (mi_continue_to_line):
11208 Pass test name to mi_wait_for_stop.
11209
11210 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11211
11212 * gdb.asm/asm-source.exp: Remove d10v case.
11213 * lib/gdb.exp (skip_cplus_tests): Likewise.
11214 * gdb.asm/d10v.inc: Deleted.
11215
11216 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11217
11218 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
11219
11220 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11221
11222 * config/netware.exp: Delete file.
11223
11224 2007-03-29 Joel Brobecker <brobecker@adacore.com>
11225
11226 * gdb.dwarf2/dw2-noloc.S: New file.
11227 * gdb.dwarf2/dw2-noloc.exp: New file.
11228
11229 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
11230
11231 * gdb.cp/method2.cc: New test.
11232 * gdb.cp/method2.exp: New test.
11233 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
11234
11235 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11236
11237 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
11238
11239 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
11240
11241 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
11242
11243 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11244
11245 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
11246 (gdb_load): Delete, replace with...
11247 (gdb_reload): ...this.
11248 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
11249 * gdb.server/server-mon.exp: Likewise.
11250 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
11251 (gdb_start_cmd): New.
11252 (gdb_file_cmd): Save the last loaded file.
11253 (gdb_reload): New.
11254 (gdb_gnu_strip_debug): Use transform.
11255 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
11256 support here. Use new $last_loaded_file. Check mtime.
11257 (gdb_target_cmd): Handle ObjC failure case.
11258 (infer_host_exec): Delete.
11259 (gdbserver_load): Rename to...
11260 (gdbserver_run): ...this. Simplify.
11261 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
11262 (mi_gdb_load): Move most contents to a new function...
11263 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
11264 (mi_run_cmd): Use mi_gdb_target_load.
11265 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
11266 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
11267 Use gdb_run_cmd.
11268 * gdb.base/charsign.exp: Remove incorrect comment.
11269 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
11270 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
11271 gdb.base/start.exp: Use gdb_start_cmd.
11272
11273 2007-03-23 Nigel Stephens <nigel@mips.com>
11274 Maciej W. Rozycki <macro@mips.com>
11275
11276 * gdb.base/sigbpt.exp: Fix the message when skipping test.
11277 * gdb.base/signull.exp: Similarly.
11278
11279 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11280
11281 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
11282 messages available to test cases (like chng-sym.exp).
11283
11284 2007-03-14 Andreas Schwab <schwab@suse.de>
11285
11286 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11287 format changes.
11288
11289 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
11290
11291 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
11292 (optimized_1): New.
11293 (main): Call optimized_1.
11294 (gdb2029): Correct typos. Call gdb2029_marker.
11295 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
11296 for gdb2029.
11297
11298 2007-03-12 Mark Kettenis <kettenis@gnu.org>
11299
11300 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
11301 as tabs. Remove redundant test pattern.
11302
11303 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11304
11305 * gdb.base/long_long.exp: Accept optional symbol name in <...>
11306 for /a format output.
11307
11308 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
11309
11310 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
11311 collect output incrementally.
11312
11313 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11314
11315 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
11316 for -var-create lpcharacter test.
11317 * gdb.mi/mi2-var-cmd.exp: Likewise.
11318
11319 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11320
11321 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
11322 pass on targets where address zero is readable.
11323
11324 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11325
11326 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
11327 just a single architecture.
11328
11329 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11330
11331 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
11332 (fetch_all_registers): New function, uses gdb_test_multiple and
11333 exp_continue to fetch inferior output line-by-line.
11334 Replace all uses of do_get_all_registers by fetch_all_registers.
11335
11336 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11337
11338 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
11339 in target_info.
11340
11341 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11342
11343 * gdb.threads/manythreads.exp: Use $message string for
11344 consistancy; add a default (timeout) case.
11345
11346 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11347
11348 * gdb.base/watchpoint.exp: Fix truncated comment.
11349
11350 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11351
11352 * Makefile.in: Remove spurious single-quotes from sed command.
11353
11354 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
11355
11356 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
11357 func.
11358 * gdb.mi/mi2-var-cmd.exp: Likewise.
11359
11360 2007-02-27 Joel Brobecker <brobecker@adacore.com>
11361
11362 * gdb.dwarf2/dw2-producer.S: New file.
11363 * gdb.dwarf2/dw2-producer.exp: New testcase.
11364
11365 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
11366
11367 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11368 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11369 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11370 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11371 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11372 Revert tests to use mi_gdb_test and include value field in output
11373 of -var-create.
11374
11375 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
11376
11377 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
11378
11379 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
11380
11381 * gdb.base/maint.exp: Remove full paths from test names.
11382 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
11383 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
11384
11385 2007-02-27 Joel Brobecker <brobecker@adacore.com>
11386
11387 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
11388
11389 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11390
11391 * gdb.server/server-mon.exp: New test.
11392
11393 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11394
11395 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
11396
11397 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11398
11399 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
11400 register capitalization.
11401
11402 2007-02-13 Denis Pilat <denis.pilat@st.com>
11403
11404 * gdb.mi/mi-var-invalidate.exp: New file.
11405
11406 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11407
11408 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
11409
11410 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11411
11412 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
11413
11414 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11415
11416 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
11417 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
11418
11419 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
11420
11421 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11422 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11423 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11424 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11425 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11426 * gdb.mi/gdb792.exp, lib/mi-support.exp:
11427 Update tests to include value field in output of -var-create.
11428
11429 2007-02-08 Andreas Schwab <schwab@suse.de>
11430
11431 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
11432
11433 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
11434
11435 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
11436 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
11437
11438 2007-02-02 Denis Pilat <denis.pilat@st.com>
11439
11440 * gdb.threads/threadapply.exp: check that frame is not changed by
11441 the thread apply all command.
11442
11443 2007-01-31 Andreas Schwab <schwab@suse.de>
11444
11445 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11446
11447 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
11448 in the dwarf sections.
11449 * gdb.dwarf2/mac-fileno.S: Likewise.
11450
11451 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
11452 bspstore register on ia64.
11453
11454 2007-01-29 Andreas Schwab <schwab@suse.de>
11455
11456 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
11457 "frame-begin" annotation.
11458
11459 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
11460 number of "frames-invalid" annotations.
11461
11462 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11463
11464 * gdb.base/commands.exp: Call if_commands_test.
11465 (gdb_test_no_prompt, if_commands_test): New.
11466
11467 2007-01-28 Mark Kettenis <kettenis@gnu.org>
11468
11469 * gdb.threads/sigthread.c (NSIGS): Make bigger.
11470
11471 2007-01-27 Andreas Schwab <schwab@suse.de>
11472
11473 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
11474 .short/.int/.quad in the dwarf sections.
11475 * gdb.dwarf2/dw2-intercu.S: Likewise.
11476 * gdb.dwarf2/dw2-intermix.S: Likewise.
11477
11478 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11479
11480 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
11481 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
11482 array.
11483 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
11484 * gdb.base/setvar.exp: Likewise.
11485
11486 2007-01-26 Andreas Schwab <schwab@suse.de>
11487
11488 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
11489 test.
11490
11491 * gdb.base/multi-forks.exp ("restart $i"): Also match
11492 __kernel_syscall_via_break.
11493
11494 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
11495
11496 * lib/mi-support.exp (mi_delete_varobj): New.
11497 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
11498 testcase.
11499 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
11500 (main): Call the above.
11501 (reference_update_test, base_in_reference_test)
11502 (reference_to_pointer): Delete the created varobjs.
11503
11504 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
11505
11506 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
11507 * configure: Regenerated.
11508 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
11509 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
11510 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
11511 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
11512 * lib/gdb.exp (gdb_skip_xml_test): New function.
11513
11514 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
11515
11516 * gdb.base/sigrepeat.exp: Correct error message.
11517
11518 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11519 Daniel Jacobowitz <dan@codesourcery.com>
11520
11521 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
11522 gdb.arch/i386-gnu-cfi-asm.S: New files.
11523
11524 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11525
11526 * lib/gdb.exp: Abort on missing `site.exp'.
11527
11528 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11529 Daniel Jacobowitz <dan@codesourcery.com>
11530
11531 * gdb.base/included.c, gdb.base/included.exp,
11532 gdb.base/included.h: New files.
11533
11534 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11535
11536 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
11537 (maximize_rlimit): Reduce limits on 64-bit systems.
11538
11539 2007-01-19 Mark Kettenis <kettenis@gnu.org>
11540
11541 From Marcus Deuling <deuling@de.ibm.com>:
11542 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
11543 every case.
11544
11545 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
11546
11547 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
11548 (test_path_specification): Use objdir instead of srcdir to always
11549 get an absolute filename.
11550
11551 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
11552
11553 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
11554
11555 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
11556
11557 * gdb.mi/mi-var-cp.cc (reference_update_tests):
11558 Make sure the variable we're using is in scope.
11559 (reference_to_pointer): Likewise.
11560
11561 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
11562
11563 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
11564 has no debug information.
11565
11566 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
11567
11568 * gdb.base/annota1.exp: Remove extra send_gdb.
11569
11570 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11571
11572 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
11573
11574 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11575
11576 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
11577
11578 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
11579 Daniel Jacobowitz <dan@codesourcery.com>
11580
11581 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
11582 lcharacter or linteger change. Correct duplicated test name.
11583 * gdb.mi/mi2-var-cmd.exp: Likewise.
11584
11585 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
11586
11587 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
11588
11589 2007-01-05 Joel Brobecker <brobecker@adacore.com>
11590
11591 * gdb.base/nofield.c: New file.
11592 * gdb.base/nofield.exp: New testcase.
11593
11594 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
11595
11596 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
11597
11598 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
11599 test.
11600
11601 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
11602
11603 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
11604
11605 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
11606
11607 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
11608 when continuing.
11609
11610 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11611
11612 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
11613 Expect ".exe" extension.
11614
11615 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11616
11617 * gdb.base/charset.exp: Add explicit filename to break.
11618 * gdb.base/dbx.exp: Add explicit filename to breaks.
11619
11620 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11621
11622 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
11623 * gdb.mi/mi2-file.exp: Likewise.
11624
11625 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
11626
11627 Implement specification of MI tests as comments
11628 in C and C++ sources.
11629 * lib/mi-support.exp (mi_autotest_data): New variable.
11630 (mi_autotest_source): New variable.
11631 (count_newlines, mi_prepare_inline_tests)
11632 (mi_get_inline_test, mi_continue_to_line)
11633 (mi_run_inline_test, mi_tbreak)
11634 (mi_send_resuming_command, mi_wait_for_stop): New functions.
11635 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
11636 Run inline tests.
11637 * gdb.mi/mi-var-cp.cc: Define tests here.
11638
11639 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
11640
11641 Simplify usage of mi_continue_to.
11642 * lib/mi-support.exp (mi_runto_helper): Renamed
11643 from mi_runto, added new parameter 'run_or_continue'.
11644 (mi_runto): Use mi_runto_helper.
11645 (mi_continue_to): Accept just function name as parameter.
11646 Use mi_runto_helper.
11647 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
11648 * gdb.mi/mi2-var-cmd.exp: Likewise.
11649
11650 2006-01-04 Joel Brobecker <brobecker@adacore.com>
11651
11652 Make this testcase a bit more realistic. The current code
11653 is too simplistic, and allows the compiler to optimize out
11654 some of the entities we need for this testcase.
11655 * gdb.ada/null_record/bar.ads (Void_Star): New type.
11656 (Do_Nothing): Add extra parameter.
11657 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
11658 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
11659 by using a variable of type Void_Star.
11660
11661 2006-01-04 Joel Brobecker <brobecker@adacore.com>
11662
11663 * gdb.ada/catch_ex/foo.adb: New file.
11664 * gdb.ada/catch_ex.exp: New testcase.
11665
11666 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
11667
11668 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
11669 pass --image-base to linker.
11670
11671 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11672 Daniel Jacobowitz <dan@codesourcery.com>
11673
11674 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
11675 secondary prompts.
11676
11677 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
11678
11679 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
11680 output. Test the types of members and member pointers.
11681 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
11682 gdb/2092.
11683 * gdb.cp/member-ptr.exp: Search for a comment instead of a
11684 statement. Enable for GCC. Update expected output for some tests
11685 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
11686 layout.
11687 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
11688 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
11689 (Diamond::vget_base): New.
11690 (main): Add new tests.
11691 * gdb.cp/printmethod.exp: Update expected output for member functions.
11692 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
11693 print pEe->D::vg().
11694
11695 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
11696
11697 * gdb.threads/tls.exp: Allow stops in sem_post.
11698
11699 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
11700
11701 * gdb.base/annota1.exp: Allow .*printf in backtraces.
11702 * gdb.base/annota3.exp: Likewise.
11703 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
11704 again (instead of timing out).
11705 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
11706 GCC bug 26475.
11707 * gdb.java/jmisc.exp: Adjust to work with method signatures including
11708 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
11709 test from jmisc1.exp.
11710 * gdb.java/jmisc1.exp: Delete.
11711 * gdb.java/jprint.exp: Adjust to work with method signatures including
11712 return types.
11713 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
11714 * gdb.threads/linux-dp.exp: Don't be confused by program output.
11715 * lib/java.exp (compile_java_from_source): Pass the correct type
11716 to target_compile.
11717
11718 2006-12-31 Joel Brobecker <brobecker@adacore.com>
11719
11720 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
11721 (stack_align_edx): New function.
11722 (stack_align_eax): New function.
11723 (main): Add calls to stack_align_edx and stack_align_eax.
11724 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
11725 Add testing for the cases where the register used during a stack
11726 realignment is edx. Same for eax.
11727
11728 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
11729
11730 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
11731 and generic PE targets.
11732
11733 2006-12-29 Joel Brobecker <brobecker@adacore.com>
11734
11735 * gdb.ada/array_return.exp: Update copyright date list.
11736
11737 2006-12-27 Joel Brobecker <brobecker@adacore.com>
11738
11739 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
11740 (Create_Small_Float_Vector): New function.
11741 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
11742 function body.
11743 * gdb.ada/array_return/p.adb: Use new type and function from
11744 package Pck.
11745 * gdb.ada/array_return.exp: Add a test verifying that GDB is
11746 able to print the value returned by a function returning an
11747 array of float.
11748
11749 2006-12-20 Joel Brobecker <brobecker@adacore.com>
11750
11751 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
11752 The associated tests should be PASSing.
11753
11754 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11755
11756 Test for base in references.
11757 * gdb.mi/mi-var-cp.cc: Add test code.
11758 * gdb.mi/mi-var-cp.exp: Test for bases in references.
11759 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
11760 * gdb.mi/mi2-watch.exp: Likewise.
11761 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
11762 (mi_list_varobj_children): New function.
11763
11764 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11765
11766 * lib/mi-support.exp
11767 (mi_runto): Accept "()" after function name.
11768 (mi_create_varobj): New function.
11769 (mi_varobj_update): New function.
11770 (mi_Check_varobj_value): New function.
11771 * gdb.mi/mi-var-cp.exp: New file.
11772 * gdb.mi/mi-var-cp.cc: New file.
11773
11774 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
11775
11776 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
11777 gdb.base/weaklib2.c: New files.
11778
11779 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
11780
11781 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
11782 info. Adjust test names.
11783
11784 * gdb.base/break.c (main): Move position of malloc.
11785 * gdb.base/break.exp: Revert mistaken checkin.
11786
11787 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
11788
11789 * gdb.mi/mi-var-cmd.exp: Check -var-update after
11790 assignement of arrays and function pointers.
11791 * gdb.mi/var-cmd.c: Add declaration necessary for above
11792 tests.
11793
11794 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11795
11796 * gdb.base/break.c (main): Call malloc.
11797
11798 * gdb.threads/linux-dp.exp: Read thread table before and after
11799 creating each philosopher and verify it.
11800
11801 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11802 Paul Brook <paul@codesourcery.com>
11803 Daniel Jacobowitz <dan@codesourcery.com>
11804
11805 * gdb.base/ending-run.exp: Flatten expect script stepping out of
11806 main to remove duplication. Add start function of the form
11807 '_*start[1-9]*'. Add RVDS start function.
11808
11809 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11810
11811 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
11812
11813 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11814
11815 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
11816 * gdb.asm/spu.inc: New file.
11817 * gdb.base/term.exp: Disable if [target_info exists noargs].
11818 * gdb.gdb/complaints.exp: Disable if ![isnative].
11819 * gdb.gdb/selftest.exp: Likewise.
11820 * gdb.gdb/observer.exp: Likewise.
11821 * gdb.gdb/xfullpath.exp: Likewise.
11822 * gdb.base/attach.exp: Disable on SPU target.
11823 * gdb.cp/bs145503.exp: Likewise.
11824 * gdb.cp/exception.exp: Likewise.
11825 * gdb.cp/userdef.exp: Likewise.
11826
11827 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11828
11829 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
11830
11831 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
11832
11833 * gdb.base/completion.exp: Fix completion tests for
11834 'info' and 'info '.
11835 * gdb.base/help.exp (help_test_raw, test_class_help)
11836 (test_prefix_command_help): Move...
11837 * lib/gdb.exp: Here.
11838 * gdb.base/main.exp: Adjust.
11839 * gdb.cp/maint.exp: Adjust.
11840 * gdb.trace/tracecmd.exp: Use test_help_class.
11841
11842 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11843
11844 * gdb.stabs/weird.exp (print_weird_var): Use
11845 gdb_test_multiple instead of gdb_expect.
11846
11847 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11848
11849 * gdb.base/help.exp (help_test_raw): New.
11850 (test_class_help): New.
11851 (test_prefix_command_help): New.
11852 Adjust testcases.
11853
11854 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
11855
11856 * gdb.base/constvars.c (main): Write to crass and crips, so that
11857 they are allocated by the compiler.
11858
11859 2006-10-27 Andreas Schwab <schwab@suse.de>
11860
11861 * gdb.base/multi-forks.exp: Use "detach fork" instead of
11862 "detach-fork".
11863
11864 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
11865
11866 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
11867 of patterns.
11868
11869 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11870
11871 * gdb.base/sepdebug.exp: Remove debug format test.
11872 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
11873 Handle no-symtab.
11874 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
11875
11876 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11877
11878 * gdb.threads/manythreads.c (thread_function, main): Don't cast
11879 int to pointer or pointer to int.
11880 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
11881
11882 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
11883
11884 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
11885
11886 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11887
11888 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
11889
11890 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11891
11892 PR c++/2116
11893 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
11894
11895 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11896
11897 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
11898 the corresponding bug has been fixed in GDB (PR/2018).
11899
11900 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11901
11902 * gdb.base/subst.exp: New testcase.
11903
11904 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11905
11906 * gdb.ada/array_return/pck.ads: Add copyright notice.
11907 * gdb.ada/array_return/pck.adb: Likewise.
11908 * gdb.ada/array_return/p.adb: Likewise.
11909 * gdb.ada/exec_changed/first.adb: Likewise.
11910 * gdb.ada/exec_changed/second.adb: Likewise.
11911
11912 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11913
11914 * gdb.ada/watch_arg/watch.adb: New file.
11915 * gdb.ada/watch_arg.exp: New testcase.
11916
11917 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
11918
11919 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
11920 via string_to_regexp.
11921 * gdb.mi/mi2-basics.exp: Likewise.
11922
11923 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
11924
11925 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
11926 Remove unused / obsolete files.
11927
11928 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
11929
11930 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
11931
11932 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
11933
11934 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
11935 HIGH_FRAME argument to -stack-list-arguments can be larger than
11936 the number of frames.
11937
11938 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
11939
11940 * gdb.base/args.c (main): Add breakpoint marker.
11941 * gdb.base/args.exp: Use args_test for tests. Add new tests which
11942 really test empty arguments.
11943 (args_load): Delete.
11944 (args_test): New.
11945
11946 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
11947
11948 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
11949 check for one file.
11950
11951 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
11952
11953 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
11954 HIGH_FRAME argument to -stack-list-locals can be larger than
11955 the number of frames.
11956
11957 2006-08-18 Fred Fish <fnf@specifix.com>
11958
11959 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
11960 '$' in front of skip_vmx_tests_saved when setting that.
11961
11962 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
11963
11964 * gdb.base/trace-commands.exp: New file.
11965
11966 2006-08-10 Joel Brobecker <brobecker@adacore.com>
11967 Daniel Jacobowitz <dan@codesourcery.com>
11968
11969 * gdb.base/step-bt.exp: Make hexadecimal address optional in
11970 expected output of the backtrace commands.
11971
11972 2006-08-09 Joel Brobecker <brobecker@adacore.com>
11973
11974 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
11975 untested followed by return combination.
11976 * gdb.arch/altivec-regs.exp: Likewise.
11977 * gdb.arch/e500-abi.exp: Likewise.
11978 * gdb.arch/e500-regs.exp: Likewise.
11979 * gdb.arch/gdb1291.exp: Likewise.
11980 * gdb.arch/gdb1431.exp: Likewise.
11981 * gdb.arch/gdb1558.exp: Likewise.
11982 * gdb.arch/i386-prologue.exp: Likewise.
11983 * gdb.arch/i386-unwind.exp: Likewise.
11984 * gdb.asm/asm-source.exp: Likewise.
11985 * gdb.base/a2-run.exp: Likewise.
11986 * gdb.base/advance.exp: Likewise.
11987 * gdb.base/all-bin.exp: Likewise.
11988 * gdb.base/annota1.exp: Likewise.
11989 * gdb.base/annota3.exp: Likewise.
11990 * gdb.base/args.exp: Likewise.
11991 * gdb.base/arithmet.exp: Likewise.
11992 * gdb.base/assign.exp: Likewise.
11993 * gdb.base/async.exp: Likewise.
11994 * gdb.base/attach.exp: Likewise.
11995 * gdb.base/bang.exp: Likewise.
11996 * gdb.base/bigcore.exp: Likewise.
11997 * gdb.base/bitfields.exp: Likewise.
11998 * gdb.base/bitfields2.exp: Likewise.
11999 * gdb.base/break.exp: Likewise.
12000 * gdb.base/call-sc.exp: Likewise.
12001 * gdb.base/call-strs.exp: Likewise.
12002 * gdb.base/callfuncs.exp: Likewise.
12003 * gdb.base/checkpoint.exp: Likewise.
12004 * gdb.base/chng-syms.exp: Likewise.
12005 * gdb.base/code-expr.exp: Likewise.
12006 * gdb.base/commands.exp: Likewise.
12007 * gdb.base/completion.exp: Likewise.
12008 * gdb.base/cond-expr.exp: Likewise.
12009 * gdb.base/condbreak.exp: Likewise.
12010 * gdb.base/consecutive.exp: Likewise.
12011 * gdb.base/constvars.exp: Likewise.
12012 * gdb.base/corefile.exp: Likewise.
12013 * gdb.base/cvexpr.exp: Likewise.
12014 * gdb.base/dbx.exp: Likewise.
12015 * gdb.base/define.exp: Likewise.
12016 * gdb.base/detach.exp: Likewise.
12017 * gdb.base/display.exp: Likewise.
12018 * gdb.base/dump.exp: Likewise.
12019 * gdb.base/ena-dis-br.exp: Likewise.
12020 * gdb.base/ending-run.exp: Likewise.
12021 * gdb.base/environ.exp: Likewise.
12022 * gdb.base/eval-skip.exp: Likewise.
12023 * gdb.base/exprs.exp: Likewise.
12024 * gdb.base/fileio.exp: Likewise.
12025 * gdb.base/finish.exp: Likewise.
12026 * gdb.base/float.exp: Likewise.
12027 * gdb.base/foll-exec.exp: Likewise.
12028 * gdb.base/foll-fork.exp: Likewise.
12029 * gdb.base/foll-vfork.exp: Likewise.
12030 * gdb.base/freebpcmd.exp: Likewise.
12031 * gdb.base/funcargs.exp: Likewise.
12032 * gdb.base/gcore.exp: Likewise.
12033 * gdb.base/gdb1090.exp: Likewise.
12034 * gdb.base/gdb1250.exp: Likewise.
12035 * gdb.base/huge.exp: Likewise.
12036 * gdb.base/info-proc.exp: Likewise.
12037 * gdb.base/interrupt.exp: Likewise.
12038 * gdb.base/jump.exp: Likewise.
12039 * gdb.base/langs.exp: Likewise.
12040 * gdb.base/lineinc.exp: Likewise.
12041 * gdb.base/list.exp: Likewise.
12042 * gdb.base/logical.exp: Likewise.
12043 * gdb.base/long_long.exp: Likewise.
12044 * gdb.base/macscp.exp: Likewise.
12045 * gdb.base/maint.exp: Likewise.
12046 * gdb.base/mips_pro.exp: Likewise.
12047 * gdb.base/miscexprs.exp: Likewise.
12048 * gdb.base/multi-forks.exp: Likewise.
12049 * gdb.base/opaque.exp: Likewise.
12050 * gdb.base/overlays.exp: Likewise.
12051 * gdb.base/pc-fp.exp: Likewise.
12052 * gdb.base/pointers.exp: Likewise.
12053 * gdb.base/printcmds.exp: Likewise.
12054 * gdb.base/psymtab.exp: Likewise.
12055 * gdb.base/ptype.exp: Likewise.
12056 * gdb.base/recurse.exp: Likewise.
12057 * gdb.base/relational.exp: Likewise.
12058 * gdb.base/relocate.exp: Likewise.
12059 * gdb.base/remote.exp: Likewise.
12060 * gdb.base/reread.exp: Likewise.
12061 * gdb.base/restore.exp: Likewise.
12062 * gdb.base/return.exp: Likewise.
12063 * gdb.base/return2.exp: Likewise.
12064 * gdb.base/scope.exp: Likewise.
12065 * gdb.base/sect-cmd.exp: Likewise.
12066 * gdb.base/sep.exp: Likewise.
12067 * gdb.base/sepdebug.exp: Likewise.
12068 * gdb.base/setshow.exp: Likewise.
12069 * gdb.base/setvar.exp: Likewise.
12070 * gdb.base/sigall.exp: Likewise.
12071 * gdb.base/sigbpt.exp: Likewise.
12072 * gdb.base/signals.exp: Likewise.
12073 * gdb.base/signull.exp: Likewise.
12074 * gdb.base/sizeof.exp: Likewise.
12075 * gdb.base/solib.exp: Likewise.
12076 * gdb.base/step-line.exp: Likewise.
12077 * gdb.base/step-test.exp: Likewise.
12078 * gdb.base/structs.exp: Likewise.
12079 * gdb.base/structs2.exp: Likewise.
12080 * gdb.base/term.exp: Likewise.
12081 * gdb.base/twice.exp: Likewise.
12082 * gdb.base/until.exp: Likewise.
12083 * gdb.base/varargs.exp: Likewise.
12084 * gdb.base/volatile.exp: Likewise.
12085 * gdb.base/watchpoint.exp: Likewise.
12086 * gdb.base/whatis-exp.exp: Likewise.
12087 * gdb.base/whatis.exp: Likewise.
12088 * gdb.cp/ambiguous.exp: Likewise.
12089 * gdb.cp/annota2.exp: Likewise.
12090 * gdb.cp/annota3.exp: Likewise.
12091 * gdb.cp/bool.exp: Likewise.
12092 * gdb.cp/breakpoint.exp: Likewise.
12093 * gdb.cp/casts.exp: Likewise.
12094 * gdb.cp/class2.exp: Likewise.
12095 * gdb.cp/classes.exp: Likewise.
12096 * gdb.cp/cplusfuncs.exp: Likewise.
12097 * gdb.cp/ctti.exp: Likewise.
12098 * gdb.cp/derivation.exp: Likewise.
12099 * gdb.cp/exception.exp: Likewise.
12100 * gdb.cp/gdb1355.exp: Likewise.
12101 * gdb.cp/hang.exp: Likewise.
12102 * gdb.cp/inherit.exp: Likewise.
12103 * gdb.cp/local.exp: Likewise.
12104 * gdb.cp/m-data.exp: Likewise.
12105 * gdb.cp/m-static.exp: Likewise.
12106 * gdb.cp/member-ptr.exp: Likewise.
12107 * gdb.cp/method.exp: Likewise.
12108 * gdb.cp/misc.exp: Likewise.
12109 * gdb.cp/namespace.exp: Likewise.
12110 * gdb.cp/overload.exp: Likewise.
12111 * gdb.cp/ovldbreak.exp: Likewise.
12112 * gdb.cp/pr-1023.exp: Likewise.
12113 * gdb.cp/pr-1210.exp: Likewise.
12114 * gdb.cp/pr-574.exp: Likewise.
12115 * gdb.cp/printmethod.exp: Likewise.
12116 * gdb.cp/psmang.exp: Likewise.
12117 * gdb.cp/ref-params.exp: Likewise.
12118 * gdb.cp/ref-types.exp: Likewise.
12119 * gdb.cp/rtti.exp: Likewise.
12120 * gdb.cp/templates.exp: Likewise.
12121 * gdb.cp/try_catch.exp: Likewise.
12122 * gdb.cp/userdef.exp: Likewise.
12123 * gdb.cp/virtfunc.exp: Likewise.
12124 * gdb.disasm/am33.exp: Likewise.
12125 * gdb.disasm/h8300s.exp: Likewise.
12126 * gdb.disasm/mn10300.exp: Likewise.
12127 * gdb.disasm/sh3.exp: Likewise.
12128 * gdb.disasm/t01_mov.exp: Likewise.
12129 * gdb.disasm/t02_mova.exp: Likewise.
12130 * gdb.disasm/t03_add.exp: Likewise.
12131 * gdb.disasm/t04_sub.exp: Likewise.
12132 * gdb.disasm/t05_cmp.exp: Likewise.
12133 * gdb.disasm/t06_ari2.exp: Likewise.
12134 * gdb.disasm/t07_ari3.exp: Likewise.
12135 * gdb.disasm/t08_or.exp: Likewise.
12136 * gdb.disasm/t09_xor.exp: Likewise.
12137 * gdb.disasm/t10_and.exp: Likewise.
12138 * gdb.disasm/t11_logs.exp: Likewise.
12139 * gdb.disasm/t12_bit.exp: Likewise.
12140 * gdb.disasm/t13_otr.exp: Likewise.
12141 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
12142 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
12143 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12144 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
12145 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
12146 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
12147 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
12148 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
12149 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
12150 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
12151 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
12152 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
12153 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
12154 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
12155 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
12156 * gdb.mi/gdb701.exp: Likewise.
12157 * gdb.mi/gdb792.exp: Likewise.
12158 * gdb.mi/mi-basics.exp: Likewise.
12159 * gdb.mi/mi-break.exp: Likewise.
12160 * gdb.mi/mi-cli.exp: Likewise.
12161 * gdb.mi/mi-console.exp: Likewise.
12162 * gdb.mi/mi-disassemble.exp: Likewise.
12163 * gdb.mi/mi-eval.exp: Likewise.
12164 * gdb.mi/mi-file.exp: Likewise.
12165 * gdb.mi/mi-read-memory.exp: Likewise.
12166 * gdb.mi/mi-regs.exp: Likewise.
12167 * gdb.mi/mi-return.exp: Likewise.
12168 * gdb.mi/mi-simplerun.exp: Likewise.
12169 * gdb.mi/mi-stack.exp: Likewise.
12170 * gdb.mi/mi-stepi.exp: Likewise.
12171 * gdb.mi/mi-syn-frame.exp: Likewise.
12172 * gdb.mi/mi-until.exp: Likewise.
12173 * gdb.mi/mi-var-block.exp: Likewise.
12174 * gdb.mi/mi-var-child.exp: Likewise.
12175 * gdb.mi/mi-var-cmd.exp: Likewise.
12176 * gdb.mi/mi-var-display.exp: Likewise.
12177 * gdb.mi/mi-watch.exp: Likewise.
12178 * gdb.mi/mi2-basics.exp: Likewise.
12179 * gdb.mi/mi2-break.exp: Likewise.
12180 * gdb.mi/mi2-cli.exp: Likewise.
12181 * gdb.mi/mi2-console.exp: Likewise.
12182 * gdb.mi/mi2-disassemble.exp: Likewise.
12183 * gdb.mi/mi2-eval.exp: Likewise.
12184 * gdb.mi/mi2-file.exp: Likewise.
12185 * gdb.mi/mi2-read-memory.exp: Likewise.
12186 * gdb.mi/mi2-regs.exp: Likewise.
12187 * gdb.mi/mi2-return.exp: Likewise.
12188 * gdb.mi/mi2-simplerun.exp: Likewise.
12189 * gdb.mi/mi2-stack.exp: Likewise.
12190 * gdb.mi/mi2-stepi.exp: Likewise.
12191 * gdb.mi/mi2-syn-frame.exp: Likewise.
12192 * gdb.mi/mi2-until.exp: Likewise.
12193 * gdb.mi/mi2-var-block.exp: Likewise.
12194 * gdb.mi/mi2-var-child.exp: Likewise.
12195 * gdb.mi/mi2-var-cmd.exp: Likewise.
12196 * gdb.mi/mi2-var-display.exp: Likewise.
12197 * gdb.mi/mi2-watch.exp: Likewise.
12198 * gdb.stabs/exclfwd.exp: Likewise.
12199 * gdb.stabs/weird.exp: Likewise.
12200 * gdb.threads/gcore-thread.exp: Likewise.
12201 * gdb.trace/actions.exp: Likewise.
12202 * gdb.trace/backtrace.exp: Likewise.
12203 * gdb.trace/circ.exp: Likewise.
12204 * gdb.trace/collection.exp: Likewise.
12205 * gdb.trace/deltrace.exp: Likewise.
12206 * gdb.trace/infotrace.exp: Likewise.
12207 * gdb.trace/limits.exp: Likewise.
12208 * gdb.trace/packetlen.exp: Likewise.
12209 * gdb.trace/passc-dyn.exp: Likewise.
12210 * gdb.trace/passcount.exp: Likewise.
12211 * gdb.trace/report.exp: Likewise.
12212 * gdb.trace/save-trace.exp: Likewise.
12213 * gdb.trace/tfind.exp: Likewise.
12214 * gdb.trace/tracecmd.exp: Likewise.
12215 * gdb.trace/while-dyn.exp: Likewise.
12216 * gdb.trace/while-stepping.exp: Likewise.
12217
12218 2006-08-08 Joel Brobecker <brobecker@adacore.com>
12219
12220 * gdb.base/step-bt.c: New file.
12221 * gdb.base/step-bt.exp: New testcase.
12222
12223 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
12224
12225 * config/monitor.exp (gdb_load): Remove support for obsolete
12226 download-write-size.
12227 * gdb.base/remote.exp: Likewise. Update all callers of
12228 gdb_timed_load.
12229
12230 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
12231
12232 * cursal.exp: Pass binfile to gdb_load.
12233
12234 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
12235
12236 * gdb.base/cursal.exp: Add "" to gdb_load call.
12237
12238 2006-07-29 Mark Kettenis <kettenis@gnu.org>
12239
12240 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
12241 NetBSD/ELF targets.
12242
12243 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
12244
12245 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
12246 operator*.
12247
12248 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
12249
12250 * gdb.base/completion.exp: Update for change in "file" behavior.
12251 * gdb.stabs/weird.exp: Likewise.
12252 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
12253 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
12254
12255 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
12256
12257 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
12258 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
12259
12260 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
12261
12262 * gdb.base/default.exp: Update source command error message.
12263 * gdb.base/help.exp: Update 'help source' message.
12264
12265 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
12266
12267 * gdb.cp/bs15503.exp: Update comment for no longer crashing
12268 test.
12269
12270 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
12271
12272 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
12273
12274 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12275
12276 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
12277
12278 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12279
12280 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
12281
12282 2006-07-17 Mark Kettenis <kettenis@gnu.org>
12283
12284 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
12285 *-*-openbsd* from targets for wich we expect ARM FPA floating
12286 point format.
12287
12288 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
12289
12290 * gdb.cp/annota3.exp: Expect frame-begin annotation.
12291
12292 2006-07-17 Mark Kettenis <kettenis@gnu.org>
12293
12294 * gdb.base/annota3.exp: Expect frame-begin annotation.
12295
12296 2006-07-14 Joel Brobecker <brobecker@adacore.com>
12297
12298 * gdb.base/help.exp: Adjust "help unset" test to accept
12299 any list of unset commands.
12300
12301 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
12302 Daniel Jacobowitz <dan@codesourcery.com>
12303
12304 * gdb.cp/ref-params.exp: New test.
12305 * gdb.cp/ref-params.cc: New source file.
12306 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
12307
12308 2006-07-08 Mark Kettenis <kettenis@gnu.org>
12309
12310 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
12311 spaces/tabs in regular expressions since they might not be there.
12312
12313 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
12314
12315 * gdb.base/ifelse.exp: New file.
12316
12317 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
12318
12319 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
12320 line.
12321 * gdb.base/huge.exp: Loop over compilation to find a size that
12322 is acceptable.
12323 * gdb.base/remote.exp: Correct expected strings.
12324 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
12325
12326 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12327
12328 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
12329
12330 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12331
12332 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
12333 native.
12334
12335 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12336
12337 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
12338 enable stabs testing.
12339
12340 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12341
12342 * gdb.base/auxv.exp: Intercept undefined command messages before
12343 gdb_test_multiple does.
12344
12345 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12346
12347 * Makefile.in (host_alias): Remove.
12348 (target_alias): Use @target_noncanonical@.
12349 (site.exp): Don't set host_alias.
12350 * aclocal.m4: Remove contents. Include acx.m4.
12351 * configure: Regenerated.
12352 * configure.ac: Use ACX_NONCANONICAL_TARGET.
12353
12354 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
12355
12356 * lib/gdb.exp (gdb_load_cmd): New.
12357
12358 * gdb.base/fileio.c: Add system(NULL) test.
12359 * gdb.base/fileio.exp: Check it.
12360
12361 * gdb.base/break.c: Add 10a breakpoint at }
12362 * gdb.base/break.exp: Add test for breakpoint at }
12363 * gdb.cp/anon-union.cc: Add code at end of function.
12364 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
12365 * gdb.mi/var-cmd.c: Add code at end of function.
12366 * gdb.mi/mi-var-display.exp: Adjust end of next.
12367 * gdb.mi/mi2-var-display.exp: Likewise.
12368 * gdb.base/fileio.c: Add stop function and insert calls at
12369 stopping places.
12370 * gdb.base/fileio.exp: Breakpoint stop function and remove
12371 explicit line number references.
12372
12373 2006-05-19 Joel Brobecker <brobecker@adacore.com>
12374
12375 * gdb.base/del.exp (test_delete_alias): New function.
12376 Now check that both "del" and "d" work as aliases for "delete".
12377
12378 2006-05-18 Fred Fish <fnf@specifix.com>
12379
12380 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
12381 required. Check for spurious output after program exits normally.
12382
12383 2006-05-17 Fred Fish <fnf@specifix.com>
12384
12385 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
12386 gdb_load, so it works in the simulator.
12387
12388 2006-05-11 Fred Fish <fnf@specifix.com>
12389
12390 * gdb.base/bang.exp: Ignore unexpected output between the
12391 "program exited normally" and the gdb prompt, as many other
12392 tests do.
12393
12394 2006-05-07 Mark Kettenis <kettenis@gnu.org>
12395
12396 * gdb.base/help.exp: Make "delete checkpoint" part option for
12397 "help d" and "help delete" tests.
12398
12399 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12400
12401 * gdb.mi/mi-basics.exp: Add missing serial number to
12402 expected output in some mi_gdb_test statements.
12403 * gdb.mi/mi2-basics.exp: Likewise.
12404
12405 2006-05-05 Joel Brobecker <brobecker@adacore.com>
12406
12407 * gdb.base/del.c: New file.
12408 * gdb.base/del.exp: New testcase.
12409
12410 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
12411
12412 * gdb.base/break.exp: Do not assume a breakpoint on
12413 main will actually be in $srcfile when optimizing.
12414 * gdb.base/savedregs.exp: Do not require that the dummy
12415 frame location match up to a symbol and source file location.
12416 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
12417 will get printed without a mi_cmd_data_list_register_values prefix.
12418 (*-data-list-register-*): Correct regular expressions to expect the new
12419 pseudo d? floating point registers.
12420 * gdb.mi/mi2-regs.exp: Likewise.
12421
12422 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
12423
12424 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
12425 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
12426 is allocated by the compiler.
12427 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
12428 anons, e, anone to force their allocation by the compiler.
12429
12430 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
12431
12432 * gdb.base/help.exp: Update expected text for help d and
12433 help delete.
12434
12435 2006-05-02 Mark Kettenis <kettenis@gnu.org>
12436
12437 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
12438 NetBSD/ELF targets.
12439
12440 2006-04-30 Mark Kettenis <kettenis@gnu.org>
12441
12442 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
12443 single-step breakpoint fails; make this a KFAIL on
12444 sparc*-*-openbsd*.
12445 * gdb.base/siginfo.exp: Likewise.
12446 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12447
12448 2006-04-26 Michael Snyder <msnyder@redhat.com>
12449
12450 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
12451 which may have to consume output from other forks.
12452 Add tests to make sure that "delete fork" succeeded.
12453
12454 2006-04-20 Michael Snyder <msnyder@redhat.com>
12455
12456 * 2006-03-22 Jim Blandy <jimb@redhat.com>
12457 Add support for the Renesas M32C and M16C.
12458
12459 * gdb.asm/asm-source.exp: Add m32c target.
12460 * gdb.asm/m32c.inc: Support for m32c target.
12461
12462 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
12463
12464 * gdb.base/commands.exp (recursive_source_test): New test.
12465
12466 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
12467
12468 * gdb.base/float.exp: Add pattern for sparc targets.
12469
12470 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12471
12472 * gdb.base/commands.exp (stray_arg0_test): New test.
12473
12474 2006-03-30 Paul Brook <paul@codesourcery.com>
12475
12476 * gdb.mi/mi-until.exp: kfail broken until command.
12477 * gdb.mi/mi2-until.exp: Ditto.
12478
12479 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
12480
12481 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
12482
12483 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
12484
12485 * gdb.base/prelink.exp: Anchor tested-for regular expression
12486 on gdb prompt.
12487
12488 2006-03-07 Paul Brook <paul@codesourcery.com>
12489
12490 * gdb.base/assign.exp: Correct fail message.
12491
12492 2006-03-07 Paul Brook <paul@codesourcery.com>
12493
12494 * lib/compiler.c: Extract armcc version number.
12495 * lib/compiler.cc: Ditto.
12496
12497 2006-03-07 Paul Brook <paul@codesourcery.com>
12498
12499 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
12500 additional_flags=-w.
12501 * gdb.arch/altivec-regs.exp: Ditto.
12502 * gdb.arch/e500-abi.exp: Ditto.
12503 * gdb.arch/e500-regs.exp: Ditto.
12504 * gdb.base/all-bin.exp: Ditto.
12505 * gdb.base/annota1.exp: Ditto.
12506 * gdb.base/annota3.exp: Ditto.
12507 * gdb.base/args.exp: Ditto.
12508 * gdb.base/arithmet.exp: Ditto.
12509 * gdb.base/assign.exp: Ditto.
12510 * gdb.base/async.exp: Ditto.
12511 * gdb.base/bang.exp: Ditto.
12512 * gdb.base/break.exp: Ditto.
12513 * gdb.base/call-rt-st.exp: Ditto.
12514 * gdb.base/completion.exp: Ditto.
12515 * gdb.base/cond-expr.exp: Ditto.
12516 * gdb.base/condbreak.exp: Ditto.
12517 * gdb.base/consecutive.exp: Ditto.
12518 * gdb.base/define.exp: Ditto.
12519 * gdb.base/display.exp: Ditto.
12520 * gdb.base/ena-dis-br.exp: Ditto.
12521 * gdb.base/environ.exp: Ditto.
12522 * gdb.base/eval-skip.exp: Ditto.
12523 * gdb.base/info-proc.exp: Ditto.
12524 * gdb.base/jump.exp: Ditto.
12525 * gdb.base/logical.exp: Ditto.
12526 * gdb.base/long_long.exp: Ditto.
12527 * gdb.base/maint.exp: Ditto.
12528 * gdb.base/miscexprs.exp: Ditto.
12529 * gdb.base/pc-fp.exp: Ditto.
12530 * gdb.base/pointers.exp: Ditto.
12531 * gdb.base/relational.exp: Ditto.
12532 * gdb.base/reread.exp: Ditto.
12533 * gdb.base/sect-cmd.exp: Ditto.
12534 * gdb.base/sep.exp: Ditto.
12535 * gdb.base/sepdebug.exp: Ditto.
12536 * gdb.base/until.exp: Ditto.
12537 * gdb.base/whatis-exp.exp: Ditto.
12538 * gdb.cp/annota2.exp: Ditto.
12539 * gdb.cp/annota3.exp: Ditto.
12540 * gdb.trace/actions.exp: Ditto.
12541 * gdb.trace/backtrace.exp: Ditto.
12542 * gdb.trace/circ.exp: Ditto.
12543 * gdb.trace/collection.exp: Ditto.
12544 * gdb.trace/deltrace.exp: Ditto.
12545 * gdb.trace/infotrace.exp: Ditto.
12546 * gdb.trace/limits.exp: Ditto.
12547 * gdb.trace/packetlen.exp: Ditto.
12548 * gdb.trace/passc-dyn.exp: Ditto.
12549 * gdb.trace/passcount.exp: Ditto.
12550 * gdb.trace/report.exp: Ditto.
12551 * gdb.trace/save-trace.exp: Ditto.
12552 * gdb.trace/tfind.exp: Ditto.
12553 * gdb.trace/tracecmd.exp: Ditto.
12554 * gdb.trace/while-dyn.exp: Ditto.
12555 * gdb.trace/while-stepping.exp: Ditto.
12556 * lib/gdb.exp: Ditto.
12557 (gdb_compile): Handle nowarning option.
12558
12559 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
12560
12561 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
12562 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
12563 Rename executable to prelinkt. Don't re-prelink if we didn't
12564 get a core file. Test prelink -u exit status to tell whether
12565 prelinking failed. Use gdb_test_multiple.
12566
12567 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12568
12569 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
12570 (do_tests): Call it.
12571
12572 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
12573
12574 * gdb.base/prelink.exp: New test.
12575 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
12576
12577 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
12578
12579 * gdb.fortran/derived-type.f90: New file.
12580 * gdb.fortran/derived-type.exp: New testcase.
12581
12582 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
12583
12584 * gdb.base/default.exp: Allow ';' as a directory separator.
12585
12586 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
12587
12588 * gdb.base/help.exp (help add-symbol-file): Update.
12589
12590 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
12591
12592 * gdb.base/help.exp (help load): Update expected results.
12593
12594 2006-02-19 Fred Fish <fnf@specifix.com>
12595
12596 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
12597 specifix hex value as part of results.
12598 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
12599
12600 2006-02-16 Fred Fish <fnf@specifix.com>
12601
12602 * gdb.base/whatis.c: Define variables using typedefs char_addr,
12603 ushort_addr, and slong_addr, so the typedefs are not optimized
12604 away.
12605 * gdb.base/whatis.exp: Add tests using type name for struct type,
12606 union type, enum type, and typedef.
12607
12608 2006-02-13 Mark Kettenis <kettenis@gnu.org>
12609
12610 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
12611
12612 2006-02-13 Jim Blandy <jimb@redhat.com>
12613
12614 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
12615 case where it takes two "next" commands to skip past the init
12616 call.
12617
12618 2006-02-12 Fred Fish <fnf@specifix.com>
12619
12620 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
12621 to handle cases where it takes two "next" commands to skip
12622 past the init call.
12623
12624 2006-02-07 Joel Brobecker <brobecker@adacore.com>
12625
12626 * gdb.ada/array_return.exp: Mark the last test as expected to fail
12627 on hppa32 targets.
12628
12629 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
12630
12631 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
12632 field.
12633
12634 2006-01-29 Mark Kettenis <kettenis@gnu.org>
12635
12636 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
12637
12638 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
12639
12640 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
12641 files.
12642
12643 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12644
12645 * gdb.cp/maint.exp: Set complaints to a positive value.
12646
12647 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
12648
12649 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
12650 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
12651 function name.
12652
12653 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
12654
12655 * gdb.base/checkpoint.c: Update copyright notice. Include
12656 <stdlib.h>.
12657
12658 2006-01-04 Jim Blandy <jimb@redhat.com>
12659
12660 * gdb.asm/asm-source.exp: Independently provide default values for
12661 asm-flags and debug-flags. Use 'string equal' to do the
12662 comparison, not the implicit expr's '==' operator. Remove
12663 now-unneeded assignments to asm-flags. In h8300 case, place
12664 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
12665
12666 2006-01-04 Michael Snyder <msnyder@redhat.com>
12667
12668 * gdb.base/checkpoint.c: New file.
12669 * gdb.base/checkpoint.exp: New file.
12670 * gdb.base/multi-fork.c: New file.
12671 * gdb.base/multi-fork.exp: New file.
12672 * gdb.base/pi.txt: New file (data for checkpoint.c test).
12673
12674 2006-01-04 Fred Fish <fnf@specifix.com>
12675
12676 * gdb.base/ptype.c (foo): Add typedef.
12677 (intfoo): Add function.
12678 * gdb.base/ptype1.c: New file.
12679 * gdb.base/ptype.exp: Handle compilation and linking with two
12680 source files. Test that proper type for "foo" is found based
12681 on source context rather than first match found in symtabs.
12682
12683 2005-12-28 Mark Kettenis <kettenis@gnu.org>
12684
12685 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
12686 * gdb.asm/openbsd.inc: Indent commands.
12687
12688 2005-12-26 Mark Kettenis <kettenis@gnu.org>
12689
12690 * gdb.base/freebpcmd.exp: Increase timeout.
12691
12692 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
12693
12694 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
12695
12696 * gdb.base/default.exp: Update check for "show version".
12697
12698 2005-12-09 Randolph Chung <tausq@debian.org>
12699
12700 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
12701 * gdb.asm/pa64.inc: New file.
12702
12703 2005-12-09 Randolph Chung <tausq@debian.org>
12704
12705 * gdb.asm/common.inc: Indent commands.
12706 * gdb.asm/asmsrc1.s: Likewise.
12707 * gdb.asm/asmsrc2.s: Likewise.
12708
12709 2005-12-09 Randolph Chung <tausq@debian.org>
12710
12711 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
12712 (get_addr_of_sym): Remove duplicate print.
12713 (gen_core): xfail hppa*-*-hpux*, update expected output.
12714 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
12715 * gdb.arch/pa64-nullify.s: New file.
12716
12717 2005-12-09 Randolph Chung <tausq@debian.org>
12718
12719 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
12720
12721 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
12722
12723 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
12724 code generation for these functions.
12725 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
12726 error message.
12727
12728 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
12729
12730 * gdb.base/help.exp (help b, help br, help bre, help brea)
12731 (help break): Update the expected message.
12732
12733 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
12734
12735 * gdb.asm/m68hc11.inc: Setup the data section.
12736 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
12737 script for this test.
12738 (m6812-*-*): Likewise.
12739
12740 2005-11-09 Randolph Chung <tausq@debian.org>
12741
12742 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
12743
12744 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
12745
12746 * gdb.base/break.exp: Fix a comment typo.
12747
12748 2005-11-03 Jim Blandy <jimb@redhat.com>
12749
12750 Checked in by Elena Zannoni <ezannoni@redhat.com>
12751
12752 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
12753
12754 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
12755
12756 * gdb.arch/gdb1558.c: Include stdio.h.
12757
12758 2005-10-31 Mark Kettenis <kettenis@gnu.org>
12759
12760 * gdb.asm/asm-source.exp: Use -e instead of --entry.
12761
12762 2005-10-31 Mark Kettenis <kettenis@gnu.org>
12763
12764 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
12765
12766 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
12767
12768 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12769 vscr" tests to better match output.
12770
12771 2005-10-12 Jim Blandy <jimb@redhat.com>
12772
12773 * gdb.base/structs.exp (any): New function.
12774 (test_struct_returns): Don't make any assumptions at all about
12775 what value the function returns when GDB can't set the return
12776 value.
12777
12778 2005-10-09 Joel Brobecker <brobecker@adacore.com>
12779
12780 * gdb.ada/arrayidx/p.adb: New file.
12781 * gdb.ada/arrayidx.exp: New testcase
12782
12783 2005-10-09 Joel Brobecker <brobecker@adacore.com>
12784
12785 * gdb.ada/array_return/pck.ads: New file.
12786 * gdb.ada/array_return/pck.adb: New file.
12787 * gdb.ada/array_return/p.adb: New file.
12788 * gdb.ada/array_return.exp: New testcase.
12789
12790 2005-10-03 Joel Brobecker <brobecker@adacore.com>
12791
12792 * gdb.base/arrayidx.c: New file.
12793 * gdb.base/arrayidx.exp: New testcase.
12794
12795 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
12796
12797 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
12798 frames-invalid and breakpoints-invalid are no longer generated
12799 with level 3 so don't expect them in the output.
12800
12801 2005-09-27 Bob Rossi <bob@brasko.net>
12802
12803 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
12804 from test. Escape the | in mi_gdb_test call.
12805 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
12806 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
12807 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
12808 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
12809 expected regex's in mi_gdb_test calls.
12810 * lib/mi-support.exp: Remove arbitrary .* from tests.
12811 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
12812 Fully anchor GDB/MI expected results in mi_gdb_test.
12813 * lib/gdb.exp (string_to_regexp): Escape the ] character.
12814 * gdb.base/sizeof.exp: Remove escape character. Correct test.
12815
12816 2005-09-26 Paul Brook <paul@codesourcery.com>
12817
12818 * long_long.exp: Exclude eabi targets from arm FPA float format test.
12819
12820 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12821
12822 * bfp-test.c: New file.
12823 * bfp-test.exp: New testcase.
12824
12825 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12826
12827 * gdb.fortran/subarray.exp: New testcase to test the evaluation
12828 of subarray and substring variable.
12829 * gdb.fortran/subarray.f: New source file for the test of subarray
12830 and substring variable evaluation.
12831 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
12832 of string constant.
12833
12834 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
12835
12836 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
12837 copyright dates.
12838
12839 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
12840
12841 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
12842 powerpc altivec' test with an almost identical 'info vector' test.
12843
12844 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12845
12846 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12847 vscr" tests to match output.
12848
12849 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12850
12851 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
12852 output.
12853
12854 2005-09-11 Bob Rossi <bob@brasko.net>
12855
12856 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
12857 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
12858 commands that return an MI output command and an asyncronous MI output
12859 command.
12860 * gdb.mi/mi-console.exp: Ditto.
12861
12862 2005-09-11 Bob Rossi <bob@brasko.net>
12863
12864 * gdb.mi/mi-var-child.c: Include <string.h>.
12865
12866 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
12867
12868 * killed.exp: Correct gdb_expect syntax.
12869
12870 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
12871
12872 * lib/mi-support.exp (mi_gdb_load): Fix typo.
12873
12874 2005-08-02 Bob Rossi <bob@brasko.net>
12875
12876 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
12877 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
12878 Change tests to inferior-tty-set/show.
12879 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
12880 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
12881 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
12882 inferior. Use mi_gdb_test to get GDB and Inferior output.
12883 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
12884 descriptor.
12885 (mi_inferior_tty_name): Add inferior PTY file name.
12886 (mi_gdb_start): Add INFERIOR_PTY parameter.
12887 (mi_gdb_test): Add IPATTERN parameter.
12888
12889 2005-08-02 Bob Rossi <bob@brasko.net>
12890
12891 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
12892 parameter to mi_gdb_test.
12893 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
12894
12895 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12896
12897 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
12898 struct_declarations.
12899 * gdb.mi/mi-var-child.exp: Step over the initialization of
12900 struct_declarations.
12901
12902 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12903
12904 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
12905 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
12906 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
12907 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
12908 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
12909 file.
12910
12911 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
12912
12913 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
12914 (do_children_tests): Assign values to the extra elements.
12915
12916 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
12917 them for tests for "-var-update --no-values" and
12918 "-var-update --all-values".
12919 Add test for "-var-list-children --simple-values".
12920
12921 * gdb.mi/basics.c (callee4): Add integer array D[3]...
12922
12923 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
12924 "-stack-list-locals --simple-values" Improve doc strings and
12925 comments.
12926
12927 2005-07-18 Mark Kettenis <kettenis@gnu.org>
12928
12929 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
12930 *-*-openbsd*.
12931 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
12932
12933 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
12934 sigaltsatck'.
12935
12936 2005-07-14 Bob Rossi <bob@brasko.net>
12937
12938 * gdb.base/default.exp (tty): Changed output of command.
12939 * gdb.base/help.exp (help tty): Ditto.
12940
12941 2005-07-12 Mark Kettenis <kettenis@gnu.org>
12942
12943 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
12944
12945 2005-07-10 Mark Kettenis <kettenis@gnu.org>
12946
12947 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
12948 -stack-select-frame without arguments.
12949 (test_stack_frame_listing): Add test for newly implemented command
12950 -stack-info-frame.
12951
12952 2005-07-06 Bob Rossi <bob@brasko.net>
12953
12954 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
12955 command.
12956 (Copyright): Update copyright.
12957
12958 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
12959
12960 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
12961 tests to evaluate exponentiation expression.
12962
12963 2005-06-29 Andreas Schwab <schwab@suse.de>
12964
12965 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
12966 main to avoid warnings.
12967
12968 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
12969
12970 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
12971
12972 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
12973 -stack-select-frame without arguments.
12974 (test_stack_frame_listing): Add test for newly implemented command
12975 -stack-info-frame.
12976
12977 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
12978
12979 * gdb.fortran/array-element.f: New file.
12980 * gdb.fortran/array-element.exp: New testcase.
12981
12982 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12983
12984 * gdb.base/bigcore.exp: Correct checks for systems which can
12985 not dump a large core file.
12986
12987 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12988
12989 * gdb.base/relocate.c: Add a copyright notice.
12990 (dummy): Remove.
12991 * gdb.base/relocate.exp: Test printing the values of variables
12992 from a relocatable file.
12993
12994 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
12995
12996 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
12997 excess MI output after an error.
12998
12999 2005-05-29 Joel Brobecker <brobecker@adacore.com>
13000
13001 * gdb.arch/alpha-step.c: New file.
13002 * gdb.arch/alpha-step.exp: New testcase.
13003
13004 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
13005 Dennis Brueni <dennis@slickedit.com>
13006
13007 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
13008 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
13009 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
13010 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
13011 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
13012 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
13013 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
13014
13015 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
13016 Wu Zhou <woodzltc@cn.ibm.com>
13017
13018 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
13019 IBM's xlc compiler.
13020 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
13021 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
13022
13023 2005-05-13 Jim Blandy <jimb@redhat.com>
13024
13025 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
13026 calling gdb_suppress_entire_file.
13027 * gdb.base/charset.exp: Same.
13028 * gdb.base/call-rt-st.exp: Same.
13029
13030 2005-05-05 Bob Rossi <bob_rossi@cox.net>
13031
13032 * lib/gdb.exp (fullname_syntax): Added global regex.
13033 (fullname_syntax_POSIX): Ditto.
13034 (fullname_syntax_UNC): Ditto.
13035 (fullname_syntax_DOS_CASE): Ditto.
13036 (fullname_syntax_DOS): Ditto.
13037 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
13038 fullname_syntax variable to scope and use it.
13039 (test_file_list_exec_source_files): Ditto.
13040 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
13041
13042 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
13043
13044 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
13045
13046 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
13047
13048 * lib/gdb.exp (skip_altivec_tests): New function, based on
13049 check_vmx_hw_available from the GCC testsuite.
13050 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
13051 * lib/gdb.arch/altivec-regs.exp: Likewise.
13052
13053 2005-05-02 Jim Blandy <jimb@redhat.com>
13054
13055 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
13056 calling gdb_suppress_entire_file.
13057
13058 2005-04-30 Randolph Chung <tausq@debian.org>
13059
13060 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
13061 Slightly relax "sem_post" name checking.
13062
13063 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13064
13065 * gdb.base/unload.exp: Use new shared library infrastructure.
13066
13067 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13068
13069 * gdb.base/so-impl-ld.exp: Use new shared library
13070 infrastructure.
13071
13072 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
13073
13074 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
13075 * gdb.asm/h8300.inc: New file.
13076
13077 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13078
13079 * gdb.base/shlib-call.exp: Change to use new shared library
13080 infrastructure.
13081
13082 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13083
13084 * gdb.base/pending.exp: Change to use new shared library
13085 infrastructure.
13086
13087 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13088
13089 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
13090 use test_compiler_info instead of gcc_compiled, and update copyright.
13091
13092 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
13093
13094 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
13095 shared objects being adjusted and update copyright years.
13096
13097 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
13098
13099 * ChangeLog: Correct some 2003-01-13 dates.
13100 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
13101 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
13102 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
13103 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
13104 gdb.trace/tfind.exp: Update copyright years.
13105
13106 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
13107 Daniel Jacobowitz <dan@codesourcery.com>
13108
13109 * lib/gdb.exp (gdb_compile): Handle shlib=.
13110 (gdb_compile_shlib): New function.
13111
13112 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
13113
13114 * lib/gdb.exp (test_compiler_info): Give argument a default value.
13115
13116 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13117
13118 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
13119 gdb.server.
13120 * configure.ac: Likewise.
13121 * configure: Regenerated.
13122 * gdb.gdbserver/Makefile.in: Moved to...
13123 * gdb.server/Makefile.in: ... here.
13124 * gdb.gdbserver/server.c: Moved to...
13125 * gdb.server/server.c: ... here.
13126 * gdb.gdbserver/server-run.exp: Moved to...
13127 * gdb.server/server-run.exp: ... here.
13128
13129 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13130
13131 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
13132 * configure.ac: Create gdb.gdbserver/Makefile.
13133 * configure: Regenerated.
13134 * lib/gdbserver-support.exp: New file, derived from
13135 config/gdbserver.exp.
13136 * config/gdbserver.exp: Use gdbserver-support.exp.
13137 * gdb.gdbserver/Makefile.in: New file.
13138 * gdb.gdbserver/server.c: New file.
13139 * gdb.gdbserver/server-run.exp: New file.
13140
13141 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
13142
13143 * lib/gdb.exp (test_compiler_info): Return compiler_info
13144 if no arguments are given.
13145
13146 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
13147
13148 * gdb.arch/altivec-abi.exp: Check for compiler and set
13149 use altivec' flag accordingly.
13150 * gdb.arch/altivec-regs.exp: Likewise.
13151
13152 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
13153
13154 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
13155
13156 2005-03-27 Andreas Schwab <schwab@suse.de>
13157
13158 * gdb.base/bigcore.c (main): Add missing mode argument in open
13159 call.
13160
13161 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
13162
13163 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
13164 downloads.
13165 * config/gdbserver.exp (gdb_load): Likewise.
13166
13167 2005-03-14 Paul Brook <paul@codesourcery.com>
13168
13169 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
13170 targets.
13171
13172 2005-03-09 Joel Brobecker <brobecker@adacore.com>
13173
13174 * gdb.dwarf2/dup-psym.S: New file.
13175 * gdb.dwarf2/dup-psym.exp: New testcase.
13176
13177 2005-03-09 Joel Brobecker <brobecker@adacore.com>
13178
13179 * gdb.ada/exec_changed/first.adb: New file.
13180 * gdb.ada/exec_changed/second.adb: New file.
13181 * gdb.ada/exec_changed.exp: New testcase.
13182
13183 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
13184
13185 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
13186 (A2): New class.
13187 (main): Test operator+.
13188 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
13189 breakpoint test.
13190
13191 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
13192 * gdb.base/signull.exp: Disable if gdb,nosignals.
13193 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
13194 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
13195 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
13196 * gdb.mi/mi2-console.exp: Likewise.
13197 * gdb.trace/collection.exp (run_trace_experiment): Consume the
13198 continue output at start.
13199 (gdb_collect_locals_test): Robustify regexp.
13200 * gdb.trace/passc-dyn.exp: Fix comment typo.
13201 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
13202
13203 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
13204
13205 * gdb.asm/asm-source.exp: Add iq2000 case.
13206 * gdb.asm/iq2000.inc: New file.
13207
13208 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
13209
13210 * gdb.base/command.exp: Change hardcoded value to regular expression.
13211 * gdb.base/float.exp: Add powerpc to the list of targets checked.
13212
13213 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
13214
13215 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
13216 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
13217 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
13218 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
13219 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
13220
13221 2005-03-05 Mark Kettenis <kettenis@gnu.org>
13222
13223 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
13224 changes.
13225
13226 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
13227
13228 * lib/compiler.c: Add test for IBM's xlc compiler.
13229 * lib/compiler.cc: Likewise.
13230
13231 2004-02-24 Joel Brobecker <brobecker@adacore.com>
13232
13233 * gdb.ada/fixed_points.exp: Create compilation object directory
13234 before running the test.
13235 * gdb.ada/null_record.exp: Likewise.
13236 * gdb.ada/packed_array.exp: Likewise.
13237 * gdb.ada/start.exp: Likewise.
13238
13239 2005-02-15 Joel Brobecker <brobecker@adacore.com>
13240
13241 * gdb.ada/packed_array/pa.adb: New file.
13242 * gdb.ada/packed_array.exp: New testcase.
13243
13244 2005-02-10 Mark Kettenis <kettenis@gnu.org>
13245
13246 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
13247 files.
13248
13249 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
13250 on *-*-openbsd*. Correctly match whitespace in regukar
13251 expressions.
13252
13253 2005-02-10 Daniel Jacobowitz <dan@debian.org>
13254
13255 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
13256 PR exp/1821
13257 * gdb.base/gdb1821.c: New test file.
13258 * gdb.base/gdb1821.exp: New test file.
13259
13260 2005-02-09 Joel Brobecker <brobecker@adacore.com>
13261
13262 * gdb.base/start.c: New file.
13263 * gdb.base/start.exp: New testcase.
13264
13265 2005-02-09 Joel Brobecker <brobecker@adacore.com>
13266
13267 * gdb.ada/start/dummy.adb: New file.
13268 * gdb.ada/start.exp: New testcase.
13269
13270 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
13271
13272 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
13273 for printing symbols and statistics.
13274 Add test for using relative pathnames in "maint print msymbols" test.
13275 Mark "maint info sections DATA" XFAIL on Cygwin.
13276 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
13277 tests.
13278
13279 2005-02-09 Andreas Schwab <schwab@suse.de>
13280
13281 Committed by Andrew Cagney <cagney@gnu.org>
13282 * gdb.base/remotetimeout.exp: New file.
13283
13284 2005-02-07 Mark Kettenis <kettenis@gnu.org>
13285
13286 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
13287
13288 2005-02-03 Joel Brobecker <brobecker@adacore.com>
13289
13290 * gdb.ada/gnat_ada.gpr: New file.
13291 * gdb.ada/gnat_ada.gin: Delete, no longer used.
13292 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
13293 * configure.ac: No longer generate gnat_ada.gpr.
13294 * configure: Regenerate.
13295 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
13296 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
13297 * gdb.ada/null_record/bar.ads: Likewise.
13298 * gdb.ada/null_record/bar.adb: Likewise.
13299 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
13300 * gdb.ada/null_record.exp (testdir): New variable.
13301 (testfile): executable is now in testdir subdirectory.
13302 (srcfile): Use full path to the main compilation unit.
13303 * gdb.ada/fixed_points.exp: Same changes as above.
13304
13305 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
13306
13307 * gdb.base/interp.exp: New test.
13308
13309 2005-01-24 Andrew Cagney <cagney@gnu.org>
13310
13311 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
13312
13313 2005-01-19 Andrew Cagney <cagney@gnu.org>
13314
13315 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
13316 configure.ac not configure.in.
13317
13318 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
13319 of powerpc*-*-*.
13320 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
13321 * gdb.base/list.exp (test_list_function)
13322 (test_list_filename_and_function): Ditto.
13323 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
13324
13325 2005-01-16 Andrew Cagney <cagney@gnu.org>
13326
13327 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
13328
13329 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
13330
13331 2005-01-14 Andrew Cagney <cagney@gnu.org>
13332
13333 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
13334 * gdb.mi/mi2-var-cmd.exp: Ditto.
13335
13336 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
13337
13338 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
13339
13340 2005-01-07 Andrew Cagney <cagney@gnu.org>
13341
13342 * configure.ac: Rename configure.in, require autoconf 2.59.
13343 * configure: Re-generate.
13344 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
13345 * gdb.stabs/configure: Re-generate.
13346 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
13347 * gdb.hp/configure: Re-generate.
13348 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
13349 autoconf 2.59.
13350 * gdb.hp/gdb.objdbg/configure: Re-generate.
13351 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
13352 autoconf 2.59.
13353 * gdb.hp/gdb.defects/configure: Re-generate.
13354 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
13355 autoconf 2.59.
13356 * gdb.hp/gdb.compat/configure: Re-generate.
13357 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
13358 autoconf 2.59.
13359 * gdb.hp/gdb.base-hp/configure: Re-generate.
13360 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
13361 autoconf 2.59.
13362 * gdb.hp/gdb.aCC/configure: Re-generate.
13363
13364 2004-12-15 Jim Blandy <jimb@redhat.com>
13365
13366 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
13367 under NPTL when there is debugging info available for libpthread.
13368
13369 2004-12-13 Jerome Guitton <guitton@gnat.com>
13370
13371 * gdb.ada/fixed_points.c: New file.
13372 * gdb.ada/fixed_points.exp: New file.
13373
13374 2004-12-03 Randolph Chung <tausq@debian.org>
13375
13376 * gdb.arch/pa-nullify.exp: New file.
13377 * gdb.arch/pa-nullify.s: New file.
13378
13379 2004-11-30 Randolph Chung <tausq@debian.org>
13380
13381 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
13382 instead of "tbug". Fix regexp to work properly with gdb_test.
13383
13384 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
13385
13386 * gdb.base/bitfields2.exp: New test.
13387 * gdb.base/bitfields2.c: New file.
13388
13389 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
13390
13391 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
13392
13393 2004-11-16 Randolph Chung <tausq@debian.org>
13394
13395 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
13396
13397 2004-11-14 Daniel Jacobowitz <dan@debian.org>
13398
13399 * gdb.threads/threadapply.exp: Correct "macro details" test.
13400
13401 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
13402
13403 * gdb.threads/threadapply.exp: New test.
13404 * gdb.threads/threadapply.c: New file.
13405
13406 2004-11-07 Mark Kettenis <kettenis@gnu.org>
13407
13408 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
13409 frames.
13410
13411 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
13412
13413 * gdb.base/cursal.exp: New file.
13414 * gdb.base/cursal.c: New file.
13415
13416 2004-11-03 Andrew Cagney <cagney@gnu.org>
13417
13418 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
13419
13420 2004-10-30 Mark Kettenis <kettenis@gnu.org>
13421
13422 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
13423 NetBSD/ELF targets.
13424
13425 2004-10-29 Joel Brobecker <brobecker@gnat.com>
13426
13427 * gdb.threads/bp_in_thread.c: New file, copied from
13428 pthread_cond_wait.c.
13429 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
13430 file, rather than reusing the .c file from another testcase.
13431
13432 2004-10-20 Joel Brobecker <brobecker@gnat.com>
13433
13434 * gdb.ada/null_record.exp: Check where we stopped after
13435 sending the start command, instead of where the associated
13436 temporary breakpoint was inserted.
13437
13438 2004-10-14 Andrew Cagney <cagney@gnu.org>
13439
13440 * gdb.mi/gdb701.c (main): Return 0.
13441
13442 2004-10-13 Daniel Jacobowitz <dan@debian.org>
13443
13444 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
13445
13446 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
13447
13448 * gdb.threads/schedlock.c: Add comment markers to use to find
13449 line numbers.
13450 * gdb.threads/schedlock.exp: Adjust regex to handle the new
13451 comments.
13452 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
13453 breakpoint lines.
13454
13455 2004-10-12 Daniel Jacobowitz <dan@debian.org>
13456
13457 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
13458
13459 2004-10-12 Daniel Jacobowitz <dan@debian.org>
13460
13461 * configure.in: Add gdb.dwarf2.
13462 * configure: Regenerated.
13463 * Makefile.in: Add gdb.dwarf2.
13464 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
13465 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
13466 gdb.dwarf2/file1.txt: New files.
13467
13468 2004-10-11 Orjan Friberg <orjanf@axis.com>
13469
13470 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
13471 of "run", since the latter doesn't work with remote targets. Adjust
13472 the breakpoint numbering accordingly.
13473 * gdb.threads/pthread_cond_wait.exp: Ditto.
13474
13475 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
13476
13477 * gdb.base/overlays.exp: Update copyright years.
13478
13479 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
13480
13481 * gdb.base/overlays.exp: Disable if target is Linux.
13482
13483 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
13484
13485 * config/gdbserver.exp (gdb_load): Use right filename on remote.
13486
13487 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
13488
13489 * gdb.asm/asm-source.exp: Add m32r-linux target.
13490 * gdb.asm/m32r-linux.inc: New file.
13491
13492 2004-09-24 Andrew Cagney <cagney@redhat.com>
13493 David Anderson <anderson@redhat.com>
13494
13495 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
13496 command fails, assume things will work.
13497 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
13498 (_GNU_SOURCE): Define.
13499 (print_unsigned, print_hex): Change parameter to "long long".
13500 (print_byte_count): New function, use to print byte counts.
13501 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
13502 O_LARGEFILE.
13503 (main): Compute an upper bound on a corefile in max_core_size.
13504 Limit memory chunk size to max_core_size. Limit total memory
13505 allocated to max_core_size.
13506
13507 2004-09-23 Andrew Cagney <cagney@gnu.org>
13508
13509 * gdb.base/bigcore.exp: Replace the code that creates a corefile
13510 from a separate process with code that creates a corefile by
13511 making the inferior dump core.
13512
13513 2004-09-23 Mark Kettenis <kettenis@gnu.org>
13514
13515 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
13516 block.
13517
13518 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
13519
13520 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
13521 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
13522 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
13523 Likewise.
13524
13525 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
13526
13527 * gdb.java/jprint.exp: New test case for java inferior call.
13528 * gdb.java/jprint.java: Ditto.
13529
13530 2004-09-15 Joel Brobecker <brobecker@gnat.com>
13531
13532 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
13533
13534 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
13535
13536 * gdb.threads/killed.c: Include <stdlib.h>.
13537 * gdb.threads/pthreads.c: Likewise.
13538
13539 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
13540
13541 * gdb.threads/killed.c: Add copyright notice.
13542
13543 2004-09-10 Jason Molenda (jmolenda@apple.com)
13544
13545 * gdb.base/define.exp: Two new tests to verify zero space chars
13546 after 'if' and 'while' commands in a user-defined command is correctly
13547 parsed.
13548
13549 2004-09-08 Andrew Cagney <cagney@gnu.org>
13550
13551 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
13552 delivery test with duplicate at end of file.
13553
13554 2004-09-06 Mark Kettenis <kettenis@jive.nl>
13555
13556 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
13557
13558 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13559
13560 * config/hppro.exp: Removed.
13561
13562 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13563
13564 * config/sparclet.exp: Removed.
13565
13566 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13567
13568 * config/udi.exp: Removed.
13569
13570 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
13571
13572 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
13573 of "exp_continue".
13574 (advancei): Likewise.
13575
13576 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
13577
13578 * gdb.base/unload.exp: Fix so messages aren't duplicated.
13579
13580 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
13581
13582 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
13583 to check for nodebug in executable.
13584 * gdb.gdb/observer.exp (setup_test): Likewise.
13585 * gdb.gdb/selftest.exp (test_with_self): Likewise.
13586 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
13587
13588 2004-09-01 Andrew Cagney <cagney@gnu.org>
13589
13590 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13591 files.
13592
13593 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
13594
13595 * gdb.base/unload.exp: Fix expected warning message to match
13596 latest format.
13597
13598 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
13599
13600 * gdb.base/call-rt-st.exp: Fix typos.
13601
13602 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
13603
13604 * gdb.threads/thread_check.exp: New testcase.
13605 * gdb.threads/thread_check.c: New testcase.
13606
13607 2004-08-31 Andrew Cagney <cagney@gnu.org>
13608
13609 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
13610 (skip_to_handler_entry): New procedures. Test stepping into a
13611 handler when the breakpoint is at the handler's entry point.
13612
13613 2004-08-30 Andrew Cagney <cagney@gnu.org>
13614
13615 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
13616 gdb/1757.
13617
13618 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
13619
13620 With code from Manoj Iyer <manjo@austin.ibm.com>:
13621 * lib/gdb.exp (gdb_file_cmd): Return more information in the
13622 return value. Add an arm for "no debugging symbols found".
13623 Change a stray "error" to "perror".
13624 (gdb_run_cmd): Adapt to new return value.
13625 * gdb.base/remote.exp: Adapt to new return value.
13626 * gdb.gdb/complaints.exp: Likewise.
13627 * gdb.gdb/observer.exp: Likewise.
13628 * gdb.gdb/selftest.exp: Likewise.
13629 * gdb.gdb/xfullpath.exp: Likewise.
13630
13631 2004-08-27 Joel Brobecker <brobecker@gnat.com>
13632
13633 * gdb.threads/bp_in_thread.exp: New testcase.
13634
13635 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
13636
13637 Fix PR testsuite/1735.
13638 * gdb.threads/schedlock.c (thread_function): Add a cast
13639 to suppress a gcc warning.
13640 * gdb.threads/thread-specific.c (thread_function): Likewise.
13641
13642 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13643
13644 * gdb.base/unload.c: Include <stdlib.h>.
13645
13646 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13647
13648 From Paul Gilliam <pgilliam@us.ibm.com>:
13649 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
13650 synchronized after the "return".
13651
13652 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13653
13654 * gdb.mi/basics.c: Include <stdio.h>.
13655 * gdb.mi/pthreads.c: Include <stdlib.h>.
13656 * gdb.mi/var-cmd.c: Include <stdlib.h>.
13657
13658 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13659
13660 * gdb.threads/schedlock.c: Add copyright notice.
13661
13662 2004-08-25 Andrew Cagney <cagney@gnu.org>
13663
13664 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
13665 (skip_over_handler, breakpoint_over_hander): New test procedures.
13666 (advance, advancei): Add a proper prefix, do not use
13667 rerun_to_main.
13668 * gdb.base/sigstep.c (main): Change to use an infinite loop.
13669
13670 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
13671
13672 * gdb.mi/basics.c: Add copyright notice.
13673 * gdb.mi/var-cmd.c: Add copyright notice.
13674
13675 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13676
13677 * lib/gdb.exp: Remove signed_keyword_not_used.
13678 * lib/compiler.c: Likewise.
13679 * lib/compiler.cc: Likewise.
13680
13681 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13682
13683 * gdb.base/whatis.c: Remove conditional disabling of "signed".
13684 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
13685
13686 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13687
13688 * gdb.base/whatis.c: Add copyright notice.
13689
13690 2004-08-20 Mark Kettenis <kettenis@gnu.org>
13691
13692 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
13693 it to skip the breakpoints encoded in the inline assembly.
13694
13695 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
13696
13697 * Makefile.in: Add gdb.fortran.
13698
13699 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
13700
13701 * gdb.base/call-sc.exp (test_scalar_returns):
13702 Fix cut-and-paste glitch in "Make fun return now".
13703
13704 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
13705
13706 * configure.in: Add gdb.fortran.
13707 * configure: Regenerate.
13708 * gdb.fortran/Makefile.in: New file.
13709 * lib/gdb.exp (skip_fortran_tests): New procedure.
13710
13711 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
13712
13713 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
13714 reference to bug-gnu@prep.ai.mit.edu.
13715 * gdb.mi/mi-var-child.exp: Likewise.
13716 * gdb.mi/mi-var-cmd.exp: Likewise.
13717 * gdb.mi/mi-var-display.exp: Likewise.
13718 * gdb.mi/mi2-var-block.exp: Likewise.
13719 * gdb.mi/mi2-var-child.exp: Likewise.
13720 * gdb.mi/mi2-var-cmd.exp: Likewise.
13721 * gdb.mi/mi2-var-display.exp: Likewise.
13722
13723 2004-08-15 Mark Kettenis <kettenis@gnu.org>
13724
13725 * gdb.base/unload.c (main): Make local variable msg const.
13726
13727 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
13728
13729 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
13730 to bug-gnu@prep.ai.mit.edu.
13731 * gdb.mi/mi-disassemble.exp: Likewise.
13732 * gdb.mi/mi-eval.exp: Likewise.
13733 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
13734 default line number.
13735 * gdb.mi/mi-return.exp: Likewise.
13736 * gdb.mi/mi-simplerun.exp: Likewise.
13737 * gdb.mi/mi-stack.exp: Likewise.
13738 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
13739 number with explicit range test.
13740 * gdb.mi/mi-watch.exp: Likewise.
13741 * gdb.mi/mi2-break.exp: Likewise.
13742 * gdb.mi/mi2-cli.exp: Likewise.
13743 * gdb.mi/mi2-disassemble.exp: Likewise.
13744 * gdb.mi/mi2-eval.exp: Likewise.
13745 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
13746 default line number.
13747 * gdb.mi/mi2-return.exp: Likewise.
13748 * gdb.mi/mi2-simplerun.exp: Likewise.
13749 * gdb.mi/mi2-stack.exp: Likewise.
13750 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
13751 number with explicit range test.
13752 * gdb.mi/mi2-watch.exp: Likewise.
13753
13754 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
13755
13756 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
13757 * gdb.cp/m-static.exp: Likewise.
13758 * gdb.cp/rtti.exp: Likewise.
13759
13760 2004-08-14 Mark Kettenis <kettenis@gnu.org>
13761
13762 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
13763
13764 2004-08-14 Eli Zaretskii <eliz@gnu.org>
13765
13766 * ChangeLog: Prefix Local Variables with semi-colons and indent
13767 the reference to older ChangeLog files, to fix fontification in
13768 Emacs.
13769
13770 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13771
13772 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
13773 * gdb.mi/mi2-break.exp: Likewise.
13774
13775 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13776
13777 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
13778
13779 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13780
13781 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
13782
13783 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13784
13785 * gdb.cp/classes.exp: Remove unused declarations. Just let
13786 test names default instead of providing special names. Remove
13787 extraneous demangler test.
13788
13789 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
13790
13791 * gdb.base/unload.exp: New test for breakpoints in dynamically
13792 loaded libraries.
13793 * gdb.base/unload.c: Ditto.
13794 * gdb.base/unloadshr.c: Ditto.
13795
13796 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
13797
13798 * gdb.cp/classes.exp (test_ptype_class_objects): Call
13799 cp_test_ptype_class.
13800 (test_enums): Likewise.
13801
13802 2004-08-10 Andrew Cagney <cagney@gnu.org>
13803
13804 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13805 files.
13806
13807 2004-08-10 Andrew Cagney <cagney@gnu.org>
13808
13809 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
13810 init_malloc call.
13811
13812 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
13813
13814 * ChangeLog: Add copyright notice. The notice is copied
13815 from emacs 21.3 top level ChangeLog.
13816
13817 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13818
13819 * lib/cp-support.exp: New file.
13820 * lib/cp-support.exp (cp_test_type_class): New function.
13821 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
13822 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
13823 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
13824 cp_test_ptype_class.
13825
13826 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13827
13828 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
13829 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13830 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
13831 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
13832 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13833 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
13834 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
13835 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
13836 gdb.mi/mi2-watch.exp: Update copyright years.
13837
13838 2004-08-09 Mark Kettenis <kettenis@gnu.org>
13839
13840 * gdb.base/sigaltstack.exp: Provide proper anchoring.
13841
13842 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13843
13844 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
13845 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
13846 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
13847 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
13848 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
13849 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
13850 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
13851 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13852 gdb.mi/mi-watch.exp: Update copyright years.
13853
13854 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13855
13856 PR gdb/1738
13857 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
13858 from a breakpoint with a pending signal.
13859
13860 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13861
13862 PR gdb/1736
13863 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
13864 * gdb.base/sigaltstack.exp (finish_test): Consume output until
13865 the prompt.
13866 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
13867
13868 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13869
13870 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
13871
13872 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13873
13874 PR gdb/1736
13875 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
13876 for i?86-*-linux*.
13877
13878 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13879
13880 * gdb.arch/i386-prologue.exp: Compile without debug information.
13881
13882 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
13883
13884 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
13885 rather than asking gdb to search.
13886
13887 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13888
13889 * gdb.base/gcore.c: Include <string.h>.
13890
13891 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13892
13893 * gdb.base/gcore.c: Add copyright notice.
13894
13895 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13896
13897 * gdb.base/freebpcmd.c: Include <stdio.h>.
13898 * gdb.base/long_long.c: Include <string.h>.
13899 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
13900 * gdb.base/siginfo.c: Include <string.h>.
13901 * gdb.base/sigstep.c: Include <string.h>.
13902
13903 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13904
13905 * gdb.base/complex.c: Include <stdlib.h>.
13906
13907 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13908
13909 * gdb.base/complex.c: Add copyright notice.
13910
13911 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13912
13913 * gdb.base/charset.c: Include <stdlib.h>.
13914
13915 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13916
13917 * gdb.base/auxv.c: Include <stdlib.h>.
13918
13919 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13920
13921 * gdb.base/auxv.c: Add copyright notice.
13922
13923 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13924
13925 * gdb.base/coremaker.c: Add copyright notice.
13926 * gdb.base/coremaker2.c: Add copyright notice.
13927
13928 2004-08-04 Andrew Cagney <cagney@gnu.org>
13929
13930 * gdb.base/store.exp: Update copyright.
13931 (check_set, up_set, check_struct, up_struct): Add a prefix to test
13932 names, do not import gdb_prompt.
13933
13934 2004-08-01 Andrew Cagney <cagney@gnu.org>
13935
13936 Fix PR testsuite/1729.
13937 * gdb.base/dump.exp: Add test name to callers of capture_value, do
13938 not use capture_value with value 4.
13939 (capture_value): Add optional test name parameter.
13940 (test_reload_saved_value, test_restore_saved_value): Use $msg as
13941 the prefix, pass to capture_value.
13942
13943 2004-08-01 Mark Kettenis <kettenis@gnu.org>
13944
13945 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
13946 * gdb.arch/i386-prologue.c (standard): New prototype and function.
13947 (main): Call new function.
13948
13949 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13950
13951 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
13952
13953 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13954
13955 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
13956
13957 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13958
13959 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
13960 Accept more values of vtbl pointer. Remove some messages
13961 about "obsolete gcc or gdb".
13962
13963 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13964
13965 * gdb.cp/classes.exp: Accept more varieties of ptype output.
13966
13967 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13968
13969 * gdb.base/asm-source.exp: Properly convert target board
13970 debug flags from gcc format to binutils format.
13971
13972 2004-07-28 Mark Kettenis <kettenis@gnu.org>
13973
13974 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
13975 gdb1718". PR backtrace/1718 partially fixed.
13976
13977 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
13978
13979 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
13980
13981 2004-07-26 Nick Clifton <nickc@redhat.com>
13982
13983 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
13984 good default value for a specific architecture is available then
13985 set it to that value. Otherwise default to the -gstabs switch.
13986 Remove the -g... switches from the asm-flags variable. Allow the
13987 target board info to override the value if it wants to. Pass the
13988 switch on the assembler command line.
13989
13990 2004-07-23 Mark Kettenis <kettenis@gnu.org>
13991
13992 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
13993 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
13994 (main): Call new function.
13995
13996 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
13997
13998 Test for PR exp/1715.
13999 * gdb.base/radix.exp: Refactor common procedures. Make all
14000 test names unique. Change XFAIL to KFAIL.
14001
14002 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
14003
14004 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
14005 * gdb.ada/gnat_ada.gin: ... to here.
14006 * configure.in: Use gnat_ada.gin.
14007 * configure: Regenerate.
14008
14009 2004-07-20 Andrew Cagney <cagney@gnu.org>
14010
14011 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
14012 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
14013 XFAILs. Clean up test messages and comments. Check backtraces.
14014 Delete re-sync code.
14015
14016 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14017
14018 Fix PR cli/740.
14019 * gdb.base/annota1.exp: Honor gdb,nosignals.
14020 * gdb.base/annota3.exp: Likewise.
14021
14022 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14023
14024 * lib/java.exp: Update copyright notice.
14025
14026 2004-07-19 Andrew Cagney <cagney@gnu.org>
14027
14028 * gdb.base/selftest.exp: Copy file from here ...
14029 * gdb.gdb/selftest.exp: ... to here.
14030
14031 2004-07-16 Andrew Cagney <cagney@redhat.com>
14032
14033 * lib/insight-support.exp: Delete file.
14034 * lib/java.exp (java_init): Fix copyright.
14035
14036 2004-07-16 Andrew Cagney <cagney@gnu.org>
14037
14038 * gdb.base/restore.c: Append "prologue" to comments marking the a
14039 function's prologue.
14040 * gdb.base/restore.exp: Update copyright, re-indent.
14041 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
14042 callerN" prefix where needed. Update patterns that match a
14043 function's prologue.
14044
14045 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
14046
14047 * gdb.base/restore.c: Add copyright notice.
14048
14049 2004-07-16 Andrew Cagney <cagney@gnu.org>
14050
14051 * gdb.base/logical.exp: Update copyright.
14052 (evaluate): New procedure. Use to re-implement tests using
14053 several tables.
14054
14055 2004-07-14 Martin Hunt <hunt@redhat.com>
14056
14057 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
14058 which fixes some problems where init.tcl was not found.
14059
14060 2004-07-13 Andrew Cagney <cagney@gnu.org>
14061
14062 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
14063 (check_sizeof, check_valueof): Do not include the output in the
14064 test name. Use gdb_test.
14065 (get_valueof): Use gdb_test_multiple.
14066
14067 * gdb.base/step-test.exp: Update copyright. Use
14068 gdb_test_multiple. Ensure that test names do not include
14069 architecture dependent output.
14070
14071 * gdb.gdb/observer.exp: Update copyright.
14072 (setup_test): Use gdb_test_multiple.
14073 (attach_first_observer, attach_second_observer)
14074 (attach_third_observer, detach_first_observer)
14075 (detach_second_observer, detach_third_observer)
14076 (reset_counters, check_counters): Make $message a prefix.
14077 (test_normal_stop_notifications): Add "args" parameter - a list of
14078 init functions to be called. Make $message a prefix,
14079 (test_observer_normal_stop): Change the message prefixes so that
14080 they are unique, pass the attach / detach procedures to
14081 test_normal_stop_notifications.
14082
14083 * gdb.base/signull.exp (test_segv): Prefix all tests with
14084 "${name}". Clean up test messages.
14085
14086 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
14087
14088 * gdb.base/ena-dis-br.exp: Update copyright.
14089 (break_at): New function. Replace send_gdb with gdb_test,
14090 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
14091 ignore count, not stopped at bpt", with KFAIL.
14092
14093 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
14094
14095 * gdb.base/attach.exp: Remove cleanupfile handling.
14096
14097 2004-07-12 Andrew Cagney <cagney@gnu.org>
14098
14099 * gdb.base/annota1.exp: Cleanup corefile test name.
14100 * gdb.base/annota3.exp: Ditto.
14101
14102 2004-07-12 Andrew Cagney <cagney@gnu.org>
14103
14104 * gdb.base/signals.exp: Clean up copyright, re-indent.
14105
14106 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
14107 gdb_test and gdb_test_multiple.
14108
14109 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
14110
14111 * gdb.java/jmain.exp: Fix expected line number for main to
14112 break at. Set XFAIL for break at main test since gcj does not
14113 provide line number info for first statement in main.
14114
14115 2004-07-08 Andrew Cagney <cagney@gnu.org>
14116
14117 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
14118
14119 * gdb.base/sigbpt.exp: Make the common part of each test name a
14120 prefix instead of suffix.
14121
14122 2004-07-07 Bob Rossi <bob_rossi@cox.net>
14123
14124 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
14125 test from test_tbreak_creation_and_listing to
14126 test_file_list_exec_source_file
14127 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
14128 Changed name of test from test_tbreak_creation_and_listing to
14129 test_file_list_exec_source_file
14130
14131 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
14132
14133 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
14134 the jmisc() constructor instead of <init>.
14135 * gdb.java/jmisc1.exp: Ditto.
14136
14137 2004-07-07 Andrew Cagney <cagney@gnu.org>
14138
14139 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
14140 corrupting the PC.
14141
14142 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
14143
14144 * gdb.cp/templates.exp: Accept whitespace change in demangler
14145 output.
14146
14147 2004-07-06 Andrew Cagney <cagney@gnu.org>
14148
14149 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
14150
14151 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
14152
14153 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
14154 * lib/compiler.cc: Likewise.
14155
14156 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
14157
14158 * lib/compiler.cc: Work around string preprocessing problem
14159 with old hp c++ compiler.
14160 * lib/compiler.c: Likewise.
14161
14162 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
14163
14164 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
14165 directives to conditionalize symbol prefixing.
14166 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
14167 additional_flags handling. Add underscore prefix for Cygwin.
14168 * gdb.arch/i386-unwind.c: Use preprocessor directives to
14169 conditionalize symbol prefixing.
14170 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
14171 additional_flags handling. Add underscore prefix for Cygwin.
14172
14173 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
14174
14175 * gdb.base/bigcore.exp: Skip test on Cygwin.
14176
14177 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
14178
14179 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
14180 formats for "info register". Use gdb_test_multiple. Fix
14181 the "invalid register" test.
14182
14183 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
14184
14185 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
14186 PID for Cygwin. Add Cygwin specific strings to check for in some
14187 tests.
14188 (do_attach_tests): Add a test for user interaction when attaching
14189 to a process with no matching symbol table already loaded.
14190
14191 2004-06-26 Andrew Cagney <cagney@gnu.org>
14192
14193 Test PR java/1567 and PR java/1565.
14194 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
14195 * gdb.java/jmisc2.exp: Delete file.
14196
14197 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
14198
14199 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
14200
14201 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
14202
14203 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
14204 attach process.
14205
14206 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
14207
14208 * gdb.cp/pr-1553.exp: Remove.
14209
14210 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
14211
14212 * gdb.cp/pr-1553.cc: Remove.
14213 * gdb.cp/pr-1553.exp: Disable this test.
14214
14215 2004-06-20 Jim Blandy <jimb@redhat.com>
14216
14217 Fix PR testsuite/1680.
14218 * gdb.arch/i386-sse.exp: Properly quote curly braces in
14219 regular expressions.
14220
14221 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
14222
14223 Fix PR testsuite/1679.
14224 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
14225 Issue an UNSUPPORTED result instead.
14226
14227 2004-06-18 Jim Blandy <jimb@redhat.com>
14228
14229 * gdb.base/charset.exp: Only send a control-C if we see a new
14230 prompt and incomplete command.
14231
14232 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
14233
14234 * gdb.cp/pr-574.cc: Add copyright notice.
14235
14236 2004-06-17 Jim Blandy <jimb@redhat.com>
14237
14238 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
14239 cases where the regexp has no groups; this grabs random text from
14240 the previous test suite, whatever that was.
14241
14242 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
14243
14244 * gdb.cp/printmethod.cc: Add copyright notice.
14245
14246 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
14247
14248 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
14249
14250 2004-06-16 Andrew Cagney <cagney@gnu.org>
14251
14252 * gdb.base/signull.c: Update copyright. Include <string.h>.
14253 (bowler): Replace data_pointer with data_read
14254 and data_write cases. Add code_descriptor case.
14255 (zero, desc): New array and pointer.
14256 (data, code): Change to simple pointers.
14257 * gdb.base/signull.exp: Fix probe pattern matching a function
14258 descriptor SIGSEGV. Replace data_pointer with data_read and
14259 data_write tests.
14260
14261 2004-06-16 Andrew Cagney <cagney@gnu.org>
14262
14263 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
14264
14265 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14266
14267 * gdb.base/long_long.c: Add copyright notice.
14268
14269 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14270
14271 * gdb.base/long_long.exp: Remove reference to
14272 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
14273 to gdb_breakpoint and gdb_continue_to_breakpoint.
14274
14275 2004-06-14 Jim Blandy <jimb@redhat.com>
14276
14277 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
14278 endian case.
14279
14280 2004-06-14 Andrew Cagney <cagney@gnu.org>
14281
14282 * gdb.base/gcore.exp (capture_command_output): Delete the always
14283 passing tests containing inferior values.
14284 * gdb.base/ending-run.exp: Do not include the breakpoint address
14285 in the test message. Update copyright.
14286 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
14287 size in the test name, use gdb_test_multiple. Update copyright.
14288
14289 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14290
14291 * gdb.cp/ref-types.cc: Add copyright notice.
14292
14293 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14294
14295 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
14296 hp_aCC_compiler.
14297 * lib/compiler.cc: Likewise.
14298 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
14299 'set' commands. Log diagnostics for other lines. Set
14300 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
14301
14302 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
14303
14304 * gdb.cp/try_catch.cc: Add copyright notice.
14305
14306 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
14307
14308 * gdb.cp/userdef.cc: Add copyright notice.
14309
14310 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
14311
14312 * gdb.cp/virtfunc.cc: Add copyright notice.
14313
14314 2004-06-11 Randolph Chung <tausq@debian.org>
14315
14316 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
14317 problem.
14318
14319 2004-06-10 Andrew Cagney <cagney@gnu.org>
14320
14321 * lib/compiler.cc, lib/compiler.c: Append either
14322 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
14323 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
14324 instead of gcc-3-3.
14325
14326 2004-06-09 Andrew Cagney <cagney@gnu.org>
14327
14328 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
14329 gdb/1455, bug is specific to "long long" and "double".
14330
14331 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
14332 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
14333 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
14334 fixed.
14335
14336 2004-06-09 Andrew Cagney <cagney@gnu.org>
14337
14338 * gdb.base/structs.exp (test_struct_returns): Replace
14339 "return_value_unknown" and "finish_value_unknown" by
14340 "return_value_known" and "finish_value_known". Instead of
14341 "return_value_unknown" iff "finish_value_unknown", check
14342 "return_value_known" implies "finish_value_known".
14343
14344 2004-06-08 Martin Hunt <hunt@redhat.com>
14345
14346 * gdb.base/float.exp: Add pattern for mips targets.
14347
14348 2004-06-08 Randolph Chung <tausq@debian.org>
14349
14350 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
14351 message for unknown architectures more clear.
14352
14353 2004-06-08 Joel Brobecker <brobecker@gnat.com>
14354
14355 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
14356 start the execution of the program.
14357
14358 2004-06-07 Jim Blandy <jimb@redhat.com>
14359
14360 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
14361 * gdb.arch/i386-cpuid.h: New helper file.
14362
14363 2004-06-07 Randolph Chung <tausq@debian.org>
14364
14365 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
14366 has started.
14367
14368 2004-06-04 Roland McGrath <roland@redhat.com>
14369
14370 Fix PR gdb/1647.
14371 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
14372 differently to be robust to output buffering differences.
14373
14374 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
14375
14376 * gdb.threads/pthreads.exp: Update copyright years.
14377 (check_control_c): Change asynchronous 'after' to synchronous.
14378
14379 2004-06-04 Roland McGrath <roland@redhat.com>
14380
14381 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
14382 next gdb prompt.
14383
14384 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
14385
14386 Fix PR gdb/1636.
14387 * gdb.threads/manythreads.exp: Change asynchronous 'after'
14388 calls to synchronous.
14389
14390 2004-05-26 Jim Blandy <jimb@redhat.com>
14391
14392 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
14393
14394 2004-05-24 Randolph Chung <tausq@debian.org>
14395
14396 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
14397 * gdb.asm/pa.inc: New file.
14398
14399 2004-05-22 Mark Kettenis <kettenis@gnu.org>
14400
14401 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
14402
14403 2004-05-21 Joel Brobecker <brobecker@gnat.com>
14404 Daniel Jacobowitz <drow@mvista.com>
14405
14406 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
14407 GDB prompt.
14408
14409 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14410
14411 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
14412 setjmp/longjmp. Use sigaction instead of signal.
14413
14414 2004-05-19 J. Brobecker <brobecker@gnat.com>
14415 Michael Snyder <msnyder@redhat.com>
14416
14417 * gdb.threads/pthread_cond_wait.c: New file.
14418 * gdb.threads/pthread_cond_wait.exp: New testcase.
14419
14420 2004-05-13 Andrew Cagney <cagney@redhat.com>
14421
14422 * gdb.base/signull.exp, gdb.base/signull.c: New files.
14423 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
14424
14425 2004-05-11 Andrew Cagney <cagney@redhat.com>
14426
14427 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
14428 fixed but revealed gdb/1639.
14429
14430 2004-05-10 Andrew Cagney <cagney@redhat.com>
14431
14432 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
14433 func1" and "next to 2nd alarm", kernel bug avoided.
14434
14435 2004-05-10 Daniel Jacobowitz <dan@debian.org>
14436
14437 PR external/1568
14438 * gdb.base/bigcore.exp: Check the size of the dumped core file.
14439 XFAIL if it is smaller than bytes_allocated.
14440 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
14441 (main): Make chunks_allocated unsigned. Correct comment.
14442
14443 2004-05-07 Joel Brobecker <brobecker@gnat.com>
14444
14445 * gdb.arch/powerpc-aix-prologue.c: New file.
14446 * gdb.arch/powerpc-aix-prologue.exp: New file.
14447
14448 2004-05-07 Jim Blandy <jimb@redhat.com>
14449
14450 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
14451 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
14452
14453 2004-05-06 Joel Brobecker <brobecker@gnat.com>
14454
14455 * gdb.base/sep.exp: No longer setup_kfail when the program was
14456 built with dwarf2.
14457
14458 2004-05-05 Jim Ingham <jingham@apple.com>
14459
14460 * gdb.base/pending.exp: Make sure pending breakpoints
14461 preserve the ignore count.
14462
14463 2004-04-27 Jerome Guitton <guitton@gnat.com>
14464
14465 * i386-prologue.exp: Add testcase for jump instruction as first
14466 instruction of the real code.
14467 * i386-prologue.c (jump_at_beginning): New function.
14468
14469 2004-04-28 Mark Kettenis <kettenis@gnu.org>
14470
14471 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
14472 x86_64-*-*.
14473
14474 2004-04-28 Mark Kettenis <kettenis@gnu.org>
14475
14476 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
14477 i*86-*-*.
14478
14479 2004-04-25 Mark Kettenis <kettenis@gnu.org>
14480
14481 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
14482 expression that checks the return type.
14483
14484 2004-04-23 Andrew Cagney <cagney@redhat.com>
14485
14486 * gdb.base/call-sc.exp: New test of scalar call/return values.
14487 * gdb.base/call-sc.c: Ditto.
14488
14489 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14490
14491 * gdb.threads/manythreads.c: Reduce thread stack size.
14492
14493 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
14494
14495 * gdb.threads/manythreads.c: Add copyright notice.
14496
14497 2004-04-23 Andrew Cagney <cagney@redhat.com>
14498
14499 * gdb.base/siginfo.exp: Better handle step out of signal.
14500 * gdb.base/sigstep.exp: Ditto.
14501
14502 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
14503 Daniel Jacobowitz <drow@mvista.com>
14504
14505 * gdb.threads/manythreads.c: New testcase.
14506 * gdb.threads/manythreads.exp: Ditto.
14507
14508 2004-04-22 Jim Blandy <jimb@redhat.com>
14509
14510 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
14511 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
14512
14513 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
14514
14515 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
14516
14517 2004-04-21 Andrew Cagney <cagney@redhat.com>
14518
14519 * gdb.base/sigstep.c: New file.
14520 * gdb.base/sigstep.exp: New file.
14521
14522 2004-04-16 Joel Brobecker <brobecker@gnat.com>
14523
14524 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
14525 call to observer_notify_normal_stop.
14526
14527 2004-04-15 Andrew Cagney <cagney@redhat.com>
14528
14529 * gdb.base/siginfo.c: New file.
14530 * gdb.base/siginfo.exp: New file.
14531
14532 2004-04-12 J. Brobecker <brobecker@gnat.com>
14533
14534 * gdb.base/sep.exp: Fix typo in comment.
14535
14536 2004-04-12 J. Brobecker <brobecker@gnat.com>
14537
14538 * gdb.base/sep.c: New file.
14539 * gdb.base/sep-proc.c: New file.
14540 * gdb.base/sep.exp: New testcase.
14541
14542 2004-04-09 Mark Kettenis <kettenis@gnu.org>
14543
14544 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
14545 support.
14546
14547 2004-04-05 Andrew Cagney <cagney@redhat.com>
14548
14549 * gdb.base/sigaltstack.c: New file.
14550 * gdb.base/sigaltstack.exp: New file.
14551
14552 2004-04-04 Joel Brobecker <brobecker@gnat.com>
14553
14554 * gdb.base/foll-fork.exp: Update the expected output for
14555 "help set follow-fork-mode", to match a change that was made
14556 to the help of this variable on 2004-01-13.
14557
14558 2004-04-01 Joel Brobecker <brobecker@gnat.com>
14559
14560 * lib/ada.exp: Add copyright notice.
14561 * bar.ads: Likewise.
14562 * bar.adb: Likewise.
14563 * null_record.adb: Likewise.
14564 * null_record.exp: Likewise.
14565 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
14566
14567 2004-04-01 Joel Brobecker <brobecker@gnat.com>
14568
14569 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
14570 * configure: Regenerate.
14571
14572 2004-04-01 Joel Brobecker <brobecker@gnat.com>
14573
14574 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
14575 to build the application. Remove the message printed when in
14576 verbose mode, redundant with the UNSUPPORTED message above.
14577
14578 2004-03-31 Joel Brobecker <brobecker@gnat.com>
14579
14580 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
14581 * gdb.ada (null_record.exp): New testcase.
14582
14583 2004-03-31 Joel Brobecker <brobecker@gnat.com>
14584
14585 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
14586
14587 2004-03-31 Joel Brobecker <brobecker@gnat.com>
14588
14589 * gdb.ada: New subdirectory.
14590 * gdb.ada/Makefile.in: New file.
14591 * gdb.ada/gnat_ada.gpr.in: New file.
14592
14593 2004-03-31 Joel Brobecker <brobecker@gnat.com>
14594
14595 * lib/ada.exp: New file.
14596
14597 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
14598
14599 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
14600 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
14601
14602 2004-03-22 Andrew Cagney <cagney@redhat.com>
14603
14604 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
14605 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
14606 Problem identified by Ulrich Weigand.
14607
14608 2004-03-17 David Carlton <carlton@kealia.com>
14609
14610 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
14611 PR c++/826.
14612
14613 2004-03-16 Roland McGrath <roland@redhat.com>
14614
14615 * gdb.base/auxv.exp: New file.
14616 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
14617
14618 2004-03-12 David Carlton <carlton@kealia.com>
14619
14620 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
14621 * gdb.cp/pr-1553.cc: Ditto.
14622 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
14623 pass branch.
14624
14625 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
14626
14627 * gdb.cp/templates.exp: Accept more template types.
14628
14629 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14630
14631 From Corinna Vinschen with modifications.
14632 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
14633 local variable obj_with_enum.
14634 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
14635 results with obj_with_enum.
14636
14637 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14638
14639 * gdb.cp/classes.cc: New file, copied from misc.cc.
14640 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
14641
14642 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14643
14644 * gdb.cp/misc.cc: Add copyright notice.
14645
14646 2004-03-05 David Carlton <carlton@kealia.com>
14647
14648 * gdb.cp/rtti.exp: Add 'print *obj3' test.
14649 * gdb.cp/rtti.h: Update copyright.
14650 (namespace n2::n3): New.
14651 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
14652 (n2::n3::func3): New.
14653 (main): Call n2::n3::func3.
14654 * gdb.cp/rtti2.cc: Update copyright.
14655 (n2::create3): New.
14656
14657 2004-03-04 Mark Kettenis <kettenis@gnu.org>
14658
14659 * gdb.asm/openbsd.inc: Fix typo.
14660
14661 2004-03-03 Fred Fish <fnf@redhat.com>
14662
14663 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
14664 "val" instead of unused "size". Update copyright year.
14665
14666 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
14667
14668 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
14669 to use unsigned char.
14670 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
14671 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
14672
14673 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
14674
14675 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
14676 line of output.
14677
14678 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
14679
14680 * gdb.base/relocate.c (dummy): Initialize.
14681
14682 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
14683
14684 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
14685 a breakpoint at exit.
14686
14687 2004-02-27 Fred Fish <fnf@redhat.com>
14688
14689 * gdb.base/chng-syms.exp: Add expect condition to match failing
14690 case that isn't a timeout.
14691
14692 2004-02-27 Andrew Cagney <cagney@redhat.com>
14693
14694 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
14695 support.
14696
14697 2004-02-26 Fred Fish <fnf@redhat.com>
14698
14699 * gdb.arch/gdb1431.c: Remove.
14700 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
14701 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
14702 of "until" incorrectly.
14703
14704 2004-02-26 J. Brobecker <brobecker@gnat.com>
14705
14706 * gdb.cp/class2.cc (empty): New class.
14707 (refer): New function.
14708 (main): Declare an object of type empty and use it.
14709 * gdb.cp/class2.exp: Print the value of an object of type empty.
14710
14711 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
14712
14713 * gdb.base/langs.exp: Update query string to match the
14714 new nquery format used for pending breakpoints.
14715
14716 2004-02-26 Andrew Cagney <cagney@redhat.com>
14717
14718 Fix PR i18n/1570.
14719 * gdb.base/charset.c: Update copyright notice.
14720 (main, init_string): Remove the escape character '\e' tests.
14721 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
14722 * gdb.base/charset.exp (valid_host_charset): Ditto.
14723 * gdb.base/setvar.exp: Ditto.
14724
14725 2004-02-24 Andrew Cagney <cagney@redhat.com>
14726
14727 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
14728 mmapped data in core file" PASS and FAIL messages consistent.
14729
14730 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
14731 setting a breakpoint. Work around PR java/1565.
14732
14733 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
14734
14735 * lib/gdb.exp (gdb_breakpoint): Update query string to match
14736 new nquery format.
14737 * gdb.base/pending.exp: Ditto.
14738
14739 2004-02-22 Mark Kettenis <kettenis@gnu.org>
14740
14741 * configure.in: Run stabs tests on *BSD.
14742 * configure: Regenerated.
14743
14744 2004-02-21 Mark Kettenis <kettenis@gnu.org>
14745
14746 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
14747
14748 2004-02-20 Fred Fish <fnf@redhat.com>
14749
14750 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
14751 blank in test for "returns short", for consistency with other
14752 "returns xxx" tests. Update copyright year.
14753
14754 2004-02-19 Fred Fish <fnf@redhat.com>
14755
14756 New testcase for PR breakpoint/1558.
14757 * gdb.arch/gdb1558.exp: New file.
14758 * gdb.arch/gdb1558.c: New file.
14759
14760 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
14761
14762 * gdb.base/nodebug.exp: Fix typo.
14763
14764 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14765
14766 Committed by Jim Blandy <jimb@redhat.com>.
14767
14768 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
14769
14770 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
14771
14772 * gdb.base/float.exp: Support s390*-*-* targets.
14773
14774 2004-02-17 Adam Fedor <fedor@gnu.org>
14775
14776 * gdb.base/gdb1555.exp: New file.
14777 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
14778
14779 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
14780
14781 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
14782
14783 2004-02-16 Fred Fish <fnf@redhat.com>
14784
14785 * gdb.arch/gdb1291.c: Remove
14786 * gdb.arch/gdb1291.s: New test input file.
14787 * gdb.arch/gdb1291.exp: Expand test to check case that should not
14788 fail. Test for correct result, known incorrect result, other
14789 failures and timeouts.
14790
14791 2004-02-16 Andrew Cagney <cagney@redhat.com>
14792
14793 * gdb.base/bigcore.exp: New file.
14794 * gdb.base/bigcore.c: New file.
14795
14796 2004-02-13 Andrew Cagney <cagney@redhat.com>
14797
14798 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
14799 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
14800 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
14801 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
14802 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
14803 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
14804 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
14805 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
14806 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
14807 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
14808
14809 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
14810
14811 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
14812 executed is an alloc instruction.
14813
14814 2004-02-11 David Carlton <carlton@kealia.com>
14815
14816 * gdb.cp/breakpoint.exp: New.
14817 * gdb.cp/breakpoint.cc: New.
14818
14819 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
14820
14821 Partial fix for PR gdb/1543.
14822 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
14823 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
14824 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
14825 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
14826 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
14827 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
14828 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
14829 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
14830 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
14831 to bug-gdb@prep.ai.mit.edu .
14832 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
14833 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
14834 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
14835 Likewise.
14836
14837 2004-02-10 Andrew Cagney <cagney@redhat.com>
14838
14839 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
14840 using gdb_internal_error_resync.
14841
14842 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
14843
14844 * gdb.threads/thread-specific.exp: Stop early if no threads are
14845 found.
14846
14847 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
14848
14849 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
14850
14851 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
14852
14853 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
14854 breakpoints.
14855
14856 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
14857
14858 * config/sim.exp (gdb_load): Handle $arg == "".
14859 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
14860 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
14861
14862 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
14863
14864 * gdb.base/maint.exp: Update test to reflect
14865 obstack changes.
14866
14867 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
14868
14869 * gdb.base/pendshr.c (pendfunc): New function that calls
14870 pendfunc1.
14871 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
14872
14873 2004-02-04 Fred Fish <fnf@redhat.com>
14874
14875 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
14876 function symbols and update copyright years.
14877 * gdb.arch/gdb1291.c: Ditto.
14878
14879 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14880
14881 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
14882
14883 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14884
14885 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
14886
14887 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14888
14889 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
14890
14891 2004-02-02 Fred Fish <fnf@redhat.com>
14892
14893 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
14894 remote targets. Update copyright years.
14895
14896 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
14897
14898 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
14899 support.
14900 * gdb.base/langs.exp: Fix test which attempts to create
14901 breakpoint on non-existent function to handle new pending
14902 support.
14903 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
14904 a breakpoint.
14905 * gdb.base/pending.exp: New test.
14906 * gdb.base/pending.c: New file.
14907 * gdb.base/pendshr.c: Ditto.
14908
14909 2004-02-02 David Carlton <carlton@kealia.com>
14910
14911 * gdb.cp/overload.exp: Add overloadNamespace tests.
14912 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
14913 (overloadNamespace, XXX): New.
14914 (main): Call XXX::marker2.
14915
14916 2004-02-01 Fred Fish <fnf@redhat.com>
14917
14918 * gdb.base/dump.exp: Use runto_main instead of "runto main".
14919 * gdb.base/finish.exp: Ditto.
14920 * gdb.base/gcore.exp: Ditto.
14921 * gdb.base/huge.exp: Ditto.
14922 * gdb.base/info-proc.exp: Ditto.
14923 * gdb.base/return2.exp: Ditto.
14924 * gdb.threads/gcore-thread.exp: Ditto.
14925
14926 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14927
14928 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
14929
14930 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14931
14932 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
14933 that opening the file succeeds on OpenBSD.
14934
14935 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14936
14937 * gdb.threads/thread-specific.c: New file.
14938 * gdb.threads/threads-specific.exp: New test script.
14939 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
14940 to expect_out.
14941
14942 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14943
14944 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
14945 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
14946 only on the "print_small_structs from print_long_arg_list" test.
14947
14948 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14949
14950 * gdb.base/completion.exp: Kill a stray backslash.
14951
14952 From Jim Ingham <jingham@apple.com>:
14953 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
14954 agrees with the result from sending a tab.
14955
14956 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
14957
14958 * gdb.base/chng-syms.exp: Remove stray newline.
14959
14960 2004-01-31 Mark Kettenis <kettenis@gnu.org>
14961
14962 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
14963 *-*-openbsd*.
14964 * gdb.asm/openbsd.inc: New file.
14965
14966 2004-01-30 Mark Kettenis <kettenis@gnu.org>
14967
14968 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
14969 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
14970 *-*solaris2*. Remove commented out default settings for
14971 asm-flags. Replace gdb_compile with target_link.
14972
14973 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
14974
14975 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
14976 for all tests. Remove old hp-ux and cygnus xfail cases.
14977
14978 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
14979
14980 * gdb.base/chng-syms.exp: New file.
14981 * gdb.base/chng-syms.c: New file.
14982
14983 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14984
14985 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
14986 Provide arms for current output in all my configurations.
14987
14988 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14989
14990 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
14991 * lib/compiler.cc: Likewise.
14992 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
14993 get the right preprocessor. Eval the output directly. Remove
14994 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
14995 hp_f77_compiler and hp_f90_compiler completely.
14996 (gdb_preprocess): Delete.
14997 (get_compiler): Delete.
14998
14999 2004-01-24 Mark Kettenis <kettenis@gnu.org>
15000
15001 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
15002 <string.h>.
15003
15004 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
15005
15006 * gdb.mi/mi-stack.exp: Update copyright.
15007
15008 2004-01-23 David Carlton <carlton@kealia.com>
15009
15010 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
15011 test for cp_lookup_transparent_type.
15012 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
15013 call them.
15014
15015 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
15016
15017 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
15018 after -var-update.
15019
15020 2004-01-23 David Carlton <carlton@kealia.com>
15021
15022 * gdb.cp/namespace.cc (C::ensureRefs): New.
15023 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
15024
15025 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
15026
15027 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
15028 case "-stack-list-locals 2".
15029 * gdb.mi/mi-var-child.exp: Test for case
15030 "-var-list-children --all-values NAME".
15031
15032 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
15033
15034 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
15035
15036 2004-01-18 Mark Kettenis <kettenis@gnu.org>
15037
15038 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
15039 used with gdb_test_multiple.
15040
15041 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
15042 read at address 0. This fixes PR testsuite/1504.
15043
15044 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
15045
15046 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
15047 Remove downloading, guessing the host executable, the calls to
15048 gdb_file_cmd and gdb_target_cmd, and "load" support.
15049 (infer_host_exec): New function broken out from gdb_load.
15050 (gdb_load): New wrapper for gdbserver_gdb_load.
15051 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
15052 gdb_target_cmd. Use -target-select.
15053 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
15054 Download binaries to the host. Clear last_mi_remote_file when
15055 we load a new binary.
15056 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
15057 call gdbserver_gdb_load and mi_gdb_target_cmd.
15058
15059 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15060
15061 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
15062 type patterns.
15063
15064 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15065
15066 * gdb.cp/templates.exp: Fix typo in test name of
15067 "print Foo<volatile char*>::foo".
15068
15069 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15070
15071 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
15072
15073 2004-01-16 Ben Elliston <bje@wasabisystems.com>
15074
15075 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
15076 (clean mostlyclean): Remove empty rm.
15077
15078 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15079
15080 * gdb.base/setvar.exp: Add copyright years.
15081
15082 2004-01-14 David Carlton <carlton@bactrian.org>
15083
15084 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
15085 PR c++/1511 and update coment.
15086 * gdb.cp/templates.exp: Update patterns to match current output.
15087 If changes involve something other than whitespace, KFAIL
15088 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
15089
15090 2004-01-14 David Carlton <carlton@kealia.com>
15091
15092 * gdb.cp/namespace.exp: Add tests involving classes defined within
15093 namespaces.
15094 * gdb.cp/namespace.cc (C::CClass): New.
15095 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
15096
15097 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
15098
15099 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
15100 what debug info we have. Print a better message if something goes
15101 wrong while producing the separate debug info file.
15102
15103 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15104
15105 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
15106
15107 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15108
15109 * gdb.base/callfuncs.c: Add copyright notice.
15110
15111 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
15112
15113 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
15114 inheritance. PR gdb/1498, PR gcc/13539.
15115
15116 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
15117
15118 * gdb.threads/gcore-thread.exp: Prefix name of binary with
15119 test specific name.
15120 * gdb.mi/gdb669.exp: Ditto.
15121 * gdb.mi/mi-pthreads.exp: Ditto.
15122 * gdb.mi/mi1-pthreads.exp: Ditto.
15123 * gdb.mi/mi2-pthreads.exp: Ditto.
15124
15125 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15126
15127 * gdb.cp/member-ptr.cc: Add copyright notice.
15128
15129 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15130
15131 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
15132 some patterns for recent versions of gcc and hpacc. Delete
15133 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
15134 Delete tests that access a NULL pointer-to-member-data. This
15135 script is still disabled for gcc.
15136
15137 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
15138
15139 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
15140 escaped correctly.
15141
15142 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
15143
15144 * gdb.base/sepdebug.exp: New file.
15145 * gdb.base/sepdebug.c: New file.
15146 * lib/gdb.exp (separate_debug_filename): New procedure.
15147 (gdb_gnu_strip_debug): New procedure.
15148
15149 2004-01-12 Andrew Cagney <cagney@redhat.com>
15150
15151 * gdb.mi/ChangeLog: Delete file. Renamed to ...
15152 * gdb.mi/ChangeLog-1999-2003: New file.
15153
15154 2004-01-12 Andrew Cagney <cagney@redhat.com>
15155
15156 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
15157 "Renaming a directory to a non-empty directory returns ENOTEMPTY
15158 or EEXIST", treat EBUSY as an XFAIL.
15159
15160 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
15161
15162 * gdb.base/scope.exp: Remove obsolete setup_xfail for
15163 hp_cc_compiler.
15164
15165 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15166
15167 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
15168 decorations.
15169
15170 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15171
15172 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
15173 and "(aCC)" decorations. Remove obsolete doco about old
15174 test results.
15175
15176 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15177
15178 * gdb.cp/exception.exp: Fix typo in doco.
15179
15180 2004-01-09 Mark Kettenis <kettenis@gnu.org>
15181
15182 * gdb.base/gdb1476.exp: Fix typo.
15183
15184 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15185
15186 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
15187 file.
15188
15189 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15190
15191 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
15192 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
15193 Use gdb_compile. Remove restriction on gcc. Add some patterns
15194 for recent version of gdb. Delete second half, which was a copy
15195 of the first half with different build flags. This test is
15196 still disabled because it is still not ready for production.
15197
15198 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15199
15200 * gdb.cp/exception.cc: Add copyright notice.
15201 * gdb.cp/exception.exp: Add a notice that this file is broken
15202 because of line number changes caused by addition of copyright
15203 notice.
15204
15205 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15206
15207 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
15208 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
15209
15210 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15211
15212 * gdb.cp/classes.exp: Accept gnu abi 2.
15213 * gdb.cp/derivation.exp: Likewise.
15214 * gdb.cp/overload.exp: Likewise.
15215 * gdb.cp/virtfunc.exp: Likewise.
15216
15217 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15218
15219 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
15220 semicolon after end of function.
15221
15222 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15223
15224 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
15225 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
15226 boilerplate code for compiling and running the program under
15227 test. Add some string method tests.
15228
15229 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15230
15231 * gdb.cp/bs15503.cc: Add copyright notice.
15232 * gdb.cp/bs15503.exp: Adjust line number.
15233
15234 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15235
15236 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
15237 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
15238
15239 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15240
15241 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
15242 hp_cc_compiler.
15243
15244 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15245
15246 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
15247 * gdb.cp/ctti.exp: Use the marker instead of "next".
15248 With gcc, run further before bailing.
15249
15250 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15251
15252 * gdb.cp/cttiadd.cc: Add copyright notice.
15253 * gdb.cp/cttiadd1.cc: Likewise.
15254 * gdb.cp/cttiadd2.cc: Likewise.
15255 * gdb.cp/cttiadd3.cc: Likewise.
15256
15257 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15258
15259 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
15260 Use gdb_test, gdb_test_multiple. Use floating-point values that
15261 have exact representations in IEEE-ish formats.
15262
15263 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15264
15265 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
15266 compilers. Delete duplicate call to get_compiler_info.
15267 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
15268 * gdb.base/volatile.exp: Likewise.
15269
15270 2004-01-07 Mark Kettenis <kettenis@gnu.org>
15271
15272 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
15273 memory at address 0.
15274
15275 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15276
15277 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
15278 to test for hp-ux assembler. Fix copyright years.
15279
15280 2004-01-07 Andrew Cagney <cagney@redhat.com>
15281
15282 * gdb.base/fileio.c (strerrno): Add "EBUSY".
15283
15284 2004-01-07 Andrew Cagney <cagney@redhat.com>
15285
15286 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
15287 when creating the read-only file. From analysis by Roland McGrath
15288 and Elena Zannoni.
15289
15290 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15291
15292 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
15293
15294 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15295
15296 * gdb.base/cvexpr.c: Be type-safe with function pointers and
15297 data pointers.
15298
15299 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15300
15301 * gdb.cp/m-static.exp: Compile one source file at a time.
15302 Delete unused call to get_compiler_info.
15303
15304 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15305
15306 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
15307 * gdb.base/call-rt-st.exp: Likewise.
15308 * gdb.base/nodebug.exp: Likewise.
15309 * gdb.base/volatile.exp: Likewise.
15310 * gdb.cp/ref-types.exp: Likewise.
15311 * gdb.cp/templates.exp: Likewise.
15312
15313 2004-01-05 Mark Kettenis <kettenis@gnu.org>
15314
15315 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
15316
15317 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
15318
15319 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
15320 hppa*-hp-hpux*.
15321
15322 2004-01-04 Mark Kettenis <kettenis@gnu.org>
15323
15324 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15325 x86_64-*-*.
15326
15327 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15328 sparc64-*-* and sparc*-solaris2*.
15329
15330 2004-01-04 Mark Kettenis <kettenis@gnu.org>
15331
15332 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
15333 return ${tests}" test. The ${tests} already mentions the
15334 filename.
15335
15336 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15337
15338 * gdb.cp/local.exp: Accept gcc abi 2.
15339
15340 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15341
15342 * gdb.cp/templates.exp: Accept gcc abi 2.
15343
15344 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15345
15346 * lib/compiler.cc: Remove supports_template_debugging.
15347 * gdb.cp/templates.exp: Do not test supports_template_debugging.
15348
15349 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15350
15351 * gdb.cp/namespace.exp: Accept gcc abi 2.
15352
15353 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15354
15355 * gdb.cp/method.exp: Accept gcc abi 2.
15356
15357 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15358
15359 * gdb.cp/classes.exp: Generate identical results as old version.
15360 * gdb.cp/derivation.exp: Likewise.
15361 * gdb.cp/overload.exp: Likewise.
15362 * gdb.cp/virtfunc.exp: Likewise.
15363
15364 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15365
15366 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
15367 mysterious bug with sourceware version of expect.
15368
15369 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15370
15371 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
15372 current versions of gcc, including gcc abi 2. Remove gratuitous
15373 restart of test program. Use gdb_test_multiple and gdb_test for
15374 all tests. Add patterns to xfail missing "const" in "const char *"
15375 and kfail PR gdb/1155.
15376
15377 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15378
15379 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
15380 current versions of gcc, including gcc abi 2. Remove gratuitous
15381 restart of test program. Use gdb_test_multiple and gdb_test for
15382 all tests. Add patterns to kfail PR gdb/1498.
15383
15384 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
15385
15386 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
15387 current versions of gcc, including gcc abi 2. Use "breakpoint"
15388 and "continue" instead of restarting the target program. Use
15389 gdb_test_multiple and gdb_test for all tests.
15390
15391 2004-01-01 Mark Kettenis <kettenis@gnu.org>
15392
15393 * gdb.asm/asm-source.exp: Update copyright year. Link statically
15394 for *-*-solaris2*.
15395
15396 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
15397
15398 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
15399 current versions of gcc, including gcc abi 2. Use "breakpoint"
15400 and "continue" instead of restarting the target program several
15401 times. Use gdb_test_multiple and gdb_test for all tests.
15402
15403 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
15404
15405 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
15406 source files.
15407
15408 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15409
15410 * gdb.base/environ.exp: Handle compiling test case from multiple
15411 source files.
15412
15413 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15414
15415 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
15416
15417 2003-12-17 Jim Blandy <jimb@redhat.com>
15418
15419 * gdb.base/freebpcmd.c: Add copyright notice.
15420
15421 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
15422
15423 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15424
15425 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
15426
15427 2003-12-13 Jim Blandy <jimb@redhat.com>
15428
15429 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
15430
15431 2003-12-12 Kevin Buettner <kevinb@redhat.com>
15432
15433 * gdb.asm/frv.inc: New file.
15434 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
15435
15436 2003-12-09 Fred Fish <fnf@redhat.com>
15437
15438 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
15439 functions to break1.c and leave prototypes behind. Add more
15440 "set breakpoint NN here" comments.
15441 * gdb.base/break1.c: New file.
15442
15443 * gdb.base/break.exp: Handle compiling test case from multiple
15444 source files and change source file references as needed.
15445 * gdb.base/completion.exp: Ditto.
15446 * gdb.base/condbreak.exp: Ditto.
15447 * gdb.base/define.exp: Ditto.
15448 * gdb.base/ena-dis-br.exp: Ditto.
15449 * gdb.base/info-proc.exp: Ditto.
15450 * gdb.base/maint.exp: Ditto.
15451 * gdb.base/until.exp: Ditto.
15452
15453 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
15454 hardcoded line numbers.
15455 * gdb.base/define.exp: Ditto.
15456 * gdb.base/ena-dis-br.exp: Ditto.
15457 * gdb.base/maint.exp: Ditto.
15458 * gdb.base/until.exp: Ditto.
15459
15460 * gdb.base/completion.exp: Use "break1" for completion tests since
15461 "break" is no longer a unique prefix.
15462
15463 2003-12-06 Andrew Cagney <cagney@redhat.com>
15464
15465 * gdb.base/structs.exp (test_struct_returns): When applicable, set
15466 "return_value_unimplemented". When an unimplemented struct return
15467 architecture, report incorrect values as a KFAIL
15468
15469 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
15470
15471 * gdb.cp/rtti.exp: Accept new wording of warning from
15472 cp_lookup_rtti_type.
15473
15474 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
15475
15476 Partial fix for PR testsuite/1456.
15477 * gdb.base/scope.exp (test_at_main): Replace references to
15478 gcc_compiled with calls to test_compiler_info.
15479 (test_at_foo): Likewise.
15480 (test_at_bar): Likewise.
15481
15482 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
15483
15484 Partial fix for PR testsuite/1456.
15485 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
15486 to test_compiler_info.
15487
15488 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
15489
15490 * gdb.base/so-impl-ld.exp: Update copyright notice.
15491
15492 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
15493
15494 Partial fix for PR testsuite/1456.
15495 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
15496 to test_compiler_info.
15497
15498 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15499
15500 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
15501 from current versions of gdb. Clean up regular expressions.
15502 Delete redundant timeout case.
15503
15504 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15505
15506 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
15507 from current versions of gdb. Clean up regular expressions.
15508 Delete redundant timeout case.
15509
15510 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
15511
15512 Partial fix for PR testsuite/1456.
15513 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
15514 gcc_compiled with call to test_compiler_info.
15515
15516 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
15517
15518 Partial fix for PR testsuite/1456.
15519 * gdb.base/list.exp (test_list_function): Delete unused declaration
15520 of gcc_compiled.
15521
15522 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
15523
15524 Partial fix for PR testsuite/1456.
15525 * gdb.base/complex.exp: Replace reference to gcc_compiled with
15526 call to test_compiler_info.
15527
15528 2003-11-29 Mark Kettenis <kettenis@gnu.org>
15529
15530 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
15531 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
15532 it to create the appropriate note.inc.
15533 * gdb.asm/asmsrc1.s: Include "note.inc".
15534 * gdb.asm/netbsd.inc: New file.
15535 * gdb.asm/empty.inc: New file.
15536
15537 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15538
15539 Partial fix for PR testsuite/1456.
15540 * gdb.base/constvars.exp: Replace references to gcc_compiled with
15541 calls to test_compiler_info.
15542
15543 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
15544
15545 Partial fix for PR testsuite/1456.
15546 * gdb.base/volatile.exp: Replace references to gcc_compiled with
15547 calls to test_compiler_info.
15548
15549 2003-11-27 Mark Kettenis <kettenis@gnu.org>
15550
15551 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
15552 pattern for the KFAILs.
15553
15554 2003-11-25 Adam Fedor <fedor@gnu.org>
15555
15556 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
15557 * gdb.objc/objcdecode.m: New file.
15558
15559 2003-11-25 Adam Fedor <fedor@gnu.org>
15560
15561 * gdb.objc/nondebug.exp: Test for PR objc/1236.
15562 * gdb.objc/nondebug.m: New file.
15563
15564 2003-11-26 Ben Elliston <bje@wasabisystems.com>
15565
15566 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15567 NetBSD as it does on FreeBSD. Modelled on a similar change by
15568 Mark Kettenis on 2003-05-30.
15569 (link-flags): Set to "--entry _start" regardless of target.
15570 Special linker flags are to be appended to $link-flags.
15571 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
15572
15573 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
15574
15575 * gdb.cp/method.exp: Accept output of new demangler.
15576
15577 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
15578
15579 * gdb/class2.exp: New file.
15580 * gdb/class2.cc: New file.
15581
15582 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
15583
15584 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
15585 of new demangler.
15586
15587 2003-11-23 Mark Kettenis <kettenis@gnu.org>
15588
15589 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
15590 of gdb_test "run".
15591
15592 2003-11-23 Mark Kettenis <kettenis@gnu.org>
15593
15594 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
15595 "continue" into "run".
15596
15597 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
15598
15599 Partial fix for PR testsuite/1456.
15600 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
15601 call to test_compiler_info.
15602 * gdb.cp/ctti.exp: Likewise.
15603 * gdb.cp/derivation.exp: Likewise.
15604 * gdb.cp/member-ptr.exp: Likewise.
15605 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
15606 reference to gcc_compiled.
15607
15608 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
15609
15610 Fix PR testsuite/1463.
15611 * gdb.base/structs.exp (start_structs_test): Call
15612 get_debug_format before using the debug format.
15613
15614 2003-11-22 Andrew Cagney <cagney@redhat.com>
15615
15616 * lib/gdb.exp (gdb_test_multiple): Add simple example.
15617 * gdb.base/structs.exp: Use gdb_test_multiple.
15618
15619 2003-11-20 Andrew Cagney <cagney@redhat.com>
15620
15621 * gdb.base/structs.exp: Handle and recover from internal errors.
15622 Replace "foo${n}" with "foo<n>" in test messages.
15623
15624 * gdb.base/structs.exp: Update copyright. Rewrite.
15625 * gdb.base/structs.c: Update copyright. Rewrite.
15626
15627 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
15628 resync count exceeded.
15629
15630 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
15631 from the internal error.
15632 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
15633 Original from Jim Blandy.
15634 (gdb_test_multiple): Use gdb_internal_error_resync.
15635
15636 2003-11-19 Andrew Cagney <cagney@redhat.com>
15637
15638 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
15639 KFAIL.
15640
15641 2003-11-17 Mark Kettenis <kettenis@gnu.org>
15642
15643 New testcase for PR backtrace/1435.
15644 * gdb.arch/i386-unwind.exp: New file.
15645 * gdb.arch/i386-unwind.c: New file.
15646
15647 2003-11-17 Andrew Cagney <cagney@redhat.com>
15648
15649 * lib/gdb.exp (compiler_info): New global.
15650 (test_compiler_info): New function.
15651 (get_compiler_info): Set compiler_info.
15652 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
15653 "compiler_info" to gcc-<major>-<minor>.
15654
15655 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
15656
15657 * gdb.trace/configure: Remove.
15658
15659 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
15660
15661 * gdb.base/break.c: Add comments to aid finding line numbers for
15662 breakpoints.
15663 * gdb.base/break.exp: Remove all references to explicit line
15664 numbers.
15665
15666 2003-11-11 Nick Clifton <nickc@redhat.com>
15667
15668 * gdb.base/shreloc.exp: Do not run for targets which do not
15669 support shared objects.
15670
15671 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
15672
15673 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
15674 Don't run tests if nofileio flag is given.
15675
15676 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
15677
15678 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
15679 as well as 'Watchpoint'.
15680
15681 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
15682
15683 Reported by Jim Ingham <jingham@apple.com>:
15684 * gdb.base/annota1.exp: Match at least one occurrence of the
15685 signal handler annotation.
15686
15687 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
15688
15689 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
15690 as well as 'Watchpoint'.
15691
15692 2003-11-05 Michael Chastain <mec@shout.net>
15693
15694 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
15695
15696 2003-11-03 Kris Warkentin <kewarken@qnx.com>
15697
15698 * gdb.arch/gdb1291.c: New test file.
15699 * gdb.arch/gdb1291.exp: New test script.
15700 * gdb.arch/gdb1431.c: New test file.
15701 * gdb.arch/gdb1431.exp: New test script.
15702
15703 2003-10-22 Michael Chastain <mec@shout.net>
15704
15705 * gdb.mi/pthreads.c: Add copyright notice.
15706
15707 2003-10-22 Michael Chastain <mec@shout.net>
15708
15709 * gdb.threads/pthreads.c: Add copyright notice.
15710
15711 2003-10-20 Michael Chastain <mec@shout.net>
15712
15713 * gdb.base/gdb1056.exp: New test script.
15714
15715 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
15716
15717 * gdb.threads/killed.exp: Use gdb_run_cmd.
15718
15719 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
15720
15721 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
15722 create a core file.
15723 * gdb.threads/gcore-thread.exp: Likewise.
15724
15725 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
15726
15727 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
15728 type, based on char type.
15729 (struct bit_flags_short_t): New bitfield type, based on short type.
15730 (init_bit_flags_char): New fuction.
15731 (init_bit_flags_short): Ditto.
15732 (print_bit_flags_char): Ditto.
15733 (print_bit_flags_short): Ditto.
15734 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
15735
15736 2003-10-11 Michael Chastain <mec@shout.net>
15737
15738 * gdb.base/call-rt-st.exp: Update copyright year.
15739
15740 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
15741
15742 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
15743 * gdb.disasm/sh3.s: Ditto.
15744
15745 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
15746
15747 * gdb.threads/switch-threads.exp: New test.
15748 * gdb.threads/switch-threads.c: New source file.
15749
15750 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
15751
15752 * gdb.base/ending-run.exp: Add sh specific case.
15753
15754 2003-10-06 Andrew Cagney <cagney@redhat.com>
15755
15756 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
15757 * gdb.disasm/mn10200.exp: Delete obsolete file.
15758
15759 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
15760
15761 * ChangeLog: Correct an entry command.exp -> commands.exp.
15762 * gdb.base/commands.exp (bp_deleted_in_command_test)
15763 (temporary_breakpoint_commands): Check noargs.
15764
15765 2003-09-25 David Carlton <carlton@kealia.com>
15766
15767 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
15768 of some print tests, where appropriate. Add tests for C::D::cd,
15769 E::ce, F::cXfX, G::XgX.
15770 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
15771
15772 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
15773
15774 * lib/java.exp (java_init): Import target_alias before using it.
15775
15776 2003-09-25 David Carlton <carlton@kealia.com>
15777
15778 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
15779
15780 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
15781
15782 * gdb.base/selftest.exp: Accomodate more instruction reordering
15783 weirdness.
15784
15785 2003-09-17 Michael Chastain <mec@shout.net>
15786
15787 * gdb.cp/gdb1355.exp: New file.
15788 * gdb.cp/gdb1355.c: New file.
15789
15790 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
15791
15792 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
15793 * gdb.asm/sh.inc: New file.
15794
15795 2003-09-11 David Carlton <carlton@kealia.com>
15796
15797 * gdb.cp/namespace.exp: Add tests for namespace types.
15798 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
15799 (test_namespace): New.
15800
15801 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
15802
15803 * gdb.base/relocate.exp: Handle new gdb output at startup.
15804 * gdb.stabs/weird.exp: Ditto.
15805
15806 2003-09-08 Michael Chastain <mec@shout.net>
15807
15808 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
15809
15810 2003-09-07 Michael Chastain <mec@shout.net>
15811
15812 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
15813 'parse error'.
15814
15815 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
15816
15817 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
15818
15819 2003-08-30 Michael Chastain <mec@shout.net>
15820
15821 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
15822 * gdb.gdb/observer.exp: Ditto.
15823 * gdb.gdb/xfullpath.exp: Ditto.
15824
15825 2003-08-29 Mark Kettenis <kettenis@gnu.org>
15826
15827 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
15828 *-*-*bsd*.
15829
15830 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
15831
15832 * gdb.base/dump.exp: Skip for ia64.
15833
15834 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
15835
15836 * gdb.asm/asm-source.exp: Add ia64 support.
15837 * gdb.asm/ia64.inc: New file.
15838
15839 2003-08-22 Michael Chastain <mec@shout.net>
15840
15841 * gdb.cp: New directory.
15842 * gdb.cp/*: Copy from gdb.c++/*.
15843 * gdb.c++/*: Remove.
15844 * Makefile.in: Change gdb.c++ to gdb.cp.
15845 * configure.in: Ditto.
15846 * configure: Regnerate.
15847
15848 2003-08-18 Mark Kettenis <kettenis@gnu.org>
15849
15850 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
15851 * gdb.arch/i386-prologue.c (gdb1338): Add function.
15852
15853 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15854
15855 * mi-var-display.exp (-var-list-children weird): Accept function
15856 pointers with argument types.
15857 * mi1-var-display.exp (-var-list-children weird): Likewise.
15858 * mi2-var-display.exp (-var-list-children weird): Likewise.
15859
15860 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15861
15862 * gdb.base/annota3.exp: Add missing newline.
15863
15864 2003-08-06 Michael Chastain <mec@shout.net>
15865
15866 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
15867
15868 2003-08-12 Michael Snyder <msnyder@redhat.com>
15869
15870 * gdb.base/float.exp: Add test for SH.
15871
15872 2003-08-10 Mark Kettenis <kettenis@gnu.org>
15873
15874 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
15875
15876 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15877
15878 * gdb.base/completion.exp: Remove reduntant completion test
15879 on filename.
15880
15881 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15882
15883 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
15884 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
15885 gdb.trace/save-trace.exp: Make sure that full pathnames are
15886 escaped correctly.
15887
15888 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15889
15890 * configure.in: Don't generate config.h from config.hin.
15891 * configure: Regenerate.
15892 * config.hin: Remove file.
15893 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
15894 * gdb.threads/pthreads.c: Ditto.
15895
15896 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
15897
15898 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15899 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
15900 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
15901 Replace ld24 with seth/add3.
15902
15903 2003-08-02 Andrew Cagney <cagney@redhat.com>
15904
15905 * gdb.base/annota3.exp: New file.
15906 * gdb.base/annota3.c: New file.
15907 * gdb.c++/annota3.exp: New file.
15908 * gdb.c++/annota3.cc: New file.
15909
15910 2003-07-29 Michael Chastain <mec@shout.net>
15911
15912 * gdb.threads/tls.c (spin): Check errno only if sem_wait
15913 actually failed.
15914 (do_pass): Likewise.
15915 * gdb.threads/tls.exp: Always initialize no_of_threads.
15916
15917 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
15918
15919 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
15920 pattern.
15921 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
15922 * gdb.threads/tls.exp: Recognize one case of the host library not
15923 supporting TLS.
15924
15925 2003-07-27 Andrew Cagney <cagney@redhat.com>
15926
15927 * gdb.base/fileio.exp: Use SH when running commands using
15928 remote_exec.
15929
15930 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
15931
15932 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15933 * gdb.base/relocate.c (dummy): New padding array.
15934
15935 2003-07-22 Michael Snyder <msnyder@redhat.com>
15936
15937 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
15938
15939 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
15940 patterns to be more general, accepting old and new output.
15941 Some output chars (such as '+') also must be quoted.
15942 Some addresses are displayed numerically instead of
15943 symbolically.
15944
15945 2003-07-23 Michael Snyder <msnyder@redhat.com>
15946
15947 * gdb.base/return2.exp: Don't test long-long return.
15948
15949 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
15950 * gdb.disasm/t01_mov.exp: Ditto.
15951 * gdb.disasm/t02_mova.s: Ditto.
15952 * gdb.disasm/t02_mova.exp: Ditto.
15953 * gdb.disasm/t03_add.s: Ditto.
15954 * gdb.disasm/t03_add.exp: Ditto.
15955 * gdb.disasm/t04_sub.s: Ditto.
15956 * gdb.disasm/t04_sub.exp: Ditto.
15957 * gdb.disasm/t05_cmp.s: Ditto.
15958 * gdb.disasm/t05_cmp.exp: Ditto.
15959 * gdb.disasm/t06_ari2.s: Ditto.
15960 * gdb.disasm/t06_ari2.exp: Ditto.
15961 * gdb.disasm/t07_ari3.s: Ditto.
15962 * gdb.disasm/t07_ari3.exp: Ditto.
15963 * gdb.disasm/t08_or.s: Ditto.
15964 * gdb.disasm/t08_or.exp: Ditto.
15965 * gdb.disasm/t09_xor.s: Ditto.
15966 * gdb.disasm/t09_xor.exp: Ditto.
15967 * gdb.disasm/t10_and.s: Ditto.
15968 * gdb.disasm/t10_and.exp: Ditto.
15969 * gdb.disasm/t11_logs.s: Ditto.
15970 * gdb.disasm/t11_logs.exp: Ditto.
15971 * gdb.disasm/t12_bit.s: Ditto.
15972 * gdb.disasm/t12_bit.exp: Ditto.
15973 * gdb.disasm/t13_otr.s: Ditto.
15974 * gdb.disasm/t13_otr.exp: Ditto.
15975
15976 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15977
15978 * gdb.threads/tls.exp :Add kfail for 'info address' case.
15979
15980 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15981
15982 * gdb.threads/tls.c : New file.
15983 * gdb.threads/tls.exp : New file.
15984 * gdb.threads/tls-main.c : New file.
15985 * gdb.threads/tls-shared.c : New file.
15986 * gdb.threads/tls-shared.exp : New file.
15987
15988 2003-07-22 Andreas Schwab <schwab@suse.de>
15989
15990 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
15991
15992 2003-07-20 Andreas Schwab <schwab@suse.de>
15993
15994 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
15995 due to insn reordering.
15996
15997 2003-07-15 Andrew Cagney <cagney@redhat.com>
15998
15999 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
16000
16001 2003-07-15 Michael Chastain <mec@shout.net>
16002
16003 * gdb.base/gdb1250.exp: New file.
16004 * gdb.base/gdb1250.c: New file.
16005
16006 2003-07-09 Michal Ludvig <mludvig@suse.cz>
16007
16008 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
16009 expansion of size_t to 'unsigned long', not only to 'unsigned'.
16010
16011 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
16012
16013 * gdb.threads/tls.c: New file.
16014 * gdb.threads/tls.exp: New file.
16015 * gdb.threads/tls-main.c: New file.
16016 * gdb.threads/tls-shared.c: New file.
16017 * gdb.threads/tls-shared.exp: New file.
16018
16019 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
16020
16021 * gdb.base/annota1.exp: Make sure that we properly escape the
16022 full path of the source file. Xfail more permissive patterns,
16023 due to a compiler debug info problem.
16024
16025 2003-07-07 Andreas Schwab <schwab@suse.de>
16026
16027 * gdb.asm/m68k.inc: New file.
16028 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
16029
16030 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
16031 arguments"): Also match negative number.
16032
16033 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
16034
16035 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
16036
16037 * gdb.base/store.c (charest): New typedef.
16038 (add_char): Rename to add_charest, update.
16039 (wack_char): Rename to wack_charest, update types. Return l + r
16040 to keep r live across the call.
16041 (wack_short, wack_int, wack_long, wack_longest, wack_float)
16042 (wack_double, wack_doublest): Return l + r to keep r live across
16043 the call.
16044 * gdb.base/store.exp: Accomodate store.c changes.
16045
16046 2003-06-30 David Carlton <carlton@kealia.com>
16047
16048 * gdb.c++/maint.exp (test_invalid_name): New.
16049 (test_first_component): Add tests for invalid names.
16050
16051 2003-06-29 Michael Chastain <mec@shout.net>
16052
16053 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
16054 output of '<VTT for class>' for virtual base classes.
16055
16056 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16057
16058 * gdb.base/completion.exp: Tab-complete "complet" instead of
16059 "compl".
16060 * gdb.base/complex.exp, gdb.base/complex.c: New files.
16061
16062 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16063
16064 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
16065 * gdb.base/volatile.exp: Likewise.
16066
16067 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16068
16069 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
16070 gdb/1265.
16071
16072 2003-06-28 Michael Chastain <mec@shout.net>
16073 Daniel Jacobowitz <drow@mvista.com>
16074
16075 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
16076 initial line count of 'captured_main' from 26 to 32.
16077 (test_with_self): Allow xmalloc call to be interleaved with the
16078 preceding two lines.
16079
16080 2003-06-24 Joel Brobecker <brobecker@gnat.com>
16081
16082 * gdb.base/bang.exp: New testcase.
16083
16084 2003-06-23 Joel Brobecker <brobecker@gnat.com>
16085
16086 * gdb.base/langs.exp: Add some tests for the "minimal" language
16087 support.
16088
16089 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
16090
16091 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
16092 the testcase.
16093
16094 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
16095
16096 * gdb.base/relocate.exp: Test add-symbol-file with a variable
16097 offset.
16098
16099 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
16100
16101 * gdb.c++/pr-1210.cc: New file.
16102 * gdb.c++/pr-1210.exp: New file.
16103
16104 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
16105
16106 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
16107 000-exec-continue.
16108
16109 2003-06-15 Mark Kettenis <kettenis@gnu.org>
16110
16111 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
16112 on *-*-*bsd* instead of *-*-freebsd*.
16113
16114 2003-06-14 Andrew Cagney <cagney@redhat.com>
16115
16116 * gdb.base/store.exp: Test longest and doublest. Test all
16117 parameters. Weaken return statement match.
16118 * gdb.base/store.c: Add longest and doublest - aka long long and
16119 long double functions. Put all parameters into local register
16120 variables. Use negative values.
16121
16122 2003-06-14 Andrew Cagney <cagney@redhat.com>
16123
16124 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
16125 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
16126 exit status.
16127 * gdb.base/fileio.exp: Disable target when nointerrupts and
16128 noinferiorio, instead of limiting it to remote. Use remote_exec
16129 instead of system.
16130
16131 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
16132
16133 * gdb.base/float.exp: Add ia64 support.
16134
16135 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
16136
16137 * gdb.base/fileio.exp: Run only on remote targets.
16138
16139 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
16140
16141 * gdb.base/fileio.c: New file, testing File-I/O.
16142 * gdb.base/fileio.exp: Ditto.
16143
16144 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
16145
16146 * gdb.base/shreloc.exp: New file, check symbol values obtained from
16147 shared objects after relocation at load time (gdb PR/1132).
16148 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
16149 as above, part of the shared object relocation test.
16150
16151 2003-06-08 Mark Kettenis <kettenis@gnu.org>
16152
16153 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
16154 fully filled history list.
16155 * gdb.base/gdb_history: New file.
16156
16157 * gdb.base/signals.exp: XFAIL "continue to func1" on
16158 i*86-*-freebsd*.
16159
16160 * gdb.base/attach.exp: When trying to attach to a nonexistent
16161 process, make it possible to specify the PID based on the target,
16162 and do so for *-*-freebsd*.
16163
16164 2003-06-02 Richard Henderson <rth@redhat.com>
16165
16166 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
16167
16168 2003-06-02 Richard Henderson <rth@redhat.com>
16169
16170 * gdb.base/selftest.exp: Next over lim_at_start initialization.
16171
16172 2003-06-02 Richard Henderson <rth@redhat.com>
16173
16174 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
16175
16176 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
16177
16178 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
16179 of globalvar.
16180
16181 2003-06-01 Mark Kettenis <kettenis@gnu.org>
16182
16183 * gdb.asm/asm-source.exp: Check for memory read errors in
16184 disassembler test on *BSD too.
16185
16186 2003-06-01 Richard Henderson <rth@redhat.com>
16187
16188 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
16189 for .frame.
16190 (gdbasm_call): Lose ldgp.
16191 (gdbasm_startup): Add frame information.
16192 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
16193
16194 2003-05-31 Mark Kettenis <kettenis@gnu.org>
16195
16196 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
16197 i?86-*-*.
16198
16199 2003-05-30 Mark Kettenis <kettenis@gnu.org>
16200
16201 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16202 FreeBSD.
16203
16204 2003-05-29 Richard Henderson <rth@redhat.com>
16205
16206 * gdb.asm/alpha.inc: New file.
16207 * gdb.asm/asm-source.exp: Use it.
16208
16209 2003-05-29 Jim Blandy <jimb@redhat.com>
16210
16211 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
16212 'core.PID'.
16213
16214 2003-05-22 Jim Blandy <jimb@redhat.com>
16215
16216 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
16217 backtrace.
16218
16219 2003-05-20 David Carlton <carlton@math.stanford.edu>
16220
16221 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
16222 this time.
16223
16224 2003-05-19 David Carlton <carlton@bactrian.org>
16225
16226 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
16227 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
16228
16229 2003-05-19 David Carlton <carlton@bactrian.org>
16230
16231 * gdb.c++/namespace.exp: Add namespace scope and anonymous
16232 namespace tests.
16233 Bump copyright date.
16234 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
16235 (main): Call C::D::marker2.
16236 * gdb.c++/namespace1.cc: New file.
16237
16238 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
16239
16240 Roland McGrath <roland@redhat.com>
16241 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
16242 there is no manager thread.
16243
16244 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
16245
16246 * gdb.threads/schedlock.exp: Remove assumption that all threads
16247 will run in a particular small time slice. Also ensure we break
16248 in one of the child threads rather than the main thread.
16249
16250 2003-05-07 Jim Blandy <jimb@redhat.com>
16251
16252 Add support for assembly source testing on the s390x.
16253 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
16254 architecture.
16255 * gdb.asm/s390x.inc: New file.
16256
16257 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
16258 succession of 'if' statements.
16259
16260 2003-05-05 Andrew Cagney <cagney@redhat.com>
16261
16262 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
16263
16264 2003-05-05 Andrew Cagney <cagney@redhat.com>
16265
16266 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
16267 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
16268
16269 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
16270
16271 * gdb.base/charset.exp: Update based on new behavior of set/show
16272 charset commands.
16273
16274 2003-05-01 Andrew Cagney <cagney@redhat.com>
16275
16276 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
16277 variable do not give memory errors.
16278
16279 2003-04-30 Adam Fedor <fedor@gnu.org>
16280
16281 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
16282 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
16283 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
16284 gdb.objc/basicclass.m: : New files
16285
16286 * lib/gdb.exp (gdb_compile_objc): New procedure.
16287
16288 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
16289
16290 * gdb.base/signals.exp: Make backtrace tests more specific.
16291
16292 2003-04-23 David Carlton <carlton@bactrian.org>
16293
16294 * gdb.c++/maint.exp (test_first_component): Add tests for
16295 'operator' in more locations.
16296
16297 2003-04-16 Kevin Buettner <kevinb@redhat.com>
16298
16299 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
16300
16301 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
16302
16303 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
16304 func marke' instead. Update test name.
16305
16306 2003-04-15 David Carlton <carlton@math.stanford.edu>
16307
16308 * gdb.c++/maint.exp: New file.
16309
16310 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
16311
16312 * gdb.threads/schedlock.c: Change type of thread function argument
16313 to long, to avoid warnings on 64-bit platforms.
16314
16315 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
16316
16317 * gdb.base/attach.exp: Add new message from ptrace in case of
16318 attaching to nonexistent process.
16319
16320 2003-04-11 Jim Blandy <jimb@redhat.com>
16321
16322 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16323 gdb.c++/userdef.cc: Place comments on the lines to which the
16324 marker function might return.
16325 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16326 gdb.c++/userdef.exp: Look for those comments to check that we've
16327 returned to the right place, instead of checking line numbers.
16328
16329 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
16330
16331 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
16332 match on sourcefile name, instead of directory name.
16333
16334 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
16335
16336 * gdb.base/completion.exp: Use string_to_regexp to match the
16337 working directory name.
16338
16339 2003-04-09 Jim Blandy <jimb@redhat.com>
16340
16341 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16342 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
16343 after an inferior function call, report the failure, but allow the
16344 test to continue.
16345
16346 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
16347
16348 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16349 with -DPROTOTYPES.
16350
16351 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
16352
16353 * gdb.base/break.exp: Revert last patch.
16354
16355 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
16356
16357 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16358 with -DPROTOTYPES.
16359
16360 2003-04-02 Andrew Cagney <cagney@redhat.com>
16361
16362 * gdb.base/callfuncs.exp: Make "print add" messages unique.
16363 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
16364 matching directories by the name breakpoint.
16365 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
16366 Make "continue to marker1" consistent.
16367 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
16368 message consistent.
16369 * lib/gdb.exp: Put "the program is no longer running", and "the
16370 program exited" in parenthesis.
16371 * lib/mi-support.exp: Ditto.
16372
16373 2003-04-02 Bob Rossi <bob_rossi@cox.net>
16374
16375 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
16376
16377 2003-03-29 Andrew Cagney <cagney@redhat.com>
16378
16379 * gdb.base/sizeof.c (main): Print the value of '\377'.
16380 * gdb.base/sizeof.exp: Check the sign of '\377'.
16381
16382 2003-03-27 Michael Chastain <mec@shout.net>
16383
16384 * gdb.base/gdb1090.exp: New file.
16385 * gdb.base/gdb1090.cc: New file.
16386
16387 2003-03-27 J. Brobecker <brobecker@gnat.com>
16388
16389 * gdb.gdb/observer.exp: New regression test.
16390
16391 2003-03-27 Michael Chastain <mec@shout.net>
16392
16393 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
16394 * gdb.base/ptype.exp: Likewise.
16395
16396 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
16397
16398 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
16399
16400 2003-03-26 Michael Chastain <mec@shout.net>
16401
16402 * gdb.base/ptype.exp: Actually use some typedef'd types.
16403
16404 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
16405
16406 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
16407 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
16408
16409 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16410
16411 * gdb.base/default.exp: Fix regular expression.
16412
16413 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16414
16415 * gdb.base/args.exp: Fix regular expression.
16416
16417 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16418
16419 * gdb.base/help.exp: Allow Win32 child process.
16420
16421 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16422
16423 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
16424 when stepping out of main().
16425
16426 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16427
16428 * gdb.base/default.exp: Check for win32 specific message when calling
16429 "run" without executable.
16430
16431 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16432
16433 * gdb.base/args.exp: Expect .exe in output.
16434
16435 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16436
16437 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
16438 Cygwin native.
16439
16440 2003-03-17 Andrew Cagney <cagney@redhat.com>
16441
16442 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
16443 vector registes.
16444 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
16445 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
16446
16447 2003-03-17 David Carlton <carlton@math.stanford.edu>
16448
16449 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
16450 test, for PR breakpoints/38.
16451 Call test_watchpoint_and_breakpoint.
16452 * gdb.base/watchpoint.c (func3): New function.
16453 (main): Call func3.
16454
16455 2003-03-04 David Carlton <carlton@math.stanford.edu>
16456
16457 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
16458 Garply<Garply<char> >:: garply".
16459 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
16460 with respect to PR c++/1111; note also PR c++/1113.
16461 (test_template_breakpoints): KFAIL "constructor breakpoint" with
16462 respect to PR c++/1062.
16463 KFAIL "destructor breakpoint" with respect to PR c++/1112.
16464
16465 2003-03-03 David Carlton <carlton@math.stanford.edu>
16466
16467 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
16468 with respect to PR c++/57.
16469 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
16470 c++/826.
16471 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
16472 respect to PR c++/57.
16473
16474 2003-03-03 David Carlton <carlton@math.stanford.edu>
16475
16476 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
16477 respect to PR c++/33 into FAILs.
16478
16479 2003-03-03 Michael Chastain <mec@shout.net>
16480
16481 * configure.in: Update copyright years.
16482
16483 2003-03-03 Michael Chastain <mec@shout.net>
16484
16485 * Makefile.in: Update copyright years.
16486
16487 2003-02-28 David Carlton <carlton@math.stanford.edu>
16488
16489 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
16490 print class instead of struct and/or superfluous protection
16491 specifiers, as long as the resulting output is equivalent to the
16492 source code.
16493 Delete FIXME from end of messages on tests that don't need
16494 fixing.
16495
16496 2003-02-28 David Carlton <carlton@math.stanford.edu>
16497
16498 * gdb.c++/templates.exp (do_tests): Allow const in the two
16499 Foo<volatile char *>::foo tests.
16500
16501 2003-02-27 Michael Snyder <msnyder@redhat.com>
16502
16503 * gdb.base/restore.c (main): Return zero, so exit code
16504 will be consistant.
16505
16506 2003-02-26 David Carlton <carlton@math.stanford.edu>
16507
16508 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
16509 char *>::foo" test with respect to PR c++/33. Create a new test
16510 which is identical to that one except that it doesn't put the
16511 space between the "char" and the "*"; KFAIL it, too.
16512
16513 2003-02-26 David Carlton <carlton@math.stanford.edu>
16514
16515 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
16516 template types into either PASSes or KFAILs (corresponding to PR
16517 c++/57). Tweak indentation. Update copyright.
16518
16519 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
16520
16521 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
16522
16523 2003-02-13 Michael Chastain <mec@shout.net>
16524
16525 * gdb.base/exprs.exp: Remove i960 remnants.
16526 * gdb.base/funcargs.exp: Likewise.
16527 * gdb.base/list.exp: Likewise.
16528 * gdb.base/ptype.exp: Likewise.
16529
16530 2003-02-14 David Carlton <carlton@math.stanford.edu>
16531
16532 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
16533 pEe->D::vg()" from XFAIL to KFAIL.
16534
16535 2003-02-13 Jason Molenda (jmolenda@apple.com)
16536
16537 * gdb.base/maint.exp: Update maint print statistics regexp to include
16538 new entries.
16539
16540 2003-02-13 Michael Chastain <mec@shout.net>
16541
16542 * gdb.c++/inherit.exp: Remove call to get_debug_format.
16543
16544 2003-02-12 Michael Chastain <mec@shout.net>
16545
16546 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
16547 * gdb.c++/inherit.exp: Likewise.
16548 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
16549 * gdb.c++/templates.exp: Likewise.
16550 * gdb.c++/virtfunc.exp: Likewise.
16551
16552 2003-02-06 Jason Molenda (jason-cl@molenda.com)
16553
16554 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
16555 why the code is written that way.
16556
16557 2003-02-05 Michael Chastain <mec@shout.net>
16558
16559 * gdb.base/dump.exp: Add missing copyright line.
16560
16561 2003-02-05 Jason Molenda (jason-cl@molenda.com)
16562
16563 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
16564 at the beginning so the breakpoint doesn't get set on the loop.
16565
16566 2003-02-05 Michael Chastain <mec@shout.net>
16567
16568 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
16569 output for configurations with gcc 2.95.3.
16570
16571 2003-02-05 Keith Seitz <keiths@redhat.com>
16572 Andrew Cagney <ac131313@redhat.com>
16573
16574 * gdb.mi/mi-cli.exp: New file.
16575
16576 2003-02-04 Michael Chastain <mec@shout.net>
16577
16578 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
16579 Call perror and then continue.
16580
16581 2003-02-03 Michael Chastain <mec@shout.net>
16582
16583 * gdb.c++/pr-1023.cc: New file.
16584 * gdb.c++/pr-1023.exp: New file.
16585
16586 2003-02-05 Jim Blandy <jimb@redhat.com>
16587
16588 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
16589 it's local to foobar. Check for it there, and check that it's not
16590 present in main.
16591 * gdb.c++/local.cc (marker2): New function.
16592 (foobar): Call marker1.
16593 (main): Call marker2 instead of marker1.
16594
16595 2003-02-04 Andrew Cagney <ac131313@redhat.com>
16596
16597 * gdb.disasm/mn10200.exp: Obsolete file.
16598 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
16599 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
16600 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
16601
16602 2003-02-04 David Carlton <carlton@math.stanford.edu>
16603
16604 * gdb.c++/overload.exp: Test intToChar(1).
16605 * gdb.c++/overload.cc (intToChar): New.
16606 (main): Call intToChar.
16607
16608 2003-02-03 David Carlton <carlton@math.stanford.edu>
16609
16610 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
16611 'might_kfail' arg.
16612 KFAIL some of the continue_to_bp_overloaded calls, according to
16613 PR c++/1025.
16614
16615 2003-02-01 Michael Chastain <mec@shout.net>
16616
16617 * gdb.base/advance.c (marker1): New marker function.
16618 * gdb.base/advance.exp: When the 'advance' command lands on the
16619 return breakpoint, it can legitimately stop on either the
16620 current line or the next line. Accommodate both outcomes.
16621 * gdb.base/until.exp: Likewise.
16622
16623 2003-02-02 Andrew Cagney <ac131313@redhat.com>
16624
16625 2002-11-10 Jason Molenda (jason-cl@molenda.com):
16626 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
16627 now a list, not a tuple.
16628 * gdb.mi/mi-var-display.exp: Ditto.
16629 * gdb.mi/gdb792.exp: Ditto.
16630
16631 2003-02-01 Andrew Cagney <ac131313@redhat.com>
16632
16633 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
16634 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
16635 stack backtraces.
16636 * gdb.mi/mi-syn-frame.c: Part of same.
16637
16638 2003-02-01 Mark Kettenis <kettenis@gnu.org>
16639
16640 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16641 gdb.mi/mi1-pthreads.exp: Return instead of calling
16642 gdb_suppress_entire_file.
16643
16644 2003-02-01 Mark Salter <msalter@redhat.com>
16645
16646 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
16647
16648 2003-01-31 Mark Salter <msalter@redhat.com>
16649
16650 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
16651 Support empty arg.
16652
16653 2003-01-30 Michael Chastain <mec@shout.net>
16654
16655 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
16656 This was a workaround for a UTF-8 bug in readline 4.3. The bug
16657 has been fixed in gdb/readline on 2003-01-09.
16658
16659 2003-01-29 Michael Snyder <msnyder@redhat.com>
16660
16661 * gdb.base/maint.exp: Allow for leading underscore in symbol.
16662 * gdb.base/display.exp: Allow for leading underscore in symbol.
16663 * gdb.base/args.exp: Skip if target does not support args passing.
16664
16665 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
16666
16667 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
16668 gdb_test. Accept a list of expect arguments as the third
16669 parameter.
16670 (gdb_test): Use it.
16671
16672 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
16673
16674 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
16675 allow for different test tree configurations. Update some
16676 tescases accordingly.
16677 * gdb.arch/altivec-regs.exp: Ditto.
16678 * gdb.asm/asm-source.exp: Ditto.
16679 * gdb.base/advance.exp: Ditto.
16680 * gdb.base/display.exp: Ditto.
16681 * gdb.base/long_long.exp: Ditto.
16682 * gdb.base/mips_pro.exp: Ditto.
16683 * gdb.base/overlays.exp: Ditto.
16684 * gdb.base/relocate.exp: Ditto.
16685 * gdb.base/setshow.exp: Ditto.
16686 * gdb.base/step-line.exp: Ditto.
16687 * gdb.base/step-test.exp: Ditto.
16688 * gdb.base/until.exp: Ditto.
16689 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
16690
16691 2003-01-17 David Carlton <carlton@math.stanford.edu>
16692
16693 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
16694 corresponding to PR c++/945.
16695 Update copyright.
16696
16697 2003-01-17 David Carlton <carlton@math.stanford.edu>
16698
16699 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
16700 corresponding to PR c++/68.
16701
16702 2003-01-17 David Carlton <carlton@math.stanford.edu>
16703
16704 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
16705 (test_paddr_hairy_functions): Call print_addr_2_kfail for
16706 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
16707
16708 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
16709
16710 * gdb.base/break.exp: Fix change of default location, because of
16711 removal of until tests.
16712 * gdb.base/help.exp: Update test for new 'until' help message.
16713 Add test for help on 'advance'.
16714 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
16715
16716 2003-01-15 Mark Kettenis <kettenis@gnu.org>
16717
16718 * gdb.base/default.exp: Adapt "info float" test for recent changes
16719 to that command. Add test for "info vector".
16720 * gdb.base/float.exp: New file. Add test for "info float" that
16721 resembles the old test in gdb.base/default.exp.
16722
16723 2003-01-15 David Carlton <carlton@math.stanford.edu>
16724
16725 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
16726
16727 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
16728
16729 * gdb.base/break.exp: Move the tests of until command from here...
16730 * gdb.base/until.exp: ... to here. New file. Add other tests.
16731 * gdb.base/advance.c: New file.
16732 * gdb.base/advance.exp: New file.
16733
16734 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
16735
16736 * gdb.base/args.c: New file.
16737 * gdb.base/args.exp: New file.
16738
16739 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16740
16741 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
16742
16743 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16744
16745 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
16746
16747 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16748
16749 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
16750 dates.
16751
16752 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16753
16754 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
16755
16756 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16757
16758 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
16759 (ptype &*"foo").
16760 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
16761
16762 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16763
16764 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
16765 * gdb.mi/mi1-console.exp: Likewise.
16766
16767 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16768
16769 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
16770 * gdb.mi/mi1-console.exp: Likewise.
16771
16772 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16773
16774 * gdb.c++/overload.exp: Remove some fixed XFAILs.
16775
16776 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
16777
16778 * gdb.base/detach.exp: New test.
16779
16780 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
16781
16782 * Makefile.in (ALL_SUBDIRS): New variable.
16783 (subdirs, clean, distclean): Use it.
16784 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
16785 regenerating Makefile, since it is generated from the top level.
16786 * gdb.asm/Makefile.in: Likewise.
16787 * gdb.base/Makefile.in: Likewise.
16788 * gdb.c++/Makefile.in: Likewise.
16789 * gdb.disasm/Makefile.in: Likewise.
16790 * gdb.java/Makefile.in: Likewise.
16791 * gdb.mi/Makefile.in: Likewise.
16792 * gdb.threads/Makefile.in: Likewise.
16793 * gdb.trace/Makefile.in: Likewise.
16794
16795 2003-01-09 David Carlton <carlton@math.stanford.edu>
16796
16797 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
16798 Add copyright year 2003.
16799
16800 2003-01-06 Michael Chastain <mec@shout.net>
16801
16802 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
16803 When selecting a thread, 'line' and 'file' are optional.
16804 * gdb.mi/mi1-pthreads.exp: Likewise.
16805
16806 2003-01-06 Andreas Schwab <schwab@suse.de>
16807
16808 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
16809 failures.
16810
16811 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16812
16813 Fix PR gdb/844
16814 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
16815 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
16816
16817 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
16818 instead of calling gdb_suppress_entire_file.
16819 * gdb.threads/print-threads.exp: Likewise.
16820 * gdb.threads/schedlock.exp: Likewise.
16821
16822 * gdb.threads/killed.exp: Return instead of calling
16823 gdb_suppress_entire_file.
16824 * gdb.threads/linux-dp.exp: Likewise.
16825 * gdb.threads/pthreads.exp: Likewise.
16826
16827 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16828
16829 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
16830 stabs.
16831 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
16832 * gdb.base/whatis.exp: Always allow (void) after function names.
16833
16834 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16835
16836 * gdb.c++/casts.exp: Correct regexp.
16837
16838 2003-01-04 Mark Kettenis <kettenis@gnu.org>
16839
16840 * configure.in: Call AC_CONFIG_HEADER. Don't call
16841 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
16842 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
16843 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
16844 aforementioned directories in the AC_OUPUT call.
16845 * config.hin: New file.
16846 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16847 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
16848 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
16849 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
16850 pass -I$objdir instead of -I$objdir/$subdir in compilation.
16851 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
16852 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
16853 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
16854 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
16855 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
16856 gdb.threads/configure.in, gdb.threads/configure,
16857 gdb.threads/config.in, gdb.trace/configure.in,
16858 gdb.trace/configure: Removed.
16859
16860 2003-01-03 Michael Chastain <mec@shout.net>
16861
16862 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
16863 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
16864
16865 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
16866
16867 * gdb.base/store.exp: Fix regular expressions.
16868
16869 2002-12-28 Mark Kettenis <kettenis@gnu.org>
16870
16871 * configure.in: Rewrite.
16872 * configure: Regenerated.
16873
16874 2003-01-03 David Carlton <carlton@math.stanford.edu>
16875
16876 * gdb.base/psymtab.exp: New file.
16877 * gdb.base/psymtab1.c: Ditto.
16878 * gdb.base/psymtab2.c: Ditto.
16879
16880 2002-12-23 Adam Fedor <fedor@gnu.org>
16881
16882 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
16883
16884 2002-12-23 David Carlton <carlton@math.stanford.edu>
16885
16886 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
16887 and current_directory initialization.
16888
16889 2002-12-22 Jim Blandy <jimb@redhat.com>
16890
16891 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
16892 rather than as part of the output file name.
16893
16894 * gdb.base/attach.exp: There's no need to copy the test program to
16895 /tmp; that was only ever necessary on HP/UX, and this test is
16896 entirely disabled there anyway.
16897
16898 2002-12-21 Jim Blandy <jimb@redhat.com>
16899
16900 * gdb.c++/psmang.exp: Doc fix.
16901
16902 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
16903 test.
16904
16905 2002-12-20 David Carlton <carlton@math.stanford.edu>
16906
16907 * gdb.c++/annota2.exp: KFAIL annotate-quit.
16908
16909 2002-12-18 Michael Chastain <mec@shout.net>
16910
16911 * gdb.c++/annota2.exp: Add copyright year 2002.
16912
16913 2002-12-17 David Carlton <carlton@math.stanford.edu>
16914
16915 * gdb.c++/try_catch.cc: Add marker comments.
16916 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
16917 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
16918 * gdb.c++/m-static.cc: Ditto.
16919 * gdb.c++/m-static1.cc: Ditto.
16920 * gdb.c++/try_catch.cc: Ditto.
16921
16922 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
16923
16924 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
16925 to see whether we are using the new -environment-directory
16926 command which resets via -r or the old version of the command
16927 which may prompt the user. Part of fix for gdb/741.
16928
16929 2002-12-13 Andrew Cagney <ac131313@redhat.com>
16930
16931 * gdb.fortran/types.exp: Update obsolete comment.
16932 * gdb.fortran/exprs.exp: Ditto.
16933 * lib/gdb.exp: Delete obsolete code.
16934 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
16935 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
16936 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
16937 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
16938 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
16939 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
16940 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
16941 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
16942 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
16943 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
16944 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
16945 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
16946 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
16947 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
16948 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
16949 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
16950 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
16951 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
16952 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
16953 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
16954 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
16955 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
16956 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
16957 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
16958 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
16959 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
16960 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
16961 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
16962 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
16963 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
16964 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
16965 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
16966 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
16967 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
16968 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
16969 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
16970 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
16971
16972 2002-12-11 David Carlton <carlton@math.stanford.edu>
16973
16974 * gdb.c++/m-data.exp: Add test for members that shadow global
16975 variables: see PR gdb/804.
16976 * gdb.c++/m-data.cc: Ditto.
16977
16978 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
16979
16980 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
16981
16982 2002-12-06 David Carlton <carlton@math.stanford.edu>
16983
16984 * gdb.base/store.c: Don't declare functions static.
16985
16986 2002-12-04 Andrew Cagney <ac131313@redhat.com>
16987
16988 * gdb.base/store.exp, gdb.base/store.c: New files.
16989
16990 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16991
16992 * gdb.base/selftest.exp: Update for current gdb.
16993
16994 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16995
16996 * gdb.base/maint.exp: Only dump symbols from one source file
16997 or objfile.
16998
16999 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
17000
17001 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
17002 function call.
17003
17004 2002-11-25 Jim Blandy <jimb@redhat.com>
17005
17006 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
17007 function appearing in error message.
17008
17009 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
17010
17011 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
17012
17013 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
17014
17015 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
17016 for mi1 and current mi is in correct format. New mi startup message
17017 should be in mi console format. This is part of fix for PR gdb/604.
17018
17019 2002-09-18 Fernando Nasser <fnasser@redhat.com>
17020
17021 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
17022 which explicitly prints the zero offset as "+0".
17023
17024 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
17025
17026 * gdb.threads/schedlock.c (args): Make unsigned.
17027
17028 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
17029
17030 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
17031 numbers. Allow "foo2|selected stack frame".
17032 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
17033 * gdb.asm/asmsrc2.s: Likewise.
17034 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
17035 comments.
17036 * gdb.asm/mips.inc: New file.
17037
17038 2002-10-18 Adam Fedor <fedor@gnu.org>
17039
17040 * gdb.base/default.exp: Update expected output to include 'ObjC'.
17041 * gdb.base/help.exp: Likewise.
17042
17043 2002-10-17 Kevin Buettner <kevinb@redhat.com>
17044
17045 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
17046 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
17047
17048 2002-10-02 Jim Blandy <jimb@redhat.com>
17049
17050 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
17051
17052 2002-10-01 Andrew Cagney <ac131313@redhat.com>
17053
17054 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
17055 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
17056 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
17057 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
17058 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
17059 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
17060 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
17061
17062 2002-09-29 Andrew Cagney <ac131313@redhat.com>
17063
17064 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
17065 * mi0-disassemble.exp, mi0-eval.exp: Delete.
17066 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
17067 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
17068 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
17069 * mi0-var-block.exp, mi0-var-child.exp: Delete.
17070 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
17071
17072 2002-09-27 Kevin Buettner <kevinb@redhat.com>
17073
17074 * gdb.base/annota1.exp (info break): Make directory components of
17075 path optional since not all compilers emit this debug information.
17076
17077 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
17078 step ends up stepping out of the function instead of stopping on
17079 the epilogue.
17080
17081 2002-09-26 Keith Seitz <keiths@redhat.com>
17082
17083 * lib/insight-support.exp (gdbtk_start): Figure out where
17084 the insight executable is based on where gdb is. Use this
17085 executable to start insight instead of gdb.
17086
17087 2002-09-25 Andrew Cagney <cagney@redhat.com>
17088
17089 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
17090
17091 2002-09-24 Andrew Cagney <ac131313@redhat.com>
17092
17093 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
17094 test_isolated_complaints.
17095 (test_empty_complaint): New function.
17096 (test_empty_complaints): New function. Check no output when no
17097 complaints.
17098
17099 2002-09-19 Jim Blandy <jimb@redhat.com>
17100
17101 * gdb.base/charset.exp, gdb.base/charset.c: New files.
17102
17103 2002-09-19 Andrew Cagney <ac131313@redhat.com>
17104
17105 * gdb.gdb/complaints.exp: New file.
17106
17107 2002-09-18 Andrew Cagney <ac131313@redhat.com>
17108
17109 * gdb.base/maint.exp: Check `help maint internal-warning'.
17110
17111 2002-09-18 David Carlton <carlton@math.stanford.edu>
17112
17113 * gdb.c++/m-static.exp: Remove breakpoints depending on line
17114 numbers, and replace them by a single breakpoint after the
17115 constructors are all finished.
17116 Add test 4.
17117 * gdb.c++/m-static.cc: Add test 4.
17118 * gdb.c++/m-static.h: New file.
17119 * gdb.c++/m-static1.cc: New file.
17120
17121 * gdb.c++/printmethod.exp: New file.
17122 * gdb.c++/printmethod.cc: New file.
17123
17124 * gdb.c++/pr-574.exp: New file.
17125 * gdb.c++/pr-574.cc: New file.
17126
17127 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17128
17129 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
17130 embedded targets which never actually exit.
17131
17132 2002-09-18 Fernando Nasser <fnasser@redhat.com>
17133
17134 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
17135 "don't step after run" as unresolved or unsupported, instead of xfail.
17136
17137 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17138
17139 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
17140 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
17141 Add newline to expected string in "step out of main (status wrapper)"
17142 case.
17143
17144 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17145
17146 * lib/gdb.exp (rerun_to_main): Allow restarting application.
17147 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
17148
17149 2002-09-17 Tom Tromey <tromey@redhat.com>
17150
17151 * gdb.base/printcmds.exp (test_print_string_constants): Expect
17152 \000, not \0, in double-quoted string.
17153
17154 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
17155
17156 * gdb.base/commands.exp: Don't expect a "Program exited normally"
17157 string after running the commands execution on breakpoint tests.
17158
17159 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
17160
17161 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
17162
17163 2002-09-12 Joel Brobecker <brobecker@gnat.com>
17164
17165 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
17166
17167 2002-09-10 Keith Seitz <keiths@redhat.com>
17168
17169 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
17170 runto proc.
17171 (mi_run_to_main): Use mi_runto.
17172 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
17173
17174 2002-09-10 Keith Seitz <keiths@redhat.com>
17175
17176 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
17177 regexp for stopping at main. Could have multiple event notifications.
17178 Don't assume that main was declared with no parameters.
17179 (mi_next): Use mi_step_to.
17180 (mi_step): Use mi_next_to.
17181
17182 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
17183
17184 * gdb.base/default.exp: Fix expected string in `info float' test.
17185
17186 2002-09-09 Ben Elliston <bje@redhat.com>
17187
17188 * config/mips.exp: Update comments.
17189 * config/mips-idt.exp: Likewise.
17190 * config/nind.exp: Likewise.
17191 * config/slite.exp: Likewise.
17192 * config/sparclet.exp: Likewise.
17193 * config/udi.exp: Likewise.
17194 * config/vx.exp: Likewise.
17195 * config/vxworks29k.exp: Likewise.
17196
17197 2002-09-05 Jim Blandy <jimb@redhat.com>
17198
17199 * gdb.threads/killed.exp: Fix test failure message.
17200
17201 2002-09-04 Keith Seitz <keiths@redhat.com>
17202
17203 * lib/mi-support.exp: Update copyright.
17204 (mi_gdb_test): Increase the priority of the expected pattern
17205 so that it matches gdb_test.
17206
17207 2002-09-03 Keith Seitz <keiths@redhat.com>
17208
17209 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
17210 Use integer comparison instead of string comparison for testing
17211 whether binary was built.
17212
17213 2002-09-03 Jim Blandy <jimb@redhat.com>
17214
17215 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
17216
17217 2002-08-29 Jim Blandy <jimb@redhat.com>
17218
17219 * gdb.threads/pthreads.exp: Move the portable thread compilation
17220 code into a function in lib/gdb.exp, and call that from here.
17221 * lib/gdb.exp (gdb_compile_pthreads): New function.
17222
17223 2002-08-29 Keith Seitz <keiths@redhat.com>
17224
17225 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
17226 expect_out so that callers can get at it.
17227
17228 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
17229
17230 * gdb.threads/print-threads.c: New file.
17231 * gdb.threads/print-threads.exp: New file.
17232 * gdb.threads/schedlock.c: New file.
17233 * gdb.threads/schedlock.exp: New file.
17234
17235 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
17236
17237 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
17238 not altivec.c.
17239
17240 2002-08-17 Mark Kettenis <kettenis@gnu.org>
17241
17242 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
17243 targets. The problem should be fixed now.
17244
17245 2002-08-15 Mark Kettenis <kettenis@gnu.org>
17246
17247 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
17248 2002-07-24 change that removes final dots from error messages.
17249
17250 2002-08-13 Tom Tromey <tromey@redhat.com>
17251
17252 * gdb.base/readline.exp: New file.
17253
17254 2002-08-01 Andrew Cagney <ac131313@redhat.com>
17255
17256 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
17257 supress message.
17258
17259 2002-08-01 Andrew Cagney <cagney@redhat.com>
17260
17261 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
17262 CHILL_FOR_TARGET and CHILL_LIB.
17263 * configure.in (configdirs): Remove gdb.chill.
17264 * configure: Regenerate.
17265 * lib/gdb.exp: Obsolete references to chill.
17266 * gdb.fortran/types.exp: Ditto.
17267 * gdb.fortran/exprs.exp: Ditto.
17268
17269 2002-07-30 Kevin Buettner <kevinb@redhat.com>
17270
17271 * gdb.base/shlib-call.exp (additional_flags): Conditionally
17272 set Irix-specific compile and link flags.
17273
17274 2002-07-29 Kevin Buettner <kevinb@redhat.com>
17275
17276 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
17277 source files. The ``-o'' option doesn't work with the ``-E'' option
17278 when using the Irix compiler.
17279
17280 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
17281
17282 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
17283 Improve support for reusing an exec file. Copy exec file
17284 to target, and run gdbserver on the target instead of on the host.
17285
17286 2002-07-18 Jim Blandy <jimb@redhat.com>
17287
17288 * gdb.base/ending-run.exp: Don't expect to see the program end in
17289 some orderly fashion when we're running on a real stand-alone
17290 board.
17291
17292 * gdb.base/interrupt.exp: Correct logic for skipping tests on
17293 targets that don't support interrupts.
17294
17295 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
17296
17297 * gdb.base/attach.exp: Add patterns to match output from /proc-based
17298 systems.
17299 Move comments in expect statements to inside the actions, so that they
17300 don't get matched against.
17301
17302 2002-07-10 Mark Kettenis <kettenis@gnu.org>
17303
17304 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
17305 function when asleep" test.
17306
17307 2002-07-10 Andrew Cagney <ac131313@redhat.com>
17308
17309 * gdb.base/page.exp: Rewrite to handle problems with very long
17310 `info set' output. Update copyright.
17311
17312 2002-06-26 Andrew Cagney <ac131313@redhat.com>
17313
17314 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
17315 gdb.threads-hp.
17316 * gdb.hp/configure: Regenerate.
17317 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
17318 * gdb.hp/gdb.threads-hp/configure: Delete file.
17319 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
17320
17321 2002-06-22 Andrew Cagney <ac131313@redhat.com>
17322
17323 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
17324 setlocale, bindtextdomain and textdomain.
17325
17326 2002-06-11 Jim Blandy <jimb@redhat.com>
17327
17328 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
17329 preprocessor macro information is present.
17330
17331 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
17332 tests.
17333
17334 2002-06-06 Michael Snyder <msnyder@redhat.com>
17335
17336 * gdb.base/overlays.exp: Record addresses of overlay
17337 functions in TCL variables rather than in GDB variables,
17338 to avoid having GDB convert them to pointers (with loss
17339 of information).
17340
17341 * gdb.base/d10v.ld: Merge in several years worth of
17342 default linker script changes.
17343 * gdb.base/long_long.exp: Add check for sizeof (long double).
17344
17345 2002-06-06 Michal Ludvig <mludvig@suse.cz>
17346
17347 * gdb.asm/asm-source.exp: Add x86-64 target.
17348 * gdb.asm/x86_64.inc: New.
17349
17350 2002-05-30 Michael Chastain <mec@shout.net>
17351
17352 From Benjamin Kosnik <bkoz@redhat.com>:
17353 * gdb.c++/m-static.cc: New file.
17354 * gdb.c++/m-static.exp: New file.
17355
17356 2002-05-28 Michael Snyder <msnyder@redhat.com>
17357
17358 * gdb.base/call-ar-st.exp: Allow for reduced floating point
17359 precision.
17360
17361 2002-05-27 Michael Chastain <mec@shout.net>
17362
17363 From Benjamin Kosnik <bkoz@redhat.com>:
17364 * gdb.c++/m-data.cc: New file.
17365 * gdb.c++/m-data.exp: New file.
17366
17367 2002-05-27 Michael Chastain <mec@shout.net>
17368
17369 From Benjamin Kosnik <bkoz@redhat.com>:
17370 * gdb.c++/try_catch.cc: New file.
17371 * gdb.c++/try_catch.exp: New file.
17372
17373 2002-05-27 Michael Chastain <mec@shout.net>
17374
17375 * gdb.c++/local.exp: Accept more nested types in output.
17376
17377 2002-05-26 Michael Chastain <mec@shout.net>
17378
17379 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
17380
17381 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
17382
17383 * lib/gdb.exp (gdb_wrapper_init): Just because
17384 gdb_wrapper_file exists, this does not mean that the file
17385 should not be rebuilt. That is what gdb_wrapper_initialized
17386 is for.
17387 (default_gdb_init): Reset gdb_wrapper_initialized.
17388
17389 2002-05-23 Michael Snyder <msnyder@redhat.com>
17390
17391 * gdb.base/all-bin.exp: Revise previous patch by just reducing
17392 the precision of the floating point test results.
17393 * gdb.base/call-rt-st.exp: Ditto.
17394
17395 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
17396 * gdb.base/call-rt-st.exp: Ditto.
17397
17398 2002-05-19 Michael Chastain <mec@shout.net>
17399
17400 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
17401
17402 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
17403
17404 * configure.in (configdirs): Add gdb.arch.
17405 * configure: Regenerate.
17406
17407 2002-05-17 Jim Blandy <jimb@redhat.com>
17408
17409 * gdb.base/completion.exp: Recognize the more detailed error
17410 messages produced by the macro expander's lexical analyzer.
17411
17412 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
17413
17414 * gdb.arch/altivec-abi.c: New file.
17415 * gdb.arch/altivec-abi.exp: New file.
17416 * gdb.arch/altivec-regs.c: New file.
17417 * gdb.arch/altivec-regs.exp: New file.
17418
17419 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
17420
17421 * gdb.base/maint.exp (maint print type): Update for new type
17422 structure.
17423
17424 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
17425
17426 * gdb.arch: New directory.
17427 * gdb.arch/configure.in: New file.
17428 * gdb.arch/configure: New file.
17429 * gdb.arch/Makefile.in: New file.
17430
17431 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
17432
17433 * gdb.asm/asm-source.exp: Add v850 as supported target.
17434 * gdb.asm/v850.inc: New file.
17435
17436 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
17437
17438 * gdb.c++/annota2.exp (annotate-quit): Add comment.
17439
17440 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
17441
17442 * gdb.base/break.exp: Check 'break "marker2"'.
17443
17444 2002-05-10 Michael Snyder <msnyder@redhat.com>
17445
17446 * gdb.base/long_long.exp: Fix typo.
17447
17448 2002-05-10 Jim Blandy <jimb@redhat.com>
17449
17450 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
17451 a bug.
17452
17453 * gdb.base/printcmds.exp (test_integer_literals_rejected):
17454 Recognize more detailed error message produced by the macro
17455 expander's lexical analyzer.
17456 * lib/gdb.exp (test_print_reject): Same.
17457
17458 2002-05-09 Mark Kettenis <kettenis@gnu.org>
17459
17460 * gdb.c++/method.exp: Fix typo.
17461
17462 2002-05-08 Michael Snyder <msnyder@redhat.com>
17463
17464 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
17465 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
17466 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
17467 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
17468 Add iftarget clause for strongarm.
17469
17470 2002-05-06 Michael Snyder <msnyder@redhat.com>
17471
17472 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
17473 (gdb_continue_to_end): Accept output from status wrapper.
17474 * gdb.base/ending-run.exp: Add case for output from status wrapper.
17475 Clean up fail messages to match pass messages.
17476
17477 Enable the "needs_status_wrapper" testsuite feature.
17478 * lib/gdb.exp (gdb_wrapper_init): New procedure.
17479 (gdb_compile): Conditionally call gdb_wrapper_init.
17480 * gdb.base/a2-run.exp: Recognize output from status wrapper.
17481 * gdb.c++/method.exp: Recognize output from status wrapper.
17482
17483 2002-05-06 Ben Elliston <bje@redhat.com>
17484 From Graydon Hoare <graydon@redhat.com>
17485
17486 * config/sid.exp: Include support for "rawsid" protocol.
17487
17488 2002-05-03 Jim Blandy <jimb@redhat.com>
17489
17490 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
17491 * gdb.c++/hang3.C: New file.
17492
17493 2002-05-04 Andrew Cagney <ac131313@redhat.com>
17494
17495 * gdb.base/default.exp: Remove obsolete code.
17496 * gdb.c++/misc.exp: Ditto. Update copyright.
17497 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
17498 * gdb.base/whatis.exp: Ditto. Update copyright.
17499 * gdb.base/scope.exp: Ditto. Update copyright.
17500 * gdb.base/ptype.exp: Ditto. Update copyright.
17501 * gdb.base/printcmds.exp: Ditto. Update copyright.
17502 * gdb.base/opaque.exp: Ditto. Update copyright.
17503 * gdb.base/list.exp: Ditto.
17504 * gdb.base/funcargs.exp: Ditto. Update copyright.
17505 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
17506 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
17507 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
17508 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
17509 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
17510 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
17511
17512 2002-05-02 Michael Snyder <msnyder@redhat.com>
17513
17514 * gdb.base/watchpoint.exp: Add xscale target.
17515 * gdb.base/long_long.exp: Add xscale target.
17516 * gdb.base/default.exp: Add xscale target.
17517
17518 2002-05-01 Jim Blandy <jimb@redhat.com>
17519
17520 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
17521 gdb.c++/hang.exp: New test.
17522
17523 2002-05-01 Fred Fish <fnf@redhat.com>
17524
17525 * gdb.base/completion.exp: Handle completions of "./Make" for
17526 more than one completion possibility, as is the case when we
17527 build and test in the source tree.
17528
17529 2002-04-29 Anthony Green <green@redhat.com>
17530
17531 * gdb.java/jmisc1.exp: New file.
17532 * gdb.java/jmisc2.exp: New file.
17533
17534 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
17535
17536 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
17537
17538 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
17539
17540 * gdb.base/help.exp: Change 'help status' to allow for target
17541 dependent output differences.
17542
17543 2002-04-22 Michael Chastain <mec@shout.net>
17544
17545 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
17546
17547 2002-04-22 Michael Chastain <mec@shout.net>
17548
17549 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
17550
17551 2002-04-17 David S. Miller <davem@redhat.com>
17552
17553 * gdb.asm/sparc64.inc: New file.
17554 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
17555
17556 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
17557
17558 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
17559 instruction file directly into the build tree. Clean up at end of
17560 test.
17561
17562 2002-04-18 David S. Miller <davem@redhat.com>
17563
17564 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
17565 handle 64-bit platforms correctly.
17566 * gdb.base/maint.exp: Likewise.
17567
17568 2002-04-18 Kevin Buettner <kevinb@redhat.com>
17569
17570 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
17571 ``-fpic'' when compiling files comprising a shared library, but
17572 it does need additional linker flags in order to find shared
17573 libraries at run time.
17574
17575 2002-04-18 Kevin Buettner <kevinb@redhat.com>
17576
17577 * gdb.base/cvexpr.c (use): New function.
17578 (main): Invoke use() on all global variables to prevent
17579 some linkers from deleting these otherwise unused symbols.
17580
17581 2002-04-17 Michael Chastain <mec@shout.net>
17582 From David S. Miller <davem@redhat.com>
17583
17584 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
17585 handle 64-bit platforms correctly.
17586
17587 2002-04-12 Michael Snyder <msnyder@redhat.com>
17588 From Jim Blandy <jimb@redhat.com>
17589 * gdb.base/foo.c (foox): Remove section attribute; the linker
17590 script can handle this instead.
17591 * gdb.base/bar.c (barx): Same.
17592 * gdb.base/baz.c (bazx): Same.
17593 * gdb.base/grbx.c (grbxx): Same.
17594
17595 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
17596 manager doesn't automatically unmap overlays unnecessarily.
17597
17598 2002-04-10 Martin M. Hunt <hunt@redhat.com>
17599
17600 * gdb.base/ending-run.exp: Fix pattern for Mips targets
17601 stepping out of main.
17602
17603 2002-04-09 Michael Chastain <mec@shout.net>
17604
17605 * gdb.c++/local.cc (main): Move call to marker1() inside nested
17606 scope so that the nested scope tests will make sense.
17607 * gdb.c++/local.exp: Write patterns that actually work with gcc
17608 (the HP patterns "were never known to work with gcc").
17609 Keep the old aCC patterns too.
17610
17611 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
17612
17613 * gdb.base/attach.exp: Correct target board test.
17614
17615 2002-04-08 Michael Chastain <mec@shout.net>
17616
17617 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
17618 in a const method. Add some xfail and fail cases for configurations
17619 that do not emit the "const ...".
17620
17621 2002-04-07 Michael Chastain <mec@shout.net>
17622
17623 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
17624 Accept "A * const" and "const A * const" as type of "this".
17625 Fix spelling of getFunky throughout. Make messages uniform.
17626
17627 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
17628
17629 Work around for PR gdb/285:
17630 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
17631
17632 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
17633
17634 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
17635 instructions file at run time instead of configure time.
17636 Sometimes we run the test in a directory that is not the one we
17637 configured in.
17638 * gdb.asm/configure.in: Delete creation of symlink.
17639 * gdb.asm/configure: Regenerate.
17640
17641 2002-04-05 J. Brobecker <brobecker@gnat.com>
17642
17643 * gdb.gdb/xfullpath.exp: New test, to exercise the new
17644 xfullpath () function.
17645
17646 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
17647
17648 * gdb.asm/Makefile.in: Correct dependencies.
17649
17650 * gdb.asm/powerpc.inc: New file.
17651 * gdb.asm/asm-source.exp: Add PowerPC.
17652 * gdb.asm/configure.in: Likewise.
17653 * gdb.asm/configure: Regenerated.
17654
17655 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
17656
17657 * gdb.base/relocate.exp: New file.
17658 * gdb.base/relocate.c: New file.
17659
17660 2002-04-04 Fred Fish <fnf@redhat.com>
17661
17662 * gdb.base/step-test.exp: Update comment regarding stopping in
17663 memcpy/bcopy calls inserted as part of the compiler runtime.
17664
17665 2002-04-04 Michael Snyder <msnyder@redhat.com>
17666
17667 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
17668
17669 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
17670
17671 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
17672 (gdb_expect): Remove $notransfer hack.
17673
17674 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
17675
17676 * gdb.c++/classes.exp ("calling method for small class"): Match
17677 updated register output.
17678
17679 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
17680
17681 Fix PR gdb/452
17682 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
17683 when finished. Make gdb_file_cmd send "exec-file" when
17684 appropriate.
17685
17686 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
17687
17688 * gdb.base/attach.exp: Remove extra setup_xfail.
17689
17690 2002-03-26 Michael Snyder <msnyder@redhat.com>
17691
17692 * gdb.base/default.exp: Add tests for dump, append, and restore.
17693 * gdb.base/help.exp: Add tests for dump, append, and restore.
17694 * gdb.base/dump.exp: New file, test dump, append and restore.
17695 * gdb.base/dump.c: New file.
17696
17697 2002-03-27 Michael Snyder <msnyder@redhat.com>
17698
17699 * gdb.base/help.exp: Modify expect strings to reflect
17700 clean-ups in help messages.
17701
17702 2002-03-26 Fred Fish <fnf@redhat.com>
17703
17704 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
17705 have debugging info for those functions and the compiler uses them
17706 internally to copy structs around.
17707
17708 2002-03-26 Fred Fish <fnf@redhat.com>
17709
17710 * gdb.base/list.exp: Revert the change made yesterday and add note
17711 about why we don't list the default lines for remote targets.
17712
17713 2002-03-25 Michael Snyder <msnyder@redhat.com>
17714
17715 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
17716
17717 2002-03-25 Fred Fish <fnf@redhat.com>
17718
17719 * gdb.base/list.exp: This test works on remote targets so remove
17720 the short circuit for remote targets. Update copyright.
17721
17722 2002-03-25 Fred Fish <fnf@redhat.com>
17723
17724 * gdb.base/attach.exp: Fix logic error that was suppressing this
17725 test for all non hppa*-*-hpux* targets, instead of the hp target.
17726 Move comments closer to the suppression point. Also now need to
17727 check that we are running natively.
17728
17729 2002-03-22 Michael Snyder <msnyder@redhat.com>
17730
17731 * gdb.base/default.exp: Add test for gcore. Update copyright.
17732 * gdb.base/help.exp: Add test for gcore. Update copyright.
17733
17734 2002-03-06 Fred Fish <fnf@redhat.com>
17735
17736 * gdb.base/funcargs.c: Remove extraneous ';' character.
17737 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
17738
17739 2002-03-04 Michael Chastain <mec@shout.net>
17740
17741 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
17742 accommodate gcc v3 function signature.
17743 * gdb.mi/mi0-var-cmd-exp: Ditto.
17744
17745 2002-02-24 Andrew Cagney <ac131313@redhat.com>
17746
17747 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
17748 ``GNU/Linux'' or ``Linux kernel''
17749 * testsuite/gdb.threads/pthreads.c: Ditto.
17750
17751 2002-02-24 Michael Chastain <mec@shout.net>
17752
17753 * gdb.threads/pthreads.c (thread1): Add a return statement.
17754 (thread2): Likewise.
17755 (foo): Likewise.
17756
17757 2002-02-23 Michael Chastain <mec@shout.net>
17758
17759 * gdb.threads/linux-dp.c (philosopher): Add a return statement
17760 to placate gcc.
17761
17762 2002-02-23 Michael Chastain <mec@shout.net>
17763
17764 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
17765 test "ptype bint". The test passes on all my stabs configurations.
17766
17767 2002-02-21 Jim Blandy <jimb@redhat.com>
17768
17769 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
17770 filename at a time, and watch for the ones we want to see.
17771
17772 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
17773 types of pointers to prototyped functions.
17774
17775 2002-02-20 Andrew Cagney <ac131313@redhat.com>
17776
17777 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
17778 signed, unsigned and straight char.
17779 (padding_char, padding_short, padding_int, padding_long,
17780 padding_long_long, padding_float, padding_double,
17781 padding_long_double): New global variables.
17782 (fill, fill_structs): New functions.
17783
17784 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
17785 for correctly sized writes. Update copyright.
17786 (get_valueof): New procedure.
17787 (get_sizeof): Call get_valueof.
17788 (check_valueof): New procedure.
17789 (check_padding): New procedure.
17790
17791 2002-02-20 Michael Chastain <mec@shout.net>
17792
17793 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
17794 to setup_xfail. Document some of the remaining calls.
17795
17796 2002-02-18 Michael Chastain <mec@shout.net>
17797
17798 * gdb.c++/userdef.exp: Update copyright year.
17799
17800 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
17801
17802 * gdb.c++/userdef.exp: Test overloaded operators properly.
17803 Remove xfails.
17804
17805 2002-02-14 Michael Snyder <msnyder@redhat.com>
17806
17807 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
17808
17809 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
17810
17811 * gdb.base/a2-run.exp: Check for a remote target properly.
17812 * gdb.base/annota1.exp: Likewise.
17813 * gdb.base/list.exp: Likewise.
17814 * gdb.base/reread.exp: Likewise.
17815 * gdb.base/scope.exp: Likewise.
17816 * gdb.base/shlib-call.exp: Likewise.
17817 * gdb.base/term.exp: Likewise.
17818 * gdb.c++/annota2.exp: Likewise.
17819
17820 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
17821
17822 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
17823
17824 2002-02-10 Michael Chastain <mec@shout.net>
17825
17826 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
17827 (call_after_alloca): Ditto.
17828
17829 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
17830
17831 * gdb.base/ending-run.exp: Guard "cont" test with
17832 gdb_skip_stdio_test.
17833
17834 2002-02-06 Jim Blandy <jimb@redhat.com>
17835
17836 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
17837 from here...
17838 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
17839 To here. Disable this test on non-HP platforms. Add big comment.
17840
17841 2002-02-04 Michael Snyder <msnyder@redhat.com>
17842
17843 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
17844 other than d10v and m32r.
17845
17846 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
17847
17848 * gdb.base/default.exp: Rewrite test patterns to reduce time
17849 taken to match them.
17850
17851 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17852
17853 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
17854 Allow a start function above main.
17855 * gdb.threads/linux-dp.exp: Fix copyright date.
17856
17857 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17858
17859 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
17860 (check_philosopher_stack): Check for manager thread before checking
17861 for a just-starting thread.
17862
17863 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17864
17865 From Neil Booth <neil@daikokuya.demon.co.uk>:
17866 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
17867 warnings.
17868
17869 2002-01-21 Fred Fish <fnf@redhat.com>
17870
17871 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
17872 not caller.
17873
17874 2002-01-21 Jim Blandy <jimb@redhat.com>
17875
17876 * gdb.base/reread.exp: Check that GDB properly re-reads the
17877 executable file when it changes while no inferior is running.
17878
17879 2002-01-21 Fred Fish <fnf@redhat.com>
17880
17881 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
17882 optionally accept the "shlib events" variation.
17883
17884 2002-01-21 Jim Blandy <jimb@redhat.com>
17885
17886 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
17887 call `fflush' after every `printf', so that the output is produced
17888 at predictable points, regardless of whatever buffering does (or
17889 doesn't) take place.
17890 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
17891 at different points.
17892
17893 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17894
17895 * gdb.c++/inherit.exp: Update copyright years.
17896 * gdb.c++/method.exp: Likewise.
17897
17898 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17899
17900 * gdb.c++/classes.exp: Update for improved v3 support and skipping
17901 artificial methods/arguments.
17902 * gdb.c++/derivation.exp: Likewise.
17903 * gdb.c++/inherit.exp: Likewise.
17904 * gdb.c++/method.exp: Likewise.
17905 * gdb.c++/virtfunc.exp: Likewise.
17906
17907 2002-01-18 Andrew Cagney <ac131313@redhat.com>
17908
17909 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
17910 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
17911 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
17912 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
17913 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
17914 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
17915
17916 2002-01-17 Jim Blandy <jimb@redhat.com>
17917
17918 * gdb.asm/asm-source.exp (info symbol): Take another shot at
17919 anchoring the pattern matching the entry point symbol's name.
17920
17921 2002-01-17 Andrew Cagney <ac131313@redhat.com>
17922
17923 * gdb.base/maint.exp: Update ``maint internal-error'' to match
17924 continue/quit query. Update copyright.
17925
17926 2002-01-14 Michael Snyder <msnyder@redhat.com>
17927
17928 * gdb.base/gcore.exp: Remove extra debugging output.
17929
17930 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17931
17932 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
17933 for slightly dubious v2 mangled string.
17934
17935 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17936
17937 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
17938
17939 2002-01-10 Jason Merrill <jason@redhat.com>
17940
17941 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
17942
17943 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
17944 constructors.
17945 * gdb.c++/derivation.exp: Likewise.
17946 * gdb.c++/templates.exp: Likewise.
17947 * gdb.c++/virtfunc.exp: Likewise.
17948
17949 2002-01-10 Michael Snyder <msnyder@redhat.com>
17950
17951 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
17952
17953 2002-01-08 Michael Snyder <msnyder@redhat.com>
17954
17955 * gdb.base/gcore.exp: New test for generate-core-file command.
17956 * gdb.base/gcore.c: Testcase for above.
17957 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
17958
17959 2002-01-08 Jason Merrill <jason@redhat.com>
17960
17961 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
17962
17963 2002-01-07 Fred Fish <fnf@redhat.com>
17964
17965 * gdb.c++/overload.exp: Remove unconditional xfails for:
17966 print foo_instance1.overloadargs(1)
17967 print foo_instance1.overloadargs(1, 2)
17968 print foo_instance1.overloadargs(1, 2, 3)
17969 print foo_instance1.overloadargs(1, 2, 3, 4)
17970 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
17971 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
17972 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
17973 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
17974 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
17975 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
17976 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
17977 print foo_instance1.overload1arg()
17978 print foo_instance1.overload1arg((char)arg2)
17979 print foo_instance1.overload1arg((signed char)arg3)
17980 print foo_instance1.overload1arg((unsigned char)arg4)
17981 print foo_instance1.overload1arg((int)arg7)
17982 print foo_instance1.overload1arg((unsigned int)arg8)
17983 print foo_instance1.overload1arg((float)arg11)
17984 print foo_instance1.overload1arg((double)arg12)
17985
17986 2002-01-07 Michael Snyder <msnyder@redhat.com>
17987
17988 * gdb.base/huge.exp: New test. Print a very large target data object.
17989 (skip_huge_test): New test variable. Define if you want to skip this
17990 test. The test reads an 8 megabyte data object from the target, so it
17991 might be very time consuming on remote targets with a slow connection.
17992 * gdb.base/huge.c: New file. Test case for above.
17993
17994 2002-01-07 Fred Fish <fnf@redhat.com>
17995
17996 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
17997 g_instance.bfoo, and g_instance.cfoo.
17998
17999 2002-01-07 Jeffrey A Law <law@redhat.com>
18000
18001 * gdb.base/break.c (multi_line_if_conditional): New function.
18002 (multi_ilne_while_conditional): Likewise.
18003 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
18004 IF or WHILE condition puts the breakpoint at the start of
18005 the condition.
18006
18007 * gdb.base/selftest.exp (backtrace through signal handler): Remove
18008 hppa*-*-hpux* expected failure.
18009 * gdb.base/structs.exp (do_function_calls): Similarly.
18010
18011 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
18012 watchpoints.
18013
18014 2002-01-06 Andrew Cagney <ac131313@redhat.com>
18015
18016 Fix PR gdb/66.
18017 * gdb.base/structs.exp: Replace skip for a29k with skip for
18018 gdb,cannot_call_functions.
18019 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
18020 * gdb.base/callfuncs.exp: Ditto.
18021 * gdb.base/call-rt-st.exp: Ditto.
18022 * gdb.base/call-strs.exp: Ditto.
18023 * gdb.base/callfwmall.exp: Ditto.
18024 * gdb.base/scope.exp: Obsolete xfail a29k.
18025 * gdb.c++/misc.exp: Ditto.
18026 * gdb.c++/cplusfuncs.exp: Ditto.
18027 * gdb.base/ptype.exp: Ditto.
18028 * gdb.base/printcmds.exp: Ditto.
18029 * gdb.base/opaque.exp: Ditto.
18030 * gdb.base/list.exp: Ditto.
18031 * gdb.base/funcargs.exp: Ditto.
18032 * gdb.base/default.exp: Ditto.
18033
18034 2002-01-04 Michael Snyder <msnyder@redhat.com>
18035
18036 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
18037 * gdb.base/maint.exp: Add tests for maint info sections options.
18038
18039 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
18040
18041 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
18042
18043 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
18044
18045 * gdb.asm/arm.inc: New file.
18046 * gdb.asm/asm-source.exp: Add arm targets.
18047 * gdb.asm/configure.in: Ditto.
18048 * gdb.asm/configure: Recreated from configure.in.
18049
18050 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
18051
18052 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
18053 with HP's compiler.
18054 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18055 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18056 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18057 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18058
18059 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
18060 either HP's compilers or GCC.
18061
18062 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
18063 a SIGBUS or SIGSEGV.
18064
18065 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
18066
18067 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
18068 can be compiled with either HP's compiler or GCC.
18069
18070 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
18071 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
18072 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
18073
18074 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
18075 to match current gdb output. Update due to using auto-solib-limit
18076 for limiting instead of overloading auto-solib-add.
18077 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
18078 test program.
18079
18080 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
18081 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
18082 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18083 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18084 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18085 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18086 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
18087 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
18088 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
18089 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
18090 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
18091 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
18092 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
18093
18094 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
18095 a SIGTRAP to the inferior.
18096
18097 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
18098
18099 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
18100 Substitute call to target_link by call to gdb_compile.
18101
18102 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
18103
18104 * gdb.base/break.exp: Fix HP specific search string when testing
18105 backtracing in a called function.
18106
18107 * gdb.base/constvars.exp: Only set lang to C++ if we're
18108 compiling the test with HP's compilers.
18109 * gdb.base/volatile.exp: Similarly.
18110
18111 2001-12-19 Jim Blandy <jimb@redhat.com>
18112
18113 * gdb.base/printcmds.exp: Expect the null character to be printed
18114 as '\0', and the '\013' to be printed as '\v'.
18115 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
18116 * gdb.base/setvar.exp: Same.
18117
18118 2001-12-17 Jim Blandy <jimb@redhat.com>
18119
18120 * gdb.base/completion.exp: Rather than completing very long
18121 filenames, which can make the readline library produce output we
18122 don't recognize, cd to the directory first, and then complete
18123 using nice, short relative paths.
18124
18125 * gdb.base/completion.exp: On some systems, there is, in fact, a
18126 variable named `b' in scope, since GDB treats all static
18127 variables as being in scope. So use `no_var_named_this'
18128 instead of `b'.
18129
18130 * gdb.base/corefile.exp: Recognize the message saying that GDB
18131 can't find the core file's registers as a failure.
18132
18133 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
18134
18135 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
18136 test expect string more specific.
18137
18138 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
18139
18140 * gdb.asm/asm-source.exp: Add support for xstormy16.
18141 * gdb.asm/configure.in: Ditto.
18142 * gdb.asm/configure: Rebuild.
18143 * gdb.asm/xstormy16.inc: New file.
18144
18145 2001-12-10 Fred Fish <fnf@redhat.com>
18146
18147 * gdb.base/maint.exp: Update to match changes in type dumping code.
18148
18149 2001-12-10 Jim Blandy <jimb@redhat.com>
18150
18151 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
18152 matching the entry point symbol's name at the beginning of the
18153 line.
18154
18155 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
18156
18157 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
18158 gdb.c++/inherit.exp, gdb.c++/method.exp,
18159 gdb.c++/namespace.exp, gdb.c++/templates.exp,
18160 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
18161 and class layout support.
18162
18163 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
18164
18165 * gdb.c++/classes.exp: Add test for static member function.
18166 * gdb.c++/misc.cc: Add class with static member function.
18167
18168 2001-12-07 Jim Blandy <jimb@redhat.com>
18169
18170 If GDB says it can't find the struct the function returned, report
18171 those tests as `unsupported'.
18172 * gdb.base/call-rt-st.exp (print_struct_call): New function.
18173 Rewrite subsequent tests to use it.
18174
18175 If GDB says it can't find the struct the function returned, report
18176 those tests as `unsupported'.
18177 * gdb.base/structs.exp (call_struct_func): New function.
18178 (do_function_calls): Use call_struct_func to call the functions
18179 returning structs.
18180
18181 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
18182 whether functions are prototyped or not, so we can't possibly pass
18183 arguments to t_float_values2 properly.
18184
18185 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
18186 value of `timeout' for targets other than the mips*tx39-*.
18187
18188 2001-12-06 Michael Snyder <msnyder@redhat.com>
18189
18190 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
18191 and detect whether the start symbol has a leading underscore.
18192
18193 2001-12-04 Jim Blandy <jimb@redhat.com>
18194
18195 * gdb.base/completion.exp: Clarify indentation.
18196
18197 2001-12-03 Jim Blandy <jimb@redhat.com>
18198
18199 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
18200 variables on the S/390, not `.word'.
18201
18202 2001-11-30 Jim Blandy <jimb@redhat.com>
18203
18204 Add assembly-source tests for s390-ibm-linux.
18205 * gdb.asm/s390.inc: New file.
18206 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
18207 the S/390 architecture.
18208 * gdb.asm/configure: Regenerated.
18209
18210 2001-11-30 Michael Snyder <msnyder@redhat.com>
18211
18212 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
18213 next, info source, info sources, info line, global and static
18214 variables, and static functions.
18215 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
18216 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
18217 * gdb.asm/asmsrc1.s: Add a static function and some variables.
18218 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
18219 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
18220 (gdbasm_leave): Restore frame pointer.
18221 (gdbasm_startup): Copy stack set-up from crt0.S.
18222
18223 2001-11-26 Fernando Nasser <fnasser@redhat.com>
18224
18225 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
18226 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
18227 to a local (non-static) variable. Copy tstruct.a to a static buffer
18228 and return a pointer to that buffer.
18229 * gdb.base/callfwmall.c (t_structs_a): Ditto.
18230
18231 2001-11-24 Mark Kettenis <kettenis@gnu.org>
18232
18233 * gdb.asm/configure.in: Fix recognition of ix86 target.
18234 * gdb.asm/configure: Regenerate.
18235
18236 2001-11-21 Michael Snyder <msnyder@redhat.com>
18237
18238 * gdb.asm/sparc.inc: New file.
18239 * gdb.asm/asm-source.exp: Recognize sparc target.
18240 * gdb.asm/configure.in: Recognize sparc target.
18241 * gdb.asm/configure: Regenerate.
18242
18243 2001-11-21 Michael Snyder <msnyder@redhat.com>
18244
18245 * gdb.asm/m32r.inc: New file.
18246 * gdb.asm/asm-source.exp: Recognize m32r target.
18247 * gdb.asm/configure.in: Recognize m32r target.
18248 * gdb.asm/configure: Regenerate.
18249
18250 2001-11-20 Michael Snyder <msnyder@redhat.com>
18251
18252 * gdb.asm/i386.inc: New file.
18253 * gdb.asm/asm-source.exp: Recognize ix86 target.
18254 * gdb.asm/configure.in: Recognize ix86 target.
18255 * gdb.asm/configure: Regenerate.
18256
18257 * gdb.c++/namespace.exp: Fix quotes in output messages.
18258
18259 2001-11-14 Michael Snyder <msnyder@redhat.com>
18260
18261 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
18262 qualifier in a type cast expression, to designate an address
18263 in the instruction space (Harvard architecture).
18264
18265 2001-11-13 Michael Snyder <msnyder@redhat.com>
18266
18267 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
18268 Tests for expressions using 'const' and 'volatile'.
18269
18270 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
18271
18272 * gdb.asm/asm-sources.exp: Allow defining linker flags.
18273
18274 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
18275
18276 * lib/mi-support.exp (mi_run_to_helper): Move comments
18277 outside of gdb_expect.
18278
18279 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
18280
18281 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
18282 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
18283 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
18284 mi0_run_to): New functions.
18285 * gdb.mi/mi-simplerun.exp: Use them.
18286 * gdb.mi/mi0-simplerun.exp: Likewise.
18287 * gdb.mi/mi-var-cmd.exp: Likewise.
18288 * gdb.mi/mi0-var-cmd.exp: Likewise.
18289
18290 2001-11-10 Andrew Cagney <ac131313@redhat.com>
18291
18292 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
18293 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
18294
18295 2001-11-09 Andrew Cagney <ac131313@redhat.com>
18296
18297 * gdb.base/restore.exp: Include $expected value in restored test
18298 message.
18299
18300 2001-11-09 Andrew Cagney <ac131313@redhat.com>
18301
18302 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
18303 implemented.
18304
18305 2001-11-08 Michael Snyder <msnyder@redhat.com>
18306
18307 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
18308 Add pass/fail message for stop at breakpoint in call dummy function.
18309
18310 2001-11-07 Michael Snyder <msnyder@redhat.com>
18311
18312 * gdb.c++/templates.exp (test_template_breakpoints):
18313 If we get an overload menu, but it does not match what
18314 we expect, we still need to issue the "cancel" command.
18315 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
18316 making the whitespace optional. Argument for "new" may be
18317 "unsigned" as well as "unsigned int/long".
18318 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
18319 making the whitespace optional. Also replace "(void) with
18320 "((void|)), making the keyword "void" optional.
18321 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
18322 making the whitespace optional. Also replace "(void) with
18323 "((void|)), making the keyword "void" optional.
18324 * gdb.base/callfuncs.c (t_float_values): This function must
18325 _not_ be prototyped, and the following function (t_float_values2)
18326 must be prototyped (if the compiler supports it), so that GDB
18327 can be tested against both cases. Usually one case involves
18328 promotion of float to double, while the other does not.
18329 * gdb.base/callfwmall.c: Ditto.
18330 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
18331 includes a stack frame for "start".
18332
18333 2001-11-05 Jim Blandy <jimb@redhat.com>
18334
18335 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
18336 pointers are 32 bits long, and that offsets of relocs are always
18337 stored in the data (REL-style), and not in the reloc entry itself
18338 (RELA-style).
18339 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
18340 stabs.
18341
18342 2001-11-01 Michael Snyder <msnyder@redhat.com>
18343
18344 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
18345 and regular expression operators by using quoting.
18346
18347 2001-10-31 Michael Snyder <msnyder@redhat.com>
18348
18349 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
18350 depending on what the symbol table contains.
18351 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
18352 the output of the ptype command. Similarly, accept both "const &"
18353 and "const&".
18354
18355 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
18356
18357 * gdb.base/miscexprs.c (main): Add usage of preprocessor
18358 symbol `STORAGE' to allow to choose the storage class of
18359 the local datastructures.
18360 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
18361 compiler directive.
18362
18363 2001-10-30 Michael Snyder <msnyder@redhat.com>
18364
18365 * gdb.base/jump.exp: Allow it to run for all targets.
18366
18367 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
18368
18369 * gdb.base/call-ar-st.c (print_double_array): Match for loop
18370 with new double_array size.
18371 (main): Change storage class of all local variables to static.
18372 Reduce size of double_array to 9.
18373 * gdb.base/call-ar-st.exp: Increase timeout value.
18374 Change expected output for double array to match new size in
18375 call-ar-st.c.
18376
18377 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
18378
18379 * gdb.base/ending-run.exp: Create identical output when passing
18380 `step to end of run' case. Add regular expression branch satisfying
18381 Stormy16 target.
18382
18383 2001-10-28 Mark Kettenis <kettenis@gnu.org>
18384
18385 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
18386 that we catch the expected failure under Linux/x86.
18387
18388 2001-10-29 Orjan Friberg <orjanf@axis.com>
18389
18390 * gdb.base/setvar.exp: Escape curly braces.
18391 * gdb.stabs/weird.exp: Ditto.
18392
18393 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
18394
18395 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
18396 * gdm.mi/mi0-hack-cli.exp: Likewise.
18397
18398 2001-10-25 Andrew Cagney <ac131313@redhat.com>
18399
18400 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
18401 messages.
18402
18403 2001-10-21 Andrew Cagney <ac131313@redhat.com>
18404
18405 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
18406 checking MI enabled.
18407
18408 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
18409
18410 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
18411
18412 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
18413
18414 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
18415 if gdb child process crashes, just signal an error.
18416
18417 2001-10-02 Jim Blandy <jimb@redhat.com>
18418
18419 * lib/gdb.exp (test_xfail_format): Simplify.
18420
18421 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
18422 front of the variable name `format'. Simplify `if'.
18423
18424 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
18425
18426 * gdb.threads/pthreads.exp: Wait for output and delay
18427 before sending ^C.
18428
18429 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
18430
18431 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
18432 some incorrect output instead of timing out.
18433 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
18434
18435 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
18436
18437 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
18438 check to allow additional `int'.
18439
18440 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
18441
18442 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
18443 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
18444
18445 2001-09-27 Michael Snyder <msnyder@redhat.com>
18446
18447 * lib/gdb.exp (test_debug_format): New proc.
18448 (setup_xfail_format): Use new proc test_debug_format.
18449 * gdb.base/constvars.exp (local_compiler_xfail_check): New
18450 proc; use new service proc test_debug_format.
18451 Replace all other "gcc_compiled" tests with this test.
18452 * gdb.base/volatile.exp (local_compiler_xfail_check): New
18453 proc; use new service proc test_debug_format.
18454 Replace all other "gcc_compiled" tests with this test.
18455
18456 2001-09-27 Michael Snyder <msnyder@redhat.com>
18457
18458 * gdb.base/cvexpr.exp: New file.
18459 * gdb.base/cvexpr.c: New file
18460 Test for expressions using const and volatile keywords.
18461
18462 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
18463
18464 * gdb.base/constvars.exp: Check for different orders of keywords
18465 and additional "int" strings in output.
18466
18467 2001-09-22 Andrew Cagney <ac131313@redhat.com>
18468
18469 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
18470 responses from "help maint".
18471
18472 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
18473
18474 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
18475 to localhost:NNN instead of :NNN, in case Xvfb is listening
18476 only on TCP.
18477
18478 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
18479
18480 * gdb.base/recurse.exp: When checking leaving the watchpoint
18481 scope, recognize when gdb is in function's epilogue and pass.
18482
18483 2001-09-18 Keith Seitz <keiths@redhat.com>
18484
18485 * lib/insight-support.exp (_gdbtk_export_target_info): Add
18486 support for running tests against sid targets.
18487 (gdbtk_done): Ditto.
18488
18489 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
18490
18491 * gdb.base/ending-run.c (main): Set stdout buffersize
18492 to the same reasonable value for any target.
18493 * gdb.base/ending-run.exp: Add a regular expression
18494 to make testsuite happy on Sanyo Stormy16 target.
18495
18496 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
18497
18498 * gdb.base/display.c (do_loops): Add float variable `f'.
18499 Increment f in loop.
18500 * gdb.base/display.exp: Increment timeout by 60 seconds.
18501 Change float display test to use variable `f'.
18502
18503 2001-09-17 Jim Blandy <jimb@redhat.com>
18504
18505 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
18506 overflowing the limited breakpoint tables on some ROM monitors
18507 (like the ROM68K).
18508
18509 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
18510
18511 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
18512 the "-ac" (disable access control) flag.
18513
18514 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
18515
18516 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
18517 ints.
18518
18519 2001-08-30 Keith Seitz <keiths@redhat.com>
18520
18521 * lib/gdb.exp: Move all insight-related functionality into
18522 separate file.
18523 * lib/insight-support.exp: New file.
18524
18525 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
18526
18527 * config/sid.exp (sid_start): Never set sid verbosity; disable
18528 expect_background {} that consumed its stdout; tolerate </dev/null.
18529 Attempt to set endianness override in "sid" protocol mode. Cleanup.
18530
18531 2001-08-18 Andrew Cagney <ac131313@redhat.com>
18532
18533 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
18534 CLI jump command to start it.
18535 (mi_run_to_main): Fail immediatly when unexpected output.
18536
18537 2001-08-18 Andrew Cagney <ac131313@redhat.com>
18538
18539 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
18540 beginning of function. Fix PR gdb/191.
18541
18542 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
18543
18544 * config/sid.exp (sid_start): Don't warn if we cannot figure out
18545 what to force sid endianness to.
18546
18547 2001-08-15 Keith Seitz <keiths@redhat.com>
18548
18549 * lib/gdb.exp (gdbtk_start): Don't set environment
18550 variables for TCL_LIBRARY and friends. Insight will
18551 now figure these out for itself.
18552
18553 2001-08-02 Michael Snyder <msnyder@redhat.com>
18554
18555 * gdb.base/completion.exp: Remove the symbol "a64l" from
18556 the expect string; this is target-specific, and not related
18557 to what is being tested.
18558
18559 2001-08-02 Dave Brolley <brolley@redhat.com>
18560
18561 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
18562
18563 2001-07-25 Michael Snyder <msnyder@redhat.com>
18564
18565 * gdb.base/consecutive.exp: New file. Test stepping over
18566 breakpoints on consecutive instructions.
18567 * gdb.base/consecutive.c: New file.
18568
18569 * gdb.base/call-rt-st.exp: Use double-backslash to quote
18570 curly braces in regular expressions.
18571
18572 2001-07-25 Michael Snyder <msnyder@redhat.com>
18573
18574 * gdb.base/ending-run.exp: Accept "Program exited normally" as
18575 legitimate output from stepping out of main.
18576
18577 2001-07-22 Keith Seitz <keiths@redhat.com>
18578
18579 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
18580 the empty string, do not run the tests.
18581
18582 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18583
18584 * gdb.base/long_long.exp: Detect size of pointer. Take into
18585 account 2-byte pointers when testing for p/a results.
18586
18587 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18588
18589 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
18590 and defined to 1K for m68hc11.
18591 (random_data): Reduce table to 1K for embedded platforms (68hc11).
18592 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
18593 (sizeof_random_data): New variable to tell the size of the data table;
18594 don't test past this size; always run to main.
18595
18596 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18597
18598 * gdb.base/return2.exp: return of long long and double fails for
18599 68HC11; don't execute these tests on that platform.
18600 * gdb.base/return.exp: Return of a double fails for 68hc11.
18601
18602 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18603
18604 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
18605 tests that print a float.
18606 * call-rt-st.exp: Likewise.
18607
18608 2001-07-12 Mark Kettenis <kettenis@gnu.org>
18609
18610 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
18611 running this test on Linux.
18612
18613 2001-06-24 Michael Chastain <chastain@redhat.com>
18614
18615 * gdb.base/arithmet.exp: Remove some tests to make all test names
18616 unique.
18617
18618 2001-07-03 Michael Snyder <msnyder@redhat.com>
18619
18620 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
18621 the output of the ptype command.
18622
18623 2001-07-02 Michael Snyder <msnyder@redhat.com>
18624
18625 * gdb.base/completion.exp: Don't assume that break.c is the only
18626 source file that may contain functions named "marker".
18627 * gdb.base/corefile.exp: Quote the curly braces in regexp.
18628
18629 2001-06-28 Andrew Cagney <ac131313@redhat.com>
18630
18631 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
18632 of files to delete.
18633
18634 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
18635 * gdb.disasm/h8300s.exp: New file.
18636 gdb.disasm/h8300s.s: Likewise.
18637
18638 2001-06-27 Andrew Cagney <ac131313@redhat.com>
18639
18640 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
18641 empty breakpoint tables.
18642
18643 2001-06-25 Andrew Cagney <ac131313@redhat.com>
18644
18645 * lib/mi-support.exp: Update args=... part of stop-reason
18646 patterns. Accept either a list or a tuple.
18647
18648 2001-06-23 Andrew Cagney <ac131313@redhat.com>
18649
18650 * lib/mi-support.exp: Remove local emacs variable defining
18651 change-log-default-name.
18652
18653 2001-06-22 Michael Chastain <chastain@redhat.com>
18654
18655 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
18656 This is operationally compatible with the previous version.
18657
18658 2001-06-13 Jim Blandy <jimb@redhat.com>
18659
18660 * lib/gdb.exp (gdb_test): Doc fix.
18661
18662 2001-06-10 Michael Chastain <chastain@redhat.com>
18663
18664 * gdb.base/exprs.exp: Remove a duplicate test.
18665
18666 2001-06-06 Jim Blandy <jimb@redhat.com>
18667
18668 * gdb.base/return2.exp (main): Use values to test float and double
18669 returns that are not NaN's, to avoid being confused by IEEE
18670 comparison rules.
18671
18672 2001-06-04 Michael Snyder <msnyder@redhat.com>
18673
18674 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
18675 non-zero if control_c fails. Terminate the test on failure,
18676 rather than wait for 12 more tests to time out.
18677
18678 2001-06-06 Jim Blandy <jimb@redhat.com>
18679
18680 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
18681 Don't forget to match the GDB prompt.
18682
18683 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
18684
18685 2001-06-04 Jim Blandy <jimb@redhat.com>
18686
18687 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
18688 command.
18689
18690 2001-05-31 Kevin Buettner <kevinb@redhat.com>
18691
18692 * gdb.base/annota1.exp (info break): Match four or more spaces
18693 after "Address".
18694
18695 2001-05-31 Michael Chastain <chastain@redhat.com>
18696
18697 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
18698 (dm_type_int_star): Likewise.
18699 (dm_type_long_star): Likewise.
18700 (dm_type_void_star): Likewise.
18701
18702 2001-05-29 Kevin Buettner <kevinb@redhat.com>
18703
18704 * gdb.base/completion.exp (INPUTRC): Set this environment variable
18705 to a known value in order to get consistent results regardless
18706 of the setting of INPUTRC or the presence or contents of .inputrc.
18707
18708 2001-05-24 Michael Snyder <msnyder@redhat.com>
18709
18710 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
18711 Don't require that the main thread and the manager thread are the
18712 first in the list.
18713
18714 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
18715 debugging. If test fails, issue an "unsupported" not a "fail".
18716
18717 2001-05-24 Jim Blandy <jimb@redhat.com>
18718
18719 Don't assume that short is shorter than int.
18720 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
18721 assume that shorts are smaller than ints. On a 16-bit machine,
18722 this isn't true.
18723 ("print unsigned char == (~0)"): Add test that verifies that ~0,
18724 an int, is not equal to ~0 stored in an unsigned char. This tests
18725 the same thing that the previous test meant to, but works on
18726 16-bit machines, too.
18727 ("print unsigned char != (~0)"): Same test, complemented.
18728
18729 2001-05-24 Michael Snyder <msnyder@redhat.com>
18730
18731 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
18732 test for (full_coverage == 0). This makes the test run faster,
18733 and prevents dejagnu getting out of step.
18734
18735 2001-05-23 Kevin Buettner <kevinb@redhat.com>
18736
18737 * gdb.base/finish.exp (finish_void): Revise pattern for
18738 stopping on the call statement to not permit stopping at
18739 the start of the instructions comprising the call sequence.
18740
18741 2001-05-19 Michael Chastain <chastain@redhat.com>
18742
18743 * gdb.base/callfuncs.exp: Make all test names unique.
18744 * gdb.base/commands.exp: Make all test names unique.
18745 * gdb.base/condbreak.exp: Make all test names unique.
18746 * gdb.base/dbx.exp: Make all test names unique.
18747 * gdb.base/default.exp: Make all test names unique.
18748 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
18749 and TIMEOUT messages to their corresponding PASS message.
18750 * gdb.base/ending-run.exp: Make all test names unique.
18751 * gdb.base/long_long.exp: Remove duplicate test.
18752
18753 2001-05-21 Kevin Buettner <kevinb@redhat.com>
18754
18755 * gdb.base/finish.exp (finish_void): Allow "finish" command to
18756 stop on the call statement as well as the statement after the
18757 call.
18758
18759 2001-05-21 Michael Snyder <msnyder@redhat.com>
18760
18761 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
18762
18763 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
18764
18765 * gdb.base/completion.exp: Revamp test. Make it execute on all
18766 platforms.
18767
18768 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
18769
18770 * config/gdbserver.exp (gdb_load): Handle the case
18771 in which the arguments to gdbserver are given in the
18772 baseboard configuration file.
18773 Also handle the case in which the server needs to do a
18774 load.
18775
18776 2001-05-07 Keith Seitz <keiths@cygnus.com>
18777
18778 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
18779 set up the display for testing.
18780 (gdbtk_start): Convert all paths to paths that tcl will like.
18781 Export target information to environment.
18782 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
18783 necessary.
18784 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
18785 (to_tcl_path): New proc to convert a given pathname into
18786 a path acceptible as an argument to a tcl command.
18787 (_gdbtk_export_target_info): New proc to export target info
18788 into the environment for gdbtk testing.
18789 (gdbtk_done): New proc to signal end-of-test.
18790
18791 2001-05-06 Jim Blandy <jimb@redhat.com>
18792
18793 * restore.c: Make the code of caller0 correspond to its comment.
18794
18795 2001-05-03 Michael Snyder <msnyder@redhat.com>
18796
18797 * config/sid.exp (gdb_target_sid): Check for error messages.
18798 On error or timeout, don't make expect exit (which will terminate
18799 all subsequent tests); instead just make gdb exit.
18800 (gdb_load): Check for error messages. On error or timeout,
18801 return a negative value.
18802
18803 2001-04-24 Jim Blandy <jimb@redhat.com>
18804
18805 * gdb.c++/templates.exp: If we see the prompt for the overload
18806 list, but we haven't recognized any of the longer patterns,
18807 arrange for this test to fail, not hang.
18808
18809 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
18810 variations.
18811
18812 2001-04-22 Michael Chastain <chastain@redhat.com>
18813
18814 * gdb.c++/local.exp: Use the 'runto' library function.
18815 * gdb.c++/namespace.exp: Likewise.
18816 * gdb.c++/overload.exp: Likewise.
18817
18818 2001-03-26 Kevin Buettner <kevinb@redhat.com>
18819
18820 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
18821 * gdb.base/step-line.exp: New file. Test step/next in presence of
18822 #line directives.
18823 * gdb.base/step-line.c: New file. Test program for the above.
18824 * gdb.base/step-line.inp: New file. We pretend that this file has
18825 been transformed by some other tool into step-line.c.
18826
18827 2001-03-21 Jim Blandy <jimb@redhat.com>
18828
18829 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
18830 unmangled operator names.
18831
18832 2001-03-20 Jim Blandy <jimb@redhat.com>
18833
18834 * gdb.threads/linux-dp.exp: Recognize an additional message
18835 generated by GDB when it doesn't understand how to debug threads
18836 on the target system.
18837
18838 2001-03-19 Andrew Cagney <ac131313@redhat.com>
18839
18840 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
18841
18842 2001-03-12 Michael Chastain <chastain@redhat.com>
18843
18844 * gdb.c++/derivation.exp: Use the 'runto' library function.
18845
18846 2001-03-12 Michael Chastain <chastain@redhat.com>
18847
18848 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
18849
18850 2001-02-24 Michael Chastain <chastain@redhat.com>
18851
18852 * gdb.c++/ref-types.exp: Change handwritten code to library
18853 function 'runto'.
18854
18855 2001-03-16 Orjan Friberg <orjanf@axis.com>
18856
18857 * gdb.base/signals.exp: Set count to 0 explicitly.
18858
18859 2001-03-15 Mark Salter <msalter@redhat.com>
18860
18861 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
18862 (gdb_target_monitor): Add check of gdb_target_cmd return value.
18863 (gdb_load): Add support for additional target_info: gdb_download_size
18864 and gdb_load_timeout.
18865
18866 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
18867
18868 * gdb.base/annota1.exp: Move test of isnative to earlier in the
18869 file -- to prevent failing when the compile fails but we have no
18870 intention of running the tests anyway.
18871
18872 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
18873 tests if set.
18874
18875 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
18876 integers.
18877
18878 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
18879 * gdb.c++/namespace.exp: Ditto.
18880
18881 2001-03-07 Orjan Friberg <orjanf@axis.com>
18882
18883 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
18884 * gdb.base/pointers.exp: Relax pattern match of decimals.
18885
18886 2001-03-06 Kevin Buettner <kevinb@redhat.com>
18887
18888 * Makefile.in, config/abug.exp, config/cfdbug.exp,
18889 config/cpu32bug.exp, config/dve.exp, config/est.exp,
18890 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
18891 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
18892 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
18893 config/sh.exp, config/sid.exp, config/slite.exp,
18894 config/sparclet.exp, config/udi.exp, config/unknown.exp,
18895 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
18896 config/vxworks.exp, config/vxworks29k.exp,
18897 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
18898 gdb.base/all-bin.exp, gdb.base/annota1.exp,
18899 gdb.base/arithmet.exp, gdb.base/assign.exp,
18900 gdb.base/async.exp, gdb.base/attach.exp,
18901 gdb.base/bitfields.exp, gdb.base/bitops.exp,
18902 gdb.base/break.exp, gdb.base/call-ar-st.exp,
18903 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
18904 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
18905 gdb.base/commands.exp, gdb.base/completion.exp,
18906 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
18907 gdb.base/constvars.exp, gdb.base/corefile.exp,
18908 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
18909 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
18910 gdb.base/ending-run.exp, gdb.base/environ.exp,
18911 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
18912 gdb.base/finish.exp, gdb.base/foll-exec.exp,
18913 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
18914 gdb.base/funcargs.exp, gdb.base/help.exp,
18915 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
18916 gdb.base/logical.exp, gdb.base/long_long.exp,
18917 gdb.base/maint.exp, gdb.base/mips_pro.exp,
18918 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
18919 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
18920 gdb.base/pointers.exp, gdb.base/printcmds.exp,
18921 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
18922 gdb.base/regs.exp, gdb.base/relational.exp,
18923 gdb.base/remote.exp, gdb.base/reread.exp,
18924 gdb.base/restore.exp, gdb.base/return2.exp,
18925 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
18926 gdb.base/selftest.exp, gdb.base/setshow.exp,
18927 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
18928 gdb.base/sigall.exp, gdb.base/signals.exp,
18929 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
18930 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
18931 gdb.base/step-test.exp, gdb.base/structs.c,
18932 gdb.base/structs.exp, gdb.base/structs2.exp,
18933 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
18934 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
18935 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
18936 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18937 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
18938 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
18939 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
18940 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
18941 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
18942 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
18943 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
18944 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
18945 gdb.fortran/types.exp, gdb.java/jmisc.exp,
18946 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
18947 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
18948 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
18949 gdb.trace/circ.exp, gdb.trace/collection.exp,
18950 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
18951 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
18952 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
18953 gdb.trace/report.exp, gdb.trace/save-trace.exp,
18954 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
18955 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
18956 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
18957 notices.
18958
18959 2001-02-27 Michael Snyder <msnyder@cygnus.com>
18960
18961 * gdb.base/varargs.c (find_max_double): Fix printf format string:
18962 first arg is int not float.
18963
18964 2001-02-22 Michael Snyder <msnyder@cygnus.com>
18965
18966 * gdb.base/reread.exp: Unsupported for non-native targets;
18967 doesn't work for remote debugging.
18968
18969 2001-02-19 Fernando Nasser <fnasser@redhat.com>
18970
18971 From Drew Moseley <dmoseley@redhat.com>
18972 * gdb.base/ending-run.exp: Properly handle the BSP state when
18973 stepping past the end of main.
18974
18975 2001-02-19 John Moore <jmoore@redhat.com>
18976
18977 * gdb.base/commands.exp (infrun_breakpoint_command_test):
18978 Converted HPUX fix for non-expected items following multiple
18979 step commands into general solution for all platforms.
18980
18981 2001-02-18 Michael Chastain <chastain@redhat.com>
18982
18983 * gdb.c++/classes.exp (do_tests): Change runto statements
18984 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18985 statements demangler agnostic.
18986 * gdb.c++/virtfunc.exp (do_tests): Likewise.
18987 (gdb_virtfunc_restart): Likewise.
18988
18989 2001-02-14 Michael Chastain <chastain@redhat.com>
18990
18991 * gdb.c++/inherit.exp (do_tests): Change runto statements
18992 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18993 statements demangler agnostic.
18994
18995 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
18996
18997 * gdb.threads/pthreads.exp: Unify pass/fail messages for
18998 ``continue to bkpt at common_routine in thread 2'' and ``stopped
18999 before calling common_routine 15 times'' tests.
19000
19001 2001-02-11 Michael Chastain <chastain@redhat.com>
19002
19003 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
19004 Helps the test script figure out which demangler is in use.
19005 (dm_type_foo_ref): Ditto.
19006 (dm_type_int_star): Ditto.
19007 (dm_type_long_star): Ditto.
19008 (dm_type_unsigned_int): Ditto.
19009 (dm_type_void): Ditto.
19010 (dm_type_void_star): Ditto.
19011 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
19012 Probe the gdb demangler and set variables to accommodate
19013 formatting differences.
19014 (info_func_regexp): New function. Same as info_func, but
19015 matches against a regexp.
19016 (info_func): Match against a literal string.
19017 (print_addr_2): New function. Match against a literal string,
19018 which can be different from the input to gdb.
19019 (print_addr): Simply call print_addr_2 with the same argument twice.
19020 (test_lookup_operator_functions): Use demangler formatting variables.
19021 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
19022 the tests in the same order as the C++ class declaration.
19023 (test_paddr_operator_functions): Ditto.
19024 (test_paddr_overloaded_functions): Ditto.
19025 (test_paddr_hairy_functions): Use demangler formatting variables.
19026 Add reference to gdb/19 for related tests.
19027 (do_tests): Call probe_demangler.
19028
19029 2001-01-30 Kevin Buettner <kevinb@redhat.com>
19030
19031 * gdb.c++/templates.cc (printf): Remove unused function definition.
19032
19033 2001-01-26 Felix Lee <flee@redhat.com>
19034
19035 * sid.exp (sid_exit): Pass host, not target, to remote_close.
19036
19037 2001-01-25 matthew green <mrg@redhat.com>
19038
19039 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
19040 up sid.
19041 (sid_exit): Call `remote_pop_conn' after GDB is gone.
19042
19043 2001-01-25 matthew green <mrg@redhat.com>
19044
19045 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
19046 Deprecate $sid_spawn_id.
19047 (sid_exit): Remove code necessary only for `spawn.'
19048
19049 2001-01-25 matthew green <mrg@redhat.com>
19050
19051 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
19052
19053 2001-01-28 Michael Chastain <chastain@redhat.com>
19054
19055 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
19056 to call when tests fail. It takes gdb out of the overloaded
19057 function choice menu back to the main prompt, so that the test
19058 program stays synchronized.
19059 (set_bp_overloaded): New proc to collect all the common
19060 code for setting a breakpoint on an overloaded name. Calls
19061 take_gdb_out_of_choice_menu when needed.
19062 (menu_overload1arg): New variable to collect the repeated
19063 instances of the expected menu for an overloaded name. Change
19064 the regular expression to handle changes in g++ type encoding:
19065 "void" can be either "void" or "", and "unsigned int" can be
19066 either "unsigned int" or "unsigned".
19067 (continue_to_bp_overloaded): Change regular expressions to handle
19068 changes in g++ type encoding.
19069 (no proc): Call take_gdb_out_of_choice_menu when needed.
19070 Remove redundant calls to "info break". Accept either "canceled"
19071 or "cancelled". Change regular expressions in "info break"
19072 calls to handle changes in g++ type encoding. Give all tests
19073 unique strings.
19074
19075 2001-01-17 Ben Elliston <bje@redhat.com>
19076
19077 * config/sid.exp: New file.
19078
19079 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
19080
19081 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
19082
19083 2000-12-21 Michael Snyder <msnyder@cygnus.com>
19084
19085 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
19086 Add a RE to accept a non-ascii char if one is ever presented.
19087
19088 2000-12-20 Fernando Nasser <fnasser@redhat.com>
19089
19090 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
19091
19092 2000-12-18 Michael Snyder <msnyder@cygnus.com>
19093
19094 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
19095 in regexp. One '\' does not suffice on Linux.
19096
19097 2000-12-09 Michael Chastain <chastain@redhat.com>
19098
19099 * gdb.base/break.exp (test_clear_command): Use a marker function
19100 rather than 'main' for the test function. Also move this
19101 test to an execution point where the marker function names are
19102 guaranteed to be bound to functions. (Executing tests after a
19103 'finish' from main runs into name conflicts with local names
19104 in __libc_start_main).
19105
19106 2000-12-07 Michael Snyder <msnyder@cygnus.com>
19107
19108 * gdb.base/finish.exp: New test for gdb's "finish" command.
19109 * gdb.base/return2.exp: New test for gdb's "return" command.
19110 * gdb.base/return2.c: New source file for above.
19111
19112 2000-12-05 Michael Snyder <msnyder@cygnus.com>
19113
19114 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
19115 * gdb.base/miscexprs.exp: Ditto.
19116 * gdb.base/pointers.exp: Ditto.
19117 * gdb.c++/derivation.exp: Ditto.
19118 * gdb.c++/local.exp: Ditto.
19119 * gdb.c++/namespace.exp: Ditto.
19120 * gdb.c++/overload.exp: Ditto.
19121 * gdb.c++/ref-types.exp: Ditto.
19122
19123 2000-12-05 Michael Snyder <msnyder@cygnus.com>
19124
19125 * gdb.base/constvars.exp: Test result of "up" command.
19126 * gdb.base/miscexprs.exp: Ditto.
19127 * gdb.base/pointers.exp: Ditto.
19128 * gdb.base/scope.exp: Ditto.
19129 * gdb.c++/derivation.exp: Ditto.
19130 * gdb.c++/local.exp: Ditto.
19131 * gdb.c++/namespace.exp: Ditto.
19132 * gdb.c++/overload.exp: Ditto.
19133 * gdb.c++/ref-types.exp: Ditto.
19134
19135 2000-11-22 Michael Chastain <chastain@redhat.com>
19136
19137 * mips_pro.exp: Accept either "middle -> top -> main" or
19138 "middle -> main" in the backtrace, because gcc can optimize
19139 tail calls to jumps. Remove setup_xfail for the hppa case.
19140 Add a comment with the original warning messages from PR 3016,
19141 which was filed in 1993, to preserve them for posterity.
19142
19143 2000-11-17 Nick Duffek <nsd@redhat.com>
19144
19145 * lib/gdb.exp (gdb_test): Override timeout with board info.
19146
19147 2000-11-17 Nick Duffek <nsd@redhat.com>
19148
19149 * gdb.base/display.exp: Don't kill running stub. Add "again" to
19150 the second kill and detach messages.
19151
19152 2000-11-17 Nick Duffek <nsd@redhat.com>
19153
19154 * configure.in: Add AC_EXEEXT.
19155 * configure: Regenerate.
19156 * Makefile.in (just-check): Export EXEEXT.
19157 * lib/gdb.exp ($EXEEXT): Import from environment.
19158 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
19159 expect "maint dump-me" on Cygwin.
19160 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
19161 $EXEEXT.
19162
19163 2000-11-17 Nick Duffek <nsd@redhat.com>
19164
19165 * gdb.base/break.exp: Test backtrace and finish from called
19166 function on all platforms, not just HP-UX.
19167
19168 2000-11-03 Michael Snyder <msnyder@cygnus.com>
19169
19170 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
19171 code from gdb_target_monitor, so it can be used independantly
19172 for gdbserver. Also comment out an unnecessary PUTS.
19173
19174 2000-11-03 Michael Snyder <msnyder@cygnus.com>
19175
19176 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
19177 * gdb.base/corefile.exp: Expect the message "Program is being
19178 debugged already" when we send the "corefile" command, since
19179 the preceeding gdb_load may have connected gdb to a remote target.
19180 * gdb.base/display.exp: Disable hardware watchpoints if new
19181 board info variable "no_hardware_watchpoints" is true.
19182 Replace single-letter commands with more readable ones.
19183 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
19184 if new board info variable "no_hardware_watchpoints" is true.
19185 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
19186 to see if stdio (printf) testing is possible.
19187 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
19188 board info variable "no_hardware_watchpoints" is true. Use new
19189 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
19190
19191 2000-11-13 Fernando Nasser <fnasser@redhat.com>
19192
19193 From Orjan Friberg <orjanf@axis.com>:
19194 * gdb.base/printcmds.exp: Escape curly braces followed by a number
19195 in array print pattern match.
19196
19197 2000-11-09 Fernando Nasser <fnasser@redhat.com>
19198
19199 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
19200 spelling "cancelled" to U.S. spelling "canceled" to match changes
19201 made to gdb.
19202 * gdb.c++/ovldbreak.exp: Ditto.
19203
19204 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19205
19206 * gdb.base/callfuncs.c (main): Moved to end of file, call
19207 t_double_values to initialize the FPU before inferior calls are made.
19208 * gdb.base/callfuncs.exp: Test for register preservation after calling
19209 inferior functions. Add tests for continuining, finishing and
19210 returning from a stop in a call dummy.
19211
19212 2000-10-24 Michael Snyder <msnyder@cygnus.com>
19213
19214 * gdb.base/commands.exp: Break up long lines, and re-indent.
19215
19216 2000-10-19 Michael Snyder <msnyder@cygnus.com>
19217
19218 * config/gdbserver.exp: Rewritten from the ground up, to make it
19219 compatible with the current dejagnu tree, and to make it work with
19220 the new "gdbserver" in libremote.
19221
19222 2000-10-16 Michael Snyder <msnyder@cygnus.com>
19223
19224 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
19225 * gdb.base/varargs.exp: Skip entire test if no printf support.
19226 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
19227 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
19228
19229 2000-10-13 Michael Snyder <msnyder@cygnus.com>
19230
19231 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
19232 no floating point support.
19233 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
19234 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
19235 * gdb.base/call-rt-st.exp: Ditto.
19236 * gdb.base/call-strs.exp: Ditto.
19237
19238 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
19239
19240 * gdb.base/sizeof.c: include <stdio.h>.
19241
19242 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
19243 'finish', otherwise uncaptured gdb_prompt would potentially
19244 throw remaining test points out of sync.
19245
19246 2000-07-26 Scott Bambrough <scottb@netwinder.org>
19247
19248 * gdb.base/recurse.exp: Run tests for all targets.
19249 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
19250 gnu-oldld case on ARM.
19251 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
19252 for ARM targets.
19253
19254 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
19255
19256 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
19257 * gdb.java/configure: Rebuild.
19258
19259 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
19260
19261 * gdb.java/jv-exp.exp: New file.
19262
19263 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
19264
19265 * configure: Rebuilt.
19266 * configure.in (configdirs): Add gdb.java.
19267 * gdb.java/jmisc.java: New file.
19268 * gdb.java/jmisc.exp: New file.
19269 * gdb.java/Makefile.in: New file.
19270 * gdb.java/configure: Rebuilt.
19271 * gdb.java/configure.in: New file.
19272 * lib/java.exp: New file.
19273
19274 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
19275
19276 * gdb.base/exprs.exp: Test casts to a pointer including over and
19277 underflow.
19278
19279 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
19280
19281 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
19282 and the compilers sizes.
19283
19284 2000-07-09 Nick Duffek <nsd@redhat.com>
19285
19286 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
19287 (use_methods): New function.
19288 (main): Call use_methods().
19289 * gdb.c++/classes.exp (test_method_param_class): New procedure.
19290 (do_tests): Call test_method_param_class.
19291
19292 2000-07-09 Nick Duffek <nsd@redhat.com>
19293
19294 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
19295 spelling.
19296 (test_enums): New procedure. Move enum tests from end of script
19297 to here. Set breakpoint on function name instead of line number.
19298 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
19299 (enums2): New marker function.
19300 (enums1): New function.
19301 (main): Call enums1(). Move enum tests to enums1().
19302
19303 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
19304
19305 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
19306 compile/link program. Update line numbers.
19307 * gdb.asm/d10v.inc: Define ``startup''.
19308 * gdb.asm/asmsrc1.s: Add definition of _start.
19309
19310 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
19311
19312 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
19313
19314 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19315
19316 * gdb.base/maint.exp: Add 'maint print architecture' item to output
19317 of 'help maint print' command.
19318
19319 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
19320
19321 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
19322 they use gdb_expect_list.
19323
19324 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
19325
19326 * gdb.base/commands.exp: Use ``set remote
19327 memory-read-packet-size'' instead of ``set endian big'' to test
19328 long commands.
19329
19330 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
19331
19332 * gdb.c++/templates.exp (do_tests): Make all of these work under
19333 g++, and stop skipping them.
19334
19335 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
19336 work under g++.
19337
19338 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
19339 initialization.
19340
19341 2000-06-02 Michael Snyder <msnyder@cygnus.com>
19342
19343 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
19344 the regular expression: accept an (almost) arbitrary sequence of
19345 "frames-invalid" and "breakpoints-invalid" messages both before
19346 and after the "starting" message.
19347
19348 2000-06-02 Michael Snyder <msnyder@cygnus.com>
19349
19350 * gdb.c++/local.exp: This test has never been known to work with g++.
19351
19352 2000-05-18 Michael Snyder <msnyder@cygnus.com>
19353
19354 * gdb.base/annota1.exp (annotate-signal-handler-caller):
19355 Relax the regular expression a little, make it pass on Solaris 8.
19356
19357 2000-05-12 Kevin Buettner <kevinb@redhat.com>
19358
19359 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
19360 a call, do not require that gdb stop on the line after the call.
19361 Instead, it is permissible for gdb to stop on the line of the
19362 call itself.
19363
19364 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
19365
19366 * gdb.base/break.exp (bp on small function, optimized file):
19367 Add a second pass pattern. The behavior differs here between stabs
19368 and dwarf for one-line functions. Stabs preserves two line symbols
19369 (one before the prologue and one after) with the same line number,
19370 but dwarf regards these as duplicates and discards one of them.
19371 Therefore the address after the prologue (where the breakpoint is)
19372 has no exactly matching line symbol, and GDB reports the breakpoint
19373 as if it were in the middle of a line rather than at the beginning.
19374
19375 2000-05-08 Michael Snyder <msnyder@cygnus.com>
19376
19377 * gdb.base/interrupt.exp: Make "pass" message say "send"
19378 rather than "send_gdb" (for consistancy).
19379
19380 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
19381
19382 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
19383 * gdb.c++/templates.cc: Properly check for GCC version number.
19384 * lib/compiler.cc: Likewise
19385
19386 2000-04-28 Michael Snyder <msnyder@cygnus.com>
19387
19388 * gdb.base/break.exp: When compiled with -O2 optimization,
19389 gdb may not stop at the first line of main, due to code motion.
19390
19391 2000-04-26 Michael Snyder <msnyder@cygnus.com>
19392
19393 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
19394 This test depends on parsing the printf output from the target.
19395 Since the sparclet stub doesn't do stdio, this will never work.
19396 * gdb.base/call-rt-st.exp: ditto.
19397 * gdb.base/call-strs: ditto.
19398
19399 2000-04-24 Michael Snyder <msnyder@cygnus.com>
19400
19401 * gdb.base/miscexprs.exp: make sizeof long array test portable.
19402
19403 * gdb.base/ending-run.exp: After connecting to a remote target,
19404 but before running, the target will appear to be in a random
19405 location. Specify both a file and a line for breakpoints.
19406 Also, the function that calls main may be called 'init'
19407 rather than 'start'.
19408
19409 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19410
19411 * gdb.base/help.exp: Update output for add-symbol-file command.
19412
19413 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
19414
19415 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19416 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
19417
19418 2000-04-07 J.T. Conklin <jtc@redback.com>
19419
19420 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
19421
19422 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
19423
19424 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
19425
19426 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
19427 values that can be represented exactly.
19428 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
19429 above change, and to not check against the directory part of the source
19430 file name.
19431 (step into print_long_arg_list): Likewise.
19432 (print print_small_structs from print_long_arg_list): Likewise.
19433 (print print_long_arg_list): Likewise.
19434
19435 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19436
19437 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
19438
19439 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
19440
19441 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
19442
19443 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
19444
19445 * gdb.base/commands.exp (deprecated_command_test): Add test for
19446 deprecate with no arguments.
19447
19448 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
19449
19450 * gdb.base/break.exp: Add new test for setting breakpoints on
19451 optimized code so we can test breakpoints work even when function
19452 prologues may be optimized away
19453
19454 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
19455
19456 From David Whedon <dwhedon@gordian.com>
19457 * gdb.base/commands.exp : Added command deprecator tests.
19458
19459 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
19460
19461 * gdb.base/help.exp: Added test for new apropos command.
19462
19463 2000-03-21 Kevin Buettner <kevinb@redhat.com>
19464
19465 * gdb.base/pointers.c (usevar): New function.
19466 (main): Make sure that global variables v_int_pointer2, rptr,
19467 and y are all referenced someplace in the program by calling
19468 usevar() on them. [Some linkers delete symbols which are
19469 never referenced. The space remains, but there's no way to
19470 get a (symbolic) handle on the variable from the debugger.]
19471
19472 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19473
19474 * gdb.base/printcmds.c: Add typedeffed arrays.
19475
19476 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
19477 procedure to test arrays that are typedef'd.
19478
19479 2000-03-13 James Ingham <jingham@leda.cygnus.com>
19480
19481 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
19482 the library directories.
19483
19484 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
19485
19486 * configure.in (configdirs): Add sub directory gdb.mi.
19487 * configure: Re-generate.
19488
19489 * gdb.mi: New directory.
19490
19491 2000-02-25 Scott Bambrough <scottb@netwinder.org>
19492
19493 * gdb.base/long_long.exp: Correct test suite failure when printing
19494 a long long value as a double on ARM platforms.
19495
19496 2000-02-16 Jim Blandy <jimb@redhat.com>
19497
19498 * gdb.base/break.exp ("breakpoint line number"): Make sure the
19499 default source file is set properly before running this test.
19500
19501 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19502
19503 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
19504 gdbtk/library directory, not in gdbtcl2.
19505
19506 2000-02-04 Jim Blandy <jimb@redhat.com>
19507
19508 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
19509 backslash from regexp pattern.
19510
19511 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
19512 procedure. Use it to run all the "continue to bp overloaded"
19513 tests. Note that this changes the names of the tests slightly.
19514 If the breakpoint hit message includes a hex PC value, because
19515 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
19516 from the real source code, still consider that a pass.
19517
19518 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
19519 XFAIL here if the breakpoint message contains a hex address. Note
19520 similar change on 1999-11-02.
19521
19522 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
19523
19524 * gdb.base/ptype.exp: Establish a default source file before
19525 calling get_debug_format.
19526
19527 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
19528
19529 * gdb.base/watchpoint.exp: Remove duplication of test messages.
19530
19531 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
19532
19533 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
19534 of successive stepi commands -- while in the prologue we should see
19535 the function entry bracket.
19536
19537 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
19538
19539 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
19540 reach __change_mode() when stepping through the end of main().
19541
19542 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
19543
19544 * gdb.base/default.exp: Fix expected pattern.
19545 * gdb.base/help.exp: Same.
19546
19547 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19548
19549 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
19550 Don't use xfail's because that affects only the following test.
19551
19552 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
19553 solaris or linux.
19554
19555 * gdb.base/selftest.exp: Update to reflect changes to main.c.
19556
19557 2000-01-07 Michael Snyder <msnyder@cygnus.com>
19558
19559 * gdb.base/display.exp: Some yacc parsers like to say
19560 "A syntax error" rather than "A parse error". Accept both.
19561
19562 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
19563
19564 * gdb.base/default.exp: Remove OS dependent string from "target
19565 remote" test.
19566 * gdb.base/help.exp: Same for "help target remote" test.
19567
19568 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19569
19570 From Jim Kingdon <kingdon@redhat.com>:
19571
19572 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
19573 prompt (cleanup rather than necessity, but still might keep output
19574 from spilling to next test).
19575
19576 2000-01-02 Fred Fish <fnf@cygnus.com>
19577
19578 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
19579 AIX, which defines them in <sys/types.h>.
19580
19581 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
19582
19583 * gdb.base/default.exp: Match arm* etc instead of arm in "info
19584 float" test.
19585
19586 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
19587
19588 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
19589
19590 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
19591 outermost frame disallowed".
19592
19593 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
19594
19595 * gdb.base/setvar.exp: New tests for setting the value of a struct
19596 with a constant list.
19597
19598 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
19599
19600 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
19601 require the user to type a cast before setting the value of a struct.
19602
19603 1999-12-06 Jim Blandy <jimb@cygnus.com>
19604
19605 * gdb.base/default.exp: Expect the new 'info float' command on
19606 all i386 platforms.
19607
19608 * gdb.threads/linux-dp.exp: Expand our ability to recognize
19609 LinuxThreads libraries that don't support debugging.
19610
19611 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
19612
19613 * gdb.base/remote.c: Fill the buffer with truely random data.
19614 Change the buffer type to ``unsigned char'' to simplify size
19615 arithmetic.
19616
19617 * gdb.base/remote.exp: Reduce download numbers by one. Typical
19618 stub only handles 400-1 byte packets. Verify that the download
19619 worked.
19620
19621 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
19622
19623 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
19624 tests, using UNRESOLVED for the untested cases. Also, does not wait
19625 for a timeout if the prompt was received before a recognizable pattern.
19626
19627 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
19628
19629 * lib/gdb.exp (gdb_expect_list): Fix spelling.
19630
19631 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19632
19633 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
19634 watchpoints.
19635
19636 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
19637
19638 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
19639
19640 * gdb.c++/local.exp: Be more flexible in recognizing local class
19641 name mangling. Don't allow horribly truncated method names.
19642 * gdb.c++/derivation.exp: Expect protected inheritance.
19643 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
19644 * gdb.c++/virtfunc.exp: Likewise.
19645 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
19646 when printing a nested enum.
19647
19648 1999-11-22 Jim Blandy <jimb@cygnus.com>
19649
19650 * gdb.base/step-test.exp: Properly await GDB's response to setting
19651 a breakpoint on the call to large_struct_by_value.
19652
19653 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
19654 just because we have debug info for the `start' function.
19655
19656 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
19657
19658 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
19659 "Unknown signal" messages, which indicate (on LinuxThreads) that
19660 GDB doesn't know how to debug threads on this system. This is
19661 better than hanging while philosopher 0 dumps chatter into gdb.log.
19662
19663 1999-11-18 Tom Tromey <tromey@cygnus.com>
19664
19665 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
19666
19667 1999-11-18 Fred Fish <fnf@cygnus.com>
19668
19669 * gdb.base/coremaker2.c: Add sample program for generating
19670 cores that is more self contained than coremaker.c. Eventually
19671 I'll add more code to this and tie it into the testsuite.
19672
19673 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
19674
19675 * gdb.base/dollar.exp: Remove, now in gdb.hp.
19676
19677 1999-11-10 Jimmy Guo <guo@cup.hp.com>
19678
19679 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
19680 from $srcdir/lib/.
19681 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
19682 and gdb.c++/.
19683
19684 * gdb.c++/derivation.exp: remove redundant get compiler info code.
19685
19686 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
19687 'continue with watch' test point.
19688
19689 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
19690
19691 Merged from p2linux-990323-branch:
19692
19693 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
19694
19695 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
19696
19697 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
19698 {limit,fixed}''. Test ``set download-write-size''.
19699
19700 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
19701
19702 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
19703 gdb_expect_list.
19704
19705 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
19706
19707 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
19708
19709 1999-11-03 Mark Salter <msalter@cygnus.com>
19710
19711 * gdb.base/break.exp: Fix "stub continue" pattern.
19712
19713 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
19714
19715 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
19716
19717 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
19718
19719 * gdb.base/display.exp ("finish"): Add timeout clause.
19720
19721 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
19722 plain prompt clause, so this doesn't have to time out in order to
19723 fail.
19724
19725 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
19726 breakpoint hit messages include an address.
19727
19728 * gdb.base/display.exp: Don't forget to escape parens in regular
19729 expressions. Unix regexp notatation sucks.
19730
19731 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19732
19733 * gdb.base/annota1.exp: Test for annotate-signalled: change output
19734 order for 'signalled' message.
19735
19736 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
19737
19738 From Jimmy Guo <guo@cup.hp.com>:
19739 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
19740 * gdb.base/annota1.c: Add code for tests to work with.
19741
19742 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
19743
19744 * gdb.base/remote.exp: New test for remote downloading settings.
19745 * gdb.base/remote.c: New file with large .data.
19746
19747 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
19748
19749 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
19750 for LinuxThreads support, merged from the Code Fusion branch.
19751
19752 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
19753
19754 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
19755 containing exp_continue into a while within an expect. Don't
19756 attempt a start more than three times. Check return value from
19757 gdb_load.
19758
19759 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
19760
19761 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
19762 a pass case.
19763
19764 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
19765
19766 * gdb.base/break.c (main): Added a statement that we can step
19767 off of.
19768 * gdb.base/break.exp: Added tests for setting a breakpoint
19769 at an offset and stepping onto a breakpoint.
19770
19771 1999-10-01 Fred Fish <fnf@cygnus.com>
19772
19773 * gdb.base/help.exp (help add-symbol-file): Update to match current
19774 gdb output.
19775
19776 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
19777
19778 * gdb.base/break.exp: Code locations are in hex, don't forget!
19779 (For HP-UX.)
19780
19781 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
19782
19783 * condbreak.exp: Use break.c as test program.
19784 * condbreak.c: Remove, redundant with break.c.
19785
19786 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
19787
19788 * config/monitor.exp (gdb_target_monitor): Disable X- and
19789 Z-packets if the target needs it.
19790
19791 1999-09-13 James Ingham <jingham@leda.cygnus.com>
19792
19793 * gdb.c++/overload.exp: Added tests for listing overloaded
19794 functions with function pointers in the arg, explicitly calling
19795 out the version you want.
19796
19797 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
19798
19799 * long_long.exp: Add variations of test cases that work for
19800 targets with 16-bit ints and 32-bit doubles.
19801
19802 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
19803
19804 * break.c (main): Compare a possibly-uninitialized argc with an
19805 unlikely value that fits in 16 bits.
19806
19807 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
19808
19809 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
19810 0xfeeb, don't want negative numbers if ints are 16 bits.
19811
19812 * lib/gdb.exp (skip_cplus_tests): New proc.
19813 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19814 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
19815 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
19816 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
19817 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
19818 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
19819 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
19820 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
19821
19822 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
19823
19824 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
19825
19826 * gdb.base/corefile.exp (up): Allow a parameter to appear
19827 in the frame that we're going up to.
19828
19829 From Jim Blandy <jimb@cygnus.com>:
19830
19831 * gdb.base/default.exp (info float): Expect some output now.
19832
19833 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
19834 returning floating-point values to fail on the x86.
19835 * gdb.base/callfwmall.exp (do_function_calls): Same.
19836
19837 * gdb.base/list.exp (test_listsize): Correct expectations for
19838 listing line 1 with listsize 2. Also, listing a single line
19839 works now, as does listing three lines. [Kevin's note: There
19840 were a number of other cases fixed too where the expectations
19841 differed...]
19842
19843 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
19844
19845 * gdb.base/selftest.exp: Add case for when version prints as
19846 constant string instead of char pointer.
19847
19848 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
19849
19850 * gdb.base/ending-run.exp: Add Solaris case for what happens when
19851 stepping out of main.
19852
19853 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
19854 G++ used.
19855
19856 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
19857 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
19858
19859 * gdb.c++/ovldbreak.exp: Update match string in test that
19860 includes a warning of multiple breakpoints.
19861
19862 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
19863
19864 * gdb.base/display.exp: Improve precision of step-after-finish
19865 added yesterday.
19866
19867 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
19868 test.
19869
19870 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
19871 configs when using G++, not just hppa*.
19872
19873 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19874
19875 * gdb.base/async.c: New file.
19876 * gdb.base/async.exp: New file.
19877
19878 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
19879
19880 * gdb.base/break.exp: Tweak PA specific tests to properly handle
19881 PA64.
19882
19883 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
19884
19885 * gdb.base/display.exp: "finish" can leave us mid-line on many
19886 targets, deal with it. Add a small constant to main, instead of
19887 1000 since main+1000 may not be a valid address in the target.
19888
19889 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
19890 on hpux11.
19891
19892 * gdb.base/attach.exp: Handle another hpux11 error message variant
19893 when attaching to a process that does not exist.
19894
19895 1999-08-19 J.T. Conklin <jtc@redback.com>
19896
19897 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
19898 characters in 'continue to 1241' test.
19899
19900 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
19901
19902 * gdb.base/call-ar-st.exp: Add a shorter match case for the
19903 stop in print_long_arg_list, define and use a whitespace
19904 variable in print_small_structs test, add an XFAIL for Solaris.
19905 * gdb.base/dbx.exp: XFAIL func commands until somebody is
19906 interested enough to fix.
19907
19908 1999-08-13 Keith Seitz <keiths@cygnus.com>
19909
19910 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
19911 (dbx_gdb_load): Remove. Use gdb_load instead, since that
19912 proc knows about targets other than the natives.
19913 (test_assign): Use "gdb_run_cmd" to "run" the target.
19914 Check that we've actually hit the breakpoint at main.
19915 When we attempt to assign a value to a local variable, check
19916 that the variable is in the current scope, i.e., don't use
19917 a test with an empty result.
19918
19919 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
19920
19921 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
19922 command.
19923
19924 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
19925
19926 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19927 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
19928 gdb.compat, gdb.threads-hp.
19929 gdb.hp/configure, gdb.hp/configure.in: New files.
19930 gdb.hp/Makefile.in: Recurse into new subdirs.
19931 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
19932 gdb.hp/gdb.objdbg: New directory, tests for debugging info
19933 in object files.
19934 gdb.hp/tools: New directory, aux tools for HP-specific tests.
19935
19936 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
19937
19938 * gdb.base/display.exp: Help expect by putting a newline in the
19939 funky printf, remove a bogus p/a test.
19940
19941 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19942
19943 * gdb.base/display.exp: Make sure that when we say 'run', we are
19944 connected to the target. This is necessary when running not
19945 natively.
19946
19947 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
19948
19949 * gdb.base/step-test.exp: Removed some extraneous messages.
19950
19951 * gdb.base/long_long.exp: Don't run memory examination tests
19952 on little-endian targets (they will need a different set of
19953 results to match).
19954
19955 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
19956
19957 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
19958 until somebody decides to fix GDB.
19959
19960 * gdb.base/long_long.c: Stop compiler complaint by specifying long
19961 constant as "ULL".
19962 * gdb.base/long_long.exp: Loosen x/c test, add partial result
19963 matches for a couple x/2 commands.
19964
19965 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
19966
19967 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
19968 by merging in ref-types2 tests.
19969 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
19970
19971 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19972 * gdb.c++/Makefile.in: Add standard actions.
19973 (EXECUTABLES): Rename from PROGS, update list.
19974 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
19975 from gdb.hp.
19976 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
19977 foo and bar locals.
19978 * gdb.c++/anon-union.exp: Fix tests to match.
19979 * gdb.c++/classes.exp: Run if HP compiler used, add extra
19980 expect matches to handle output variations.
19981 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
19982 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
19983 output, add HP alternatives for new and delete prints.
19984 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
19985 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
19986 * gdb.c++/demangle.exp: Use $style when reporting failure.
19987 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
19988 * gdb.c++/inherit.exp: Run if HP compiler used, add some
19989 match alternatives.
19990 * gdb.c++/local.exp: Add match alternatives or xfails for HP
19991 compilers.
19992 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
19993 * gdb.c++/method.exp: Add match alternatives.
19994 * gdb.c++/misc.cc: Add bool types.
19995 * gdb.c++/misc.exp: Add tests for bool types.
19996 * gdb.c++/overload.exp: Add xfails.
19997 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
19998 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
19999 add some more template parameter tests (only for HP currently).
20000 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
20001 * gdb.c++/virtfunc.cc: Add return type and value for main.
20002 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
20003 match alternatives.
20004
20005 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20006
20007 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
20008
20009 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
20010
20011 * gdb.base/signals.exp: Don't expect getting a backtrace from
20012 within a signal handler to fail on Linux.
20013
20014 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
20015
20016 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20017 * lib/gdb.exp: Remove some gratuitious semicolons.
20018 (delete_breakpoints): Increase timeout.
20019 (gdb_expect): Add -notransfer option.
20020 (gdb_test): Use -notransfer option.
20021 (get_compiler_info): Add f77 case.
20022 (get_compiler): New proc, split out from gdb_preprocess, add f77
20023 case.
20024 (gdb_preprocess): Call get_compiler.
20025
20026 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
20027 * gdb.base/attach.exp, gdb.base/display.exp,
20028 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
20029 gdb.base/long_long.exp, gdb.base/printcmds.exp,
20030 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
20031 third arg to gdb_test.
20032 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
20033 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
20034 HP-UX xfails, add others.
20035 * gdb.base/completion.exp: Reflect name change of self-test.
20036 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
20037 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
20038 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
20039 HP failure number.
20040 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
20041 useless HP-UX 10.30 references.
20042 * gdb.base/maint.exp: Loosen matches.
20043 * gdb.base/pointers.c (main): Declare more_code.
20044 * gdb.base/pointers.exp: Match on output of a `next'.
20045 * gdb.base/structs.c: Add prototypes.
20046 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
20047 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
20048
20049 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20050
20051 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
20052 command.
20053
20054 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20055
20056 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
20057 Fix run to main failures. Watchpoint can be hardware watchpoint.
20058
20059 * gdb.base/annota1.exp: Clean up some more, in case printf has
20060 debug info. Deal with lack of signal hanlder info in stack.
20061
20062 From Jim Kingdon <kingdon@redhat.com>:
20063 * gdb.base/annota1.exp: If printf has debug info, deal with it.
20064
20065 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
20066
20067 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
20068 gdb.base/foll-vfork.exp: Don't run for crosses.
20069
20070 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20071
20072 * gdb.base/configure.in: Check for gdbvars.exp instead of
20073 a1-selftest.exp.
20074 * gdb.base/configure: Re-generate.
20075
20076 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
20077
20078 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
20079 in trying to run first and name is too long.
20080
20081 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
20082 pointers2.c and pointers2.exp, respectively.
20083 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
20084 doschk happier.
20085
20086 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
20087
20088 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
20089 callfuncs2.c and callfuncs2.exp.
20090
20091 * gdb.base/list.exp: Remove mistaken xfails.
20092 * gdb.base/list0.h: Add optional prototypes.
20093
20094 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
20095
20096 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
20097 calling malloc.
20098 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
20099 * ptype.exp: Move test for get_debug_format to before its first
20100 use.
20101
20102 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20103
20104 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
20105 * gdb.base/annota2.cc, annota2.exp: Move from here.
20106 * gdb.c++/annota2.cc, annota2.exp: To here.
20107 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
20108
20109 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
20110
20111 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
20112 a consistent format.
20113
20114 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
20115
20116 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20117 * lib/gdb.exp (get_compiler_info): Add detection for assorted
20118 HP compilers, also set the globals $true and $false.
20119
20120 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
20121 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
20122 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
20123 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
20124 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
20125 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
20126 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
20127 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
20128 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
20129 whatis.c} Add C++ compatible function definitions and return
20130 types, add includes for library functions.
20131 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
20132 * gdb.base/step-test.c (myglob): Rename from glob.
20133 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
20134 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
20135 files, move here from gdb.hp.
20136 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
20137 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
20138 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
20139 Adjust line numbers in regexps.
20140
20141 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
20142 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
20143 instead of 0/1.
20144
20145 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
20146 foll-vfork.exp: New files, move here from gdb.hp.
20147 * gdb.base/page.exp: New file, test of pagination command.
20148
20149 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
20150 recursion test.
20151 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
20152
20153 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
20154 gdb.base/solib.exp: Fix compiler invocation process.
20155
20156 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
20157 HP-UX 11, turn off overload resolution explicitly.
20158 * gdb.base/commands.exp: Set argument list explicitly, add
20159 watchpoint test.
20160 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
20161 them work.
20162 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
20163 expressions properly.
20164 * gdb.base/corefile.exp: Loosen the match slightly.
20165 * gdb.base/default.exp: Allow "Error accessing memory" message
20166 also.
20167 * gdb.base/display.exp: Skip over x/0 j if PA64.
20168 * gdb.base/funcargs.exp: Add xfails for HP-UX.
20169 * gdb.base/interrupt.exp: Ditto.
20170 * gdb.base/langs.exp: Add symbolic matches governed by compiler
20171 in use.
20172 * gdb.base/list.exp: Add xfails for HP-UX.
20173 * gdb.base/long_long.exp: Refine some of the numeric matches.
20174 * gdb.base/mips_pro.exp: Xfail on HP-UX.
20175 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
20176 * gdb.base/nodebug.exp: Succeed on more varieties of output.
20177 * gdb.base/opaque.exp: Remove some HP-UX xfails.
20178 * gdb.base/ptype.exp: Succeed on more varieties of output.
20179 * gdb.base/scope.exp: Add xfails for HP-UX.
20180 * gdb.base/sect-cmd.exp: Add more cases.
20181 * gdb.base/setvar.exp: Add xfails for HP-UX.
20182 * gdb.base/shlib-call.exp: Loosen some matches slightly.
20183 * gdb.base/signals.exp: Match on void symbolically.
20184 * gdb.base/step-test.exp: Add case for PA64.
20185 * gdb.base/term.exp: Add exit and restart.
20186 * gdb.base/twice.exp: Clean up after self.
20187 * gdb.base/varargs.exp: Disable overload resolution explicitly.
20188 * gdb.base/whatis.exp: Allow more ways to pass tests.
20189
20190 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
20191 no longer useful.
20192
20193 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
20194
20195 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
20196 list of patterns.
20197 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
20198 print_double_array(double_array)", "continuing to breakpoint
20199 1018", "print print_double_array(array_d)" and "continuing to
20200 1034" tests.
20201
20202 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
20203
20204 * Makefile.in: Add empty html and install-html targets.
20205
20206 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
20207
20208 * config/mt-*: Remove, these haven't been used since 1996.
20209
20210 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
20211
20212 * gdb.base/call-strs.c, gdb.base/ending-run.c,
20213 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
20214 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
20215
20216 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
20217
20218 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
20219 simpler match case for the ptype of the big class.
20220
20221 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20222
20223 * gdb.exp: Fix test for gdb_prompt existence.
20224
20225 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20226
20227 * gdb.exp (gdb_test): Add fail after calls to perror.
20228
20229 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20230
20231 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
20232
20233 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20234
20235 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
20236
20237 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
20238
20239 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
20240 malloc() is linked in.
20241
20242 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20243
20244 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
20245 step at end.
20246
20247 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
20248
20249 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
20250
20251 * gdb.java/jv-print.exp: New file. (Our first Java test!)
20252
20253 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
20254
20255 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
20256 * gdb.base/mips_pro.exp: Likewise.
20257
20258 1999-06-02 Keith Seitz <keiths@cygnus.com>
20259
20260 * gdb.c++/templates.cc: Change all "new" operators to throw
20261 an exception.
20262 * gdb.c++/cplusfuncs.cc: Likewise.
20263
20264 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
20265
20266 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
20267
20268 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
20269 * gdb.base/ending-run.exp: When stepping out of main, accept a
20270 step into an arbitrary assembler file.
20271
20272 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20273
20274 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
20275 "breakpoint-invalid" to be printed.
20276 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
20277 number of "frames-invalid" and "breakpoint-invalid" to be printed.
20278 * gdb.base/annota2.cc: Initialize a.x to 0.
20279
20280 1999-05-17 Keith Seitz <keiths@cygnus.com>
20281
20282 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
20283 when "skip_float_tests" set.
20284 Ditto for "print print_double_array(array_d)", "print print_small_structs",
20285 "print print_ten_doubles", and "step into print_long_arg_list".
20286 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
20287 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
20288 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
20289 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
20290 "skip_float_tests" is set.
20291 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
20292 when "skip_float_tests" set.
20293
20294 1999-05-06 Keith Seitz <keiths@cygnus.com>
20295
20296 * gdb.base/annota2.cc: Include stdio.h.
20297
20298 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
20299
20300 * gdb.base/crossload.exp: Remove, this has been disabled ever
20301 since BFD stopped including all targets, and cross-GDB gets
20302 plenty of testing anyway.
20303 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
20304 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
20305 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
20306 * gdb.base/README: Remove, was doc for this.
20307 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
20308 needed.
20309
20310 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20311
20312 * gdb.base/call-ar-st.exp: Fix one regular expression in test
20313 output.
20314
20315 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
20316 * gdb.base/annota2.exp: New file. More annotation tests.
20317 * gdb.base/annota1.c: New file. Source file for annota1.exp.
20318 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
20319
20320 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
20321
20322 * config/cfdbug.exp: New file.
20323
20324 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
20325
20326 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
20327 Marcus Daniel's and Dale Hawkins's demangler crashes.
20328
20329 * gdb.c++/demangle.exp (test_gnu_style_demangling,
20330 test_lucid_style_demangling, test_arm_style_demangling,
20331 test_hp_style_demangling): Try Tom Tromey's core-dumping
20332 identifier under each demangling style.
20333
20334 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
20335
20336 * gdb.c++/demangle.exp: Include the current demangling style
20337 in all test names.
20338 (current_demangling_style): New global variable.
20339 (set_demangling_style, test_demangling_core, test_demangling,
20340 test_demangling_exact): New functions.
20341 (test_gnu_style_demangling, test_lucid_style_demangling,
20342 test_arm_style_demangling, test_hp_style_demangling): Use those,
20343 instead of calling gdb_test and gdb_test_exact directly.
20344 (catch_demangling_errors): New function, which reports errors
20345 signalled by the demangling test functions in an orderly way.
20346 (do_tests): Use catch_demangling_errors.
20347
20348 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
20349
20350 * gdb.base/signals.exp (test_handle_all_print): Use () for
20351 grouping in expressions, not {}.
20352
20353 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
20354 initialized yet.
20355
20356 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
20357
20358 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
20359 are listed.
20360
20361 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
20362
20363 * gdb.stabs/weird.exp: Test for CC being defined before
20364 looking at its value.
20365
20366 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
20367
20368 * gdb.base/call-ar-st.exp: Remove stray '#'.
20369 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
20370 "short int" and "long int".
20371 * gdb.c++/overload.cc: Cast the string added in the previous
20372 change, to mollify finicky HP compiler.
20373 * gdb.hp/reg-test.exp (testfile): Fix file name.
20374 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
20375
20376 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
20377 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
20378 alternate form of enum ptype.
20379
20380 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
20381
20382 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
20383 * gdb.hp/*.exp: Change all to run compiler probe only after
20384 passing skip_hp_tests, so as not to waste time on guaranteed
20385 failure.
20386
20387 * gdb.c++/overload.cc: Pass string instead of char addr, always
20388 init ccpfoo.
20389 * gdb.c++/templates.cc: Fix syntax error.
20390
20391 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20392
20393 * gdb.base/commands.exp: Add test for correct position of '>'
20394 when issuing the 'commands' command after a 'while' or 'if'
20395 command.
20396
20397 1999-03-18 James Ingham <jingham@cygnus.com>
20398
20399 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
20400
20401 * gdb.c++/method.exp: It was testing an uninitialized int on the
20402 stack and assuming it was positive.
20403
20404 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
20405
20406 * gdb.base/step-test.exp: Catch a case where finish is broken and
20407 keep it from killing the rest of the tests.
20408 Use gdb_continue_to_end.
20409
20410 * gdb.base/sigall.exp: use gdb_continue_to_end.
20411
20412 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
20413
20414 * gdb.base/display.exp: use runto_main, not run.
20415
20416 * gdb.base/default.exp: Check for the current error message in the
20417 r abbreviation test.
20418 Add strongarm to the targets that know info float.
20419
20420 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
20421 run which doesn't work with monitors.
20422
20423 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
20424
20425 * gdb.base/break.exp: use the gdb_continue_to_end proc.
20426
20427 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
20428 program. Traps the case (in Cygmon) when the program never really
20429 exits. Same as Mark's continue_to_exit, but I had put it in a lot
20430 more places, so I used my name. Sorry Mark...
20431
20432 * config/monitor.exp (gdb_target_monitor): added another
20433 target_info parameter: remotebinarydownload. This will set the
20434 remotebinarydownload flag if this is causing some boards trouble.
20435
20436 1999-03-18 Mark Salter <msalter@cygnus.com>
20437
20438 * lib/gdb.exp (continue_to_exit): New function.
20439
20440 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
20441 * gdb.base/ending-run.exp: Ditto.
20442 * gdb.base/step-test.exp: Ditto.
20443
20444 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
20445
20446 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
20447 (suggested by Art Haas <ahaas@neosoft.com>).
20448
20449 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
20450
20451 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
20452
20453 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
20454
20455 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
20456 descriptions of types (short unsigned int vs unsigned short, etc).
20457
20458 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
20459
20460 * gdb.base/call-strs.exp: Don't assume that `step' will step over
20461 a call to strlen; sometimes we do have sources.
20462
20463 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
20464
20465 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
20466 character, so GDB won't print garbage after its end.
20467
20468 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
20469 breakpoint there instead. Sometimes GCC emits memcpy to handle
20470 the large structures being passed by value, so we step into that
20471 instead of sum_array_print, which obscures what we're really testing.
20472 * gdb.base/step-test.exp: However, we do want a test that notices
20473 the bizarre steps into memcpy, so do that here. Add check for
20474 stepping into function calls that pass large structures by value.
20475 ("Is that a noun clause, or are you just happy to see me?")
20476 Remove all references to specific line numbers.
20477 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
20478 New type and function.
20479 (main): Call large_struct_by_value, passing it a large struct by value.
20480 * lib/gdb.exp (gdb_get_line_number): New function.
20481
20482 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
20483 more portable.
20484
20485 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
20486
20487 * lib/gdb.exp: Doc fixes.
20488
20489 1999-03-05 Nick Clifton <nickc@cygnus.com>
20490
20491 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
20492
20493 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
20494
20495 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
20496 commands. They're not germane to this test, and they don't work
20497 that way on remote targets.
20498
20499 1999-03-01 James Ingham <jingham@cygnus.com>
20500
20501 * Changelog entries merged over from gdb development branch.
20502
20503 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
20504
20505 * lib/gdb.exp (gdbtk_analyze_results): Generic function
20506 for outputting results of test run.
20507
20508 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
20509
20510 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
20511
20512 1999-02-25 Felix Lee <flee@cygnus.com>
20513
20514 * lib/gdb.exp (debug_format): initialize
20515
20516 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
20517
20518 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
20519 * gdb.base/call-rt-st.c: Ditto.
20520
20521 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
20522
20523 * gdb.threads/pthreads.exp (horiz): New variable.
20524 (test_startup): Fix regexps that capture thread numbers.
20525
20526 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
20527
20528 * gdb.base/smoke.exp: Disambiguate two test case names (both
20529 called ``print'').
20530
20531 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
20532
20533 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
20534 compilation.
20535
20536 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
20537
20538 * gdb.base/miscexprs.exp: Change patterns to match GDB's
20539 actual output formatting.
20540 * gdb.base/smoke.exp: GDB removes leading 0's.
20541 * gdb.base/volatile.exp: Don't check type of remuneration;
20542 that variable is no longer defined in constvars.c.
20543 * gdb.base/step-test.c (main): Exit with explicit exit code.
20544 * gdb.base/step-test.exp: Remove two nexti checks--they are
20545 not portable.
20546
20547 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
20548
20549 * gdb.base/help.exp ("help delete display"): Fix test to match
20550 gdb's output.
20551
20552 * gdb.base/long_long.c (known_types): Initialize values to zero.
20553 * gdb.base/long_long.exp: Step one more line
20554 so 'dec' is initialized in "get to known place". GDB removes
20555 leading zeros. Explicitly ask for hex formatting. Use
20556 unique test case names.
20557
20558 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20559
20560 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
20561
20562 * gdb.c++/method.exp: Add missing close brace.
20563
20564 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
20565
20566 * gdb.base/maint.exp: Use 'set height 0' to disable page
20567 prompting, not 'set height 400'.
20568
20569 Fix a bunch of timeouts.
20570 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
20571 four separate tests, so expect doesn't take forever to match a ton
20572 of text against a regexp with lots of .* forms.
20573 ("maint print psymbols", "maint print symbols"): Make some of
20574 these greps more selective, so that expect doesn't try to wade
20575 through huge piles of output and time out.
20576
20577 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
20578
20579 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
20580 tests: one which doesn't expect shlib events to be reported, and
20581 another which does, but is XFAIL for all platforms other than
20582 HP/UX.
20583
20584 * gdb.base/break.exp: Teach the test suite that the `catch
20585 fork', `catch vfork', and `catch exec' commands produce error
20586 messages on platforms that don't provide these features.
20587
20588 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
20589
20590 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
20591 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
20592 (shortening names from solib_threshold.exp etc), won't run on
20593 anything but HP-UX for the foreseeable future.
20594 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
20595 reflect move.
20596
20597 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
20598
20599 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20600 gdb.trace/Makefile.in (clean): Remove all test executables.
20601
20602 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
20603
20604 * gdb.base/shlib-call.exp: add test cases to verify that gdb
20605 successfully re-sets breakpoints in shared libraries.
20606 * gdb.base/shmain.c (main): return 0, don't fall off the end.
20607
20608 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20609
20610 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
20611 and compiled w/o GCC.
20612
20613 * gdb.hp/watch-cmd.exp: ditto.
20614
20615 * gdb.hp/watch-hp.exp: ditto.
20616
20617 * gdb.hp/xdb1.exp: ditto.
20618
20619 * gdb.hp/xdb2.exp: ditto.
20620
20621 * gdb.hp/dbx.exp: ditto.
20622
20623 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
20624
20625 * constvars.c: Remove C++-isms.
20626 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
20627 with GCC.
20628
20629 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
20630
20631 The following changes are part of the HP merge.
20632
20633 * gdb.base/break.exp: new tests to verify that catchpoints for
20634 fork, vfork, and exec don't trigger inappropriately.
20635
20636 * gdb.base/opaque.exp: compile one file at a time, then link.
20637
20638 * gdb.base/signals.exp: be more restrictive about which hppa
20639 systems receive a setup_xfail. new tests.
20640
20641 * gdb.base/solib_threshold.build: new file.
20642 * gdb.base/solib_threshold.exp: new file.
20643 * gdb.base/solib_threshold.link_opts: new file.
20644 * gdb.base/solib_threshold.mk: new file.
20645 * gdb.base/gen_solib_threshold.c: new file.
20646
20647 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
20648 tests. New tests for enums inside classes.
20649
20650 * gdb.c++/compiler.cc: indicate support of template debugging.
20651
20652 * gdb.c++/demangle.exp: run hp style demangling tests.
20653
20654 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
20655 tests.
20656
20657 * gdb.c++/misc.cc: changes to support new tests.
20658
20659 * gdb.c++/templates.cc: changes to support HP's compiler; changes
20660 to support new tests.
20661
20662 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
20663 gcc, then skip these tests.
20664
20665 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
20666
20667 The following files are part of the HP merge; some had longer
20668 names at HP, but have been renamed to be no more than 14
20669 characters in length.
20670
20671 * gdb.hp/ambiguous.cc: new file.
20672 * gdb.hp/ambiguous.exp: new file.
20673 * gdb.hp/attach.exp: new file.
20674 * gdb.hp/attach2.exp: new file.
20675 * gdb.hp/classes-hp.exp: new file.
20676 * gdb.hp/ctti.exp: new file.
20677 * gdb.hp/ctti-add.cc: new file.
20678 * gdb.hp/ctti-add1.cc: new file.
20679 * gdb.hp/ctti-add2.cc: new file.
20680 * gdb.hp/ctti-add3.cc: new file.
20681 * gdb.hp/dbx.exp: new file.
20682 * gdb.hp/exception.cc: new file.
20683 * gdb.hp/exception.exp: new file.
20684 * gdb.hp/foll-exec.c: new file.
20685 * gdb.hp/foll-exec.exp: new file.
20686 * gdb.hp/foll-fork.c: new file.
20687 * gdb.hp/foll-fork.exp: new file.
20688 * gdb.hp/foll-vfork.c: new file.
20689 * gdb.hp/foll-vfork.exp: new file.
20690 * gdb.hp/inherit-hp.exp: new file.
20691 * gdb.hp/more-steps.exp: new file.
20692 * gdb.hp/namespace.cc: new file.
20693 * gdb.hp/namespace.exp: new file.
20694 * gdb.hp/optimize.exp: new file.
20695 * gdb.hp/pxdb.c: new file.
20696 * gdb.hp/pxdb.exp: new file.
20697 * gdb.hp/quicksort.exp: new file.
20698 * gdb.hp/reg-test.exp: new file.
20699 * gdb.hp/reg-test.s: new file.
20700 * gdb.hp/sized-enum.c: new file.
20701 * gdb.hp/sized-enum.exp: new file.
20702 * gdb.hp/start-stop.exp: new file.
20703 * gdb.hp/templ-hp.cc: new file.
20704 * gdb.hp/templ-hp.exp: new file.
20705 * gdb.hp/thr-lib.c: new file.
20706 * gdb.hp/thr-lib.exp: new file.
20707 * gdb.hp/thr-lib.h: new file.
20708 * gdb.hp/thr-liblib.c: new file.
20709 * gdb.hp/virtfun-hp.c: new file.
20710 * gdb.hp/virtfun-hp.exp: new file.
20711 * gdb.hp/watch-cmd.exp: new file.
20712 * gdb.hp/watch-hp.exp: new file.
20713 * gdb.hp/xdb1.exp: new file.
20714 * gdb.hp/xdb2.exp: new file.
20715 * gdb.hp/xdb3.exp: new file.
20716
20717 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
20718
20719 The following files are part of the HP merge; some had longer
20720 names at HP, but have been renamed to be no more than 14
20721 characters in length.
20722
20723 * gdb.base/ss.h: new file.
20724 * gdb.base/call-ar-st.c: new file.
20725 * gdb.base/call-ar-st.exp: new file.
20726 * gdb.base/call-rt-st.c: new file.
20727 * gdb.base/call-rt-st-exp: new file.
20728 * gdb.base/call-strs.exp: new file.
20729 * gdb.base/ena-dis-br.exp: new file.
20730 * gdb.base/environ.exp: new file.
20731 * gdb.base/long_long.exp: new file.
20732 * gdb.base/sect-cmd.exp: new file.
20733 * gdb.base/shlib-cl2.exp: new file.
20734 * gdb.base/smoke.exp: new file.
20735 * gdb.base/so-impl-ld.c: new file.
20736 * gdb.base/so-impl-ld.exp: new file.
20737 * gdb.base/so-indr-cl.c: new file.
20738 * gdb.base/so-indr-cl.exp: new file.
20739 * gdb.base/varargs.exp: new file.
20740 * gdb.base/volatile.exp: new file.
20741 * gdb.base/whatis-exp.exp: new file.
20742 * gdb.base/display.exp: new file.
20743 * gdb.c++/derivation.exp: new file.
20744 * gdb.c++/local.exp: new file.
20745 * gdb.c++/member-ptr.exp: new file.
20746 * gdb.c++/overload.exp: new file.
20747 * gdb.c++/ovldbreak.exp: new file.
20748 * gdb.c++/ref-types.exp: new file.
20749 * gdb.c++/ref-types2.exp: new file.
20750 * gdb.c++/userdef.exp: new file.
20751
20752 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
20753
20754 * gdb.base/default.exp: Reflect wording change in remote.c.
20755
20756 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
20757
20758 * gdb.base/help.exp: Update to reflect current text.
20759
20760 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
20761
20762 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
20763 they're stack variables and contain garbage.
20764 * gdb.c++/anon-union.exp: new file.
20765
20766 The following changes were made by David Taylor
20767 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20768 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20769 in changes by HP.
20770
20771 * gdb.base/bitops.exp: new file.
20772 * gdb.base/default.exp: change expected messages for catch and
20773 info catch tests to reflect HP merge changes.
20774 * gdb.base/enable-disable-break.exp
20775 * gdb.base/ending-run.c: new file.
20776 * gdb.base/long_long.c: new file.
20777 * gdb.base/maint.exp: new file.
20778 * gdb.base/pointers2.exp: new file.
20779 * gdb.base/shlib-call2.exp: new file.
20780 * gdb.base/solib.exp: new file.
20781 * gdb.base/step-test.c: new file.
20782 * gdb.c++/anon-union.cc: new file.
20783 * gdb.c++/local.cc: new file.
20784 * gdb.c++/member-pointer.cc: new file.
20785 * gdb.c++/method.cc: new file.
20786 * gdb.c++/ref-types.cc: new file.
20787 * gdb.c++/ref-types2.cc: new file.
20788 * gdb.c++/userdef.cc: new file.
20789
20790 * gdb.base/scope.exp: compile one file at a time, then link.
20791 * gdb.base/langs.exp: ditto.
20792 * gdb.base/list.exp: ditto.
20793
20794 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
20795
20796 The following changes were made by David Taylor
20797 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20798 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20799 in changes by HP.
20800
20801 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
20802 skip tests. When compiling pass c++ flag to gdb_compile.
20803 * gdb.c++/
20804
20805 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
20806 test for on hppa*-*-hpux*; use args to see if c++ was specified.
20807 (skip_hp_tests): new function.
20808 (gdb_preprocess): new function.
20809
20810 * configure.in (hpdir): decide whether to configure gdb.hp.
20811 * configure: regenerated.
20812
20813 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
20814 to delete on clean.
20815 (EXECUTABLES): update to reflect new additions.
20816 * gdb.base/commands.exp: update message expected.
20817 * gdb.base/default.exp: add copyright notice.
20818 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
20819 * gdb.base/help.exp: update messages to reflect current text.
20820 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
20821 targets for recurse tests.
20822 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
20823 skip this file.
20824
20825 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
20826 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
20827 compilation.
20828 * gdb.c++/misc.exp: ditto.
20829 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
20830 run the tests. tell gdb_compile that it's a c++ compilation.
20831
20832 * gdb.threads/pthreads.exp: fix typo in message.
20833
20834 * gdb.base/all-bin.exp: new file.
20835 * gdb.base/arithmet.exp: new file.
20836 * gdb.base/assign.exp: new file.
20837 * gdb.base/completion.exp: new file.
20838 * gdb.base/cond-expr.exp: new file.
20839 * gdb.base/condbreak.exp: new file.
20840 * gdb.base/define.exp: new file.
20841 * gdb.base/dollar.exp: new file.
20842 * gdb.base/environment.exp: new file.
20843 * gdb.base/eval-skip.exp: new file.
20844 * gdb.base/jump.exp: new file.
20845 * gdb.base/logical.exp: new file.
20846 * gdb.base/pointers.exp: new file.
20847 * gdb.base/relational.exp: new file.
20848 * gdb.base/section_command.exp: new file.
20849 * gdb.base/whatis-expr.exp: new file.
20850
20851 * gdb.base/all-types.c: new file.
20852 * gdb.base/call-array-struct.c: new file.
20853 * gdb.base/call-return-struct.c: new file.
20854 * gdb.base/call-strings.c: new file.
20855 * gdb.base/callfuncs2.c: new file.
20856 * gdb.base/condbreak.c: new file.
20857 * gdb.base/constvars.c: new file.
20858 * gdb.base/display.c: new file.
20859 * gdb.base/int-type.c: new file.
20860 * gdb.base/jump.c: new file.
20861 * gdb.base/miscexprs.c: new file.
20862 * gdb.base/pointers.c: new file.
20863 * gdb.base/pointers2.c: new file.
20864 * gdb.base/shmain.c: new file.
20865 * gdb.base/shr1.c: new file.
20866 * gdb.base/shr2.c: new file.
20867 * gdb.base/solib.c: new file.
20868 * gdb.base/solib1.c: new file.
20869 * gdb.base/solib2.c: new file.
20870 * gdb.base/varargs.c: new file.
20871 * gdb.c++/derivation.cc: new file.
20872 * gdb.c++/overload.cc: new file.
20873 * gdb.c++/ovldbreak.cc: new file.
20874 * gdb.hp/attach.c: new file.
20875 * gdb.hp/attach2.c: new file.
20876 * gdb.hp/average.c: new file.
20877 * gdb.hp/compiler.c: new file.
20878 * gdb.hp/compiler.cc: new file.
20879 * gdb.hp/execd-program.c: new file.
20880 * gdb.hp/follow-exec.c: new file.
20881 * gdb.hp/follow-fork.c: new file.
20882 * gdb.hp/follow-vfork-and-exec.c: new file.
20883 * gdb.hp/misc-hp.cc: new file.
20884 * gdb.hp/more-steps.c: new file.
20885 * gdb.hp/optimize.c: new file.
20886 * gdb.hp/quicksort.c: new file.
20887 * gdb.hp/run-hp.c: new file.
20888 * gdb.hp/start-stop.c: new file.
20889 * gdb.hp/sum.c: new file.
20890 * gdb.hp/templates-hp.cc: new file.
20891 * gdb.hp/thread-local-in-lib.c: new file.
20892 * gdb.hp/thread-local-in-lib.h: new file.
20893 * gdb.hp/thread-local-in-lib.lib.c: new file.
20894 * gdb.hp/vforked-program.c: new file.
20895 * gdb.hp/virtfunc-hp.cc: new file.
20896 * gdb.hp/watchpoint-hp.c: new file.
20897 * gdb.hp/xdb.c: new file.
20898 * gdb.hp/xdb0.c: new file.
20899 * gdb.hp/xdb0.h: new file.
20900 * gdb.hp/xdb1.c: new file.
20901
20902 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
20903
20904 The following change was made by Edith Epstein
20905 <eepstein@cygnus.com> as part of a project to merge in changes
20906 originally made by HP; HP did not create ChangeLog entries.
20907
20908 * gdb.c++/demangle.exp: changed the expected output for some
20909 ARM-style mangling -- removed second reference to datatype.
20910 For example, maint demangle __dt__11T1__pt__2_cFv
20911 T1<char>::~T1<char>(void)
20912 becomes,
20913 maint demangle __dt__11T1__pt__2_cFv
20914 T1<char>::~T1(void)
20915
20916 (test_hp_style_demangling): new hp specific demangling test cases.
20917
20918 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
20919
20920 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
20921 * gdb.trace/backtrace.exp: Likewise.
20922 * gdb.trace/circ.exp: Likewise.
20923 * gdb.trace/collection.exp: Likewise.
20924 * gdb.trace/deltrace.exp: Likewise.
20925 * gdb.trace/infotrace.exp: Likewise.
20926 * gdb.trace/limits.exp: Likewise.
20927 * gdb.trace/packetlen.exp: Likewise.
20928 * gdb.trace/passc-dyn.exp: Likewise.
20929 * gdb.trace/passcount.exp: Likewise.
20930 * gdb.trace/report.exp: Likewise.
20931 * gdb.trace/save-trace.exp: Likewise.
20932 * gdb.trace/tfind.exp: Likewise.
20933 * gdb.trace/tracecmd.exp: Likewise.
20934 * gdb.trace/while-dyn.exp: Likewise.
20935 * gdb.trace/while-stepping.exp: Likewise.
20936
20937 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
20938
20939 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
20940
20941 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
20942
20943 From Brendan Kehoe:
20944 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
20945 int return types.
20946
20947 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
20948
20949 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
20950 remote dos host testing right.
20951
20952 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
20953
20954 * gdb.base/corefile.exp: remove some xfails.
20955
20956 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
20957
20958 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
20959 have different timestamps.
20960
20961 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
20962
20963 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
20964 gdb.base/default.exp: Replace "exec" with "executable".
20965
20966 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
20967
20968 * gdb.base/default.exp: Change else if to elseif from previous
20969 delta.
20970
20971 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
20972
20973 * gdb.base/default.exp: Add brace missing from previous delta.
20974
20975 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
20976
20977 * gdb.base/default.exp: Support test for info float for all
20978 varieties of arm toolchain.
20979
20980 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
20981
20982 * gdb.trace/*.exp: remove "remote_download" command.
20983
20984 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
20985
20986 * gdb.trace/*.exp: remove -gdwarf from compile.
20987
20988 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
20989
20990 * gdb.trace/configure.in(AC_INIT): typo
20991 * gdb.trace/configure: regenerated
20992
20993 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
20994
20995 * config/m68k-emc.exp: New file.
20996 * lib/<emc-support.exp trace-support.exp}: New files.
20997 * configure.in: add new test directory gdb.trace.
20998 * gdb.trace/{configure configure.in Makefile.in}: New files.
20999 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
21000 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
21001 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
21002 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
21003 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
21004 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
21005 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
21006
21007 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
21008
21009 * gdb.c++/classes.exp: Change all regular expressions to match
21010 arbitrary combinations of newline/carriage-return, so that they
21011 will work equally well on Unix and Windows.
21012 * gdb.c++/inherit.exp: ditto.
21013 * gdb.c++/virtfunc.exp: ditto.
21014
21015 1998-08-11 Dawn Perchik <dawn@cygnus.com>
21016
21017 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
21018
21019 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
21020
21021 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
21022 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
21023 to use a0-a3/d0-d3 as needed.
21024
21025 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
21026
21027 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
21028 * gdb.disasm/am33.exp: Corresponding changes.
21029
21030 1998-07-11 Felix Lee <flee@cygnus.com>
21031
21032 * gdb.base/callfuncs.exp: add cmp10 test.
21033 * gdb.base/callfuncs.c (cmp10): new function.
21034
21035 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
21036
21037 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
21038 into two parts to get around a synchronization problem in expect.
21039
21040 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
21041
21042 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
21043
21044 * configure.in: Add options for gdbtk testsuite.
21045
21046 * configure: Regenerate.
21047
21048 * gdb.gdbtk: New directory to hold gdbtk tests.
21049
21050 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21051
21052 * gdb.fortran/types.exp: Escape brackets in expect patterns
21053 for test_float_literal_types_accepted tests.
21054 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
21055 before run test.
21056
21057 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
21058
21059 * am33.exp: Just compile, do not link the testcase.
21060 * am33.s: Add ".am33" pseudoop to force am33 mode.
21061
21062 1998-06-25 Felix Lee <flee@cygnus.com>
21063
21064 * gdb.base/setshow.exp: make sure $pc is sane.
21065
21066 * gdb.stabs/weird.exp: split expect patterns properly.
21067
21068 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
21069
21070 * gdb.disasm/am33.s: New disassembler testfile for the am33.
21071 * gdb.disasm/am33.exp: Run it.
21072
21073 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
21074
21075 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
21076 match processing (and eliminate spurious timeouts when running).
21077
21078 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
21079
21080 * gdb.base/signals.exp (test_handle_all_print): put back Mach
21081 exception test, but conditionalize it on target [mach | gnu].
21082
21083 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
21084
21085 * gdb.base/overlays.exp: fixup compile line for linker script.
21086
21087 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
21088
21089 * gdb.fortran/types.exp: don't guess at float size.
21090
21091 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
21092
21093 * gdb.base/exprs.exp: delete test that depends on int size.
21094
21095 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
21096
21097 * config/sim.exp: Removed checks for target triplets.
21098 (gdb_target_sim): Use gdb,target_sim_options.
21099
21100 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
21101
21102 * gdb.base/reread.exp: New file.
21103 * gdb.base/reread1.c: New file.
21104 * gdb.base/reread2.c: New file.
21105
21106 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
21107
21108 * config/sim.exp: Use 'target sim -sparclite' when running
21109 SPARClite programs.
21110
21111 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
21112
21113 * gdb.base/structs2.exp: New file.
21114 * gdb.base/structs2.c: New file.
21115
21116 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
21117
21118 * gdb.asm/common.inc: New file.
21119 * gdb.asm/d10v.inc: New file.
21120 * asm-source.exp: Pass -I's to gas to find .inc files.
21121 Update line numbers in expected output.
21122 * asmsrc1.s: Rewrite.
21123 * asmsrc2.s: Rewrite.
21124 * configure.in: Create arch.inc symlink.
21125 * configure: Regenerate.
21126 * Makefile.in (distclean): Delete arch.inc.
21127
21128 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
21129
21130 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
21131 (t_enum_value2): ditto
21132 (t_enum_value3): ditto
21133 (main): ditto
21134 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21135
21136 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
21137 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
21138 change.
21139 Use gdb_test instead of send_gdb/gdb_expect sequences.
21140
21141 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
21142
21143 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
21144 not void.
21145
21146 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
21147
21148 * gdb.base/branches.c: Code with lots of loops and
21149 subroutines. Used to test gdbs ability to single step through PC
21150 changes, especially to test mips-tdep.c:mips_next_pc
21151
21152 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
21153
21154 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
21155 more rigorous EGCS C++ error checking.
21156
21157 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21158
21159 * gdb.base/help.exp: Clean up `help set args' and `help show args'
21160 tests.
21161 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
21162 function when asleep.
21163 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
21164 for i*86 Linux and SVR4 signal handling problems.
21165 Remove linux xfail for `next to handler in signals_tests_1', fixed
21166 by recent infrun.c change.
21167 Limit backtrace to 10 frames to avoid timeout problems with infinite
21168 stack backtraces.
21169 Adjust expect pattern in `handle all print' test to match Apr 28 1997
21170 target.[ch] change.
21171
21172 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
21173
21174 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
21175 for a newline from gdb before continuing.
21176 (default_gdb_exit): Just look for y or n.
21177 (gdb_test): Detect abnormal exit from GDB running on DOS; if
21178 it does, fail the rests of the tests in the file.
21179
21180 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
21181
21182 * config/cygmon.exp: New file.
21183
21184 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
21185
21186 * gdb.base/list.exp: Fix problem with "list default lines around
21187 main" test on remote targets.
21188
21189 * gdb.base/scope.exp: Fix problem with filelocal_bss before
21190 run test on remote targets.
21191
21192 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
21193
21194 * gdb.asm: New directory.
21195 * configure.in: Configure it.
21196 * configure: Regenerate.
21197 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
21198 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
21199
21200 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
21201
21202 * config/mn10300-eval.exp: New file to support MN10300 eval board.
21203
21204 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
21205
21206 * gdb.base/overlays (several files): Merge the two overlay
21207 managers into one. Change variables (foox, barx, bazx, grbxx)
21208 back into ints but force them to load in their proper sections.
21209
21210 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
21211
21212 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
21213 on-chip insn memory and IMAP1 to upper 128k.
21214 (D10VCopy): Handle memory regions crossing 16k boundaries.
21215 (D10VCopy): Transfer data in 32 bit chunks.
21216
21217 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
21218
21219 * gdb.base/overlays.c (main): Exit normally when result is
21220 correct.
21221
21222 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
21223 map. Include space for printf in .text segment.
21224
21225 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
21226 updated d10v memory VMA/LMA map.
21227 (D10VCopy): Call D10VTranslate.
21228
21229 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
21230
21231 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
21232
21233 * gdb.base/bar.c (barx, bar): Change variable to small array so
21234 that it won't be put into the .sdata - small data -
21235 section. Update reference.
21236 * gdb.base/baz.c (bazx, baz): Ditto.
21237 * gdb.base/foo.c (foox, foo): Ditto.
21238 * gdb.base/grbx.c (grbxx, grbx): Ditto.
21239
21240 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
21241 to be arrays.
21242
21243 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
21244
21245 * gdb.base/overlays.exp: fix up and get working again.
21246 Add tests for backtraces from an overlay function.
21247
21248 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
21249
21250 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
21251 "calling function with watchpoint enabled".
21252
21253 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
21254
21255 * gdb.base/break.exp (test_next_with_recursion): Remove
21256 gdb_suppress_tests for d10v-*-*.
21257 * lib/gdb.exp (gdb_suppress_tests): Disable this function
21258 pending review of whether it is useful or not.
21259
21260 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
21261
21262 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
21263
21264 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
21265
21266 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
21267 * config/dve.exp: New file to support Densan boards.
21268
21269 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
21270
21271 * gdb.base/interrupt.exp: Document problem of simulators, signals,
21272 reads and BSD.
21273
21274 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
21275
21276 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
21277 response.
21278
21279 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
21280
21281 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
21282
21283 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
21284 test.
21285
21286 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
21287 target_sizeof_long and target_bigendian_p.
21288 (structs_by_value, structs_by_reference): Check values according
21289 to targets word size and endianess.
21290
21291 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
21292
21293 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
21294 output.
21295
21296 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
21297
21298 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
21299 Update test of set args help to match source change.
21300
21301 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
21302
21303 * gdb.base/default.exp: Expect help system output to be in
21304 alphabetical order.
21305 * gdb.base/help.exp: Ditto.
21306
21307 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
21308
21309 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
21310 "i*86-pc-linux-gnu*".
21311 * gdb.base/interrupt.exp: Ditto.
21312 * gdb.base/corefile.exp: Ditto.
21313
21314 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
21315 define vxworks when building the testcase.
21316
21317 * gdb.base/ptype.exp: Fix testnames to be unique.
21318 * gdb.base/radix.exp: Ditto.
21319 * gdb.base/term.exp: Ditto.
21320 * gdb.base/whatis.exp: Ditto.
21321 * gdb.c++/classes.exp: Ditto.
21322
21323 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
21324
21325 * gdb.base/callfuncs.exp: Fix indentation.
21326
21327 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
21328 suppress_flag has been set.
21329 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
21330 target feature.
21331
21332 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
21333
21334 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
21335 the testcase.
21336
21337 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
21338 set_debug_traps() and breakpoint().
21339 * gdb.c++/misc.cc (main): Ditto.
21340 * gdb.c++/templates.cc (main): Ditto.
21341 * gdb.c++/virtfunc.cc (main): Ditto.
21342
21343 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
21344
21345 * lib/gdb.exp(gdb_step_for_stub): New function.
21346 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
21347 exists, reload the executable and do a "continue" instead of
21348 doing a jump.
21349 (runto_main): Use gdb_step_for_stub.
21350
21351 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
21352 tests to have unique names.
21353 * gdb.base/callfuncs.exp: Ditto.
21354 * gdb.base/commands.exp: Ditto.
21355 * gdb.base/default.exp: Ditto.
21356 * gdb.base/help.exp: Ditto.
21357 * gdb.base/list.exp: Ditto.
21358 * gdb.base/opaque.exp: Ditto.
21359 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
21360 similar tests.
21361
21362 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
21363 * gdb.c++/cplusfuncs.cc: Ditto.
21364 * gdb.c++/virtfunc.cc: Ditto.
21365
21366 * config/monitor.exp: Keep track of the last file we saw, rather
21367 than trying to get the info from gdb.
21368
21369 * gdb.fortran/types.exp: Move comment to previous line.
21370
21371 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
21372
21373 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
21374 target mode.
21375
21376 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
21377
21378 From Bob Manson:
21379 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
21380 string from GDB when it connects.
21381
21382 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
21383
21384 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
21385
21386 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
21387 if we can't get a debug format from GDB (we may be testing an
21388 older GDB). Use a 10 second timeout when checking for the format.
21389
21390 * gdb.stabs/weird.exp: Fix quoting.
21391
21392 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
21393
21394 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
21395
21396 * config/arm-ice.exp: New file.
21397
21398 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
21399
21400 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
21401 until it has been modified to work with the new testsuite.
21402
21403 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
21404 testcase won't compile, cause all of the testcases in the file to
21405 fail instead.
21406
21407 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
21408 (gdb_clear_suppressed): New procedure.
21409 (gdb_stop_suppressing_tests): Only clear suppress_flag if
21410 it contains a positive value.
21411
21412 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
21413
21414 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
21415
21416 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
21417
21418 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
21419
21420 * lib/gdb.exp (setup_xfail_format): New function.
21421 (get_debug_format): New function to get debug format.
21422 (debug_format): New global variable to hold last value set
21423 by get_debug_format.
21424 * gdb.base/list.exp: Call get_debug_format and expect some
21425 tests to fail for DWARF 1 and COFF formats.
21426 * gdb.c++/ptype.exp: Ditto.
21427 * gdb.c++/classes.exp: Ditto.
21428 * gdb.c++/cplusfuncs.exp: Ditto.
21429 * gdb.c++/inherit.exp: Ditto.
21430 * gdb.c++/templates.exp: Ditto.
21431 * gdb.c++/virtfunc.exp: Ditto.
21432
21433 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
21434
21435 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
21436 host doesn't have a currently-open connection.
21437
21438 * config/sparclet.exp: Cleanups and fixes to make it generic for
21439 any gdb stub target. Handle cases where gdb doesn't respond when
21440 interrupted in a sane fashion.
21441
21442 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
21443 same thing in a totally different way.
21444
21445 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
21446 setting "timeout".
21447 (gdb_start): We set the global gdb_prompt variable in
21448 default_gdb_init now.
21449
21450 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
21451
21452 * gdb.base/printcmds.exp: Fix "check for floating addition"
21453 regexp to accept results within approx +/- .01 of exact value.
21454 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
21455
21456 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
21457
21458 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
21459 properly.
21460 (gdb_expect): Add optional timeout parameter, and add timeout
21461 value to various calls.
21462 (gdb_suppress_tests): Only give one warning message per group.
21463
21464 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
21465
21466 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
21467 global variables. Handle getting a value for $timeout more
21468 gracefully.
21469
21470 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
21471
21472 * lib/gdb.exp: Close connection to remote host if gdb doesn't
21473 initialize.
21474 (default_gdb_init): New procedure; allow gdb_init to be overridden
21475 by a target configuration file.
21476 (gdb_expect): Pass the timeout to remote_expect.
21477
21478 * config/monitor.exp(gdb_load): Fix typo in regexp.
21479
21480 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
21481
21482 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
21483
21484 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
21485
21486 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
21487 here. Call gdb_target_exec before rebooting the target, to make
21488 sure the connection to the target is closed.
21489 (gdb_load): Pass the name of the executable to gdb_target_monitor.
21490 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
21491 Also detect "Timeout reading from remote" error.
21492
21493 * config/gdbserver.exp: Pass the executable being loaded to
21494 gdb_target_monitor. Don't call gdb_file_cmd here; let
21495 gdb_target_monitor do it.
21496
21497 * gdb.disasm/hppa.exp: Don't use exec_output.
21498
21499 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
21500
21501 * gdb.base/list.exp: If we're debugging a non-native target,
21502 try to set the pc register to point to the start of the
21503 program before doing the first list command.
21504
21505 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
21506 test_calls after restarting.
21507
21508 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
21509 reloading.
21510
21511 * gdb.base/watchpoint.exp: Fix typo.
21512
21513 * gdb.base/setshow.exp: Check for use_gdb_stub.
21514
21515 * gdb.base/break.exp: Fix continue until exit test for the gdb
21516 stub case.
21517 * gdb.base/langs.exp: Ditto.
21518
21519 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
21520 gdb_load_offset. If we weren't given a file to load, figure out
21521 what the current file is and use it.
21522
21523 * config/i386-bozo.exp: New file.
21524
21525 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
21526
21527 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
21528 feature.
21529
21530 * config/proelf.exp: New entry.
21531
21532 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
21533
21534 * lib/gdb.exp: Remove spurious .* patterns at the beginning
21535 of regexps.
21536
21537 * gdb.base/watchpoint.exp: Don't run the test_stepping
21538 tests if gdb can't call functions on the target.
21539
21540 * gdb.base/setshow.exp: Don't run the set prompt tests if
21541 the board has gdb_prompt set.
21542
21543 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
21544
21545 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
21546 * gdb.base/commands.exp: Likewise.
21547 * gdb.base/setshow.exp: Likewise.
21548
21549 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
21550
21551 * config/monitor.exp(gdb_start): Look for gdb_prompt target
21552 feature.
21553
21554 * config/i960.exp: New file.
21555
21556 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
21557
21558 * gdb.base/funcargs.exp: Check for gdb,short_int target
21559 feature instead of looking for explicit target triplets.
21560
21561 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
21562
21563 * gdb.base/printcmds.exp: add a couple more tests a la
21564 "p 123DEADBEEF", to check parse_number.
21565 * top.c: change "to enable to enable" to "to enable" in a couple
21566 of help strings.
21567
21568 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
21569
21570 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
21571 on the mn10300.
21572
21573 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
21574
21575 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
21576 where the test executable is run with explicit args.
21577 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
21578
21579 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
21580
21581 * gdb.base/run.c: Use FAKEARGV to build test executable that
21582 does not require a command line arg, since most simulators
21583 don't currently support passing such an arg into the simulated
21584 program.
21585 * gdb.base/commands.exp: Change tests to insert the proper
21586 value as the arg to the first recursive factorial call. Change
21587 compilation line to define FAKEARGV at compile time.
21588
21589 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
21590
21591 * gdb.base/recurse.exp: Enable these tests for the mn10300.
21592 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
21593 function with watchpoint enabled" test.
21594
21595 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
21596
21597 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
21598 Don't call gdb_test when the command doesn't return to a gdb prompt.
21599
21600 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
21601 "Tests restarted" messages.
21602
21603 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
21604
21605 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
21606
21607 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
21608
21609 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
21610 for INFO SYMBOL; add help tests for OVERLAY commands.
21611 * gdb.base/default.exp: add tests for INFO SYMBOL command;
21612 add tests for OVERLAY commands
21613 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
21614 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
21615 * gdb.base/sigall.c: add usestubs code frag
21616 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
21617
21618 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
21619
21620 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
21621 failures.
21622 (gdb_stop_suppressing_tests): Note that tests have restarted.
21623
21624 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
21625
21626 * config/h8300.exp: New file.
21627
21628 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
21629
21630 * gdb.base/setshow.exp: Check for the existence of a
21631 feature, not its value.
21632
21633 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
21634
21635 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
21636
21637 * gdb.base/scope.exp: It's now init0(), not init().
21638
21639 * gdb.base/scope0.c: For now, change init() to be init0().
21640
21641 * config/monitor.exp: Use gdb_serial in preference to serial
21642 or netport.
21643
21644 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
21645 and it's not already set.
21646
21647 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
21648
21649 * gdb.base/setshow.exp: Only test the run command if the target
21650 isn't using a stub and if it supports argument passing.
21651
21652 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
21653
21654 * config/udi.exp(gdb_start): Make sure UDICONF is set
21655 properly before starting gdb.
21656
21657 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
21658
21659 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
21660 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
21661 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
21662
21663 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
21664
21665 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
21666 specialized code to reboot the board, use remote_reboot instead.
21667
21668 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
21669
21670 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
21671
21672 * config/monitor.exp: Make sure we disconnect from the target.
21673 Also, try a reboot/reload cycle instead of failing if the
21674 load fails.
21675
21676 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
21677
21678 * gdb.base/default.exp: Don't set match_max.
21679 * gdb.base/help.exp: Ditto.
21680 * gdb.base/list.exp: Ditto.
21681 * gdb.base/signals.exp: Ditto.
21682
21683 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
21684 set, use remote_ld to download the testcase instead of
21685 the GDB loader.
21686
21687 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
21688
21689 * config/vr5000.exp: New file.
21690
21691 * config/monitor.exp(gdb_target_monitor): Add pattern for
21692 "Ending remote" to detect errors in connecting.
21693
21694 * gdb.base/setshow.exp: Add .* within auto language test.
21695
21696 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
21697 target feature.
21698
21699 * config/monitor.exp(gdb_load): Check for a failure when loading,
21700 and reboot the board if necessary.
21701
21702 * gdb.base/setvar.exp(test_set): Handle multiple prints within
21703 a set of tests. Remove print.* from the patterns being checked.
21704
21705 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
21706
21707 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
21708 refer to gdb_spawn_id.
21709
21710 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
21711 longer used.
21712 * config/sparclet.exp: Ditto.
21713 * config/sparclet-old.exp: Ditto.
21714 * config/slite.exp: Ditto.
21715 * config/sim.exp: Ditto.
21716 * gdb.base/funcargs.exp: Ditto.
21717
21718 * lib/gdb.exp:Remove references to gdb_spawn_id.
21719 (gdb_expect): Move to remote.exp.
21720
21721 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
21722
21723 * config/monitor.exp: Detect the "Couldn't establish connection"
21724 message from GDB.
21725
21726 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
21727
21728 * gdb.base/bitfields.exp: Use runto instead of explicit
21729 gdb_run_cmd/gdb_expect sequences.
21730
21731 * gdb.base/break.exp(text_next_with_recursion): Add match for
21732 gdb_expect call.
21733
21734 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
21735 We also need to handle the "A program is being debugged already"
21736 prompt from gdb. Use gdb_test to set the baud rate.
21737
21738 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
21739 to 20000. Really. I mean it.
21740
21741 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
21742
21743 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
21744 fails. If suppress_flag is set, skip perror message about not
21745 being able to send to GDB.
21746 (send_gdb): If suppress_flag is set, don't try to send commands to
21747 GDB.
21748 (gdb_expect): If suppress_flag is set, always fail immediately.
21749 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
21750 (gdb_init): Call gdb_stop_suppressing_tests.
21751 (default_gdb_exit): Ditto.
21752 (default_gdb_start): Ditto.
21753
21754 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
21755 gdb_stop_suppressing_tests as appropriate.
21756 * gdb.base/break.exp: Ditto.
21757 * gdb.base/callfuncs.exp: Ditto.
21758 * gdb.base/commands.exp: Ditto.
21759 * gdb.base/exprs.exp: Ditto.
21760 * gdb.base/funcargs.exp: Ditto.
21761 * gdb.base/list.exp: Ditto.
21762 * gdb.base/recurse.exp: Ditto.
21763 * gdb.base/scope.exp: Ditto.
21764 * gdb.base/structs.exp: Ditto.
21765 * gdb.c++/inherit.exp: Ditto.
21766
21767 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
21768
21769 * config/vr4300.exp: New file.
21770
21771 * gdb.*/*.exp: Call gdb_expect instead of expect.
21772
21773 * lib/gdb.exp(gdb_expect): New function.
21774
21775 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
21776
21777 * lib/gdb.exp(gdb_init): New function.
21778
21779 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
21780 for each individual variable set.
21781
21782 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
21783 name.
21784
21785 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
21786
21787 * gdb.base/scope.exp: Use gdb_test.
21788
21789 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
21790 aborting; the testsuite driver will do that for us (see
21791 gdb_finish). Also, use gdb_test in a few more places.
21792
21793 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
21794
21795 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
21796
21797 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
21798
21799 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
21800 and "add_tests" are not at the same address.
21801
21802 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
21803
21804 * gdb.base/ptype.exp: Use gdb_test.
21805
21806 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
21807
21808 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
21809 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
21810 left in. No longer expect them to fail.
21811
21812 * gdb.stabs/*.mt; Deleted, no longer used.
21813 * gdb.stabs/configure.in: Remove references to target makefile
21814 frags.
21815 * gdb.stabs/configure: Rebuilt.
21816
21817 * gdb.disasm/*.mt: Deleted, no longer used.
21818 * gdb.disasm/configure.in: Remove references to target makefile
21819 frags. Use "sh3.s" as the unique filename for this directory.
21820 * gdb.disasm/configure: Rebuilt.
21821
21822 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
21823 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
21824 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
21825
21826 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
21827
21828 * config/udi.exp: Use mondfe,name instead of remote_host.
21829
21830 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
21831
21832 * gdb.base/watchpoint.exp: Don't expect a failure when calling
21833 a function with a watchpoint enabled on the mn10200.
21834
21835 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
21836 before trying to create it!
21837
21838 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
21839
21840 * config/vx.exp: Use hostname instead of netport.
21841
21842 * config/vxworks.exp: New file.
21843
21844 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
21845
21846 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
21847 gdb before assuming everything worked. Send a ^C if a timeout
21848 occurs.
21849
21850 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
21851 $gdb_spawn_id directly.
21852 (gdb_run_cmd): Try _start as well as start. Use the target feature
21853 gdb,start_symbol as the symbol to start from when jumping.
21854
21855 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
21856
21857 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
21858 redundant) test.
21859
21860 * gdb.base/recurse.exp: Relax final value test for 'b' so that
21861 it doesn't lose for 16bit integer systems.
21862
21863 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
21864
21865 * gdb.fortran/types.exp: If the target doesn't support "double"
21866 data types, then expect "real" types to only be 4 bytes.
21867
21868 * gdb.c++/virtfunc.exp: Expect failure for virtual function
21869 call tests if the target doesn't support inferior function calls.
21870
21871 * gdb.base/printcmds.exp: Allow minor deviation in FP values
21872 in printf tests.
21873
21874 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
21875
21876 * gdb.base/help.exp: Disable "help set", "help show", and
21877 "help support". Simplify regexp for "help stack".
21878
21879 * gdb.base/default.exp: Set match_max to 5000 and the timeout
21880 to 60 seconds. Temporarily set match_max to 15000 around the
21881 "info copying" test.
21882
21883 * gdb.base/nodebug.exp: Don't try to do an inferior function
21884 call if the target doesn't support them.
21885 * gdb.base/printcmds.exp: Likewise.
21886 * gdb.base/setvar.exp: Likewise.
21887 * gdb.base/structs.exp: Likewise.
21888 * gdb.c++/templates.exp: Likewise.
21889 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
21890
21891 * gdb.base/recurse.exp: Enable for the mn10200.
21892
21893 * configure.in: Do configure gdb.stabs directory for *-*-elf
21894 targets.
21895 * configure: Rebuilt.
21896
21897 * gdb.base/break.exp: Check for gdb,noresults before testing
21898 exit status and/or results from the target.
21899 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
21900 * lib/gdb.exp: Remove old (now bogus) initialization of
21901 noinferior, noargs, noresults and nosignals.
21902
21903 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
21904
21905 * config/sh.exp: New file.
21906
21907 * config/slite.exp: Try to connect multiple times to the board
21908 before rebooting. Only send a "monitor run" if need_monitor_run
21909 is set.
21910
21911 * gdb.base/break.exp: Don't do the "stub continue" test if
21912 the target has gdb_stub set.
21913
21914 * gdb.base/callfuncs.exp: Increase the timeout.
21915
21916 * gdb.base/interrupt.exp: Don't even try to compile the testcase
21917 if the target has gdb,noinferiorio set.
21918
21919 * gdb.base/list.exp: Increase match_max to 10000 characters.
21920
21921 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
21922
21923 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
21924 target.
21925
21926 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
21927
21928 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
21929
21930 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
21931 trying to delete the copy of gdb. Catch the file delete so we
21932 don't die if the delete fails; also, the file should be copied to
21933 the host, not to the build.
21934
21935 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
21936
21937 * lib/gdb.exp(gdb_test): Surround the result pattern with
21938 parenthesis in case it contains multiple regexps separated
21939 with |.
21940
21941 * gdb.base/watchpoint.exp: Use gdb_test.
21942 * gdb.base/default.exp: Ditto.
21943
21944 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
21945
21946 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
21947
21948 * gdb.base/scope.exp: Use gdb_test.
21949 * gdb.c++/classes.exp: Ditto.
21950 * gdb.c++/inherit.exp: Ditto.
21951
21952 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
21953
21954 * gdb.base/crossload.exp: Don't use execute_anywhere, use
21955 remote_exec instead.
21956 * gdb.base/corefile.exp: Don't be ridiculous.
21957 * gdb.base/*.c: Add missing stub invocations.
21958
21959 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
21960
21961 * config/slite.exp: Miscellaneous fixes.
21962
21963 * lib/gdb.exp: Fix runto.
21964
21965 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
21966 the target.
21967
21968 * gdb.base/watchpoint.exp: Fix regexp.
21969
21970 * lib/gdb.exp(default_gdb_exit): Add a catch to the
21971 close and wait commands, as the descriptor may now be
21972 invalid. Always call "remote_close host".
21973
21974 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
21975
21976 Major rewrite for testsuite revision.
21977
21978 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
21979 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
21980 instead of relying on spawn_id to always contain a valid
21981 spawn id.
21982 (get_compiler_info): New procedure to build the ${binfile}.ci
21983 file, instead of replicating this in N different places.
21984 (gdb_compile): New procedure.
21985
21986 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
21987 appropriate arguments) instead of compile. Use gdb_test in a lot
21988 more places. Use send_gdb instead of send. Always run gdb_start
21989 at the start of a testcase, as this is no longer done magically.
21990
21991 config/*-gdb.exp: Rename without the -gdb suffix.
21992
21993 config/mips.exp: Use remote_close instead of exit_remote_shell.
21994 config/monitor.exp: Use target_info instead of looking at
21995 baud, timeout, etc.
21996 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
21997
21998 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21999
22000 * gdb.c++/templates.exp (test_ptype_of_templates),
22001 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
22002 Update expect patterns for destructors and assignment operators
22003 to match corresponding c-typeprint.c changes.
22004 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
22005 to destructor breakpoint test, GDB should be able to set the
22006 destructor breakpoint without specifying arguments.
22007
22008 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
22009
22010 * gdb.threads/pthreads.exp: Change result for failure to compile due
22011 to lack of pthreads runtime support from an error to simply an
22012 unsupported test, per dejagnu standards.
22013
22014 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22015
22016 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
22017 where GDB exits to reduce pattern match time.
22018 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
22019
22020 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
22021
22022 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
22023
22024 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
22025 * gdb.base/default.exp: ditto.
22026 * gdb.base/nodebug.exp: ditto.
22027 * gdb.base/printcmds.exp: ditto.
22028 * gdb.base/ptype.exp: ditto.
22029 * gdb.base/setvar.exp: ditto.
22030 * gdb.base/structs.exp: ditto.
22031 * gdb.base/setshow.c: Guard against uninitialized values of argc.
22032
22033 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
22034
22035 * configure, */configure: Rebuild with autoconf 2.12.
22036
22037 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
22038
22039 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
22040 use new i*86-pc-linux*-gnu quads.
22041 * gdb.base/corefile.exp: Ditto.
22042 * gdb.base/signals.exp: Ditto.
22043 * gdb.base/sigall.exp: Ditto.
22044 * gdb.base/interrupt.exp: Ditto.
22045
22046 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
22047 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
22048 RedHat 4.0.
22049
22050 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
22051 linux. This allows the test case to at least compile on latest
22052 linux, but still not run due to missing the threads runtime library.
22053
22054 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22055
22056 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
22057 directory to search gdb directory. Accept and step over conditional
22058 stack alignment code. Consume $prompt in failure cases.
22059 Reset timeout to $oldtimeout instead of some arbitrary value.
22060 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
22061 timeout problems with infinite stack backtraces.
22062 * gdb.base/ptype.exp (ptype struct link, union tu_link):
22063 Accept function parameters for linkfunc member.
22064
22065 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
22066
22067 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
22068 (CXXFLAGS): Remove, unreferenced.
22069 (B_OPTIONS): Add for -B options and add code to initialize with
22070 previous -B options and also add -B option to pick up cross compiled
22071 runtime.
22072 (TARGET_INCLUDES): Add for -I options and add code to initialize when
22073 doing cross compiles.
22074 (target_alias): Declare global.
22075 (xgcc): Set variable to full path of gcc in build tree. Use findfile
22076 to verify that gcc exists in build tree, and if so set CC to that
22077 gcc and to use B_OPTIONS and TARGET_INCLUDES.
22078
22079 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
22080
22081 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
22082 ptype test for anonymous union. Fixup testcase to match
22083 current gcc debug output.
22084
22085 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
22086
22087 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
22088 force argument to an unsigned long type.
22089
22090 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
22091
22092 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
22093 tests and anonymous union print/ptype tests.
22094 * gdb.base/list.exp (test_forward-search): Increase timeout by
22095 5 minutes for the "search extremely long line" case.
22096 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
22097 completely optional and that the pass/fail messages use the command as
22098 the message if that third arg is a null string.
22099 (gdb_test_exact): Arrange that a null string pattern means match a
22100 null string output rather than any output, which might include random
22101 errors.
22102 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
22103 backtrace test.
22104 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
22105 always failing and failure is now exposed by gdb.exp changes.
22106
22107 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
22108
22109 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
22110 weren't being noted.
22111
22112 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22113
22114 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
22115 * gdb.stabs/weird.exp: Remove v_comb xfails.
22116
22117 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
22118
22119 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
22120 list.exp scope.exp watchpoint.exp]
22121 Make all timeout error msgs explicitly say "(timeout)".
22122
22123 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
22124
22125 * config/monitor.exp: Increase download timeout to 1000 seconds.
22126
22127 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
22128
22129 * config/m32r.exp: Increase timeout to 120 seconds.
22130
22131 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
22132
22133 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
22134 and accept older ordering as obsolescent gcc or gdb.
22135 * gdb.c++/templates.exp: Ditto.
22136 * gdb.c++/virtfunc.exp: Ditto.
22137
22138 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
22139
22140 * gdb.base/coremaker.c: Add code to mmap some data so we
22141 can check that it ends up in the core file.
22142 * gdb.base/corefile.exp: Add test to read mmapped data
22143 from core file.
22144
22145 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
22146
22147 * config/m32r.exp: New file.
22148
22149 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
22150
22151 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
22152 that cflags can contains -gstabs, and work correctly for other tests.
22153
22154 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
22155
22156 * gdb.base/setshow.exp: New file, tests show and set.
22157 * gdb.base/setshow.c: New file, tests show and set.
22158 * gdb.base/help.exp: Add test for help set|show annotate.
22159 * gdb.base/default.exp: Add test for set|show annotate.
22160
22161 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
22162
22163 * testsuite/gdb.base/break.exp: Make backtrace from factorial
22164 errors unique.
22165 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
22166 explicitly.
22167
22168 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
22169
22170 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
22171 and width commands. This is done elsewhere.
22172 * (gdb_start): Don't call gdb_start_sim here. That's already
22173 done in gdb_load. This fixes lots of failures in default.exp.
22174
22175 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
22176
22177 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
22178 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
22179 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
22180 in the same we we treat other failures (since it may be an expected
22181 condition), rather than as an error.
22182 * gdb.base/signals.exp (test_handle_all_print): Revert back to
22183 old test format.
22184
22185 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
22186
22187 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
22188 (distclean maintainer-clean realclean): No need to remove files
22189 twice. Nuke the duplicates.
22190 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
22191 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
22192 Remove config.h along with other config files.
22193
22194 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
22195
22196 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
22197 "p func1 ()" and note that rests of tests are skipped.
22198 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
22199 setup_xfails for "print func2::coremaker_local".
22200 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
22201 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
22202 affected by the previous run test.
22203 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
22204 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
22205 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
22206 "pass int powerset tuple" and "pass modeless int powerset tuple".
22207 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
22208 "real write 4" and "real write 8".
22209 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
22210 setup_xfails for "print vs1 after tuple assign 2",
22211 "print \$i after tuple assign 2", and
22212 "print vs2 after tuple assign 2".
22213 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
22214 meaningful error message and return -1 so the caller can
22215 suppress further tests and avoid a cascade of errors.
22216
22217 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
22218
22219 * gdb.base/a1-selftest.exp: Tweak tests to account for new
22220 format for printing version.
22221 * gdb.base/default.exp: Ditto.
22222 * gdb.base/interrupt.exp: Fix problem with cascade of
22223 errors if child process dies while calling a function.
22224
22225 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
22226
22227 * Makefile.in (VPATH): Add
22228 * Makefile.in (Makefile, config.status): Fix rules so things get
22229 remade when necessary.
22230
22231 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
22232
22233 * Makefile.in (just-check): Add path to sibling expect dir
22234 to environment variable specified by RPATH_ENVVAR.
22235
22236 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
22237
22238 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
22239 (just-check): Add shared library paths for libstdc++, tk,
22240 tcl, bfd, and opcodes to the environment variable specified
22241 in RPATH_ENVVAR.
22242 * configure.in: Add support to recognize --enable-shared flag
22243 and generate correct value for RPATH_ENVVAR.
22244 * configure: Regenerated with autoconf.
22245
22246 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
22247
22248 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
22249 include all osf versions.
22250 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
22251 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
22252 when target is linux. When failing to build pthreads test
22253 executable, give more meaningful message.
22254 * gdb.threads/pthreads.c: Hpux also uses old definition of second
22255 arg for pthread_create.
22256
22257 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
22258
22259 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
22260 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
22261 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
22262 and -lpthreads (everybody else).
22263 (test_startup): Fail gracefully if threads are not supported.
22264 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
22265 "p/c array_index("abcdef",2)" when not gcc compiled.
22266 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
22267 "print func2::coremaker_local" when not gcc compiled.
22268 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
22269 "ptype on opaque struct tagname (statically)",
22270 "ptype on opaque struct tagname (dynamically) 1", and
22271 "ptype on opaque struct tagname (dynamically) 2"
22272 for not compiled with gcc.
22273 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
22274 backtrace when compiled with gcc.
22275 * lib/gdb.exp (runto_main): Return result of "runto main" rather
22276 than always return success.
22277
22278 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
22279
22280 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
22281
22282 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
22283
22284 * gdb.base/structs.exp: Undo last change.
22285
22286 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
22287
22288 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
22289 encapsulate all the steps/nexts done during self test, starting
22290 at main, and makes them less sensitive to optimization issues.
22291 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
22292 signal handler" test.
22293 * gdb.threads/pthreads.exp: Only run this for native configs.
22294 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
22295 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
22296 tests.
22297 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
22298 for "runto test_calls(void)" test.
22299
22300 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
22301
22302 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
22303 and don't expect address info in breakpoint confirmations.
22304
22305 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
22306
22307 * gdb.base/list.exp (test_forward_search): Increase timeout
22308 temporarily by 60 seconds for searching extremely long line,
22309 and then reset to old value when done. Increase expect input
22310 buffer to 10000.
22311
22312 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
22313
22314 * gdb.base/list.exp (test_forward_search): Fix to handle very
22315 long source line without overflowing expect's input buffer.
22316
22317 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
22318
22319 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
22320 "buffer_full".
22321
22322 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
22323 "buffer_full".
22324
22325 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
22326 "buffer_full".
22327
22328 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
22329 "buffer_full".
22330
22331 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
22332
22333 * configure.in (configdirs): Add gdb.threads.
22334 * configure: Regenerated with autoconf.
22335 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
22336 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
22337 * gdb.threads/configure: New, generated with autoconf.
22338
22339 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
22340
22341 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
22342
22343 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
22344
22345 * gdb.base/signals.exp (test_handle_all_print): Test separately for
22346 each signal's status in the output of "handle all print".
22347 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
22348 the \r\n sequence that immediately precedes the gdb prompt.
22349 * gdb.base/a1-selftest.exp: Save original timeout and restore
22350 after test.
22351
22352 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
22353
22354 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
22355 symbol.
22356
22357 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
22358
22359 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
22360
22361 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
22362
22363 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
22364 timeout by 60 seconds.
22365
22366 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
22367
22368 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
22369 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
22370 error return.
22371
22372 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
22373
22374 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
22375 gdb initialization, also report how long dejagnu waited. Restore
22376 old timeout before doing error return. Temporarily increase timeout
22377 by 3 minutes to allow for slow startups over heavy NFS use.
22378
22379 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
22380
22381 * lib/gdb.exp: Report timeout value for verbosity level 2.
22382 * config/gdbserver.exp: Ditto.
22383 * config/hppro.exp: Ditto.
22384 * config/mips-gdb.exp: Ditto.
22385 * config/monitor.exp: Ditto.
22386 * config/netware.exp: Ditto.
22387 * config/sim-gdb.exp: Ditto.
22388 * config/slite-gdb.exp: Ditto.
22389 * config/udi-gdb.exp: Ditto.
22390 * config/unix-gdb.exp: Ditto.
22391 * config/vx-gdb.exp: Ditto.
22392 * gdb.base/a1-selftest.exp: Ditto.
22393 * gdb.base/a2-run.exp: Ditto.
22394 * gdb.base/break.exp: Ditto.
22395 * gdb.base/corefile.exp: Ditto.
22396 * gdb.base/list.exp: Ditto.
22397 * gdb.base/recurse.exp: Ditto.
22398 * gdb.base/scope.exp: Ditto.
22399 * gdb.base/signals.exp: Ditto.
22400
22401 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
22402
22403 * gdb.threads/Makefile.in (docdir): Removed.
22404
22405 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
22406
22407 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
22408 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
22409 @srcdir@.
22410 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
22411 autoconf 2.5 or higher.
22412 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
22413
22414 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
22415
22416 * configure: Regenerated.
22417 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
22418 avoid name clashes with SunOS headers.
22419
22420 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
22421
22422 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
22423
22424 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
22425
22426 * gdb.base/callfuncs.exp: Finish last change -- make sure the
22427 prototype information ends up in the compiler info file.
22428
22429 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
22430
22431 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
22432 attempting to regenerate it. Eliminate use of a temporary file
22433 and just generate the info file directly. Source it immediately,
22434 for consistency of use.
22435 * gdb.base/corefile.exp: Ditto
22436 * gdb.base/exprs.exp: Ditto.
22437 * gdb.base/funcargs.exp: Ditto.
22438 * gdb.base/langs.exp: Ditto.
22439 * gdb.base/list.exp: Ditto.
22440 * gdb.base/mips_pro.exp: Ditto.
22441 * gdb.base/nodebug.exp: Ditto.
22442 * gdb.base/opaque.exp: Ditto.
22443 * gdb.base/ptype.exp: Ditto.
22444 * gdb.base/scope.exp: Ditto.
22445 * gdb.base/setvar.exp: Ditto.
22446 * gdb.base/signals.exp: Ditto.
22447 * gdb.base/whatis.exp: Ditto.
22448 * gdb.c++/templates.exp: Ditto.
22449 * gdb.c++/virtfunc.exp: Ditto.
22450 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
22451 whether or not to add -lstdc++ to the compile command line args.
22452
22453 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22454
22455 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
22456 it got fixed by the recent lookup_minimal_symbol_by_pc change.
22457 Increase timeout, a lot of single stepping might be needed if the
22458 target has no hardware watchpoints.
22459
22460 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
22461
22462 * gdb.base/break.exp: Ignore compiler warnings when compiling
22463 break.c.
22464 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
22465 * gdb.base/default.exp: Add h8300 xfails. Handle messages
22466 from remote-sim.
22467 * gdb.base/exprs.exp: Add h8300 xfails.
22468 * gdb.base/funcargs.exp: Likewise.
22469 * gdb.base/nodebug.exp: Likewise.
22470 * gdb.base/printcmds.exp: Likewise.
22471 * gdb.base/ptype.exp: Likewise.
22472 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
22473 h8300 xfails.
22474 * gdb.base/return.exp: Handle float/double precision problems
22475 on the h8300.
22476 * gdb.base/funcargs.c: Explicitly make last constant argument to
22477 call_after_alloca_subr an unsigned long type.
22478 * gdb.base/return.c: Include stdio.h.
22479
22480 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
22481
22482 * config/abug.exp: New file for the older Motorola Bug monitor
22483 that runs on the mvme13x series VME boards.
22484 * config/monitor.exp: Use the new config array for target settings
22485 if they exist.
22486
22487 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
22488
22489 * sim-gdb.exp: Make the SH simulator allocate less space when
22490 it is targeted.
22491
22492 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
22493
22494 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
22495 test.
22496
22497 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
22498
22499 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
22500 "rs6000-*-*" for "list function in include file" when gcc compiled.
22501 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
22502 for "p ctable1[120]".
22503 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
22504 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
22505 Remove setup_xfail for "rs6000-*-*" for
22506 "print 'scope0.c'::filelocal before run".
22507 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
22508 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
22509 since some compilers don't allow both options to be given
22510 on the same command line. Create object file and move it.
22511
22512 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
22513
22514 * gdb.base/corefile.exp: Always regenerate the core file, since
22515 we always regenerate the coremaker program. Detect special case
22516 where registers cannot be read from core file.
22517
22518 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
22519
22520 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
22521 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
22522 * gdb.c++/templates.exp: Only match on basename of file since
22523 some formats like xcoff don't encode directory information.
22524 * gdb.stabs/weird.exp: Use the right sed script for powerpc
22525 and rs6000 AIX xcoff targets.
22526 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
22527 * configure: Regenerate.
22528 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
22529 here, rather than in distclean.
22530
22531 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
22532
22533 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
22534 defined, and use it to compile the test case with -O2. The
22535 native compilation still uses no optimization.
22536 * gdb.base/mips_pro.c: Remove inline assembly code since
22537 it is compiled PIC by default, which results in assembler
22538 warnings that make the testsuite think the compilation
22539 was unsuccessful.
22540
22541 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
22542
22543 * gdb.c++/misc.exp: Add note to message for
22544 "print s.a for foo struct" that this is a known gcc 2.7.2
22545 and earlier bug.
22546
22547 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
22548
22549 * gdb.base/break.exp: Fix pattern for matching "Delete all
22550 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
22551 setup_xfail for deleting all breakpoints test. Fix various
22552 timeout messages to include "(timeout)".
22553 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
22554 for "p t_float_values2(3.14159,float_val2)".
22555 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
22556 for "continue to call2g" when gcc compiled.
22557 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
22558 "up to foo in langs.exp", "show language at foo in langs.exp",
22559 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
22560 and "show language at fsub in langs.exp".
22561 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
22562 "list line 1 in include file", "list message for lines past EOF",
22563 "list function in include file", "list list0.h:foo", and
22564 "list filename:function; nonexistant function".
22565 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
22566 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
22567 and "ptype t_char_array" to be for native cc only.
22568
22569 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
22570
22571 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
22572 setup_xfail for "print coremaker_bss", "print coremaker_ro",
22573 "print func2::coremaker_local", and "backtrace in corefile.exp".
22574
22575 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
22576
22577 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
22578 "bt in signals.exp". This problem only appears when running
22579 the testsuite, and then only intermittently.
22580
22581 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
22582
22583 * gdb.base/return.exp (return_tests): Differentiate between
22584 two tests of continuing.
22585
22586 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
22587
22588 * */Makefile.in (maintainer-clean): Remove config.log.
22589 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
22590 * gdb.c++/Makefile.in (PROGS): Add inherit.
22591 (clean): Remove *.ci.
22592
22593 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
22594
22595 * gdb.c++/misc.cc: Add test code from Mike Stump.
22596 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
22597
22598 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
22599
22600 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
22601 to "alpha-*-osf2*" and add comment.
22602 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
22603 setup_xfail for "step over execarg initialization" and
22604 "step over corearg initialization".
22605 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
22606 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
22607 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
22608 gcc compiled for "print coremaker_bss", "print coremaker_ro",
22609 "print func2::coremaker_local", and "backtrace in corefile.exp".
22610 * gdb.base/signals.exp: Build and source signals.ci.
22611 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
22612 to be for gcc only.
22613 * lib/gdb.exp: Move verbose statements outside conditionals.
22614
22615 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22616
22617 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
22618 Feb 3 procfs.c change.
22619
22620 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
22621
22622 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
22623
22624 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
22625
22626 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
22627 from dejagnu's apparent default of 10 seconds, which gives random
22628 results when running the tests over NFS on moderately loaded systems.
22629 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
22630
22631 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
22632
22633 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
22634 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
22635 result reports.
22636
22637 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
22638
22639 * configure.in (CY_AC_PATH_TCLH): Remove.
22640 * configure: Regenerate.
22641
22642 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
22643
22644 * gdb.c++/Makefile.in (clean): Add missing '{'.
22645
22646 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
22647
22648 * lib/gdb.exp: Provide a default value for noinferior.
22649
22650 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
22651 Load libgloss.exp.
22652
22653 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
22654
22655 * gdb.disasm/hppa.exp: Compile directly into an executable, use
22656 the executable, not the .o to run the tests from.
22657
22658 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
22659
22660 * gdb.base/break.exp: Don't test for program exit or exit status
22661 if $noresults if nonzero.
22662 * gdb.base/langs.exp: Likewise.
22663 * gdb.base/watchpoint.exp: Likewise.
22664
22665 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
22666 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
22667 trying to compile the testcase.
22668
22669 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
22670
22671 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
22672 * gdb.base/signals.exp (continue to handler): Likewise.
22673
22674 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
22675
22676 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
22677
22678 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
22679
22680 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
22681
22682 * gdb.base/corefile.exp: Recognize "not found" as failure
22683 when trying to determine if a core file was generated.
22684 If no core file was generate the first time, try again without
22685 the ulimit -c to work around braindamaged shells.
22686
22687 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
22688
22689 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
22690 [] tests with "test" and enclose string in quotes.
22691 * gdb.stabs/configure: Rebuild
22692
22693 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
22694
22695 Changes in sync with expect:
22696 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
22697 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
22698 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
22699 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
22700 argument to AC_REQUIRE.
22701 * configure: Regenerated.
22702
22703 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
22704
22705 * gdb.base/corefile.exp: When generating a core, discard any
22706 error messages about ulimit not found and the "core dumped"
22707 message from the shell that runs the coredumper.
22708
22709 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
22710
22711 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
22712
22713 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
22714 which sed script to run. Expect failure for v_comb test
22715 on PA targets too.
22716
22717 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
22718
22719 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
22720 "print func2::coremaker_local" and for "backtrace in corefile.exp"
22721
22722 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
22723
22724 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
22725 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
22726 "sparc-sun-solaris*" xfails for "p v_comb".
22727 * lib/gdb.exp (default_gdb_start): Fix typo.
22728 * gdb.base/corefile.exp: Allow "Core was generated by ..."
22729 messages to not include the full program name that caused
22730 the core dump since some systems (such as solaris) apparently
22731 truncate this path to about 80 characters.
22732 When generating a core file first try increasing the core file
22733 size limit to unlimited since some systems may default it to
22734 zero, and it is harmless to try it. Move the test for failing
22735 to generate a core file to where it will actually get executed.
22736 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
22737 new gdb result from g++ debug info improvements and make old
22738 pattern obsolescent. Also account for size_t differences
22739 (may be int or long).
22740 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
22741 initialization before function call is placed in the delay slot
22742 and thus appears to be skipped over by commands such as "next".
22743
22744 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
22745
22746 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
22747
22748 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
22749
22750 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
22751 input source file; fix code to compile test to deal with this
22752 convention.
22753 * gdb.c++/*.exp: Likewise.
22754
22755 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
22756
22757 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
22758 "bt in signals.exp".
22759
22760 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
22761
22762 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
22763 "step over execarg initialization" and
22764 "step over corearg initialization".
22765
22766 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
22767
22768 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
22769 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
22770
22771 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
22772
22773 From Rob Savoye (rob@poseidon.cygnus.com)
22774 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
22775 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
22776 configure.in}, gdb.disasm/{Makefile.in, configure.in},
22777 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
22778 configure.in}: Major reworking for autoconfig.
22779 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
22780 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
22781 New files.
22782 * config/unix-gdb.exp: Make GDB global.
22783 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
22784 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
22785 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
22786 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
22787 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
22788 term.exp, twice.exp, watchpoint.exp, whatis.exp},
22789 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
22790 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
22791 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
22792 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
22793 pr-8136.exp, result.exp, string.exp, tuples.exp},
22794 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
22795 to returns as necessary, arrange for test to compile own testcase
22796 executable.
22797 * lib/gdb.exp: Changes for testsuite to compile own test cases.
22798
22799 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
22800
22801 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
22802 clear_xfail at end of test which might not call either pass or fail.
22803 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
22804 "backtrace through signal handler".
22805
22806 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22807
22808 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
22809 continuing from a job control stop signal.
22810 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
22811
22812 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
22813
22814 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
22815 * gdb.base/corefile.exp: Likewise.
22816 * gdb.base/funcargs.exp: Likewise.
22817
22818 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
22819
22820 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
22821 * config/monitor.exp: Add support for setting baud rate.
22822
22823 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
22824
22825 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
22826 i*86-*-linux* xfails for "backtrace through signal handler".
22827 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
22828 "print func2::coremaker_local".
22829 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
22830 alpha-dec-osf2* xfail for
22831 "delete all breakpoints when none".
22832
22833 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
22834
22835 * gdb.base/break.exp: Change test that deletes all breakpoints
22836 when no user breakpoints are installed. A post 4.15 change
22837 causes gdb to no longer prompt in this case.
22838
22839 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
22840
22841 * gdb.base/return.exp (return_tests): Change xfail for test
22842 "correct value returned double test" to stop xfailing at
22843 Solaris 2.5. Apparently the bug has been fixed.
22844
22845 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
22846
22847 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
22848 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
22849
22850 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
22851
22852 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
22853 * gdb.disasm/hppa.s: Corresponding changes.
22854
22855 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
22856
22857 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
22858 makefile fragment.
22859 * config/mt-hpux: Deleted.
22860
22861 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
22862
22863 * Many files: When warning about suppressed tests due to a
22864 nonexistant test binary, avoid incrementing the warning count.
22865
22866 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
22867
22868 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
22869
22870 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22871
22872 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
22873 "sparc-*-solaris2*".
22874
22875 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22876
22877 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
22878 Add global and local variables and initialize them.
22879 * gdb.base/corefile.exp: Test correct mapping of corefile sections
22880 by printing variables. Remove rs6000 and powerpc xfails, BFD now
22881 extracts the file name and terminating signal from the core file.
22882 * TODO: Remove note about tests for correct mapping of corefile.
22883 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
22884 from optimizing it away.
22885 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
22886 handles common blocks.
22887
22888 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
22889
22890 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
22891 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
22892
22893 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
22894
22895 * Makefile.in (maintainer-clean): New target, synonym for
22896 realclean.
22897 * gdb.base/Makefile.in (maintainer-clean): Likewise.
22898 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
22899 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
22900 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
22901 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
22902 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
22903
22904 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
22905
22906 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
22907 xfails when not gcc compiled for "print foo::funclocal".
22908 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
22909 "print foo::funclocal at foo",
22910 "print 'scope1.c'::foo::funclocal at foo",
22911 "print foo::funclocal_bss at foo",
22912 "print 'scope1.c'::foo::funclocal_bss at foo",
22913 "print foo::funclocal_ro at foo",
22914 "print 'scope1.c'::foo::funclocal_ro at foo",
22915 "print bar::funclocal at foo" and
22916 "print 'scope1.c'::bar::funclocal at foo".
22917 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
22918 gcc compiled for "print foo::funclocal at bar".
22919 Expand all messages to ensure that they identify that
22920 the test is at bar().
22921 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
22922 gcc compiled for:
22923 "ptype on opaque struct pointer (statically)",
22924 "ptype on opaque struct tagname (statically)",
22925 "ptype on opaque struct pointer (dynamically) 1",
22926 "ptype on opaque struct tagname (dynamically) 1",
22927 "ptype on opaque struct pointer (dynamically) 2" and
22928 "ptype on opaque struct tagname (dynamically) 2
22929 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
22930 gcc compiled for:
22931 "p datalocal"
22932 "whatis datalocal",
22933 "ptype datalocal",
22934 "p bsslocal",
22935 "whatis bsslocal", and
22936 "ptype bsslocal".
22937 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
22938 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
22939 when not gcc compiled.
22940 * gdb.base/funcargs.exp (float_and_integral_args): Add
22941 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
22942 compiled.
22943 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
22944 "backtrace from call6a" when not gcc compiled.
22945 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
22946 "backtrace from call7a" when not gcc compiled.
22947 * gdb.base/callfuncs.exp (do_function_calls):
22948 Add "hppa*-*-hpux*" xfail when not gcc compiled for
22949 "p t_char_array_values(char_array_val2,char_array_val1)",
22950 "p t_char_array_values(char_array_val1,char_array_val2)",
22951 "p t_char_array_values("carray 1","carray 2")",
22952 "p t_char_array_values("carray 1",char_array_val2)",
22953 "p t_char_array_values(char_array_val1,"carray 2")",
22954 "p sum_args(1,{2})",
22955 "p sum_args(2,{2,3})",
22956 "p sum_args(3,{2,3,4})",
22957 "p sum_args(4,{2,3,4,5})"
22958 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
22959 "backtrace in corefile.exp" when not gcc compiled.
22960
22961 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22962
22963 * gdb.base/signals.exp: Rewrite `handle all print' test as
22964 a procedure. Accept blanks or TABs as whitespace, increase
22965 timeout and expect input buffer size for the large output
22966 from the command. Remove "i*86-*-bsdi2.0" xfail.
22967
22968 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22969
22970 * gdb.base/setvar.exp: Add new testcases for truncation when
22971 assigning invalid values to bitfields.
22972
22973 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
22974
22975 * gdb.base/callfuncs.exp (do_function_calls): Remove
22976 mips-sgi-irix* xfail for
22977 "call inferior func with struct - returns char *"
22978 and fix test so that an optional (unsigned char *) cast is
22979 accepted in the result.
22980
22981 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
22982
22983 * gdb.base/funcargs.exp (float_and_integral_args): Remove
22984 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22985 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
22986 * gdb.base/signals.exp: Remove duplicate "handle all print" test
22987 that accidentally got checked in.
22988
22989 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
22990
22991 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
22992 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
22993 compiled test.
22994 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
22995 Add mips-sgi-irix5* xfail for not gcc compiled.
22996 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
22997 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
22998 "p top", "whatis top", "p middle", and "whatis middle".
22999 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
23000 "whatis signed char" for not gcc compiled.
23001 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
23002 "set variable signed char=-1 (-1)" and
23003 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
23004 * gdb.base/funcargs.exp (float_and_integral_args):
23005 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
23006 Add mips-sgi-irix* xfail when not gcc compiled for
23007 "continue to call2b".
23008 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
23009 "continue to call2g".
23010 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
23011 "backtrace from call6a"
23012 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
23013 "backtrace from call7k".
23014 Add mips-sgi-irix5* xfail when not gcc compiled for
23015 "backtrace from call7a".
23016 (localvars_after_alloca): Fix gdb_test cmds for
23017 "print * after runto ...".
23018 Remove rs6000-*-* xfails for
23019 "print i after runto localvars_after_alloca" and
23020 "print l after runto localvars_after_alloca"
23021 for all compilers.
23022 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
23023 when not compiled with gcc, for:
23024 "print signed char == (minus)",
23025 "print signed char != (minus)",
23026 "print signed char < (minus)",
23027 "print signed char > (minus)".
23028 * gdb.base/callfuncs.exp (do_function_calls):
23029 Add mips-sgi-irix* xfail, when compiled with native compiler, for
23030 "call inferior func with struct - returns char *".
23031 * gdb.base/return.exp (return_tests): Change xfail for
23032 "correct value returned double test" to include Solaris 2.4.
23033 * gdb.base/funcargs.exp (float_and_integral_args):
23034 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23035
23036 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23037
23038 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
23039 enumeration bitfields if compiling with GNU C.
23040 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
23041 to empty' prompt.
23042
23043 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
23044
23045 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
23046 test for PRO targets.
23047
23048 * gdb.base/funcargs.exp: Avoid ever setting more than 8
23049 breakpoints in the inferior at any given time by making
23050 two groups of breakpoints for call2*, call6* and call7*
23051 tests.
23052
23053 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23054
23055 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
23056 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
23057 from optimizing it away.
23058 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
23059 "call inferior func with struct".
23060
23061 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
23062
23063 * configure.in: Only configure gdb.chill for particular targets.
23064
23065 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
23066
23067 * gdb.base/Makefile.in: Add action to .c.o transformation
23068 rule that generates a .ci file for each .o file and remove
23069 explicit .c.o rules except for callfuncs.o.
23070 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
23071 generates a .ci file for each .o file and remove explicit
23072 .cc.o rules.
23073 (clean): Remove *.tmp *.ci files.
23074 (EXECUTABLES): Remove templ-info.exp.
23075 * gdb.base/compiler.c: New file.
23076 * gdb.c++/compiler.cc: New file
23077 * gdb.base/scope.exp: Source gdb.base/scope.ci.
23078 Change rs6000-*-* xfail for
23079 "print 'scope0.c'::filelocal_ro" and
23080 "print 'scope1.c'::filelocal" and
23081 "print 'scope1.c'::filelocal_bss" and
23082 "print 'scope1.c'::filelocal_ro" and
23083 "print 'scope1.c'::foo::funclocal" and
23084 "print 'scope1.c'::foo::funclocal_ro" and
23085 "print 'scope1.c'::bar::funclocal" and
23086 "print 'scope0.c'::filelocal_ro" and
23087 "print 'scope1.c'::filelocal at foo" and
23088 "print 'scope1.c'::filelocal_bss at foo" and
23089 "print 'scope1.c'::filelocal_ro at foo" and
23090 "print 'scope1.c'::foo::funclocal at foo" and
23091 "print 'scope1.c'::foo::funclocal_bss at foo" and
23092 "print 'scope1.c'::foo::funclocal_ro at foo" and
23093 "print 'scope1.c'::bar::funclocal at foo" and
23094 "print 'scope0.c'::filelocal_ro" and
23095 "print 'scope1.c'::filelocal" and
23096 "print 'scope1.c'::filelocal_bss" and
23097 "print 'scope1.c'::filelocal_ro" and
23098 "print 'scope1.c'::foo::funclocal" and
23099 "print 'scope1.c'::foo::funclocal_bss" and
23100 "print 'scope1.c'::foo::funclocal_ro" and
23101 "print 'scope1.c'::bar::funclocal" and
23102 "print 'scope1.c'::bar::funclocal_bss"
23103 to only be xfail'd when not compiled with gcc.
23104 Add rs6000-*-* xfail for
23105 "print 'scope0.c'::filelocal_bss before run"
23106 when compiled with gcc.
23107 (test_at_main): Add rs6000-*-* xfail for
23108 "print filelocal_ro in test_at_main"
23109 when compiled with gcc.
23110 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
23111 Add rs6000-*-aix* xfail for
23112 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
23113 "ptype t_char_array", not compiled with gcc.
23114 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
23115 xfail for "list foo (in include file)" when gcc compiled.
23116 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
23117 (integral_args): Add rs6000-*-* xfail for
23118 "run to call0a" if not compiled with gcc.
23119 (unsigned_integral_args): Add rs6000-*-* xfail for
23120 "run to call1a" if not compiled with gcc.
23121 (float_and_integral_args): Add rs6000-*-* xfail for
23122 "run to call2a" if not compiled with gcc and for
23123 "continue to call2b" for any compiler.
23124 Add rs6000-*-* xfail to
23125 "print f1 after run to call2a" for gcc compiled.
23126 (discard_and_shuffle): Add rs6000-*-* xfail for
23127 "run to call6a".
23128 (shuffle_round_robin): Add rs6000-*-* xfail for
23129 "backtrace from call7a" if not compiled with gcc.
23130 Add rs6000-*-* xfail for
23131 "backtrace from call7b" if compiled with gcc.
23132 (call_after_alloca): Add rs6000-*-* xfail for
23133 "print c in call_after_alloca" and
23134 "print s in call_after_alloca" and
23135 "backtrace from call_after_alloca_subr"
23136 if not compiled with gcc.
23137 (localvars_in_indirect_call): Add rs6000-*-* xfail for
23138 "print c in localvars_in_indirect_call" and
23139 "print c in localvars_in_indirect_call" and
23140 "backtrace in indirectly called function" and
23141 "stepping into indirectly called function"
23142 if not compiled with gcc.
23143 (localvars_after_alloca): Add rs6000-*-* xfail for
23144 "print c after runto localvars_after_alloca" and
23145 "print s after runto localvars_after_alloca" and
23146 "print i after runto localvars_after_alloca" and
23147 "print l after runto localvars_after_alloca"
23148 for all compilers.
23149 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
23150 than whatis-info.exp.
23151 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
23152 than opaque-info.exp.
23153 Setup rs6000-*-* xfail for
23154 "ptype on opaque struct pointer (statically)" and
23155 "ptype on opaque struct pointer (dynamically)" when
23156 not compiled with gcc.
23157 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
23158 rather than callf-info.exp.
23159 (do_function_calls): Add clear_xfail for rs6000-*-* for
23160 "p t_float_values2(3.14159,float_val2)". Seems to work
23161 fine there, both with xlc and gcc. Need to find out what
23162 it is doing right and fix other platforms.
23163 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
23164 "call inferior func with struct - returns int",
23165 "call inferior func with struct - returns long",
23166 "call inferior func with struct - returns float",
23167 "call inferior func with struct - returns double",
23168 "call inferior func with struct - returns char *",
23169 but only if not gcc compiled (presumes xlc compiled).
23170 Change rs6000-*-* xfails for
23171 "call inferior func with struct - returns char" and
23172 " call inferior func with struct - returns short" to only
23173 xfail if not using gcc.
23174 (clean mostlyclean): Remove *.ci and *.tmp files.
23175 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
23176 than templ-info.exp.
23177 * gdb.base/langs.exp: Source gdb.base/langs.ci.
23178 Add rs6000-*-* xfail for "up to foo in langs.exp"
23179 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
23180 when not gcc compiled.
23181
23182 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23183
23184 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
23185 * gdb.base/corefile.exp: Likewise.
23186 * gdb.base/list.exp: Likewise.
23187 * gdb.base/scope.exp: Likewise.
23188 * gdb.base/siganls.exp: Likewise.
23189
23190 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
23191 compiler output.
23192 * gdb.base/whatis.exp: Likewise.
23193
23194 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
23195
23196 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
23197 failure (opcode table has been fixed to match reality).
23198
23199 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
23200
23201 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
23202 "call inferior func with struct - returns char",
23203 "call inferior func with struct - returns short"
23204
23205 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
23206 "print 'scope0.c'::filelocal at main",
23207 "print 'scope0.c'::filelocal_bss in test_at_main",
23208 "print 'scope0.c'::filelocal at foo",
23209 "print 'scope0.c'::filelocal_bss in test_at_foo",
23210 "print 'scope0.c'::filelocal at bar",
23211 "print 'scope0.c'::filelocal_bss in test_at_bar"
23212
23213 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
23214 in source file 1". This bug seems to have been fixed with both
23215 gcc and native cc (was native assembler bug?).
23216
23217 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
23218
23219 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
23220 "backtrace through signal handler" to "i*86-*-sysv4*".
23221 * gdb.base/signals.exp: Add xfail for "'next' behaved as
23222 continue" case. Add "known SVR4 bug" to fail message.
23223 Add "i*86-*-bsdi2.0" xfail for "handle all print".
23224 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
23225 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
23226 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
23227 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
23228 "up to foo in langs.exp", "show language at foo in
23229 langs.exp", "up to cppsub_ in langs.exp", "show
23230 language at cppsub_ in langs.exp", "up to fsub in
23231 langs.exp", and "show language at fsub in langs.exp".
23232 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
23233 "bactrace in corefile.exp".
23234 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
23235 "call inferior function with struct - returns float" and
23236 "call inferior function with struct - returns double".
23237
23238 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
23239
23240 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
23241 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
23242 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
23243 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
23244
23245 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
23246
23247 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
23248 (or overriden) "CHILL" macro rather then bare "gcc".
23249 Also look for ../../gcc/xgcc since that is what we will
23250 actually need, not "Makefile". Remove following assignment
23251 of CHILL to CHILL_FOR_TARGET because that results in
23252 recursive definition.
23253
23254 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
23255
23256 * gdb.base/corefile.exp: Change xfail for backtrace in
23257 corefile.exp from linuxaout to all linux.
23258 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
23259 cases where we miss the breakpoint at the signal handler
23260 for some reason. Setup xfail for linuxoldld/linuxaout and
23261 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
23262 hitting SIGURG breakpoint.
23263 * gdb.base/signals.exp: Setup xfail for "next" acting like
23264 continue to add linuxoldld. Setup xfail for all linux for
23265 "next to handler in signals_tests_1", "backtrace in
23266 signals_tests_1", "continue to func1", "pass SIGUSR1",
23267 and continue to handler".
23268
23269 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
23270
23271 * Update all FSF addresses except those in COPYING* files.
23272
23273 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
23274
23275 * gdb.base/a2-run.exp: Change messages to be more explicit about
23276 the status of args, and quote binfile in results.
23277
23278 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
23279
23280 * gdb.base/callfuncs.exp: Add tests for passing structs to
23281 inferior functions and return various types.
23282 * gdb.base/callfuncs.c: Add functions to receive a struct
23283 and return a member of the struct, in various types.
23284
23285 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23286
23287 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
23288
23289 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
23290
23291 * config/vxworks29k.exp: New file, sources vxworks.exp.
23292
23293 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23294
23295 * config/gdbremote.exp: New file. Testing framework using
23296 gdbserver.
23297
23298 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
23299
23300 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
23301 "call function when asleep" and "send end of file".
23302 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
23303 for "backtrace in corefile.exp".
23304 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
23305 for "backtrace through signal handler".
23306 * gdb.base/corefile.exp: Make sure we actually generate a core file
23307 before trying the core tests. Some systems allow the user to suppress
23308 generation of core files and default to that (linux for example).
23309 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
23310 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
23311
23312 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23313
23314 * gdb.threads: New directory with some crude multi-threaded
23315 gdb tests (step.exp and step2.exp).
23316 * config/mt-lynx (STEP_EXECUTABLE): Define.
23317 (THREADFLAGS): Define.
23318
23319 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
23320
23321 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
23322
23323 * gdb.base/signals.exp: Disable whole file for lynx until
23324 further notice.
23325
23326 * gdb.base/signals.exp: xfail test where "next" acts like
23327 "continue" for lynx.
23328
23329 * gdb.base/interrupt.exp: xfail test for calling function while
23330 inferior is asleep for lynx.
23331
23332 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
23333 than one cr-lf after each command.
23334
23335 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23336
23337 * configure.in: Reinstate setting of stabsdirs variable, fix
23338 typo in setting up configdirs for native builds.
23339
23340 * gdb.base/return.exp: Fix typo in return double test.
23341 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
23342 compiler from optimizing them away.
23343
23344 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
23345
23346 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
23347 sequences to be echo'd by gdb when using gdb_test.
23348 * gdb.chill/chexp.exp: Likewise.
23349 * gdb.fortran/exprs.exp: Likewise
23350
23351 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23352
23353 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
23354 after the inferior gdb has started.
23355
23356 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
23357 after each command.
23358 * gdb.base/funcargs.exp: Likewise.
23359 * gdb.base/gdbvars.exp: Likewise.
23360 * gdb.base/interrupt.exp: Likewise.
23361 * gdb.base/list.exp: Likewise.
23362 * gdb.base/watchpoint.exp: Likewise.
23363 * gdb.c++/demangle.exp: Likewise.
23364 * gdb.c++/inherit.exp: Likewise.
23365 * gdb.chill/chexp.exp: Likewise.
23366 * gdb.fortran/exprs.exp: Likewise.
23367
23368 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
23369 test if we can't handle IO to/from the inferior.
23370
23371 * gdb.c++/misc.exp: Always check for a program already being
23372 started after sending a "run" command to gdb.
23373
23374 * gdb.base/twice.exp: Start with a fresh gdb.
23375
23376 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
23377 only depend on gdb's expression code, not the chill runtime.
23378
23379 * gdb.base/return.c: Put return values into variables so we
23380 can have gdb print them rather than depending on the program
23381 to print them.
23382 * gdb.base/return.exp: Corresponding changes.
23383
23384 * lib/gdb.exp: Provide default value for noinferiorio.
23385 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
23386 the inferior.
23387
23388 * gdb.base/break.exp: Always check for a program already being
23389 started after sending a "run" command to gdb.
23390 (text_next_with_recursion): Don't check the output from the
23391 program's printf statement. Instead just make sure the program
23392 exited.
23393
23394 * gdb.base/commands.exp: Protect tests which need arguments with
23395 $noargs conditionals.
23396
23397 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23398
23399 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
23400 of structure member arrays to match gdb/valops.c:value_addr change.
23401
23402 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
23403
23404 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
23405 cases.
23406
23407 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
23408
23409 * configure.in (configdirs): Remove gdb.chill from default list
23410 of subdirs and then add it back in only if doing a native build.
23411 The current chill compiler does not yet work in any cross build.
23412 * Revert all signal changes from Jul 6.
23413 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
23414 for sh-hms targets, allowing these tests to link, with no other
23415 changes. Testing is suppressed by setting "nosignals" in site.exp.
23416
23417 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
23418
23419 * configure.in (signaldirs): Define and add to configdirs for all
23420 targets except some specific ones that are known to not support signals.
23421 Also clean up formatting.
23422 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
23423 (signals, sigall): Remove rules to build.
23424 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
23425 Moved to new gdb.signals directory.
23426 * gdb.signals: New test directory.
23427 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
23428 signals.c signals.exp}: New or moved files.
23429
23430 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
23431
23432 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
23433
23434 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
23435
23436 * gdb.base/return.exp: Xfail `return double' test failure
23437 on at least Solaris 2.3 and handle future/past versions on
23438 a case by case basis as appropriate. Also update message
23439 to include i*86 failures.
23440
23441 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23442
23443 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
23444
23445 * lib/gdb.exp: Fix comment which erroneously identified
23446 gdb_file_cmd as gdb_load (the 19 May change was in fact to
23447 gdb_file_cmd not gdb_load).
23448 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
23449
23450 * gdb.base/setvar.exp: Make test names consistent between pass and
23451 fail cases. Use gdb_test more.
23452
23453 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23454
23455 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
23456
23457 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23458
23459 * gdb.base/help.exp: Fix expected help string for `show commands'.
23460
23461 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
23462
23463 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
23464
23465 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
23466 of a text section.
23467
23468 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
23469
23470 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
23471 that loop eventually terminates. Fix Connection refused logic so
23472 that testsuite will expire nicely.
23473
23474 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
23475
23476 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
23477 config/rom68k.exp: New tcl glue for the appropriate monitors.
23478 These all just end up calling monitor.exp.
23479 * config/monitor.exp (gdb_target_monitor): Handle `Connection
23480 refused' by retrying. Cleanup some timeout issues.
23481 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
23482 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
23483 callers don't have to set/restore global timeout variable.
23484
23485 * The following set of changes centralizes management of the global
23486 timeout variable. This way, it can be set in one target dependent
23487 place instead of dozens of places scattered throughout the test suite.
23488 If you need to lengthen a timeout, then you should either set timeout
23489 in one of the config/{target}.exp files, or multiply it by a factor.
23490 Setting it to an absolute value is always going to lose for some
23491 targets.
23492 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
23493 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
23494 * gdb.base/funcargs.exp: Don't set timeout.
23495 * gdb.base/list.exp (test_forward_search): Only use local timeout.
23496 * gdb.base/printcmds.exp (test_print_string_constants
23497 test_print_array_constants): Don't set timeout.
23498 * gdb.base/ptype.exp: Don't set timeout.
23499 * gdb.base/recurse.exp: Don't set timeout.
23500 * gdb.base/return.exp: Don't set timeout.
23501 * gdb.base/watchpoint.exp: Don't set timeout.
23502 * gdb.c++/classes.exp (do_tests): Don't set timeout.
23503 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
23504
23505 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
23506
23507 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
23508
23509 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23510
23511 * lib/gdb.exp: Disable chill tests for irix5.
23512
23513 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23514
23515 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
23516 each test pass or fail.
23517
23518 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23519
23520 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
23521 xlc not gcc.
23522
23523 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
23524
23525 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
23526
23527 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
23528
23529 * config/est.exp: Fix copyright and comments. Remove dead code.
23530 Use targetname, serialport and baud variables instead of fixed
23531 constants.
23532 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
23533 * config/cpu32bug.exp: New file to support cpu32bug monitors.
23534
23535 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23536
23537 * gdb.base/watchpoint.exp: Don't run
23538 test_watchpoint_triggered_in_syscall for sunos.
23539
23540 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23541
23542 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
23543 they don't seem to exist. Do include stdio.h.
23544
23545 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23546
23547 * gdb.base/a1-selftest.exp: Add alpha xfail.
23548
23549 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23550
23551 * gdb.base/watchpoint.c (main): Prompt before calling read().
23552 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
23553 Revise accordingly. Remove cruft about sending "123" several
23554 times, until it gets noticed. Clean up the "print buf[0]" stuff
23555 so that it passes or fails, and waits for prompts in the usual way.
23556
23557 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23558
23559 * gdb.base/recurse.exp: Fix comment.
23560
23561 * TODO: Remove item about printing variables in nodebug.exp. Add
23562 item about enabling tests which are only run on some targets.
23563
23564 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
23565 fail, make test names unique, use new gdb_test convention
23566 regarding pattern, use gdb_test more, etc.).
23567
23568 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
23569 fail, make test names unique, etc.).
23570
23571 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23572
23573 * gdb.base/nodebug.c: Change return type of top and middle to
23574 short.
23575 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
23576 are fixed by the recent mdebugread.c changes. Allow `short ()'
23577 as type for top and middle.
23578
23579 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23580
23581 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
23582 nearly as I can tell, the whole thing was an accident in Stu's
23583 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
23584 to replace a send/expect pair with gdb_test, but ended up only
23585 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
23586 of 30 Mar 1995 took care of it, but left this vestigial comment
23587 which I am now nuking.
23588
23589 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23590
23591 * gdb.base/break.exp: Look for different line number for
23592 breakpoint at main depending on usestubs.
23593
23594 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23595
23596 * gdb.base/list.exp: Adjust some alternate expect patterns to
23597 match recent list0.c change. Add alternate expect pattern for
23598 output from `list default lines around main' for optimizing
23599 compilers.
23600
23601 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23602
23603 * lib/gdb.exp: If nosignals is not set, set it to 0.
23604
23605 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
23606
23607 * config/slite-gdb.exp: Responds to load symbol table prompt.
23608 * gdb.base/break.exp: Adjust line number, fix rerun.
23609 * gdb.base/langs0.c: Add #ifdef usestubs.
23610
23611 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
23612
23613 * gdb.base/list.exp: Adjust line contents after adding new lines in
23614 list0.c. Also fix a syntax error.
23615
23616 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
23617 * gdb.base/break.exp: ditto.
23618 * gdb.base/list.exp: ditto.
23619 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
23620 * gdb.base/run.c: ditto.
23621 * gdb.base/list0.c: ditto.
23622 * gdb.base/funcargs.c: ditto.
23623
23624 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
23625
23626 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
23627 $targetname, $serialport and $baud instead of hardwired variables.
23628 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
23629 target doesn't support signals.
23630
23631 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
23632
23633 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
23634
23635 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23636
23637 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
23638 Don't rely on the value of an auto variable before it has been
23639 initialized. Use gdb_test more.
23640
23641 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23642
23643 * lib/gdb.exp (default_gdb_version): A version number must start
23644 with a digit, but other than that contains all characters up to
23645 the first whitespace character.
23646
23647 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23648
23649 * gdb.base/commands.exp (breakpoint_command_test): New tests.
23650
23651 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23652
23653 * gdb.c++/*.exp: Warn if executable does not exist. The original
23654 reason for skipping the warning was that configure.in sometimes
23655 intentionally skipped building the executables but the tcl code
23656 had no way of knowing. That (a) was always bogus with respect to
23657 error handling, (b) is no longer true (right now there is no way
23658 to skip C++ tests).
23659
23660 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
23661
23662 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23663
23664 * gdb.base/list.exp: Add expect patterns for output from
23665 SunPRO compiled executables.
23666 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
23667 types.
23668
23669 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23670
23671 * gdb.base/break.exp (test_next_with_recursion): Accept any line
23672 number (we are already testing that the correct source line text
23673 gets printed).
23674
23675 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
23676 that is what is intended, but something needed to be done to get
23677 sunos4 native working again.
23678
23679 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
23680
23681 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
23682 apparently went with a (very) old xfail.
23683
23684 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
23685
23686 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
23687 runto_main is a proc in gdb.exp that will do 'step' for target use
23688 stubs.
23689 * gdb.base/exprs.exp: ditto.
23690 * gdb.base/interrupt.exp: ditto.
23691 * gdb.base/opaque.exp: ditto.
23692 * gdb.base/printcmds.exp: ditto.
23693 * gdb.base/ptype.exp: ditto.
23694 * gdb.base/scope.exp: ditto.
23695 * gdb.base/setvar.exp: ditto.
23696 * gdb.base/signals.exp: ditto.
23697 * gdb.base/twice.exp: ditto.
23698 * gdb.c++/classes.exp: ditto.
23699 * gdb.c++/inherit.exp: ditto.
23700 * gdb.c++/templates.exp: ditto.
23701 * gdb.base/break.exp: no run and hit main for stubs. Change line
23702 numbers for breakpoints and info breakpoint.
23703 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
23704 breakpoint().
23705 * gdb.base/callfuncs.c: ditto.
23706 * gdb.base/exprs: ditto.
23707 * gdb.base/interrupt.c: ditto.
23708 * gdb.base/opaque0.c: ditto.
23709 * gdb.base/printcmds.c: ditto.
23710 * gdb.base/ptype.c: ditto.
23711 * gdb.base/scope0.c: ditto.
23712 * gdb.base/setvar.c: ditto.
23713 * gdb.base/signals.c: ditto.
23714 * gdb.base/twice.c: ditto.
23715 * gdb.c++/misc.cc: ditto.
23716 * gdb.c++/templates.cc: ditto.
23717
23718 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23719
23720 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
23721
23722 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
23723 somewhere between `read' and `main.c'. I'm pretty sure the
23724 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
23725 and it isn't particularly useful.
23726
23727 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
23728
23729 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23730
23731 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
23732
23733 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
23734
23735 * config/mt-slite: add LIBS and -nostdlib.
23736 * config/slite-gdb.exp: add this new file to support sparclite target.
23737
23738 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
23739
23740 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
23741
23742 * gdb.base/a2-run.exp: Change argument to istarget from
23743 "*-*-vxworks" to "*-*-vxworks*".
23744 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
23745
23746 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
23747
23748 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
23749 will not runto main but do a 'step' to step out of breakpoint().
23750 * config/mt-slite: add -Dusestubs.
23751
23752 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23753
23754 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
23755 instead of just @.
23756
23757 * gdb.base/signals.exp: Add test for "handle all print".
23758 * TODO: Remove "handle all print". Also remove item about
23759 checking copyright date (I don't like the idea of a spurious FAIL
23760 based on when we run the tests).
23761
23762 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
23763 for SunOS4 (reason for failure not investigated). Remove
23764 redundant test for $binfile.
23765
23766 * gdb.base/nodebug.c (array_index): Call malloc.
23767
23768 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
23769
23770 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
23771
23772 * gdb.base/recurse.exp: Update gdb_test invocation to use new
23773 conventions and slightly simplify the matching regexp.
23774
23775 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23776
23777 * gdb.base/break.exp: Update gdb_test invocation to use new
23778 convention.
23779
23780 * lib/gdb.exp: If noargs is not set, set it to 0.
23781
23782 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
23783 tests unique.
23784
23785 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
23786
23787 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23788
23789 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
23790 one argument of type "<non-float parameter>".
23791
23792 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
23793
23794 * config/rom68k.exp: New file to support Motorola IDP board.
23795 * gdb.base/a2-run.exp: Skip this file if noargs is set.
23796 * gdb.base/break.c: Change things around so that this program
23797 doesn't depend upon args. This is necessary to make remote
23798 targets work (in general, they can't take args).
23799 * gdb.base/break.exp: Don't try to send args to program. Don't
23800 expect output. Also, replace lots of code with gdb_test.
23801
23802 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23803
23804 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
23805 printing of '\'' (which is what the comment says we are testing,
23806 even though we were not), not '''.
23807 (test_integer_literals_rejected): Test that printing ''' is an error.
23808
23809 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23810 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
23811 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
23812 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
23813 Use gdb_test not test_print_accept.
23814 * lib/gdb.exp: Remove test_print_accept.
23815
23816 * gdb.base/signals.exp (signal_tests_1): Make pass message
23817 consistent with fail message.
23818
23819 * gdb.base/whatis.exp: Remove xfails for printing char vs.
23820 unsigned char; the bug (PR 1821) is fixed.
23821
23822 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
23823
23824 * gdb.base/scope.exp (test_at_localscopes): Call pass for
23825 successful tests--makes xfailing them work right.
23826
23827 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23828
23829 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
23830 only \r\n, not .*. The test can pass .* as the last thing in
23831 $pattern if that is what it wants. In addition to providing this
23832 flexibility, this change should speed up pattern matching in cases
23833 where the pattern already ended with .* (there were a number of
23834 them). This change also helps catch bad patterns--in the old
23835 scheme the typo "char \*" instead of "char \\*" would pass. Now
23836 it is caught.
23837 * Many .exp files: Update callers.
23838
23839 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
23840 clearer and does not spuriously match multiple ('s. Likewise for
23841 ) and *.
23842
23843 * gdb.base/nodebug.exp: Test ability to call a function and pass
23844 it a string (even with no debugging info).
23845
23846 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
23847 "p '\'", which is the same as "p ''" once tcl gets done with
23848 quoting, to "p '\\'", which I suspect is what is intended (one
23849 backslash gets sent to GDB).
23850
23851 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
23852
23853 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23854
23855 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
23856 1817) was fixed literally years ago.
23857
23858 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23859
23860 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
23861 test, it causes stepping out of call_after_alloca_subr with
23862 optimizing compilers.
23863 (localvars_in_indirect_call): Consume GDB prompt if `finish'
23864 fails.
23865
23866 * gdb.c++/templates.exp: Source templ-info.exp only if
23867 the templates executable exists.
23868
23869 * gdb.c++/misc.cc (class Contains_static_instance,
23870 class Contains_nested_static_instance),
23871 gdb.c++/classes.exp (test_static_members): Test printing of
23872 a class that contains a static instance of the class.
23873
23874 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23875
23876 * gdb.base/langs2.c (cppsub_): Don't prototype.
23877 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
23878 only, I believe).
23879
23880 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23881
23882 * lib/gdb.exp (skip_chill_tests): New procedure.
23883
23884 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
23885
23886 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
23887
23888 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
23889 each expect pattern. Cuts runtime from 12 to about 4 seconds.
23890
23891 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23892
23893 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
23894
23895 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
23896 disassemble 8, not 16, instructions for part 4.
23897
23898 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
23899 support the latter anymore.
23900
23901 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
23902 -DNO_PROTOTYPES.
23903 * gdb.base/callfuncs.c: Control use of prototypes based on
23904 NO_PROTOTYPES, not __STDC__.
23905 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
23906 t_float_values2 tests if prototypes in use.
23907
23908 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
23909 t_double_values): When checking differences against DELTA, check
23910 that difference is within the range (-DELTA,DELTA), not just
23911 (-infinity,DELTA).
23912
23913 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
23914
23915 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
23916 'file' command firts, then 'target', then 'load', this is due to gdb
23917 target set up.
23918 * config/mips-gdb.exp: Fix a couple regular exp bugs.
23919
23920 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
23921
23922 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
23923 FP load/store variants.
23924 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
23925
23926 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23927
23928 * gdb.base/term.exp: Do not give a warning if not native, it is
23929 not an abnormal condition.
23930
23931 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
23932
23933 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
23934 t_char_array".
23935
23936 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23937
23938 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
23939 are getting the version number.
23940
23941 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
23942 if not native, it is not an abnormal condition.
23943
23944 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23945
23946 * lib/gdb.exp: Just use "file exists", rather than undocumented
23947 dejagnu procedure "findfile".
23948
23949 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23950
23951 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
23952 (LDFLAGS): Set to -Xlinker -Ur.
23953
23954 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
23955 Removed, these values are set by lib/gdb.exp.
23956
23957 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
23958
23959 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23960
23961 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
23962 of replicating gdb startup code.
23963
23964 * config/mt-vxworks (LDFLAGS): Set to -r.
23965 (CFLAGS_FOR_TARGET): Removed.
23966
23967 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
23968 (gdb) and gdb for vxworks uses (vxgdb).
23969
23970 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
23971 executable is not in the tree and host != target, use sed and
23972 program_transform_name to determine the gdb name used by the
23973 target.
23974
23975 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
23976 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
23977
23978 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23979
23980 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
23981 floats, chars, and shorts where there are ANSI-style function
23982 definitions.
23983
23984 * gdb.base/langs.exp, gdb.base/langs*: New test.
23985 * gdb.base/Makefile.in: Build it.
23986 * TODO: Remove item about checking that C names don't get C++
23987 demangling applied; this test tests it.
23988
23989 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23990
23991 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
23992 went with the const70 xfail. The xfail went away a year ago.
23993
23994 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
23995
23996 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
23997 for hp300.
23998
23999 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
24000
24001 * gdb.base/a1-selftest.exp: Don't run on hp300.
24002
24003 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24004
24005 * Makefile.in (site.exp): Set host_alias and target_alias as well
24006 as host_triplet and target_triplet.
24007
24008 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24009
24010 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
24011
24012 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
24013 places as other ecoff systems).
24014
24015 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
24016 ultrix.
24017
24018 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24019
24020 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
24021 remove them.
24022 * gdb.base/nodebug.exp: Accept "function" in addition to "text
24023 variable and "variable" in addition to "data variable".
24024 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
24025
24026 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
24027 2.
24028 * gdb.base/list1.c (long_line): Add additional statement at start
24029 of function.
24030 * gdb.base/list.exp (test_forward_search): Update line number to
24031 reflect new statement.
24032
24033 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24034
24035 * gdb.base/signals.exp: Reinitialize searched source directories
24036 after gdb_start call.
24037
24038 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
24039
24040 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
24041 * gdb.stabs/Makefile.in: Likewise.
24042
24043 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
24044 change. Instead split the tests into smaller pieces.
24045 * gdb.disasm/hppa.s: Corresponding changes.
24046
24047 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24048
24049 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24050 Quote ^C when passing it to stty. For some shells ^ is a pipe.
24051
24052 * gdb.base/funcargs.exp: Modify many tests so that every test
24053 either passes or fails. Make some test names unique.
24054
24055 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24056
24057 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24058 Call stty to set interrupt character.
24059
24060 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
24061 for HP assembler versus GNU assembler based on actual behavior of
24062 $(CC), rather than assuming that $(AS) is always the GNU assembler.
24063
24064 * TODO: Suggest a few more stepping tests.
24065
24066 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
24067
24068 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
24069 restart GDB for h8300 after a continue.
24070 (return): Add pattern to match a29k-udi behavior.
24071 * gdb.base/nodebug.exp: Remove obsolete comment.
24072 * gdb.base/regs.exp: New file, testing of register displays.
24073 * gdb.base/return.exp: Fix typo in reference to $objdir.
24074 * gdb.base/whatis.exp: Always start with a fresh GDB.
24075
24076 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24077
24078 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
24079 higher, these tests generate a lot of output.
24080
24081 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24082
24083 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
24084 code following the catch silently ignored some errors; without the
24085 catch they should be thrown like any other tcl error. Also, the
24086 catch used "" instead of {} which meant all the callers who wanted
24087 to include one of the characters "[]$ had to quote it an extra time.
24088 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
24089 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
24090 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
24091 Remove extra quoting.
24092
24093 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
24094
24095 * gdb.base/commands.exp: Make test names unique; every test either
24096 passes or fails. Update some comments.
24097
24098 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
24099
24100 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24101
24102 The following fixes a FAIL caused by the fact that the alpha stabs
24103 configuration didn't use the ".if alpha" code in weird.def.
24104 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
24105 bit pointer, so the 32 bit version works even on the alpha.
24106 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
24107 Remove the stuff which allowed us to have separate versions for
24108 alpha and everything else.
24109
24110 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
24111 regexp which "info func operator\[\](" is supposed to match. Fix
24112 string to send to GDB. Note that GDB still doesn't work right. Add a
24113 new test for "info func .perator\[\](" which GDB does handle correctly.
24114
24115 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
24116
24117 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24118
24119 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
24120 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
24121 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
24122 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
24123 it makes the tests harder to understand and confuses test-o-matic.
24124 The preferred style is that each test provides a PASS or a FAIL,
24125 and has a unique message (e.g. "continue #54" not just "continue")
24126 which is the same for the pass and the fail.
24127 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24128 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
24129 to lib/gdb.exp.
24130 * gdb.base/printcmds.exp: Use test_print_accept. Remove
24131 prt_accept which was basically the same thing. Likewise for
24132 test_print_reject and prt_reject.
24133 * lib/gdb.exp (test_print_reject): Add some more error message
24134 patterns to match from the former printcmds.exp (prt_reject).
24135 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
24136 One defect of the passcount stuff is that some of it failed to
24137 report XPASS where appropriate.
24138 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
24139 stuff before and after arg in expected pattern.
24140 (test_paddr_operator_functions): Re-do test without print_addr_of;
24141 this is the only test which seems to want extra stuff there.
24142
24143 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24144
24145 * gdb.base/nodebug.exp: Update new tests to reflect improved
24146 wording of gdb output.
24147
24148 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
24149 and "ptype" work on variables in files compiled without -g.
24150 Replaces commented out "maint print msymbol" tests.
24151
24152 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24153
24154 * gdb.base/setvar.c (dummy): Call malloc.
24155
24156 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
24157 losing with the irix4 sed.
24158
24159 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
24160 ALRM" on irix4.
24161
24162 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24163
24164 * TODO: Remove items about corefile.exp testing new exec-file and
24165 backtrace; both are now done. Add items about printing enums.
24166
24167 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24168
24169 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
24170 "get signal $thissig" test fails.
24171
24172 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
24173
24174 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24175
24176 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
24177 compiler warning with dec alpha compiler.
24178
24179 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
24180 extra \n from gdb_test call (this explains why the prompt test
24181 that I removed yesterday was there).
24182 (user_defined_command_test): Remove extra \n and prompt test.
24183
24184 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
24185 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
24186 doesn't exist.
24187 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
24188 Also remove alpha workaround, which turns out to be because
24189 SIGABRT == SIGLOST.
24190
24191 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
24192
24193 * gdb.base/help.exp: Don't test "help show".
24194
24195 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24196
24197 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
24198 "set print address" is on.
24199 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
24200 pass prompt to gdb_test; gdb_test already looks for the prompt.
24201
24202 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
24203
24204 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
24205 was a vestige of the manual TESTSTRATEGY, and the purpose of it
24206 was to make sure that gdb can read a core file. But (a) the "read
24207 the corefile" part didn't make it to a1-selftest.exp, we just
24208 delete the corefile after creating it, and (b) we test reading
24209 corefiles in corefile.exp anyway. Also, this test left around a
24210 xgdb process on Solaris.
24211
24212 * gdb.base/corefile.exp: Also test backtrace.
24213
24214 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
24215
24216 * gdb.base/commands.exp: Test a simple user defined command with
24217 arguments and if/while statements; verify the full user command is
24218 printed by "show user".
24219
24220 * gdb.base/commands.exp: Test if/while commands as part of a
24221 breakpoint command list; verify they appear in breakpoint
24222 information.
24223
24224 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24225
24226 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
24227 than by dividing by zero.
24228
24229 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
24230
24231 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
24232 performing an inferior call with watchpoints enabled.
24233 * gdb.base/watchpoint.c (main): Delete second unnecessary read
24234 call.
24235
24236 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24237
24238 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
24239 of "file" command.
24240
24241 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
24242 Add additional pattern for when "int operator int(void);" appears
24243 in a different order.
24244
24245 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24246
24247 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
24248
24249 * gdb.base/help.exp: Replace most of docstrings for "info signals"
24250 and "signal" with ".*".
24251
24252 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24253
24254 * TODO: Add note about "handle all nostop".
24255
24256 * gdb.base/{sigall.c, sigall.exp}: New test.
24257 * gdb.base/Makefile.in: Add it.
24258
24259 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
24260
24261 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
24262 when invoking GDB, suppresses any windowing interface.
24263
24264 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
24265
24266 * config/sim-gdb: New file, simulator testing support.
24267
24268 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
24269
24270 * gdb.base/interrupt.exp: Test calling func1 twice.
24271
24272 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
24273
24274 * gdb.base/list.exp (test_forward_search): Set timeout higher
24275 when we'll be getting lots of output from gdb.
24276
24277 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
24278 "init_malloc" to after the expect statement. Run it if that
24279 regexp is taken, but also for two others which happen if source
24280 cannot be found.
24281
24282 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24283
24284 * gdb.base/printcmds.exp: New test, for printing register before
24285 program is running.
24286
24287 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24288
24289 * gdb.base/list.exp: Correct some alternate expect patterns
24290 to reflect changes in list1.c.
24291
24292 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24293
24294 * TODO: Add item regarding large frames.
24295
24296 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
24297
24298 * TODO: Remove item about enabling return.exp; it
24299 is enabled. Suggest a few more "return" tests.
24300
24301 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24302
24303 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
24304 anonymous unions.
24305
24306 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24307
24308 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
24309 and pr-5646.o, so "make" is the same as "make all", not "make
24310 pr-4975.o".
24311
24312 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
24313
24314 * gdb.base/list.exp: Adjust expectations to reflect changes in
24315 list1.c.
24316 (test_forward_search): New test proc.
24317 * gdb.base/list1.c (long_line): New function, has long source line.
24318
24319 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
24320
24321 * gdb.base/a1-selftest.exp: Change initial stepping to know about
24322 additional line of code that was added.
24323
24324 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
24325
24326 * gdb.disasm/hppa.s: Break the large branching tests into smaller
24327 tests so as not to overflow expect's input buffers.
24328 * gdb.disasm/hppa.exp: Corresponding changes.
24329
24330 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24331
24332 Beginnings of template debugging tests.
24333 * gdb.c++/templ-info.cc: New file to test for template
24334 debugging capability of the compiler.
24335 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
24336 templ-info.cc.
24337 * gdb.c++/templates.cc: Add explicit template instantiations
24338 to enable compiling with -fno-implicit-templates. Add destructor
24339 and 'value' method to T5 class for template tests.
24340 * gdb.c++/templates.exp: Add testcases for printing of template
24341 types, setting breakpoints on template methods and calling a
24342 template method.
24343
24344 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
24345
24346 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
24347 branch target since some assemblers (gas-2.5) may emit a
24348 relocation for the branch instead of resolving it in the
24349 assembler.
24350
24351 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24352
24353 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
24354 through signal handler.
24355
24356 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24357
24358 * configure.in (*-*-netware): Use config/mt-netware.
24359
24360 * config/mt-netware: New file.
24361 * config/mt-i386-netware: Removed, separate configs for different
24362 netware architectures are no longer needed now that we have
24363 --with-headers.
24364
24365 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24366
24367 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
24368 by the recent changes to use ANSI C arithmetic conversions.
24369
24370 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24371
24372 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
24373 bug involving using inferior_pid to figure out whether to select a
24374 frame.
24375
24376 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
24377
24378 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
24379 match the current disassembler output.
24380
24381 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
24382
24383 * gdb.fortran/exprs.exp: Expect VOID instead of void.
24384 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
24385 types, expect "int" as type of integer values (for now).
24386
24387 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
24388
24389 * gdb.base/commands.exp: New tests for if/while commands.
24390
24391 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
24392
24393 * lib/gdb.exp (runto): Replace sub-pattern for hex value
24394 by .*, since hex values have different syntax in Chill mode.
24395
24396 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24397
24398 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
24399 linefeed from expect pattern for repeated types with indices > 9.
24400
24401 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
24402
24403 First part of Fortran test suite.
24404 * gdb.fortran: New directory.
24405 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
24406
24407 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24408
24409 * gdb.base/default.exp: Update expect pattern for load command
24410 without arguments.
24411
24412 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
24413
24414 * configure.in: Change i386 to i[345]86.
24415 * gdb.base/configure.in: Likewise.
24416 * gdb.c++/configure.in: Likewise.
24417 * gdb.chill/configure.in: Likewise.
24418
24419 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
24420
24421 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
24422 patterns, since that is not a valid context for comments.
24423
24424 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
24425
24426 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
24427 repeated types and repeated types with indices > 9.
24428
24429 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
24430
24431 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
24432 2417; old bug has been fixed.
24433
24434 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
24435
24436 * gdb.base/interrupt.exp: When trying to wake up the inferior,
24437 send the newline ourselves instead of assuming gdb_test will do
24438 so when passed an empty input string.
24439
24440 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
24441 stabs testcode.
24442
24443 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24444
24445 * lib/gdb.exp (gdb_test): Don't send anything if the first
24446 argument is an empty string. This makes cases where we want to
24447 match output that is already in expect's buffers (for example,
24448 matching a breakpoint after gdb_run_cmd has been called) work
24449 reliably.
24450
24451 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24452
24453 * config/netware.exp: New file.
24454
24455 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24456
24457 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
24458 the -B and -L prefixes so we can find the debugging stub.
24459
24460 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
24461 there and we are using the gcc from the tree.
24462
24463 * gdb.base/types.c: Removed.
24464
24465 * gdb.base/configure.in: Look for makefile fragments in ../config.
24466 Recognize i386-*-netware.
24467 * gdb.c++/configure.in: Likewise.
24468
24469 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24470
24471 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
24472 the correct TCL syntax.
24473
24474 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24475
24476 * gdb.base/opaque.exp: use runto instead of messing around with
24477 breakpoints. Simplify by using gdb_test.
24478
24479 * gdb.base/bitfields.exp: restart between tests on netware targets
24480 because breakpoints aren't relocated after target death. Run
24481 processes to completion.
24482
24483 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
24484
24485 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
24486
24487 * Makefile.in: Remove extra tabs that confuse some versions
24488 of "make". Use the newly built gdb to test with by default,
24489 rather than the first one in the tester's search path.
24490
24491 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
24492
24493 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
24494
24495 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
24496 condition help.
24497
24498 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24499
24500 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
24501
24502 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
24503 running.
24504 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
24505 * gdb.base/funcargs.exp: Likewise.
24506
24507 * gdb.base/bitfields.exp: Simplify by using gdb_test.
24508 * gdb.base/funcargs.exp: Likewise.
24509
24510 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
24511 message is "".
24512
24513 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24514
24515 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
24516 return,signals,twice}.exp: Handle non-existant binaries
24517 consistantly.
24518
24519 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
24520 * gdb.base/Makefile.in: Don't try to generate a core dump, we
24521 might testing a cross development system.
24522
24523 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24524
24525 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
24526 runtest script is relative to ${srcdir}, not ${rootdir}.
24527
24528 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
24529
24530 * gdb.base/signals.exp: Allow for optionality of breakpoint
24531 address.
24532
24533 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24534
24535 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
24536
24537 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24538
24539 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
24540 for size_t definition.
24541 * gdb.c++/templates.cc: Likewise
24542
24543 * config/mt-i386-netware: New file.
24544
24545 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
24546 defined.
24547
24548 * gdb.base/Makefile.in: Added support for systems that name core
24549 files by appending "core" to the program name.
24550 * gdb.base/a1-selftest.exp: Likewise.
24551
24552 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24553
24554 * gdb.base/return.exp: Add comment and message for `return double'
24555 test failure on Sparc Solaris.
24556
24557 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
24558
24559 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
24560
24561 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24562
24563 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
24564 from optimizing them away.
24565 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
24566 patterns to include default constructors and assignment operators,
24567 to match gcc versions beyond 2.5.8. Accept any cplus demangling
24568 character in the output of the virtual base pointer.
24569
24570 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24571
24572 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
24573 expression match in print_addr_of to avoid unintented matches.
24574 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
24575 versions up to 2.5.8.
24576
24577 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24578
24579 * gdb.base/list.exp: Tweak alternate pattern for listing of an
24580 included file to run under newer versions of expect.
24581 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
24582 consecutive >'s in templates to accomodate recent cplus-dem.c change.
24583 Remove xfail for the virtual table of BDDHookV.
24584
24585 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
24586
24587 * lib/gdb.exp (string_to_regexp): Set a default result.
24588 (default_gdb_start): Fix misleading message.
24589
24590 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
24591
24592 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
24593 Remove all CC, etc definitions.
24594 * config/mt-hpux: New file.
24595 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
24596 (CFLAGS, LDFLAGS): Define.
24597 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
24598
24599 * Makefile.in (site.exp): Don't insert host_os, etc.
24600 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
24601 (distclean): Check existence of subdir.
24602 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
24603 * gdb.base/Makefile.in: General cleanup and simplification.
24604 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24605 to build executables. Use default rule to build .o files.
24606 (EXPECT, RUNTEST, CC): Fix relative pathname.
24607 (site.exp): Don't insert host_os, etc.
24608 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
24609 and/or SIGUSR1 defined.
24610 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
24611 * gdb.c++/Makefile.in: General cleanup and simplification.
24612 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24613 (CFLAGS): Remove.
24614 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
24615
24616 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
24617
24618 * gdb.base/recurse.exp: Misc changes to get tests running again
24619 after Kung's changes to the watchpoint code.
24620 * gdb.base/watchpoint.exp: Likewise.
24621
24622 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
24623
24624 * lib/gdb.exp (string_to_regexp): Convert {\} also.
24625
24626 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
24627
24628 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
24629 * lib/gdb.exp (default_gdb_start): Define.
24630 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
24631 gdb.base/funcargs.exp, gdb.base/opaque.exp,
24632 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
24633 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
24634 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
24635 Don't call gdb_target_udi in between tests.
24636
24637 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24638
24639 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
24640 (which was basically just a local version of the same thing). In
24641 addition to avoiding duplication, gdb_test_exact is faster.
24642 * lib/gdb.exp (gdb_test_exact): Fix typo.
24643
24644 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
24645 don't give an error.
24646
24647 * gdb.base/term.exp: Call delete_breakpoints before starting.
24648
24649 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
24650 (t10): Add comment.
24651
24652 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
24653
24654 Reorganization of the GDB Test Suite.
24655
24656 * gdb.base: New directory, contains all the basic tests.
24657 * gdb.c++: New directory, tests specific to C++.
24658 * gdb.chill: New directory, tests specific to Chill.
24659 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
24660 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
24661 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
24662 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
24663 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
24664 t30-31 to chill).
24665 * */gdbme.*: Rename to match appropriate expect scripts.
24666 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
24667 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
24668 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
24669 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
24670 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
24671 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
24672 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
24673 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
24674 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
24675 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
24676 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
24677 gdb.c++/virtfunc.cc: New names of C++ files.
24678 * gdb.chill/chillvars.ch: New name of Chill file.
24679 * gdb.base/configure.in, gdb.c++/configure.in,
24680 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
24681 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
24682 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
24683 * configure.in (configdirs): Update to reflect directory changes.
24684 (target_abbrev): No longer define for any configuration.
24685 * Makefile.in: Cosmetic improvements to header comments.
24686
24687 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
24688
24689 Various changes to gdb.t31:
24690
24691 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
24692 * gdbme.ch: Make all key-words and predefineds be upper-case.
24693 * chillvars.exp: Expect key-words and predefinds in upper-case.
24694
24695 * chillvars.exp: Use gdb_test_exact many places.
24696 Change expected output for arrays (which now includes index labels).
24697
24698 * pr-5020.exp, gdme.ch (module PR_5020):
24699 New test, for PR-5020.
24700
24701 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
24702
24703 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
24704 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
24705
24706 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
24707
24708 * Makefile.in: Fix bit-rot in definitions of CHILL,
24709 CHILL_FOR_TARGET and Chill_LIB.
24710 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
24711 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
24712 CHILL, and CHILL_LIB.
24713
24714 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
24715
24716 * Revert the previous changes. Please see Rob's directory
24717 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
24718
24719 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
24720
24721 * Makefile.in, configure.in, config/mips-gdb.exp,
24722 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
24723 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
24724 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
24725 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
24726 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
24727 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
24728 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
24729 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
24730 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
24731 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
24732 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
24733 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
24734 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
24735 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
24736 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
24737 changes from 94Q1.
24738
24739 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
24740
24741 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
24742 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
24743 Rob's new testing fragments.
24744
24745 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
24746
24747 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
24748 lib/gdb.exp: Replace error proc calls with perror.
24749
24750 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
24751
24752 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
24753 version also, match on casted version strings, and match on
24754 gdb startup case where the line numbers might be messed up.
24755
24756 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
24757
24758 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
24759 (CFLAGS): Delete it from here.
24760
24761 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
24762
24763 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
24764
24765 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
24766
24767 * Makefile.in (RUNTEST): Default to just "runtest".
24768
24769 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24770
24771 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
24772 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
24773 the code has been restructured.
24774
24775 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24776
24777 * gdb.t00/default.exp (set write): Allow any number of \r and/or
24778 \n, not just one of each.
24779
24780 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
24781 /bin/cc gives a warning if you do.
24782
24783 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
24784
24785 * gdb.t24/demangle.exp: change expect pattern of
24786 __t10ListS_link1ZUiRCUiPT0
24787
24788 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24789
24790 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
24791 on local variables in recursive functions.
24792
24793 * gdb.t07/Makefile.in: Build the new test.
24794
24795 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24796
24797 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
24798 directly. Instead compare the return values from actual calls.
24799
24800 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
24801
24802 * Makefile.in (check): Set TCL_LIBRARY for runtest.
24803
24804 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24805
24806 * From Peter Schauer with minor modifications.
24807 * gdb.t15/return.exp (return_tests): Handle targets where "return"
24808 stops in mid-line in the caller. Add xfail for returning a float
24809 value on X86 targets.
24810
24811 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24812
24813 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
24814 to avoid expect lossage.
24815 (fmem_LRbug_tests): Likewise.
24816 * gdb.disasm/hppa.s: Corresponding changes.
24817
24818 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
24819 conditions to work with latest dejagnu/expect.
24820
24821 * gdb.t15/funcargs.exp (finish from indirect call): No longer
24822 expected to fail on the PA.
24823 (backtrace in call with trampolines): Explicitly require main
24824 to be frame #1 (no trampolines should show up in backtrace).
24825
24826 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24827 "continue -expect".
24828 * gdb.t06/break.exp: Likewise.
24829 * gdb.t07/watchpoint.exp: Likewise.
24830 * gdb.t13/bitfields.exp: Likewise.
24831 * gdb.t15/{funcargs,return}.exp: Likewise.
24832 * gdb.stabs/weird.exp: Likewise.
24833 * config/{mips,udi}-gdb.exp: Likewise.
24834
24835 * hppa.sed: Enclose comments within a sed command to avoid
24836 losing with the old OSF1 sed.
24837
24838 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24839
24840 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
24841 sequent dynix.
24842 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
24843 * gdb.t15/funcargs.exp: Conditionally step again to really
24844 finish from marker_call_with_trampolines. Handle the case where
24845 the first step from within call_with_trampolines already steps
24846 us back to main.
24847 * gdb.t15/gdbme.c: Add comment to closing brace of
24848 call_with_trampolines for funcargs.exp.
24849
24850 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24851
24852 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24853 Fix typo(s).
24854
24855 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24856
24857 * gdb.t07/gdbme.c: More code for watchpoint testing.
24858
24859 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
24860 "Hardware watchpoint" throughout file.
24861 (test_watchpoint_triggered_in_syscall): New test.
24862 (test_complex_watchpoint): New test.
24863
24864 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24865
24866 * gdbme.c (call_with_trampolines): New function to try and step
24867 into. Tests trampoline problems on the PA.
24868
24869 * funcargs.exp (localvars_in_indirect_call): No longer expect
24870 stepping into indirect call to fail on PAs.
24871 (test_stepping_over_trampolines): New test.
24872
24873 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24874
24875 * TODO: Add suggestions for static member function tests, and
24876 completion tests.
24877
24878 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24879
24880 * TODO: Add suggestions for "p/a" tests.
24881
24882 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
24883 (default_gdb_exit): Replace all the hair with sending "quit" to
24884 the process with a simple close.
24885
24886 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24887
24888 * TODO: Add suggestions for shared library tests.
24889
24890 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24891
24892 * TODO: Add suggestions for x/s tests.
24893
24894 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24895
24896 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
24897 "enable once", and "enable breakpoints once" with ".*".
24898
24899 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24900
24901 * TODO: Add suggestions about structure passing tests.
24902
24903 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24904
24905 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
24906 the primary1 test, use work around if __GNUC__ < 2.
24907 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
24908 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
24909 Test for bad output rather than waiting for timeout. Issue
24910 second continue only if first continue failed.
24911
24912 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24913
24914 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
24915 operator[] test with gdb_test because the old code didn't seem to
24916 be getting the quoting right with the new dejagnu.
24917
24918 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
24919
24920 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
24921 one from the path.
24922 * Makefile.in: Use a fresh expect if there is one, use runtest
24923 from the src tree if there is one.
24924
24925 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24926
24927 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
24928 next over recursive call. Revise the tests from that point on
24929 (which had been skipped) to match GDB's actual (correct) output.
24930
24931 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
24932 with next over a breakpoint whose condition is false.
24933
24934 * gdb.t00/help.exp: Comment out "help set print" tests just like
24935 (and for same reason as) "help set" test.
24936
24937 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24938
24939 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
24940 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
24941
24942 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24943
24944 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
24945 necessary gdb_target_udi.
24946
24947 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
24948
24949 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
24950 1838 and 2417; they are fixed.
24951
24952 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
24953 gdb.t03/ptype.exp (ptype structure, ptype union):
24954 Remove xfails; the test is looser than when the xfails were added.
24955
24956 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
24957 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
24958
24959 * gdb.t01/run.exp: Only run shell test if isnative.
24960
24961 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
24962 since "run" automatically loads if necessary. Call gdb_target_udi
24963 after the "file" since "file" kills any execution target.
24964
24965 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
24966 GDB. GDB doesn't work that way (not anymore at least) on UDI.
24967 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
24968 argument for UDI.
24969
24970 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24971
24972 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
24973
24974 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
24975
24976 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24977
24978 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
24979 properly quoting regexps. This makes the second argument to
24980 demangle a fixed string, which matches the callers, instead of a
24981 shell-style pattern which is what the previous implementation
24982 used. Update some of the callers.
24983
24984 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24985
24986 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
24987 (comib_nullified_tests): Fix typo.
24988 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
24989 strings. No longer expected to fail.
24990
24991 * gdb.disasm/hppa.s (addib_tests): Fix typo.
24992 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
24993 strings. No longer expected to fail.
24994
24995 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
24996 string. No longer expected to fail.
24997
24998 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24999
25000 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
25001 No longer expected to fail.
25002
25003 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
25004 string. No longer expected to fail.
25005
25006 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25007
25008 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
25009 only in the names (I probably got most of them). I was even
25010 generous with some which differed in underscores in names, and
25011 probably missed a few, and I *still* was able to remove almost a
25012 third of the file with almost no impact on testsuite coverage.
25013
25014 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25015
25016 * gdb.t00/default.exp: Match udi_attach error message as well as
25017 the one from child_attach.
25018
25019 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
25020
25021 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
25022
25023 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
25024 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
25025
25026 * Move test with enums and partial symbols back to
25027 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
25028 Reverts the change of 26 May 93. Per today's change to
25029 stabs.texinfo, the behavior that weird.exp was expecting was
25030 unreasonable; what is important is that the compiler+gdb get
25031 things right, which happens with a recent gcc. Also fix the test
25032 to deal with native compilers which put out the stab gdb can't
25033 deal with.
25034
25035 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25036
25037 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
25038 in the names. The main thing these accomplish is to slow things down.
25039 Many more such duplicates surely remain.
25040
25041 * gdb.t00/help.exp: Comment out "help support" test just like
25042 (and for same reason as) "help set" test.
25043
25044 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
25045
25046 * gdb.t06/break.exp: Remove setup_xfails for
25047 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
25048 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
25049 about known bug in gcc to include up through 2.5.8.
25050 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
25051 well as "_vb$".
25052 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
25053 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
25054 with latest gcc and gdb.
25055 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
25056 well as "_vb$".
25057
25058 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25059
25060 * configure.in (hppa*-*-*): Also configure and build stabs-only
25061 tests.
25062
25063 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25064
25065 * gdb.t10/hppa.mt: A makefile fragment for the PA.
25066 * gdb.t10/configure.in (hppa*-*-*): Use it.
25067
25068 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25069
25070 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
25071
25072 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25073
25074 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
25075 versions prior to 1.13.5.
25076
25077 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25078
25079 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
25080 the prompt is at the start of a line.
25081
25082 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25083
25084 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
25085 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
25086 in the copr tests now.
25087 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
25088 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
25089 expected to fail.
25090
25091 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
25092
25093 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
25094 gdb.t31/chillvars.exp, lib/gdb.exp:
25095 Tweak to run under either version of expect.
25096 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
25097 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
25098 * gdb.t11/list.exp: Remove extraneous whitespace.
25099
25100 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25101
25102 * gdb.t16/printcmds.exp (test_print_strings): Accept
25103 "(unsigned char *) " before the string.
25104
25105 * TODO: Add notes about printing of fancy types and GDB expressions.
25106
25107 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
25108
25109 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
25110 * gdb.t06/configure.in: Don't try to compile signals test program
25111 if doing mips-idt-ecoff.
25112
25113 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
25114
25115 * Most .exp files: Tweak to run under either version of expect.
25116
25117 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25118
25119 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
25120 xfails; I'm not sure why they are failing, but not because of PR 1806.
25121
25122 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
25123
25124 * config/unix-gdb.exp: Remove gdb_unload cause it's already
25125 defined in lib/gdb.exp.
25126
25127 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25128
25129 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
25130 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
25131 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
25132 have to be typeless.
25133
25134 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25135
25136 * TODO: Add suggestion for copyright year test.
25137
25138 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
25139
25140 * configure.in (*-*-lynxos*): Add stabs tests.
25141
25142 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25143
25144 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
25145 so insert a tab before any assembler directive in column zero.
25146
25147 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
25148 stores.
25149 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
25150 stores.
25151 (fpu_short_memory_tests): Likewise.
25152
25153 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25154
25155 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
25156 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
25157 .stabs directives in comments.
25158
25159 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25160
25161 * TODO: New file, describing tests we could write.
25162 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
25163
25164 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25165
25166 * gdb.t06/signals.exp: Add kludge to force re-sync.
25167
25168 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
25169 to xgdb instead of gdb, get out of gdb.
25170
25171 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
25172
25173 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
25174 for info.
25175
25176 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25177
25178 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
25179 * gdb.stabs/configure.in (hppa*-*-*): Use it.
25180 * gdb.stabs/hppa.sed: New sed script for the PA.
25181
25182 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25183
25184 * gdb.stabs: Re-write weird.def and configuration to use sed
25185 instead of cpp. sed is portable and POSIX; cpp is neither.
25186
25187 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25188
25189 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
25190
25191 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25192
25193 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
25194
25195 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25196
25197 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
25198 "_vb$".
25199 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
25200 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
25201
25202 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25203
25204 * lib/gdb.exp: Comment out code which depends on non-existent
25205 `transform' procedure.
25206
25207 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
25208
25209 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
25210 * lib/gdb.exp: Transform tool name.
25211 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
25212 1.1's new error handling system.
25213
25214 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25215
25216 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
25217
25218 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25219
25220 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
25221 They made pattern matching so slow that timeouts happened on
25222 heavily loaded systems. Now any output from "show print" which
25223 gets us back to the GDB prompt is a PASS.
25224
25225 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
25226
25227 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
25228
25229 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25230
25231 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
25232
25233 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
25234 It is not from PR 3220.
25235
25236 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25237
25238 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
25239 just started failing because they depended on the order the
25240 subcommands are presented, or exact docstring text. This kind of
25241 test is a pain and has minimal benefit.
25242
25243 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25244
25245 * gdb.t09/corefile.exp: At end of test, use "core" command with
25246 no arguments.
25247
25248 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
25249
25250 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
25251 17}/Makefile.in: Make it possible to run the testsuite with Sun
25252 make and CC = cross gcc by adding explicit build rules for .o
25253 files.
25254
25255 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25256
25257 * gdb.t15/funcargs.exp: Don't put comments on same line as
25258 setup_xfail (@#$*%& tcl braindamage!).
25259
25260 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25261
25262 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
25263
25264 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
25265
25266 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
25267 * gdb.t20/inherit.exp: remove three dumplicate entries.
25268
25269 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25270
25271 * gdb.t06/break.exp: For "next over recursive call", fail on any
25272 incorrect output, not just on "factorial (value=2)".
25273
25274 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25275
25276 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
25277 working now. Add an xfail if accesing a bss variable causes
25278 a memory error if the target is not yet run.
25279
25280 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25281
25282 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
25283 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
25284 name of __st* demangling (2 strings). Did Kung really get the
25285 more than 95 others right without testing them?
25286
25287 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
25288
25289 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
25290
25291 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
25292
25293 * configure.in (configdirs): Add gdb.disasm
25294 * gdb.disasm: New directory for GDB disassembler tests.
25295 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
25296
25297 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25298
25299 * gdb.t00/help.exp: Don't test "help set".
25300
25301 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
25302 from within expect statements. None of these happen anymore and
25303 they cause regressions to be silently unnoticed.
25304
25305 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
25306 messages) about known failures with gcc cygnus-2.4.5-930417.
25307
25308 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
25309 comp-info.exp so it gets built if it doesn't exist.
25310
25311 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
25312 it is no longer used.
25313 * gdb.t13/comp-info.c: Removed.
25314
25315 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25316
25317 * gdb.t06/signals.exp: Add xfail for sun3.
25318
25319 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25320
25321 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
25322 relevant because ^C doesn't get sent but failure can be reproduced
25323 interactively).
25324
25325 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25326
25327 * gdb.stabs/alpha.mt: New configuration file for alpha.
25328 * gdb.stabs/configure.in: Use it.
25329 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
25330 sharing with alpha.mt, redefine long to word via preprocessor.
25331 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
25332 for alpha.
25333 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
25334 native cc.
25335 * gdb.t00/teststrategy.exp: Change expect string so that we
25336 consume the `(xgdb)' from the command echo and from the gdb prompt.
25337 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
25338 gdb currently compares all values as long, so this failure probably
25339 applies to any configuration where LONGEST is bigger than a target int.
25340 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
25341 with gcc.
25342 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
25343 to handle opaque pointers, gcc is.
25344 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
25345 as first argument. Include <sys/types.h> and change all operator
25346 new definitions to use size_t.
25347 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
25348 now that we use size_t.
25349
25350 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25351
25352 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
25353 a long or float array cast all array members to the same type.
25354 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
25355 with 64 bit longs.
25356 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
25357 on alpha.
25358 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
25359
25360 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25361
25362 * gdb.t24 (demangle.exp): Constructors of templates have names like
25363 vector<int>::vector(int) not vector<int>::vector<int>(int). See
25364 section 14.6 of the ARM.
25365
25366 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
25367 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
25368 accomplish little and slow down the testsuite.
25369
25370 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
25371 Accept spaces various places.
25372
25373 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25374
25375 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
25376 with watchpoint enabled.
25377
25378 * Makefile.in: Remove definition of CC and remove the second
25379 definition of CXX (the "CXX = gcc" one remains). These definitions
25380 were causing backquotes to be expanded within backquotes, which
25381 doesn't work.
25382
25383 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
25384
25385 * gdb.t17/callfuncs.exp: Add "return 0" to end.
25386
25387 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25388
25389 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
25390 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
25391 by mips cc and contains no stabs entries.
25392
25393 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
25394
25395 * config/vx-gdb.exp: Use fake device to load files rather than
25396 NFS.
25397 * lib/gdb.exp: New proc to do "file" command.
25398 * config/unix-gdb.exp: Use new "file" proc.
25399
25400 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
25401
25402 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
25403 Rework board rebooting slightly.
25404 (gdb_exit): Don't exit from the remote shell; there isn't one.
25405 * gdb.stabs/weird.exp: If a program is being debugged already,
25406 kill it.
25407 * gdb.t04/setvar.exp: Stop and restart gdb.
25408 * gdb.t05/expr.exp: Likewise.
25409 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
25410 restart gdb and reload the program.
25411 * gdb.t08/opaque.exp: Likewise.
25412 * gdb.t12/scope.exp: Likewise.
25413 * gdb.t13/bitfields.exp: Likewise.
25414 * gdb.t15/funcargs.exp: Likewise.
25415 * gdb.t20/classes.exp: Likewise.
25416 * gdb.t03/ptype.exp: Increase timeout.
25417 * gdb.t16/printcmds.exp (test_print_string_constants,
25418 test_print_array_constants): Likewise.
25419 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
25420 * gdb.t20/classes.exp (do_tests): Likewise.
25421 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
25422
25423 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
25424
25425 * gdb.stabs: Renamed *wierd* to *weird*.
25426
25427 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
25428
25429 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
25430 for timeout. Add "known gcc 2.4.5 bug" to failure message.
25431
25432 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
25433
25434 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
25435 (do_tests): Remove xfail for whatis on one_var and two_var.
25436
25437 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
25438
25439 * Makefile.in: Made cross building work better by adding
25440 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
25441
25442 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25443
25444 * gdb.t15/{return.c,return.exp,Makefile.in}:
25445 New test, currently commented out.
25446
25447 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
25448
25449 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
25450 still running and removes the leftover named socket so GDb can do
25451 clean restarts.
25452
25453 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
25454
25455 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
25456 console, not GDB.
25457 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
25458 cross testing works better with "make check"
25459 * config/unix-gdb: Use default procedures for exit and version.
25460 * config/vx-gdb.exp: Cleaned up and massaged back to working order
25461 with the newest VxWorks.
25462
25463 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25464
25465 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
25466 old form.
25467
25468 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
25469 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
25470
25471 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
25472
25473 * config/unix-gdb.exp: Remove this version of gdb_exit
25474 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
25475 Rob says he'll look at it when he gets back to testing boards.
25476
25477 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
25478
25479 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
25480 an expected fail for certain ptype commands.
25481
25482 * gdb.t20/classes.exp: Update expected results of "ptype class
25483 Base1" to account for the constructor that now appears in the type.
25484
25485 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
25486
25487 * configure.in (configdirs): Restore gdb.t04, which mysteriously
25488 disappeared from list.
25489 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
25490 "alldone" proc with call to cleanup and exit.
25491 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
25492 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
25493 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
25494 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
25495 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
25496 "alldone" proc with simple returns that suppress remaining
25497 tests. The alldone proc went away many months ago.
25498
25499 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25500
25501 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
25502
25503 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
25504
25505 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25506
25507 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
25508 as vax gdb will display them.
25509
25510 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25511
25512 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
25513 optimizers.
25514
25515 * scope.exp: Change "bad value for localval" messages so each one
25516 is unique.
25517
25518 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
25519 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
25520
25521 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
25522
25523 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25524
25525 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
25526 doesn't exist (due to optimization).
25527
25528 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25529
25530 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
25531 contains \r because the filename is long.
25532
25533 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
25534 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
25535
25536 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25537
25538 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
25539 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
25540 Ultrix.
25541 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
25542 int tests.
25543 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
25544
25545 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
25546
25547 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
25548
25549 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
25550 to match does not match the passing case but still matches the
25551 failing case.
25552
25553 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25554
25555 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
25556
25557 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
25558
25559 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
25560 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
25561 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
25562 Remove various versions of gdb_exit.
25563 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
25564 gdb_exit.
25565 * config/unix-gdb.exp: gdb_exit remains here, and should override
25566 the generic version, since it's doing a lot of wierd stuff that
25567 the other versions aren't. FIXME, fold it in, or abandon this
25568 version.
25569
25570 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25571
25572 * gdb.t24/demangle.exp: Add tests for PR 3220.
25573
25574 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25575
25576 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
25577
25578 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
25579
25580 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
25581 "i386-*-*". Works for i486 as well.
25582
25583 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
25584 bug, and expand domain of xfail to all SVR4 systems, since the
25585 actual problem is likely to be in generic SVR4 /proc support.
25586
25587 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25588
25589 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
25590
25591 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
25592
25593 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
25594 xfails for other systems. Match a missing 'Continuing.' as an
25595 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
25596
25597 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
25598 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
25599 Only issue warning for missing executables if -all option is used.
25600
25601 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
25602 file if -all option is used. It's like an unpredictable XFAIL.
25603
25604 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25605
25606 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
25607 for dynamically linked binaries.
25608
25609 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
25610
25611 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25612
25613 * gdb.t20/inherit.exp: Change message for "print tagless struct"
25614 to state that this is a known bug in old versions of g++.
25615
25616 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25617
25618 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
25619 while waiting for `Continuing'.
25620
25621 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
25622
25623 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
25624 in text, data, and bss.
25625 * gdb.t10/nodebug.c: Add local and global test variables for
25626 initialized and uninitialized data.
25627
25628 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25629
25630 * config/unix-gdb.exp (gdb_exit): Add "wait".
25631
25632 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25633
25634 * gdb.t06/signals.exp: xfail the continue from the handler for all
25635 targets.
25636
25637 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
25638 function with watchpoints enabled, the i386 call dummy starts with
25639 a call.
25640
25641 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
25642 386 bsd names its corefiles.
25643
25644 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
25645
25646 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
25647 compilers don't grok it.
25648 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
25649 with small octal ints rather than character constants, which
25650 are signed and might not fit if first promoted to int.
25651
25652 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
25653
25654 * gdb.t09/Makefile.in (clean): Remove corefile.
25655
25656 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25657
25658 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
25659
25660 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25661 and Jim Kingdon (kingdon@cygnus.com)
25662
25663 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
25664 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
25665 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
25666
25667 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25668
25669 * gdb.t17/interrupt.exp: Add xfail for hppa.
25670
25671 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25672
25673 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
25674 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
25675 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
25676 to determine signed-ness of bitfields and use the result to setup
25677 the xfail.
25678 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
25679 * gdb.t15/funcargs.exp: Use them to step until the second indirect
25680 call line is reached if necessary.
25681
25682 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25683
25684 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
25685
25686 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25687
25688 * gdb.t06/break.exp: Also test `clear' command.
25689
25690 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25691
25692 * gdb.t00/teststrategy.exp: Remove extra quote.
25693
25694 * gdb.t07/watchpoint.exp: Change xfail for calling function with
25695 watchpoint enabled to be for all non-68k machines.
25696
25697 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
25698
25699 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25700
25701 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
25702 targets use aout.mt instead of ecoff.mt as gas understands
25703 standard aout format.
25704
25705 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25706
25707 * lib/gdb.exp (runto): Don't insist that function we are running to
25708 was compiled with -g.
25709
25710 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
25711
25712 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
25713 to get back into the read system call.
25714 Accept leading newline in case where we woke it up.
25715
25716 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25717
25718 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
25719 to make the stabs test work on ecoff systems using gcc and -with-stabs.
25720 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
25721 enable ecoff configuration.
25722
25723 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25724
25725 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
25726
25727 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25728
25729 * gdb.t16/printcmds.exp: Add another printf test.
25730
25731 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
25732
25733 * configure.in: If configured -with-stabs on any target, add
25734 stabsdirs to configdirs.
25735
25736 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25737
25738 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
25739 fun" so pattern does not match the command itself.
25740
25741 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25742
25743 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
25744
25745 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25746
25747 * gdb.t17/interrupt.exp: Test for more things.
25748
25749 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25750
25751 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
25752 compiler arranges the code and line numbers.
25753
25754 * gdb.t17/interrupt.exp: Don't send \n after ^C.
25755
25756 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25757
25758 * gdb.t00/help.exp: Increase expect input buffer size.
25759
25760 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25761
25762 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
25763
25764 * gdb.t07/watchpoint.exp: Add xfail for hppa.
25765
25766 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
25767
25768 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
25769 [0-9]*, not just [0-9].
25770
25771 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25772
25773 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
25774
25775 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
25776
25777 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25778
25779 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
25780
25781 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25782
25783 * gdb.t06/signals.c: Add xfails for sun3.
25784
25785 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
25786
25787 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
25788 test_stepping tests.
25789
25790 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25791
25792 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
25793
25794 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
25795
25796 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
25797 rather than actually putting it through cpp twice.
25798
25799 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
25800
25801 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
25802
25803 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
25804 no longer needed.
25805
25806 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25807
25808 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25809
25810 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
25811 C++ features prints as "struct", make it a pass, not an xfail.
25812
25813 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25814
25815 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
25816 Don't require VA to print as "class" rather than "struct".
25817
25818 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
25819
25820 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
25821
25822 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25823
25824 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
25825
25826 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25827
25828 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
25829 order.
25830
25831 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25832
25833 * gdb.t16/printcmds.exp: Add printf tests.
25834
25835 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
25836
25837 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
25838
25839 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
25840
25841 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
25842 pass counts, to counteract any existing or future setup_xfails.
25843
25844 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25845
25846 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
25847 {BEGIN,END}_COMMON for common block instead of STAB.
25848 * gdb.stabs/wierd.exp: Add xfail for rs6000.
25849
25850 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
25851 intp_var should be N_GSYM not N_LSYM.
25852 wierd-aout.S: Use a label for the value of the N_SO.
25853 wierd.def: Remove all backslashes.
25854 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
25855
25856 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25857
25858 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
25859 get the expected next to inheritance3.
25860
25861 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25862
25863 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
25864 now that gcc-2.4 gets it right.
25865
25866 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25867
25868 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
25869
25870 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
25871 generating comp-info.exp which works for cross-compilation.
25872
25873 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
25874
25875 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
25876 "*-*-sysv4.*".
25877
25878 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
25879
25880 * gdb.t01/run.exp: Start with a fresh gdb.
25881 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
25882 SVR4.x.
25883
25884 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
25885
25886 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
25887 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
25888 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
25889 Makefile.in (distclean, realclean): Remove gdbme.c from list of
25890 things to remove.
25891
25892 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
25893
25894 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
25895 test cases from bug reports.
25896
25897 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
25898
25899 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
25900 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
25901 avoid spurious xfails.
25902 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
25903 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
25904 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
25905
25906 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
25907
25908 * gdb.t00/teststrategy.exp: Rework to provide more useful
25909 description of each test, fix problem with systems that define
25910 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
25911 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
25912 results for "next over recursive call" so timeouts aren't taken
25913 by error.
25914
25915 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
25916
25917 * gdb.t12/scope.exp: Test printing of variables before run.
25918
25919 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
25920 printed in wrong order due to sorting.
25921
25922 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
25923
25924 * gdb.t00/teststrategy.exp: Fix expected results for printing
25925 user entered string constant. Is array of char, prints with no
25926 address.
25927
25928 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
25929 commands.
25930 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
25931 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
25932 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
25933 of struct of char arrays.
25934 * gdb.t00/radix.exp: New tests for radix commands.
25935
25936 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
25937
25938 * gdb.t16/printcmd.exp: Print a variable before running program
25939 (with xfail for AIX).
25940
25941 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
25942
25943 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
25944
25945 * gdb.t16/printcmd.exp: Don't print variables before running program.
25946
25947 * gdb.t06/break.exp: Don't require envp argument to main.
25948
25949 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
25950
25951 * gdb.t02/whatis.exp, gdb.t11/list.exp:
25952 Add xfails for rs6000.
25953
25954 * gdb.t02/whatis.exp: Change other tests not to re-test something
25955 we already tested.
25956
25957 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
25958 each type used has a variable of that type.
25959
25960 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
25961
25962 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
25963
25964 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
25965
25966 * configure.in: change srctrigger to be a file, not a directory
25967
25968 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
25969
25970 * configure.in (mips-idt-ecoff*): Added trailing '*'.
25971
25972 * gdb.t11/list.exp: Fixed a couple of typos.
25973
25974 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
25975
25976 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
25977 is fixed and PR is closed.
25978 * gdb.t16 (gdbme.c): Add simple test string variable.
25979 * gdb.t16 (printcmds.exp): Add tests with simple test string
25980 variable, primarily for boundaries on "set print elements".
25981
25982 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
25983
25984 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
25985 Make leading 0's optional and don't expect a tab in the middle
25986 of the number.
25987
25988 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
25989
25990 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
25991 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
25992 don't end command passed to gdb_test with newline.
25993
25994 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
25995 signed keyword away, don't expect signed bitfields to be signed.
25996
25997 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
25998 printing with only as many 1's as are in the field as well as printing
25999 with 32 1's (see comment).
26000
26001 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
26002
26003 * gdb.t00/default.exp: Start with a fresh gdb.
26004 * configure.in (configdirs): Remove gdb.t31 until the chill
26005 compiler works again. It no longer is able to find chillrt0
26006 since it isn't in libchill.a anymore.
26007 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
26008 wierd.o, make more modular.
26009 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
26010 spurious newlines that caused problems.
26011
26012 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26013
26014 * Move test with enums and partial symbols from gdb.t03/ptype.exp
26015 to gdb.stabs/wierd.exp since GCC has worked around the bug.
26016 gdb.stabs/wierd.{exp,def}: Many new tests.
26017
26018 * gdb.t00/default.exp: update info line for new message.
26019
26020 * gdb.t02/{whatis.exp,gdbme.c}:
26021 Test that "char *" doesn't print as "caddr_t".
26022
26023 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26024
26025 * gdb.t00/help.exp: Use .* in place of some help messages which
26026 just changed.
26027 gdb.t00/default.exp: Update "info frame" test for new message.
26028 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
26029 Remove some xfails
26030
26031 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26032
26033 * gdb.t03/{gdbme.c,ptype.exp}:
26034 Add tests for typedef'd struct and union without tags.
26035 Also check "whatis" on a variable of a typedef'd enum without a tag.
26036
26037 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
26038 PRMS 1823; the bug still exists but isn't reproduced by this test
26039 anymore), and remove rs6000 XFAIL (the bug is fixed).
26040
26041 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
26042 duplicated from whatis.exp. For those that are left, accept
26043 "long", "long int", or "int" for long variables (whatis.exp already
26044 has an XFAIL for "int", so no need to fail it here).
26045
26046 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
26047 Deal with GCC's names for types now that GDB uses the compiler's names.
26048
26049 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
26050 setup_xfail's for sunos4. If we #defined the signed keyword away,
26051 don't expect GDB to know that char it is signed.
26052
26053 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
26054
26055 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
26056
26057 * configure.in (configdirs): Add gdb.t24 for C++ tests that
26058 should work on any system, regardless of debugging format.
26059 * gdb.t21/demangle.exp: Move to gdb.t24.
26060 * gdb.t24/demangle.exp: Move from gdb.t21.
26061 * gdb.t24/{Makefile.in, configure.in}: New files.
26062
26063 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26064
26065 * configure.in: Do gdb.stabs and C++ tests only for stabs.
26066 * gdb.stabs: New directory.
26067
26068 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26069
26070 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
26071 not just "Quit anyway?".
26072
26073 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
26074
26075 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
26076 that all setup_xfails are immediately followed by clear_xfails.
26077
26078 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
26079
26080 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
26081 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
26082 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
26083 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
26084 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
26085 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26086 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26087 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
26088 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
26089 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
26090 gdb.t31/chillvars.exp, lib/gdb.exp:
26091 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
26092 bug-gdb@prep.ai.mit.edu.
26093
26094 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
26095
26096 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
26097 with 0.0, not integer 0.
26098
26099 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
26100
26101 * gdb.t06/break.exp: Update for "Kill the program" message change.
26102
26103 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
26104
26105 * Makefile.in (GDBFLAGS): Set to -nx.
26106 * Makefile.in (site.exp): Use GDBFLAGS.
26107
26108 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26109
26110 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
26111 Makefiles.
26112 (check): depend on just-check.
26113 (just-check): added so that tests can be run without a noop
26114 build pass.
26115
26116 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26117
26118 Switch to using configure's configdirs.
26119 * Makefile.in (Makefile): add configure.in dependency.
26120 (SUBDIRS): removed redundant assignment.
26121 * configure.in: switch subdirs assignment to configdirs.
26122 * gdb.t*/configure.in: new files.
26123
26124 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
26125
26126 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
26127 works.
26128
26129 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
26130
26131 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
26132 in explicit rules. Apparently this is not supported by some makes.
26133
26134 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
26135
26136 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
26137
26138 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26139
26140 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
26141 disappeared.
26142
26143 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
26144
26145 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
26146
26147 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
26148
26149 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
26150 watchpoint problem that is now fixed.
26151 * gdb.t30/chexp.exp: Remove setup_xfail for printing
26152 uninitialized convenience variables.
26153 * gdb.t31/chillvars.exp: Fix expected patterns for printing
26154 structures.
26155
26156 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26157
26158 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
26159 which causes expect to get out of sync with gdb on long output
26160 from help set.
26161 * gdb.t09/corefile.exp: Make expected pattern for core file
26162 failing signal and frame output format less sun specific.
26163
26164 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
26165
26166 * gdb.t31/chillvars.exp: Add and remove initial dummy
26167 breakpoint, so that symbol table is forced in.
26168 (Needed at least on Sunos4, though it seems not SVR4.)
26169 * gdb.t31/chillvars.exp: Update for changed output format.
26170
26171 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
26172
26173 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
26174
26175 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
26176
26177 * Makefile.in: Added --srcdir when invoking runtest, removed the
26178 need for a local config file. (optional now)
26179
26180 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
26181
26182 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
26183 failure count used to force early termination. Add some more
26184 expected failures for gnu style demangling.
26185
26186 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26187
26188 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
26189 pmi variable from gdb.t20/gdbme to get optimized away.
26190 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
26191 Check for written corefile upon timeout _and_ eof.
26192
26193 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26194
26195 * config/unix-gdb.exp: Add missing return 0.
26196
26197 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26198
26199 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
26200 test termination.
26201
26202 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
26203
26204 * configure.in (subdirs): Put back gdb.t17 which mysteriously
26205 disappeared.
26206
26207 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
26208
26209 * gdb.t10/crossload.exp: Disable the i860-elf test until such
26210 time as i860 support works.
26211
26212 * gdb.t15/funcargs.exp: Fix expected outputs to include
26213 "backtrace 100\r" rather than just "backtrace\r", to match last
26214 change.
26215
26216 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
26217
26218 * config/udi-gdb.exp (gdb_exit): Remove close command.
26219 (gdb_target_udi): New procedure to set the UDI target.
26220 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
26221 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
26222 Added waits for prompts after several question responses. Added
26223 some more responses used by a29k-amd-udi-gdb.
26224 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
26225 pass different arguments, restart UDI connection after program
26226 completion.
26227 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
26228 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26229 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
26230 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
26231 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
26232 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
26233 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26234 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
26235 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
26236 after program completion.
26237 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
26238 compiled with a SELECT_VECS setting.
26239 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
26240 infinite recursion.
26241
26242 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
26243 Added checks for COFF results, and made them expected failures for
26244 all targets. It would be better to make them expected failures
26245 for COFF targets only.
26246
26247 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
26248
26249 * Makefile.in: add null dvi target, don't bother to recurse
26250 through test directories for info and install-info; rename
26251 $(datadir) to be dejagnu instead of deja-gnu
26252
26253 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
26254
26255 * gdb.t31/gdbme.ch: Re-enable code that previously caused
26256 compiler to coredump.
26257 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
26258 code.
26259
26260 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
26261
26262 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
26263 coredump.
26264 * gdb.t31/chillvars.exp: Comment out tests that depend on that
26265 code.
26266
26267 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
26268
26269 * gdb.t03/ptype.exp: tests for return code from gdb_test.
26270 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
26271 which in a shell. Deletes xgdb when done.
26272 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
26273 Tests the return from the "set height" or "set width" commands.
26274 Added a few return codes where needed.
26275
26276 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
26277
26278 * Makefile.in (SUBDIRS): Add gdb.t17.
26279 * configure.in (subdirs): Add gdb.t17.
26280 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
26281 files to test gdb's calling of functions in the inferior with
26282 the correct arguments and gdb's ability to retrieve any
26283 result returned.
26284
26285 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
26286
26287 * config/unix-gdb.exp (gdb_exit): Remove close commands that
26288 may be called after gdb goes away. Previous versions of expect
26289 needed these to avoid file descriptor leaks, but they cause
26290 errors with the current revision of expect.
26291 * gdb.t00/gdbvars.exp: Use -re on expected output after
26292 setting sevenbit-strings.
26293 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
26294 to set sevenbit-strings consistent across tests.
26295 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
26296 set sevenbit-strings consistent across tests.
26297
26298 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
26299
26300 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
26301 expected output to match current "expect" expectations.
26302
26303 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
26304
26305 * gdb.t00/default.exp: Change expected output for default "source"
26306 command, to match new gdb behavior which requires a filename to
26307 source.
26308
26309 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
26310
26311 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
26312 expected fail for i486-*-* that misses the marker2 function.
26313 * gdb.t10/crossload.exp (bfddefault): Allow successful
26314 recognition of a format to pass even if no symbols are found.
26315 Explicitly catch failures where the format is not recognized
26316 or is ambiguous, and add the reason to the fail message.
26317 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
26318 the cause is and invalid target and add reason to failure message.
26319 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
26320 elf32-i386, elf32-sparc, and elf32-i860.
26321 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
26322 Set up expected failure for 'filename'::variable scope resolution,
26323 which is now apparently broken on all targets.
26324 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
26325 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
26326 gdb.t23/templates.exp: Change failure for missing binfile into
26327 just a warning.
26328 gdb.t21/demangle.exp: Change all cfront references to 'arm'
26329 references.
26330
26331 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
26332
26333 * gdb.t00/default.exp: Add expected output for default "source"
26334 command, to match new gdb behavior.
26335 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
26336
26337 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
26338
26339 * config/*-gdb.exp: returns an error, rather than exiting on
26340 internal errors.
26341
26342 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
26343
26344 * gdb.t03/gdbme.c: Add pointer to struct variable.
26345 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
26346 referencing struct members.
26347
26348 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
26349
26350 * configure.in (mips-idt-ecoff): New target.
26351 * config/mips-gdb.exp: New file for remote board using MIPS remote
26352 debugging protocol.
26353
26354 * Redid configuration scheme. Removed gdb.t*/configure.in.
26355 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
26356 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
26357 distclean targets. Built executables via .o files. Adjusted
26358 tests to account for source files in $(srcdir) rather than
26359 $(objdir).
26360 * lib/gdb.exp (runto): Don't expect () after the function name,
26361 because it may have arguments.
26362
26363 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
26364
26365 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
26366 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
26367 expected failures for mips-idt-* and mips-sgi-*.
26368 * gdb.t00/default.exp (attach): Kill process if requested.
26369 * gdb.t00/help.exp (help target core, help target): Accept a gdb
26370 that does not read core files.
26371 * gdb.t01/run.exp: Removed checks for exit status code.
26372 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
26373 it is linked in.
26374 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
26375 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
26376 appropriate, rather than doing it by hand.
26377 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
26378 execution.
26379 * gdb.t10/crossload.exp: Kill existing program if needed.
26380 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
26381 appropriate, rather than doing it by hand. Always increase
26382 timeout for this test, not just for VxWorks.
26383
26384 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
26385
26386 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
26387 of Chill STRUCT types and STRUCT values.
26388 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
26389 than "char".
26390 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
26391 struct2): New struct definitions and initializations to test
26392 simple Chill STRUCT types.
26393
26394 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
26395
26396 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
26397 the null byte at the end of strings.
26398 * gdb.t00/default.exp: Make show version insensitive to copyright
26399 date.
26400 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
26401 to avoid dependencies on target char signedness.
26402 * gdb.t16/printcmds.exp: Update expected results for explicitly
26403 unsigned char.
26404 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
26405 now work.
26406 * gdb.t21/demangle.exp: Add many more patterns for template
26407 demangling, most of them being expected failures.
26408 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
26409 string we are matching for, to match on the whole string.
26410 * gdb.t21/demangle.exp: Add many new test strings to demangle,
26411 and fix a whole bunch that had incorrect expected output but were
26412 passing anyway because of the bug in "proc demangle".
26413 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
26414 type.
26415 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
26416
26417 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
26418
26419 * gdb/testsuite: made modifications to testcases, etc., to allow
26420 them to work properly given the reorganization of deja-gnu and the
26421 relocation of the testcases from deja-gnu to a "tool" subdirectory.
26422
26423 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
26424
26425 * gdb/testsuite: Initial creation of gdb/testsuite.
26426 Migrated dejagnu testcases and support files for testing nm to
26427 gdb/testsuite from deja-gnu. These files were moved "as is"
26428 with no modifications. This migration is part of a major overhaul
26429 of dejagnu. The modifications to these testcases, etc., which
26430 will allow them to work with the new version of dejagnu will be
26431 made in a future update.
26432
26433 For additional changes see gdb.mi/ChangeLog-1999-2003.
26434 \f
26435 ;; Local Variables:
26436 ;; mode: change-log
26437 ;; left-margin: 8
26438 ;; fill-column: 74
26439 ;; version-control: never
26440 ;; End:
26441
26442 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
26443 Copying and distribution of this file, with or without modification,
26444 are permitted provided the copyright notice and this notice are preserved.
This page took 0.73944 seconds and 4 git commands to generate.